forked from Engage18/Engage18.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (57 loc) · 2.89 KB
/
index.html
File metadata and controls
57 lines (57 loc) · 2.89 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
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<meta charset="UTF-8" />
<link rel="stylesheet" href="css/engage18.css" />
<link rel="shortcut icon" type="image/png" href="img/Engage.png">
<title>Engage 18</title>
</head><body>
<div id="wrapper"><ul id="navbar">
<li><img id="logo" src="img/logo.png" /></li>
<li><button id="activePage">
<a href="index">Home</a>
</button></li>
<li><button class="navButton">
<a href="events">Events</a>
</button></li>
<li><button class="navButton">
<a href="engage">Become Engaged</a>
</button></li>
<li><button class="navButton">
<a href="about">About Us</a>
</button></li>
</ul></div>
<div id="mainContent">
<div>
<img class="landscapeImage" src="img/Soup.JPG" />
</div>
<div class="textHolder"><p>
Engage 18 is an organization created and run entirely by students. We seek to grow youth participation in the processes by which we are all governed, permitting all people to have a say in the way their world is run.
</p><p>
In our world, young people are far too often ignored in the political realm, and this leads to disastrous outcomes as entire generations with apathy towards our government accept mediocrity instead of pushing for success. Engage 18 hopes that by engaging students in the political realm, we can make politicians answer to the constituents they represent. By creating a group of informed young citizens, we believe we can make it so our future is considered in politics, instead of just the next election. To these ends, we aim to energize students and help to make the political sphere more accessible to them. We're currently constructing a network of passionate students across the U.S. who are passionate and dedicated to improving our world, both now and for those generations of the future.
</p></div>
</div>
<div id="thumbnailHolder">
<figure><a href="events" class="figLink">
<img src="img/placeholderThumbnail.png" /> </a>
<figcaption>
We're always thinking about what to do next. Take a look <a href="events">here</a> to see recaps and pictures of events we've already hosted or to see what exciting plans we have for the future.
</figcaption>
</figure>
<figure><a href="engage" class="figLink">
<img src="img/placeholderThumbnail.png" /> </a>
<figcaption>
Want to help? Click <a href="events">here</a> to learn all of the ways you can contribute to our cause and become part of the force that will inspire the next generation of leaders.
</figcaption>
</figure>
<figure><a href="about" class="figLink">
<img src="img/placeholderThumbnail.png" /> </a>
<figcaption>
Find out who we are and how to get in touch with us <a href="about">here</a>. If you have any questions about what we do and why, we're always available to contact.
</figcaption>
</figure>
</div>
<div id="bottomPadder"></div>
</body>
</html>