-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
66 lines (66 loc) · 3.26 KB
/
join.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Join Us!</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/join.css">
<link href="https://fonts.googleapis.com/css?family=Blinker&display=swap" rel="stylesheet">
</head>
<body><div id="sidebar" class="sidebar">
<ul style="margin-bottom: none;" class="links-list">
<li style="color: lightgrey; font-size: 20px; background-color: rgb(60,60,60);" class="sidebar-item sidebar-header"><a class="x" href="#">☰</a><a class="x hackspace" href="#">HackSpace</a></li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'index.html';"></div>
<a href="index.html" class="sidebar-link">Home</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'our-mission.html';"></div>
<a href="our-mission.html" class="sidebar-link">Our Mission</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'join.html';"></div>
<a href="join.html" class="sidebar-link">Why Join?</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'about-us.html';"></div>
<a href="about-us.html" class="sidebar-link">About Us</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'contact-us.html';"></div>
<a href="contact-us.html" class="sidebar-link">Contact Us</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'requirements.html';"></div>
<a href="requirements.html" class="sidebar-link">Requirements</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'projects.html';"></div>
<a href="projects.html" class="sidebar-link">Our Projects</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'faq.html';"></div>
<a href="faq.html" class="sidebar-link">FAQ</a>
</li>
</ul>
</div>
<div class="overlay"></div>
<a class="sidebar-button" href="#sidebar"><span class="center">☰</span></a>
<h1 class="main-header">Why should you join?</h1>
<br>
<div class="join-container">
<p>
HackSpace tries to give high schoolers an experience that they can't find anywhere else, a real life experience.
Whether you are a social media marketer or a software developer, we make all of our process professional, dealing
with clients and customers and using their feedback to further improve our services. Being a part of HackSpace
is a great way to improve your college applications or your resume. It will give you a real life experience
while still being able to learn new concepts alongside other talented high schoolers. You can add to your own
personal portfolios, network, and help organize events that can benefit the community!
</p>
<p class="bold">
Join today by sending us
a message through our contact us page!
</p>
</div>
</body>
</html>