-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjoin.html
More file actions
73 lines (61 loc) · 1.99 KB
/
join.html
File metadata and controls
73 lines (61 loc) · 1.99 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
<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>Sign Up</h1>
<p class = "caption">Requirements + Rules</p>
</div>
<div class="image-container">
<img class = "logo" src="media/screen3.png" alt="Hack for Homeless Logo">
</div>
</div>
<div class="right-half">
<img class = "img1" src="media/signup.png" alt="donation flyer">
</div>
</header>
<!-- <h6>We are not taking sign ups at this time. </h6> -->
<h6><a href="https://docs.google.com/forms/d/e/1FAIpQLScQgPedQz6jr3EPbAqKnlelf75XScqU3eeJuW_WpswcAKg_Dg/viewform?usp=dialog" style= "color: #828282;" onmouseover="this.style.color='#b1d9d4'" onmouseout="this.style.color='#828282'">Click for Link to Sign up</a></h6>
<h4>Requirements</h4>
<p class="joinText">• Current High School Student <br>
• Must bring your own devices to code on <br>
</p>
<header>
<h4>Rules</h4>
</header>
<p class="joinText">
• Do not start coding before the event. You may brainstorm ideas, but no code should be written <br>
• The maximum number of memebers on a team is 5, and there is not a minimum <br>
</p>
<hr/>
<footer id="footer">
<p class="copyright">© Mya Taheri + Wendy Abstone.</p>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>