-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcitizenship.html
More file actions
112 lines (86 loc) · 3.39 KB
/
citizenship.html
File metadata and controls
112 lines (86 loc) · 3.39 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>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>Citizenship</h3>
<p><strong>Purpose:</strong> Bring Community Together</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>Citizenship Description</h4>
<p><span class="dropcap-orange">E</span>quitoria aims some day to have a physical city state where citizens can move to for the jobs and full benefits provided by the state.</p>
<br />
<p>That means provision of all the rights and protections of citizenship along with a passport for international travel.</p>
<br />
<p>Even before having a physical location we intend to issue a passport and to test its recognition in multiple countries around the world.</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>