-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdonate.html
More file actions
76 lines (61 loc) · 2.26 KB
/
donate.html
File metadata and controls
76 lines (61 loc) · 2.26 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
<html>
<head>
<title>Hack for Homeless</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<nav>
<ul class = "nav">
<li class = "nav2">
<a href = "index.html">Home</a>
</li>
<li class = "nav2">
<a href = "join.html">Sign Up</a>
</li>
<li class = "nav2">
<a href = "donate.html">Support</a>
</li>
<li class = "nav2">
<a href = "gallery.html">2024</a>
</li>
<li class = "nav2">
<a href = "about.html">Who Are We?</a>
</li>
</ul>
</nav>
<header class="split-header2">
<div class="left-half">
<div class="text-overlay">
<h1>Support Us</h1>
<p class = "caption">Your donations help make our event possible</p>
</div>
</div>
<div class="right-half">
<img class = "img1" src="media/fp1.png" alt="friendship walk details">
</div>
</header>
<div class="split-body">
<div class="left-side">
<p class="centered"> Donate</p>
<div class="centeredLink"><a href="https://hcb.hackclub.com/donations/start/hack-for-homeless" class = "centeredLink"> Click here!</a></div>
<div class="centered"><img src="media/donation01.png" alt="donation flyer" width="432" height="460"></div>
</div>
<div class="right-side">
<p class="centered">FAQs</p>
<h4 class = "donQ"> Are the donations tax deductible?</h4>
<p class="donText">Yes, the donations are tax deductible. Through our partnership with the Hack Club, a 501(c)(3) organization, any donation you make to our project is tax deductible.</p>
<h4 class = "donQ">What is the Hack Club?</h4>
<p class="donText">The Hack Club is a a 501(c)(3) organization the supports hackathons run by and for high school students. Their website can be seen <a href="https://hackclub.com/hcb/" style= "color: #61ba9c;" onmouseover="this.style.color='#b1d9d4'" onmouseout="this.style.color='#61ba9c'">here.</a></p>
<!--How are the donations used?-->
<div id="output"></div>
</div>
</div>
</body>
<footer id="footer">
<p class="copyright">© Mya Taheri + Wendy Abstone.</p>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>