-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgovernment.html
More file actions
112 lines (86 loc) · 3.53 KB
/
Copy pathgovernment.html
File metadata and controls
112 lines (86 loc) · 3.53 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]>
<!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Equitoria — Government</title>
<meta name="description" content="Equitoria's government is its citizens — proposing, debating and voting on the policies that affect them.">
<meta name="author" content="Equitoria">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css"/>
<link rel="stylesheet" href="css/skeleton.css"/>
<link rel="stylesheet" href="css/layout.css"/>
<!--[if lte IE 8]>
<script src="js/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<div id="preloader">
<div id="status"> </div>
</div>
<div class="singleproject-top">
<div class="container">
<div class="ten columns">
<div id="slider">
<ul class="bxslider">
<li><img src="images/1.jpg" alt=""/></li>
<li><img src="images/parallax-1.jpg" alt=""/></li>
<li><img src="images/parallax-2.jpg" alt=""/></li>
<li><img src="images/parallax-3.jpg" alt=""/></li>
<li><img src="images/parallax-4.jpg" alt=""/></li>
</ul>
</div>
</div>
<div class="six columns">
<h3>Government</h3>
<p><strong>Purpose:</strong> Equitoria's government</p>
<p><strong>Impact:</strong> Everyone</p>
<p><strong>Help Needed:</strong> All Future Citizens</p>
<div class="btn-wrap">
<p>
<a href="https://medium.com/@Equitoria" target="_blank" class="button">Read Blog</a>
</p>
</div>
</div>
</div>
</div>
<div id="singleproject">
<div class="container">
<div class="singleproject1-body">
<div class="sixteen columns">
<h4>Government Description</h4>
<p><span class="dropcap-orange">E</span>quitoria's government is made up of all the citizens of Equitoria.</p>
<br />
<p>Citizens can form groups to discuss specific subjects such as the economy and healthcare and can go on to raise policies that are open to all citizens to read and vote on.</p>
<br />
<p>Citizens don't have to vote on every issue but citizens are encouraged to look out for policies that impact them and to have a voice on that policy, and to vote for it.</p>
</div>
</div>
</div>
</div>
<!-- JAVASCRIPT
================================================== -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<script type="text/javascript" src="js/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="js/jquery.bxslider.min.js"></script>
<script type="text/javascript" src="js/singleproject1.js"></script>
<!-- End Document
================================================== -->
</body>
</html>