-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
436 lines (420 loc) · 22.6 KB
/
index.html
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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Startup Name</title>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/css/bootstrap.min.css">
<link href="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/css/now-ui-kit.min.css?v1.2.0" rel="stylesheet"/>
<link href="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/demo/demo.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="index-page sidebar-collapse">
<!-- Navbar -->
<nav id="navbar-menu" class="navbar navbar-expand-lg bg-primary fixed-top navbar-transparent nav-color-white" color-on-scroll="400">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" rel="tooltip" title="" href="#hero">
<strong>STARTUP NAME</strong>
</a>
<button class="navbar-toggler navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</button>
</div>
<div class="collapse navbar-collapse justify-content-end" data-nav-image="./assets/img/blurred-image-1.jpg">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" href="#hero">
<p class="">Home</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" href="#about">
<p class="">About</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" href="#testimonial">
<p class="">Testimonials</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" href="#tips">
<p class="">Business Tips</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="" href="#contact">
<p class="">Contact</p>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="wrapper">
<!-- Hero -->
<section id="hero">
<div class="page-header clear-filter" filter-color="green">
<div class="page-header-image" data-parallax="true" style="background-image: url('assets/images/christiann-koepke-dQyS2pMYtok-unsplash.jpg');">
</div>
<div class="container">
<div class="content-center brand">
<img class="n-logo" src="assets/images/logo.png" alt="">
<h1 class="h1-seo"><strong>STARTUP NAME</strong></h1>
<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit</h3>
<button class="btn btn-primary btn-round" type="button">
<i class="fa fa-android"></i> Download
</button>
<button class="btn btn-neutral btn-round" type="button">
<i class="fa fa-apple"></i> Download
</button>
</div>
</div>
</div>
</section>
<!-- End Hero -->
<!-- Main -->
<div class="main">
<!-- About Section -->
<section id="about">
<div class="section section-basic">
<div class="container text-center mt-5">
<h3 class="title">Lorem ipsum dolor sit amet...</h3>
<p><strong>STARTUP NAME</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
<div class="mt-5 pb-5 d-flex justify-content-around flex-column flex-md-row flex-md-wrap">
<div class="">
<div class="card text-center hover-shadow" style="width: 18rem;">
<div class="card-body">
<div class="icon">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="file-invoice-dollar" class="svg-inline--fa fa-file-invoice-dollar fa-w-12" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<path fill="currentColor" d="M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z"></path>
</svg>
</div>
<h4 class="card-title">Lorem ipsum dolor</h4>
<p class="card-text">Auctor augue mauris augue neque. Posuere lorem ipsum dolor sit amet consectetur adipiscing. Porta non pulvinar neque laoreet.</p>
</div>
</div>
</div>
<div class="">
<div class="card text-center hover-shadow" style="width: 18rem;">
<div class="card-body">
<div class="icon">
<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="address-card" class="svg-inline--fa fa-address-card fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<path fill="currentColor" d="M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z"></path>
</svg>
</div>
<h4 class="card-title">Lorem ipsum dolor</h4>
<p class="card-text">Auctor augue mauris augue neque. Posuere lorem ipsum dolor sit amet consectetur adipiscing. Porta non pulvinar neque laoreet.</p>
</div>
</div>
</div>
<div class="">
<div class="card text-center hover-shadow" style="width: 18rem;">
<div class="card-body">
<div class="icon">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="dollar-sign" class="svg-inline--fa fa-dollar-sign fa-w-9" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 288 512">
<path fill="currentColor" d="M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z"></path>
</svg>
</div>
<h4 class="card-title">Lorem ipsum dolor</h4>
<p class="card-text">Auctor augue mauris augue neque. Posuere lorem ipsum dolor sit amet consectetur adipiscing. Porta non pulvinar neque laoreet.</p>
</div>
</div>
</div>
</div>
<h5 class="title pt-5">Auctor augue mauris augue neque <strong>STARTUP NAME</strong>...</h5>
<div class="list-usaha d-flex flex-wrap justify-content-center">
<a rel="tooltip" title="" href="#" class="shadow p-3 mb-5 bg-white rounded hover-shadow"> 🛍️ Lorem </a>
<a rel="tooltip" title="" href="#" class="shadow p-3 mb-5 bg-white rounded hover-shadow"> 🍜️ ipsum </a>
<a rel="tooltip" title="" href="#" class="shadow p-3 mb-5 bg-white rounded hover-shadow"> 📱 Auctor </a>
<a rel="tooltip" title="" href="#" class="shadow p-3 mb-5 bg-white rounded hover-shadow"> 👕 Porta </a>
<a rel="tooltip" title="" href="#" class="shadow p-3 mb-5 bg-white rounded hover-shadow"> 🔨 Posuere </a>
<a rel="tooltip" title="" href="#" class="shadow p-3 mb-5 bg-white rounded hover-shadow"> 🚘️ laoreet </a>
<a rel="tooltip" title="" href="#" class="shadow p-3 mb-5 bg-white rounded hover-shadow"> 💈 Dolor </a>
<a rel="tooltip" title="" href="#" class="shadow-none p-3 mb-5 bg-light rounded hover-shadow"> <i class="fa fa-plus"></i> and more.. </a>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Testimonials Section -->
<section id="testimonial">
<div class="section section-basic bg-light">
<div class="container text-center">
<h3 class="title">Testimonials...</h3>
<div id="testimonial_carousel" class="carousel slide" data-ride="false">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="d-flex justify-content-around flex-column flex-md-row flex-md-wrap">
<div class="card hover-shadow" style="width: 18rem;">
<i class="fa fa-quote-left"></i>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<img class="" src="assets/images/testimonial-sanudin.png" alt="">
<div class="d-flex justify-content-between align-items-end">
<div class="text-left">
<h4 class="card-title">Sanudin</h4>
<h6 class="card-subtitle mb-2 text-muted">Pemilik Usaha ......</h6>
</div>
<button class="btn btn-primary btn-round btn-video">
<i class="fa fa-play-circle"></i> Play
</button>
</div>
</div>
</div>
<div class="card hover-shadow" style="width: 18rem;">
<i class="fa fa-quote-left"></i>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<img class="" src="assets/images/testimonial-sanudin.png" alt="">
<div class="d-flex justify-content-between align-items-end">
<div class="text-left">
<h4 class="card-title">Yogi</h4>
<h6 class="card-subtitle mb-2 text-muted">Pengusaha ......</h6>
</div>
<button class="btn btn-primary btn-round btn-video">
<i class="fa fa-play-circle"></i> Play
</button>
</div>
</div>
</div>
<div class="card hover-shadow" style="width: 18rem;">
<i class="fa fa-quote-left"></i>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<img class="" src="assets/images/testimonial-sanudin.png" alt="">
<div class="d-flex justify-content-between align-items-end">
<div class="text-left">
<h4 class="card-title">Yogi</h4>
<h6 class="card-subtitle mb-2 text-muted">Pengusaha ......</h6>
</div>
<button class="btn btn-primary btn-round btn-video">
<i class="fa fa-play-circle"></i> Play
</button>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="d-flex justify-content-around flex-column flex-md-row flex-md-wrap">
<div class="card hover-shadow" style="width: 18rem;">
<i class="fa fa-quote-left"></i>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<img class="" src="assets/images/testimonial-sanudin.png" alt="">
<div class="d-flex justify-content-between align-items-end">
<div class="text-left">
<h4 class="card-title">John</h4>
<h6 class="card-subtitle mb-2 text-muted">Pengusaha ......</h6>
</div>
<button class="btn btn-primary btn-round btn-video">
<i class="fa fa-play-circle"></i> Play
</button>
</div>
</div>
</div>
<div class="card hover-shadow" style="width: 18rem;">
<i class="fa fa-quote-left"></i>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<img class="" src="assets/images/testimonial-sanudin.png" alt="">
<div class="d-flex justify-content-between align-items-end">
<div class="text-left">
<h4 class="card-title">Doe</h4>
<h6 class="card-subtitle mb-2 text-muted">Pemilik Toko ......</h6>
</div>
<button class="btn btn-primary btn-round btn-video">
<i class="fa fa-play-circle"></i> Play
</button>
</div>
</div>
</div>
<div class="card hover-shadow" style="width: 18rem;">
<i class="fa fa-quote-left"></i>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<img class="" src="assets/images/testimonial-sanudin.png" alt="">
<div class="d-flex justify-content-between align-items-end">
<div class="text-left">
<h4 class="card-title">Doe</h4>
<h6 class="card-subtitle mb-2 text-muted">Pemilik Toko ......</h6>
</div>
<button class="btn btn-primary btn-round btn-video">
<i class="fa fa-play-circle"></i> Play
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev ctrl" href="#testimonial_carousel" role="button" data-slide="prev">
<!-- <span class="carousel-control-prev-icon"></span> -->
<i class="fa fa-angle-left"></i>
</a>
<a class="carousel-control-next ctrl" href="#testimonial_carousel" role="button" data-slide="next">
<!-- <span class="carousel-control-next-icon"></span> -->
<i class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- End Testimonials Section -->
<!-- Business Tips Section -->
<section id="tips">
<div class="section section-basic">
<div class="text-center ">
<h3 class="title">#Business Tips...</h3>
<div class="card mr-md-3 tips-tipsbisnis hover-shadow" style="width: 18rem;">
<div class="card-body">
<h6 class="card-subtitle mb-2 text-muted tag">#tipsbisnis</h6>
<h5 class="card-title">Tips jualan......</h5>
<p class="card-text">Some tips content...... Lorem ipsum dolor, sit amet consectetur adipisicing elit. Reiciendis ipsum soluta et dolore ullam...</p>
<a href="#" class="card-link">More...</a>
</div>
</div>
<div class="card mr-md-3 tips-peluangusaha hover-shadow" style="width: 18rem;">
<div class="card-body">
<h6 class="card-subtitle mb-2 text-muted tag">#peluangusaha</h6>
<h5 class="card-title">Peluang usaha jual...</h5>
<p class="card-text">Some tips content...... Lorem ipsum dolor, sit amet consectetur adipisicing elit. Reiciendis ipsum soluta et dolore ullam...</p>
<a href="#" class="card-link">More...</a>
</div>
</div>
<div class="card mr-md-3 tips-investasi hover-shadow" style="width: 18rem;">
<div class="card-body">
<h6 class="card-subtitle mb-2 text-muted tag">#investasi</h6>
<h5 class="card-title">Belajar investasi dari nol...</h5>
<p class="card-text">Some tips content...... Lorem ipsum dolor, sit amet consectetur adipisicing elit. Reiciendis ipsum soluta et dolore ullam...</p>
<a href="#" class="card-link">More...</a>
</div>
</div>
<div class="card tips-informasi hover-shadow" style="width: 18rem;">
<div class="card-body">
<h6 class="card-subtitle mb-2 text-muted tag">#informasi</h6>
<h5 class="card-title">Cara aman......</h5>
<p class="card-text">Some tips content...... Lorem ipsum dolor, sit amet consectetur adipisicing elit. Reiciendis ipsum soluta et dolore ullam...</p>
<a href="#" class="card-link">More...</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Business Tips Section -->
<!-- Contact Section -->
<section id="contact">
<div class="section section-basic bg-dark text-white">
<div class="container text-center">
<h3 class="title">Contact Us...</h3>
<div class="row">
<div class="col-md-8">
<form>
<div class="row">
<div class="col">
<div class="form-group">
<label for="first_name" class="sr-only">First name</label>
<input type="text" class="form-control" name="first_name" placeholder="First name">
</div>
</div>
<div class="col">
<div class="form-group">
<label for="last_name" class="sr-only">Last name</label>
<input type="text" class="form-control" name="last_name" placeholder="Last name (optional)">
</div>
</div>
</div>
<div class="form-group">
<label for="email" class="sr-only">Email</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Email">
</div>
<div class="form-group">
<label for="subject" class="sr-only">Subject</label>
<input type="text" class="form-control" id="subject" name="subject" placeholder="Email">
</div>
<div class="form-group">
<label for="message" class="sr-only">Message</label>
<textarea class="form-control" name="message" id="message" rows="3" placeholder="Type a message"></textarea>
</div>
<button type="submit" class="btn btn-primary btn-round btn-send-message">Send Message</button>
</form>
</div>
<div class="col-md-4">
<div class="address">
<h4>PT Usahaku Usahamu</h4>
<p><i class="fa fa-map-marker"></i> Jl. Sekian Barat 06 Blok C07, Tower Langit F, South Jakarta, DKI Jakarta - Indonesia</p>
<p><a href="tel:02188888888"><i class="fa fa-phone-square"></i> 021 8888 8888</a></p>
<p><a href="mailto:ask@notawarung.id"><i class="fa fa-envelope"></i> email@emailweb.id</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</div>
<!-- End Main -->
<!-- Footer -->
<footer class="footer" data-background-color="black">
<div class="container">
<div class="d-flex justify-content-md-between flex-column-reverse flex-md-row">
<div>
<nav>
<ul class="d-flex flex-column flex-md-row">
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</nav>
</div>
<div class="text-center">
<h5>Want to know when we launch?</h5>
<p>get the latest information.</p>
<form class="form d-flex justify-content-center flex-column">
<div class="form-group">
<label for="email_subscribe" class="sr-only">Email</label>
<input type="email" class="form-control" id="email_subscribe" name="email_subscribe" placeholder="Email">
</div>
<button type="submit" class="btn btn-primary btn-round btn-subscribe">Subscribe</button>
</form>
</div>
</div>
<hr style="border-top: 1px dashed #fff;">
<div class="copyright text-center">
©
<script> document.write(new Date().getFullYear()) </script>,
made with ❤ by <a href="#" target="_blank">Sanudin</a> [ <a href="https://github.com/ssanudin" target="_blank">GitHub</a> | <a href="https://www.linkedin.com/in/sanudin/" target="_blank">LinkedIn</a> ] <br>
Photo (Hero Background) by <a href="https://unsplash.com/@christiannkoepke?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Christiann Koepke</a> on Unsplash
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</body>
<!-- Core JS Files -->
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/core/jquery.min.js"></script>
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/core/popper.min.js"></script>
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/core/bootstrap.min.js"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/plugins/nouislider.min.js"></script>
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/plugins/bootstrap-datepicker.js"></script>
<!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc -->
<script src="https://cdn.rawgit.com/creativetimofficial/now-ui-kit/2e8e665f/assets/js/now-ui-kit.js"></script>
<script src="assets/js/script.js"></script>
</html>