-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuture.html
More file actions
120 lines (94 loc) · 4.24 KB
/
future.html
File metadata and controls
120 lines (94 loc) · 4.24 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
113
114
115
116
117
118
119
120
<!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>Creatrix</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- 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>Future</h3>
<p><strong>Purpose:</strong> The Future of Equitoria</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>Future Description</h4>
<p><span class="dropcap-orange">E</span>quitoria's future will be decided by the citizens of Equitoria, but it is hoped that we will see some foundational features emerge.</p>
<p>
<ul>
<li>That people will once more take an interest in governance when they start to have a say in matters of governance.</li>
<li>That we will see a return to family values and communities working together without fear of dictats from the state.</li>
<li>That the state will avoid becoming a debt based economy which is a plague on other economies around the world.</li>
<li>That the state will be economically successful and pass that success on to its citizens.</li>
<li>That businesses will thrive and a new age of innovation and growth will become the hallmark of Equitoria.</li>
<li>That we will see an end to corruption and sleaze in government.</li>
<li>That success will radiate outwards and encourage other states to join us or to become more democratic and positive for their citizens.</li>
<li>That we will within 20 years begin building our physical city state near to a high trade region in the world.</li>
</ul>
</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>