-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (73 loc) · 3.77 KB
/
index.html
File metadata and controls
87 lines (73 loc) · 3.77 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
<!DOCTYPE HTML>
<html lang = "en">
<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 class = "green">
<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>
<div class="colored-square">
<div class = "introText">
<h1 class = "introTitle">Hack for Homeless</h1>
<p class = "introCap">Empowering Lives</p>
<p class = "introCap">One Line of Code at a Time</p>
<div class="buttonBox">
<button onmouseover="this.style.backgroundColor='#b1d9d4'" onmouseout="this.style.backgroundColor='#61ba9c'">Learn More</button>
</div>
</div>
</div>
<div class="introImage"><img src="media/screen3.png" alt="Hack for Homeless Logo" /></div>
<section id = "mission">
<div class = "previewText">
<h1 class = "previewTitle"> <a href="about.html" style= "color: #828282;" onmouseover="this.style.color='#b1d9d4'" onmouseout="this.style.color='#828282'">Our Mission</a></h1>
<p class = "previewDesc">Through a high school hackathon, we aim to raise funds to donate to <a href="https://friendshipplace.org/" style= "color: #61ba9c;" onmouseover="this.style.color='#b1d9d4'" onmouseout="this.style.color='#61ba9c'">the Friendship Place.</a></p>
</div>
<div class = "previewImage"><img src="media/pic07.png" alt="Friendship Place logo" /></div>
</section>
<section id = "event">
<div class = "previewText">
<h1 class = "previewTitle" style= "color: #828282;">Event Basics </h1>
<p class = "previewDesc">This hackathon will occur on Feburary 1st, 2025 at <a href="https://www.google.com/maps/place/Meridian+High+School/@38.8977911,-77.1945609,17z/data=!3m1!4b1!4m6!3m5!1s0x89b7b4d4aaf8eb43:0x8a574c6d6aa83434!8m2!3d38.897787!4d-77.191986!16zL20vMDZwYnJi?entry=ttu" style= "color: #c4bcc4;" onmouseover="this.style.color='#b1d9d4'" onmouseout="this.style.color='#c4bcc4'"> Meridian High School</a> and will be from 9am - 7 pm.</p>
</div>
<div class = "previewImage"><img src="media/pic05.jpg" alt="Computer icon" /></div>
</section>
<section id = "join">
<div class = "previewText">
<h1 class = "previewTitle"> <a href="join.html" style= "color: #828282;" onmouseover="this.style.color='#b1d9d4'" onmouseout="this.style.color='#828282'">Sign Up</a></h1>
<p class = "previewDesc">Hack for Homeless is open to any high school student in the DMV area! Go to the Sign Up<br> page for more specific rules and regulations.</p>
</div>
<div class = "previewImage"><img src="media/pic02.jpg" alt="Friendship Place logo" /></div>
</section>
<section id = "support">
<div class = "previewText">
<h1 class = "previewTitle"><a href="donate.html" style= "color: #828282;" onmouseover="this.style.color='#b1d9d4'" onmouseout="this.style.color='#828282'"> Your Support </a></h1>
<p class = "previewDesc">To help support this event, please consider donating to our non-profit organization through <br>Hack Club. Your donations make this event possible!</p>
</div>
<div class = "previewImage"><img src="media/pic08.png" alt="Hack Club logo" /></div>
</section>
<footer id="footer">
<p class="copyright">© Mya Taheri + Wendy Abstone.</p>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>