-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding.html
More file actions
executable file
·195 lines (191 loc) · 7.98 KB
/
landing.html
File metadata and controls
executable file
·195 lines (191 loc) · 7.98 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Universal Period Review | United Nations</title>
<meta name="description" content="Cardio is a free one page template made exclusively for Codrops by Luka Cvetinovic" />
<meta name="keywords" content="html template, css, free, one page, gym, fitness, web design" />
<meta name="author" content="Luka Cvetinovic for Codrops" />
<!-- Favicons (created with http://realfavicongenerator.net/)-->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="img/favicons/manifest.json">
<link rel="shortcut icon" href="img/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#00a8ff">
<meta name="msapplication-config" content="img/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Normalize -->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Owl -->
<link rel="stylesheet" type="text/css" href="css/owl.css">
<!-- Animate.css -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- Font Awesome -->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.1.0/css/font-awesome.min.css">
<!-- Elegant Icons -->
<link rel="stylesheet" type="text/css" href="fonts/eleganticons/et-icons.css">
<!-- Main style -->
<link rel="stylesheet" type="text/css" href="css/cardio.css">
</head>
<body>
<div class="preloader">
<img src="img/loader.gif" alt="Preloader image">
</div>
<nav class="navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" data-active-url="img/logo-active.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right main-nav">
<li><a href="#pricing">Logout</a></li>
<li><a href="#" data-toggle="modal" data-target="#modal1" class="btn btn-blue">Account Settings</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header id="intro">
<div class="container">
<div class="table">
<div class="header-text">
<div class="row">
<div class="text-center" style="margin-top:-200px;">
<h3 class="light white">Welcome to the Universal Periodic Review</h3>
<h1 class="white typed">What would you like to do next?</h1>
</div>
</div>
</div>
</div>
</div>
</header>
<section>
<div class="cut cut-top"></div>
<div class="container">
<div class="row intro-tables" style="margin-top:-210px;">
<div class="col-md-4">
<div class="intro-table intro-table-hover">
<h5 class="white heading hide-hover">View the current status of a previously submitted UPR complaint.</h5>
<div class="bottom">
<h4 class="white heading small-heading no-margin regular">Status of UPR Complaint</h4>
<a href="status.html" class="btn btn-white-fill expand">Check Status</a>
</div>
</div>
</div>
<div class="col-md-4" style="border:5px solid #18a5fe;">
<div class="intro-table intro-table-hover">
<h5 class="white heading hide-hover">Create and submit a new UPR complaint.</h5>
<div class="bottom">
<h4 class="white heading small-heading no-margin regular">Submit New UPR Complaint</h4>
<a href="submission.html" class="btn btn-white-fill expand">Submit New</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="intro-table intro-table-hover">
<h5 class="white heading hide-hover">Update an existing UPR complaint</h5>
<div class="bottom">
<h4 class="white heading small-heading no-margin regular">Edit / Merge a UPR Complaint</h4>
<a href="edit.html" class="btn btn-white-fill expand">Edit / Merge</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="cut cut-top"></div>
<div class="container">
<div class="row intro-tables">
<div class="col-md-4">
<div class="intro-table intro-table-hover" style="background-image:url('img/table-1.jpg')">
<h5 class="white heading hide-hover">See the Map of Universal Periodic Review Submissions from Around the World</h5>
<div class="bottom">
<h4 class="white heading small-heading no-margin regular">See Submissions Data</h4>
<a href="#" class="btn btn-white-fill expand">See Map</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="intro-table intro-table-hover" style="background-image:url('img/table-2.jpg')">
<h5 class="white heading hide-hover">Learn more about how the Universal Periodic Review works and the basic guidelines to submit a complaint</h5>
<div class="bottom">
<h4 class="white heading small-heading no-margin regular">UPR Guidelines and Questions</h4>
<a href="#" class="btn btn-white-fill expand">UPR Guidelines</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="intro-table intro-table-hover" style="background-image:url('img/table-3.jpg')">
<h5 class="white heading hide-hover">A History of the United Nations Office of the High Commissioner</h5>
<div class="bottom">
<h4 class="white heading small-heading no-margin regular">A History of UOCHR</h4>
<a href="#" class="btn btn-white-fill expand">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 text-center-mobile">
<h3 class="white">Do you have questions?</h3>
<h5 class="light regular light-white">We're available by email to answer your questions.</h5>
<a href="#" class="btn btn-blue ripple trial-button">Email us</a>
</div>
<div class="col-sm-6 text-center-mobile">
<h3 class="white">Opening Hours <span class="open-blink"></span></h3>
<div class="row opening-hours">
<div class="col-sm-6 text-center-mobile">
<h5 class="light-white light">Mon - Fri</h5>
<h3 class="regular white">9:00 - 22:00</h3>
</div>
<div class="col-sm-6 text-center-mobile">
<h5 class="light-white light">Sat - Sun</h5>
<h3 class="regular white">10:00 - 18:00</h3>
</div>
</div>
</div>
</div>
<div class="row bottom-footer text-center-mobile">
<div class="col-sm-8">
<p>© 2016. Powered by <a href="http://www.phir.co/">Benetech Labs</a></p>
</div>
</div>
</div>
</footer>
<!-- Holder for mobile navigation -->
<div class="mobile-nav">
<ul>
</ul>
<a href="#" class="close-link"><i class="arrow_up"></i></a>
</div>
<!-- Scripts -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/typewriter.js"></script>
<script src="js/jquery.onepagenav.js"></script>
<script src="js/main.js"></script>
</body>
</html>