-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdonate.html
More file actions
107 lines (90 loc) · 6.85 KB
/
donate.html
File metadata and controls
107 lines (90 loc) · 6.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<title>BEATLab - Donate</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.svg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles.css">
<style>
body {
font-family: "Lato", sans-serif
}
.mySlides {
display: none
}
</style>
</head>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right"
href="javascript:void(0)" onclick="navToggle()" title="Toggle Navigation Menu"><i
class="fa fa-bars"></i></a>
<a href="index.html" class="w3-bar-item w3-button w3-padding-large">HOME</a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="Learn">LEARN <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="index.html#about" class="w3-bar-item w3-button">About</a>
<a href="people.html" class="w3-bar-item w3-button">People</a>
<a href="publications.html" class="w3-bar-item w3-button">Publications</a>
<a href="research.html" class="w3-bar-item w3-button">Research Overview</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="Connect">CONNECT <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="join.html" class="w3-bar-item w3-button">Join</a>
<a href="participate.html" class="w3-bar-item w3-button">Participate</a>
<a href="donate.html" class="w3-bar-item w3-button">Donate</a>
<a href="contact.html" class="w3-bar-item w3-button">Contact</a>
</div>
</div>
<!-- <a href="javascript:void(0)" class="w3-padding-large w3-hover-red w3-hide-small w3-right"><i
class="fa fa-search"></i></a> -->
</div>
</div>
<!-- Navbar on small screens (remove the onclick attribute if you want the navbar to always show on top of the content when clicking on the links) -->
<div id="navDemo" class="w3-bar-block w3-black w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<a href="people.html" class="w3-bar-item w3-button w3-padding-large" onclick="navToggle()">People</a>
<a href="publications.html" class="w3-bar-item w3-button w3-padding-large" onclick="navToggle()">Publications</a>
<a href="research.html" class="w3-bar-item w3-button w3-padding-large" onclick="navToggle()">Research</a>
<a href="join.html" class="w3-bar-item w3-button w3-padding-large" onclick="navToggle()">Join</a>
<a href="participate.html" class="w3-bar-item w3-button w3-padding-large" onclick="navToggle()">Participate</a>
<a href="donate.html" class="w3-bar-item w3-button w3-padding-large" onclick="navToggle()">Donate</a>
<a href="contact.html" class="w3-bar-item w3-button w3-padding-large" onclick="navToggle()">Contact</a>
</div>
<div class="w3-content" style="max-width:100%; margin-top:92px">
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:70%">
<h1 class="w3-wide" style="text-align:center";>DONATE</h1>
<p class="w3-opacity" style="text-align:center"><i>Support our research</i></p>
<p>
We sincerely appreciate your support and belief in the power of academic research at the intersection of neuroscience & music.
Your donation, no matter the size, matters greatly.
All donations to the lab are tax deductible (in Canada, USA, EU, etc.). We are happy to provide a tax receipt.
<a href="contact.html" target="_blank">Please contact us to discuss a donation strategy that meets your needs and interests.</a>
</p>
<h4 class="w3-wide" style="text-align:center";>The BEAT Lab is always in need of funds to:</h4>
<p>
<ul>
<li> <span class="textAccentColor"><strong><b>Support student researchers.</b></strong></span> The BEAT Lab is home to undergraduates and graduate students, all of whom require compensation for the time they spend conducting research. We do not currently have the funds to support postdoctoral or technical staff, but your donation could help to make that possible!
<li><span class="textAccentColor"><strong><b>Communicate our research.</b></strong></span> All the research we conduct is ultimately published in publicly-accessible, peer-reviewed scientific journals. Publishing papers costs ~$4,000 per article. Additionally, BEAT Lab members frequently travel to national and international conferences to discuss our findings with other research professionals. This type of academic exchange is critical to remain at the forefront of our field and to provide students with networking opportunities that benefit their future. Your donation helps to fund our research projects and conference attendance!
<li><span class="textAccentColor"><strong><b>Maintain research infrastructure.</b></strong></span> We frequently need to update our equipment to maintain state-of-the-art capabilities. For example, we might need to buy an additional graphical processing unit for a lab computer or replace worn out sensors for measuring physiological responses.
</ul>
<br>
<span class="textAccentColor"><strong><b>If you have specific items or topics you want your donation to fund, we are happy to discuss possibilities with you!</b></strong></span> <a href="contact.html" target="_blank">Please contact us</a>.
</p>
</div>
</div>
<!-- Footer. -->
<footer class="w3-container w3-center w3-opacity w3-light-grey">
<p class="w3-small" style="text-align:center">© 2025 Lauren Fink</p>
<a href="index.html" target="_blank"> <img src="images/bl_logo_v6-cropped.svg" style="width:30%" style="height:30%" style="vertical-align:center"> </a>
</footer>
<script src="navToggle.js"></script>
</body>
</html>