-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
265 lines (262 loc) · 14.1 KB
/
index.html
File metadata and controls
265 lines (262 loc) · 14.1 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- PAGE settings -->
<link rel="icon" href="https://templates.pingendo.com/assets/Pingendo_favicon.ico">
<title>Conference Aquamarine - Pingendo template</title>
<meta name="description" content="Free Bootstrap 4 Pingendo Aquamarine template for unique events.">
<meta name="keywords" content="Pingendo conference event aquamarine free template bootstrap 4">
<!-- CSS dependencies -->
<link rel="stylesheet" href="aquamarine.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<!-- Script: Make my navbar transparent when the document is scrolled to top -->
<script src="js/navbar-ontop.js"></script>
<!-- Script: Animated entrance -->
<script src="js/animate-in.js"></script>
</head>
<body class="text-center">
<!-- Navbar -->
<nav class="navbar navbar-expand-md fixed-top bg-dark navbar-dark">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse justify-content-center" id="navbar2SupportedContent">
<ul class="navbar-nav">
<li class="nav-item mx-2">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#speakers">Speakers</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#schedule">Schedule</a>
</li>
</ul>
<a class="btn navbar-btn mx-2 text-white btn-outline-light" href="#register">Register now</a>
</div>
</div>
</nav>
<!-- Cover -->
<div class="d-flex align-items-center section-aquamarine py-5 cover" style="background-image: url("assets/conference/cover.jpg");">
<div class="container">
<div class="row">
<div class="col-lg-12 text-white mt-5">
<h1 class="display-2 d-none d-md-block">Conference Pingendo</h1>
<h1 class="display-4 d-block d-md-none">Conference Pingendo</h1>
<p class="">December 12-14, NYC </p>
<a href="#register" class="btn btn-lg mt-4 btn-outline-light">Register now</a><i class="d-block fa fa-angle-down pt-5 fa-3x"></i>
</div>
</div>
</div>
</div>
<!-- Parallax section -->
<div class="py-5 section-parallax" style="background-image: url("assets/conference/venue.jpg");">
<div class="container my-5 bg-light p-4">
<div class="row mx-auto">
<div class="col-md-12">
<h1 class="mb-3">About the event</h1>
<p class="">Three days immersion in the world of UX/UI prototyping. Meet the most important design influencer of the moment, assist to speeches given by worldwide known designers and much, much more. The unique possibility to enhance your professionality with the smallest effort.</p>
<a href="#schedule" class="btn btn-outline-primary btn-lg m-2">Schedule</a>
<a class="btn btn-primary btn-lg m-2" href="#register">Register</a>
</div>
</div>
</div>
</div>
<!-- Speakers -->
<div class="py-5 bg-light" id="speakers">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h1>Speakers</h1>
</div>
</div>
<div class="row">
<div class="col-6 col-lg-4 animate-in-left">
<a href="#">
<img src="assets/conference/people_1.jpg" class="center-block img-fluid my-3 rounded-circle" width="300">
<h3 class="mb-0"><b>Matthew Jong</b></h3>
<p class="text-muted">UI designer</p>
</a>
</div>
<div class="col-6 col-lg-4">
<a href="#">
<img src="assets/conference/people_2.jpg" class="center-block img-fluid my-3 rounded-circle" width="300">
<h3 class="mb-0"><b>Anna da Vinci</b></h3>
<p class="text-muted">UX/UI designer</p>
</a>
</div>
<div class="col-6 col-lg-4 animate-in-right">
<a href="#">
<img src="assets/conference/people_3.jpg" class="center-block img-fluid my-3 rounded-circle" width="300">
<h3 class="mb-0"><b>Michael Philips</b></h3>
<p class="text-muted">UX designer</p>
</a>
</div>
<div class="col-6 col-lg-4 animate-in-left">
<a href="#">
<img src="assets/conference/people_4.jpg" class="center-block img-fluid my-3 rounded-circle" width="300">
<h3 class="mb-0"><b>Emily Wang</b></h3>
<p class="text-muted">Front-end developer</p>
</a>
</div>
<div class="col-6 col-lg-4">
<a href="#">
<img src="assets/conference/people_5.jpg" class="center-block img-fluid my-3 rounded-circle" width="300">
<h3 class="mb-0"><b>John Morgan</b></h3>
<p class="text-muted">Bootstrap evangelist</p>
</a>
</div>
<div class="col-6 mask col-lg-4 animate-in-right">
<a href="#">
<img src="assets/conference/people_6.jpg" class="center-block img-fluid my-3 rounded-circle" width="300">
<h3 class="mb-0"><b>Mary Potter</b></h3>
<p class="text-muted">Front-end developer</p>
</a>
</div>
</div>
</div>
</div>
<!-- Schedule -->
<div class="py-5 section-parallax" style="background-image: url("assets/conference/schedule.jpg");" id="schedule">
<div class="container section-aquamarine">
<div class="row">
<div class="col-md-12">
<h1 class="text-white mt-4">Schedule</h1>
</div>
</div>
<div class="row text-left text-dark">
<div class="p-4 col-lg-4 col-md-6">
<div class="card">
<div class="card-block text-center card-primary p-2">
<h2>Day 1</h2>
<p class="lead">Prototype</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 09:30-10:00 – <b>Welcome</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 10:00-12:00 – <b>Bootstrap</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 12:00-13:00 – <b>Q&A</b></li>
<li class="list-group-item bg-info"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 13:00-14:30 – <b>Lunch</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 14:30-16:00 – <b>Besties</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 16:00-18:00 – <b>Workshop</b></li>
</ul>
</div>
</div>
<div class="p-4 col-lg-4 col-md-6">
<div class="card">
<div class="card-block text-center card-primary p-2">
<h2>Day 2</h2>
<p class="lead">Design</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 09:30-10:00 – <b>Guests</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 10:00-12:00 – <b>Design</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 12:00-13:00 – <b>UI trends</b></li>
<li class="list-group-item bg-info"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 13:00-14:30 – <b>Lunch</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 14:30-16:00 – <b>Discussion</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 16:00-18:00 – <b>Party!</b></li>
</ul>
</div>
</div>
<div class="p-4 col-lg-4">
<div class="card text-dark">
<div class="card-block text-center p-2">
<h2>Day 3</h2>
<p class="lead">Publish</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 09:30-10:00 – <b>WBN</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 10:00-12:00 – <b>Publishing</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 12:00-13:00 – <b>Implement</b></li>
<li class="list-group-item bg-info"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 13:00-14:30 – <b>Lunch</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 14:30-16:00 – <b>Farewell</b></li>
<li class="list-group-item"><i class="mx-auto fa d-inline fa-clock-o text-primary"></i> 16:00-18:00 – <b>Party!</b></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Sponsor logos -->
<div class="py-5 section bg-faded bg-light">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="mb-4">Sponsors</h1>
</div>
</div>
<div class="row">
<div class="col-md-3 col-6">
<img class="center-block img-fluid d-block" src="assets/conference/logo_1.png"> </div>
<div class="col-md-3 col-6">
<img class="center-block img-fluid d-block" src="assets/conference/logo_4.png"> </div>
<div class="col-md-3 col-6">
<img class="center-block img-fluid d-block" src="assets/conference/logo_3.png"> </div>
<div class="col-md-3 col-6">
<img class="center-block img-fluid d-block" src="assets/conference/logo_2.png"> </div>
</div>
</div>
</div>
<!-- Call to action -->
<div class="py-5 section-aquamarine" id="register">
<div class="container">
<div class="row">
<div class="col-md-8 text-md-left text-center">
<h1 class="text-white">Registrations are open</h1>
<p>Pre-register to get a priority access to the event. Fares will be published later on. <br>Get the maximum from the lectures together with the possibility of joining exclusive side-events.</p>
</div>
<div class="col-md-4 align-self-center animate-in-right">
<a href="#" class="btn btn-lg btn-light my-3">Register now</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="text-md-left text-center p-4 bg-dark text-light">
<div class="container">
<div class="row">
<div class="my-3 col-lg-4 col-md-6">
<h3>Conference Pingendo</h3>
<p class="text-muted">December 12-14, 2017</p>
<p class="my-3">
<a href="https://goo.gl/maps/ayn28vkB5F92" target="blank" class="text-muted">Empire State building 350 5th Ave, <br>New York, NY 10118</a>
</p>
<a class="btn btn-lg btn-primary" href="#">Register now</a>
</div>
<div class="my-3 col-lg-4 col-md-6">
<h3>Contact us</h3>
<form>
<fieldset class="form-group my-3">
<input type="email" class="form-control" id="Input Email" placeholder="Email"> </fieldset>
<fieldset class="form-group my-3">
<input type="message" class="form-control" id="Input Message" placeholder="Message"> </fieldset>
<button type="submit" class="btn btn-outline-primary">Submit</button>
</form>
</div>
<div class="col-lg-1"> </div>
<div class="my-3 col-lg-3">
<h3>Follow</h3>
<a href="https://www.facebook.com" target="blank"><i class="fa fa-facebook-square text-muted fa-3x m-2"></i></a>
<a href="https://www.instagram.com" target="blank"><i class="fa fa-3x fa-instagram text-muted m-2"></i></a>
<a href="https://twitter.com" target="blank"><i class="fa fa-3x fa-twitter m-2 text-muted"></i></a>
<a href="https://plus.google.com" target="blank"><i class="fa fa-3x fa-google-plus-official text-muted m-2"></i></a>
<a href="https://pinterest.com" target="blank"><i class="fa fa-3x text-muted fa-pinterest-p m-2"></i></a>
<a href="https://www.youtube.com" target="blank"><i class="fa fa-3x text-muted fa-youtube-play m-2"></i></a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="text-muted">© Copyright 2018 Pingendo - All rights reserved. </p>
</div>
</div>
</div>
</footer>
<!-- JavaScript dependencies -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- Script: Smooth scrolling between anchors in the same page -->
<script src="js/smooth-scroll.js"></script>
<pingendo onclick="window.open('https://pingendo.com/', '_blank')" style="cursor:pointer;position: fixed;bottom: 20px;right:20px;padding:4px;background-color: #00b0eb;border-radius: 8px; width:220px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;color:white">Made with Pingendo Free <img src="https://pingendo.com/site-assets/Pingendo_logo_big.png" class="d-block" alt="Pingendo logo" height="16"></pingendo>
</body>
</html>