-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
51 lines (49 loc) · 2.54 KB
/
About.html
File metadata and controls
51 lines (49 loc) · 2.54 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
<!DOCTYPE html>
<html>
<head>
<title>Project Civics - Democracy Declassified -</title>
<link href="http://fonts.googleapis.com/css?family=Merriweather’" rel="stylesheet" type="text/css"></link>
<link rel ="icon" href ="https://projectcivics.files.wordpress.com/2017/06/cropped-pclogo_21.png"></link>
<link rel ="StyleSheet" href ="ProjectCivics.css"></link>
</head>
<body>
<image src ="https://projectcivics.files.wordpress.com/2017/06/cropped-pclogo_21.png" alt ="Logo" align ="center"></image>
<h1>Project Civics</h1>
<h4>-Democracy Declassified-</h4>
<div class="topnav" id="topnav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a><li>
<li><a href="GovMap.html">GovMap</a></li>
<li><a href="NewsBlog.html">News Blog</a><li>
<li><a href="5StepVoter.html">5stepvoter</a></li>
<li><a href="Glossary.html">Glossary</a></li>
</ul>
<a href="#javascript:void(0);" class="icon" onclick="myFunction()">☰</a>
</div>
<script>
function navBar() {
var x = document.getElementById('topnav');
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<image src ="https://projectcivics.files.wordpress.com/2017/06/img_0916-452.jpg?w=1180&h=435&crop=1" alt ="together" align ="center"></image>
<h1 style="padding-right: 608px;">About:</h1>
<p>Project Civics is an online advanced civics resource for U.S. citizens seeking a way to<br>
understand the historical, political, and institutional information they need in order<br>
to remain informed and follow current events. We emphasize visuals and interactive tools in order to make the learning experience more accessible.</p>
<p>Our goal is to explain all sides of an issue to our readers as if they<br>
have never heard of this issue before and are new to the American political scene.<br>
We are committed to addressing each complex civics concept and tough question in an<br>
accessible and– as much as possible– unbiased way.</p>
<h1 style="padding-right: 600px;">Donate:</h1>
<p>If you are a potential donor to our site, please visit our kickstarter page at (coming).<br>
The money you give helps us pay to host the website, hire designers and programmers<br>
to make our interactive visuals even better, develop new teaching materials, and engage<br>
with the public through social media advertising and partnership. Make a difference in U.S. democracy today by donating.</p>
</body>
</html>