-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
492 lines (445 loc) · 24.9 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
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="{{THEME_COLOR}}" />
<meta name="robots" content="index, follow">
<!-- Primary Meta Tags -->
<title>{{PAGE_TITLE}}</title>
<meta name="title" content="{{PAGE_TITLE}}" />
<meta name="description" content="{{PAGE_DESCRIPTION}}" />
<meta name="keywords" content="{{KEYWORDS}}" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="{{FAVICON_32x32_URL}}">
<link rel="icon" type="image/png" sizes="16x16" href="{{FAVICON16x16__URL}}">
<link rel="apple-touch-icon" sizes="180x180" href="{{FAVICON_180x180_URL}}">
<!-- You can generate a favicon using a tool like https://favicon.io -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="{{PAGE_URL}}" />
<meta property="og:title" content="{{PAGE_TITLE}}" />
<meta property="og:description" content="{{PAGE_DESCRIPTION}}" />
<meta property="og:image" content="{{OG_IMAGE_URL}}" />
<meta property="og:site_name" content="{{OG_SITE_NAME}}" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="{{PAGE_URL}}" />
<meta property="twitter:title" content="{{PAGE_TITLE}}" />
<meta property="twitter:description" content="{{PAGE_DESCRIPTION}}" />
<meta property="twitter:image" content="{{TWITTER_IMAGE_URL}}" />
<link rel="stylesheet" href="/assets/vendor/bootstrap-5.3.3-dist/css/bootstrap.min.css">
<link rel=" stylesheet" href="/assets/css/style.css">
</script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-secondary fixed-top">
<div class="container">
<a class="navbar-brand" href="/">
<img class="d-inline-block" src="/assets/img/logo.png" height="40" alt="">
</a>
<div class="offcanvas-lg offcanvas-end" tabindex="-1" id="offcanvasMenu"
aria-labelledby="offcanvasMenuLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasMenuLabel">Logo</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas"
data-bs-target="#offcanvasMenu" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
</ul>
</div>
</div>
</div>
<button class="btn d-lg-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasMenu"
aria-controls="offcanvasMenu">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
</header>
<section class="position-relative ">
<div class="min-vh-100 d-flex align-items-center justify-content-center">
<div class="position-absolute top-0 start-0 w-100 h-100" style="z-index: -10">
<div class="w-100 h-100 bg-black position-absolute opacity-25"></div>
<img class=" w-100 h-100 object-fit-cover opacity-25" src="/assets/img/placeholder.png" alt="">
</div>
<div class="px-4 py-5 text-center">
<img class="d-block mx-auto mb-4" src="/assets/img/logo.png" alt="" height="100">
<h1 class="display-5 fw-bold text-body-emphasis">Centered hero</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<button type="button" class="btn btn-primary btn-lg px-4 gap-3">Primary button</button>
<button type="button" class="btn btn-outline-secondary btn-lg px-4 d-none">Secondary</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container py-5">
<div id="carouselExample" class="carousel slide">
<div class="carousel-inner" style="height: 600px;">
<div class="carousel-item h-100 active">
<img src="/assets/img/placeholder.png" class="d-block w-100 h-100 object-fit-cover " alt="...">
</div>
<div class="carousel-item h-100">
<img src="/assets/img/placeholder.png" class="d-block w-100 h-100 object-fit-cover " alt="...">
</div>
<div class="carousel-item h-100">
<img src="/assets/img/placeholder.png" class="d-block w-100 h-100 object-fit-cover " alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<section>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="/assets/img/placeholder.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Responsive left-aligned hero with image
</h1>
<p class="lead">Quickly design and customize responsive mobile-first sites with
Bootstrap, the
world’s most popular front-end open source toolkit, featuring Sass variables and mixins,
responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="album py-5 bg-body-tertiary">
<div class="container">
<h1 class="pb-2 mb-4 fw-bold text-center">Photos</h1>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card ">
<img src="/assets/img/placeholder.png" class=" img-fluid card-img-top">
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class="card-footer bg-body-secondary">
<div class="d-flex justify-content-between align-items-center">
<small class="text-body-secondary">Location</small>
<small class="text-body-secondary">10/12/24</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card ">
<img src="/assets/img/placeholder.png" class=" img-fluid card-img-top">
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class="card-footer bg-body-secondary">
<div class="d-flex justify-content-between align-items-center">
<small class="text-body-secondary">Location</small>
<small class="text-body-secondary">10/12/24</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card ">
<img src="/assets/img/placeholder.png" class=" img-fluid card-img-top">
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class="card-footer bg-body-secondary">
<div class="d-flex justify-content-between align-items-center">
<small class="text-body-secondary">Location</small>
<small class="text-body-secondary">10/12/24</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card ">
<img src="/assets/img/placeholder.png" class=" img-fluid card-img-top">
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class="card-footer bg-body-secondary">
<div class="d-flex justify-content-between align-items-center">
<small class="text-body-secondary">Location</small>
<small class="text-body-secondary">10/12/24</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container px-4 py-5" id="hanging-icons">
<h1 class="pb-2 fw-bold border-bottom">Hanging icons</h1>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="col d-flex align-items-start">
<div
class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg class="bi" width="1em" height="1em">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Featured title</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another
sentence and probably just keep going until we run out of words.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div
class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg class="bi" width="1em" height="1em">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Featured title</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another
sentence and probably just keep going until we run out of words.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div
class="icon-square text-body-emphasis bg-body-secondary d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg class="bi" width="1em" height="1em">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Featured title</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another
sentence and probably just keep going until we run out of words.</p>
</div>
</div>
</div>
</div>
</section>
<section id="#sectionN">
<div class="container ">
<!-- <div class="row">
<div class="col">
<button class="btn btn-primary" type="submit">Button</button>
</div>
</div> -->
<div class="row align-items-center g-4">
<div class="col-12 col-lg-6 align-self-stretch">
<!-- <div class="h-100"
style="background-image: url('/assets/img/logo.png'); background-size: cover; background-position: center;">
</div> -->
<img src="/assets/img/logo.png" class="img-fluid " alt="" srcset="">
</div>
<div class="col-12 col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">
This is really cool a sample title
</h1>
<h4>
Thing 1
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer suscipit nunc velit, eu tempor
nisl
faucibus ut. Integer vehicula consequat nibh, nec rutrum nunc posuere ut. Praesent luctus augue
a
consequat mattis.
</p>
<h4>
Thing 2
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer suscipit nunc velit, eu tempor
nisl
faucibus ut. Phasellus nec neque fringilla, pretium metus eu, viverra mi. Cras vestibulum
turpis non luctus aliquam.
</p>
<h4>
Thing 3
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer suscipit nunc velit, eu tempor
nisl
faucibus ut. Integer vehicula consequat nibh, nec rutrum nunc posuere ut. Praesent luctus augue
a
consequat mattis. Phasellus nec neque fringilla, pretium metus eu, viverra mi. Cras vestibulum
turpis non luctus aliquam.
</p>
<div class="d-grid gap-2 d-none">
<button class="btn btn-primary btn-lg" type="button">Button</button>
<button class="btn btn-primary btn-lg" type="button">Button</button>
</div>
<!-- <button class="btn btn-lg btn-wide btn-primary">Click Here!</button> -->
</div>
</div>
</div>
</section>
<section>
<div class="container py-5">
<!-- Three columns of text below the carousel -->
<div class="row justify-content-around gy-4">
<div class="col-6 col-lg-3 d-flex flex-column align-items-center ">
<div class="card border-0 ">
<img class="img-fluid object-fit-cover rounded-circle p-4" src="/assets/img/logo.png" alt="">
<div class="card-body text-center">
<h3 class="card-title fw-normal">Heading</h3>
<h6 class="card-subtitle mb-2 ">Card subtitle</h6>
<div class="card-text">
<p>Some description</p>
<p class="d-flex gap-3 justify-content-center">
<a class="btn btn-secondary rounded-circle p-2 lh-1" href="#">
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</a>
<a class="btn btn-secondary rounded-circle p-2 lh-1" href="#">
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-6 col-lg-3 d-flex flex-column align-items-center">
<div class="card border-0 ">
<img class="img-fluid object-fit-cover rounded-circle p-4" src="/assets/img/logo.png" alt="">
<div class="card-body text-center">
<h3 class="card-title fw-normal">Heading</h3>
<h6 class="card-subtitle mb-2 ">Card subtitle</h6>
<div class="card-text">
<p>Some description</p>
<p class="d-flex gap-3 justify-content-center">
<a class="btn btn-secondary rounded-circle p-2 lh-1" href="#">
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</a>
<a class="btn btn-secondary rounded-circle p-2 lh-1" href="#">
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-6 col-lg-3 d-flex flex-column align-items-center">
<div class="card border-0 ">
<img class="img-fluid object-fit-cover rounded-circle p-4" src="/assets/img/logo.png" alt="">
<div class="card-body text-center">
<h3 class="card-title fw-normal">Heading</h3>
<h6 class="card-subtitle mb-2 ">Card subtitle</h6>
<div class="card-text">
<p>Some description</p>
<p class="d-flex gap-3 justify-content-center">
<a class="btn btn-secondary rounded-circle p-2 lh-1" href="#">
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</a>
<a class="btn btn-secondary rounded-circle p-2 lh-1" href="#">
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-body-secondary py-5">
<div class="container border-bottom pb-3 mb-3">
<div class="row">
<div class="col-12 col-lg-6">
<div class="d-flex flex-column flex-md-row align-items-center align-items-md-start gap-3">
<a href="/">
<img class="d-inline-block object-fit-cover" src="/assets/img/logo.png" height="80"
width="160" alt="">
</a>
<p>
Description
</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5>
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#link"></use>
</svg>
Link & Info
</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Home</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Features</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pricing</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">FAQs</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">About</a></li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5>
<svg class="bi" width="24" height="24" aria-hidden="true">
<use xlink:href="/assets/img/bootstrap-icons.svg#person-fill"></use>
</svg>
Social & Credits
</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Home</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Features</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Pricing</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">FAQs</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">About</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<p class="text-center my-0 text-body-secondary">
Copyright text
</p>
</div>
</div>
</div>
</footer>
<script src="/assets/vendor/bootstrap-5.3.3-dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>