This repository was archived by the owner on Jun 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 3.77 KB
/
Copy pathindex.html
File metadata and controls
54 lines (49 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
<html>
<head>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" "/>
<link rel="stylesheet" type="text/css" href="./css/homepage.css">
</head>
<body>
<div class='navbar'>
<a href='index.html'>Home</a>
<a href='candidates.html'>Candidates</a>
<a href='policies.html'>Policies</a>
</div>
<div>
<img id="charityImg" src="./Images/CharityImg.png" onclick="openCharity()"</img>
<div style="padding:30px;"><h8 style="font-size:20px;font-family:helvetica;">
<b>Updated Website Coming...</b><br>
(target launch date 8.8.2020 Please check back for updates and join our </b><a href="mailto:info@myvoteproject.com">email list</a> for updates and upcoming events.)<br><br>
<b>MyVote Project Founders: </b><a href="https://www.empowerthepeople.net/">Sari Kaufman</a>, <a href="http://https//faculty.fuqua.duke.edu/~dm121/">David McAdams</a>, and <a href="https://www.socialjusticelab.org/">Gita Stulberg</a><br><br>
<b>MyVote Project</b> is a nonpartisan voter education platform revolutionizing the way people vote and think about politics. We aim to give voters the background they seek to <b>Know the policies</b> that impact their lives and, <b>Know the candidates</b> who want to represent them at all levels of government. Our mission is to arm voters with relevant information before they enter the voting booth. <b>MyVote. MyVoice. OurFuture.</b><br><br><br>
To Donate, Please visit our <a href="https://charity.gofundme.com/o/en/campaign/myvoteproject2020">GoFund Me - Charity Campaign</a><br><br>
<b>Your donations will allow us to hire a full-time team to support:</b><br>
<b>⇒</b> FURTHER research and development of candidates’ profiles and various policy stances at the local, state, and national levels throughout MULTIPLE states across the country.<br>
<b>⇒</b> INCREASE policy research on the issues voters care about.<br>
<b>⇒</b> IMPROVE and further develop the User Experience of MyVote Project's website.<br>
<b>⇒</b> EXPAND "On-the-ground " and virtual outreach across the nation to help engage and educate voters on the issues.<br>
<b>⇒</b> GROW our volunteer team of over 200 volunteers across the country.<br>
<b>⇒</b> DELIVER MyVote Project to voters across the state of Florida and Nationally!<br>
</h8></div>
</div>
<script type="text/javascript" src="./js/index.js"></script>
</body>
<footer>
<p>© 2020 SilentTech Inc.</p>
<p>Coded by Jacob Kanfer</p>
<p>Contact information: <a href="mailto:jacobrk2001@gmail.com">Jacobrk2001@gmail.com</a>.</p>
</footer>
</html>