-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
433 lines (427 loc) · 20.5 KB
/
test.html
File metadata and controls
433 lines (427 loc) · 20.5 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nova | Bootstrap app landing</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Swiper slider-->
<link rel="stylesheet" href="vendor/swiper/swiper-bundle.min.css">
<!-- Modal Video-->
<link rel="stylesheet" href="vendor/modal-video/css/modal-video.min.css">
<!-- Google fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:400,600,800&display=swap">
<!-- Device Mockup-->
<link rel="stylesheet" href="css/device-mockups.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.png">
</head>
<body>
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-light navbar-expand-lg fixed-top" id="navbar">
<div class="container"><a class="navbar-brand" href="index.html"><img src="img/logo.svg" alt="" width="110"></a>
<button class="navbar-toggler navbar-toggler-end" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link link-scroll active" href="#hero">Home <span class="sr-only">(current)</span></a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#services">Services</a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="#testimonials">Testimonials</a></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container py-5 mt-5">
<h1>Bootstrap(ious) 5 Boilerplate</h1>
<p>This is a sample content.</p>
<div class="jumbotron">
<h1>Kitchen Sink</h1>
<p>A quick preview of everything Bootstrap has to offer.</p>
<p><a class="btn btn-primary btn-large" href="#!">Learn more »</a> <a class="btn btn-outline-primary btn-large" href="#!">Learn more »</a></p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="card mb-4" id="headings">
<div class="card-header">Headings</div>
<div class="card-body">
<h1>This is an h1 heading</h1>
<h2>This is an h2 heading</h2>
<h3>This is an h3 heading</h3>
<h4>This is an h4 heading</h4>
<h5>This is an h5 heading</h5>
<h6>This is an h6 heading</h6>
</div>
</div>
<div class="card mb-4">
<div class="card-header">Icons</div>
<div class="card-body">
<svg class="svg-icon" style="width:undefinedpx;height:undefinedpx;color:undefined">
<use xlink:href="#speed-1"> </use>
</svg>
<svg class="svg-icon text-primary" style="width:undefinedpx;height:undefinedpx;color:undefined">
<use xlink:href="#muffin-1"> </use>
</svg>
<svg class="svg-icon text-muted" style="width:undefinedpx;height:undefinedpx;color:undefined">
<use xlink:href="#first-aid-kit-1"> </use>
</svg><br>
<svg class="svg-icon svg-icon-big svg-icon-light" style="width:undefinedpx;height:undefinedpx;color:undefined">
<use xlink:href="#sedan-1"> </use>
</svg>
</div>
</div>
<div class="card mb-4" id="tables">
<div class="card-header">Tables</div>
<div class="card-body">
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Tables</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Michael</td>
<td>Are formatted like this</td>
</tr>
<tr>
<td>2</td>
<td>Lucille</td>
<td>Do you like them?</td>
</tr>
<tr class="table-success">
<td>3</td>
<td>Success</td>
<td></td>
</tr>
<tr class="table-danger">
<td>4</td>
<td>Danger</td>
<td></td>
</tr>
<tr class="table-warning">
<td>5</td>
<td>Warning</td>
<td></td>
</tr>
<tr class="table-active">
<td>6</td>
<td>Active</td>
<td></td>
</tr>
</tbody>
</table>
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Tables</th>
</tr>
</thead>
<tbody>
<tr class="table-active">
<td>1</td>
<td>Michael</td>
<td>This one is bordered and condensed</td>
</tr>
<tr>
<td>2</td>
<td>Lucille</td>
<td>Do you still like it?</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card mb-4" id="content-formatting">
<div class="card-header">Content Formatting</div>
<div class="card-body">
<p class="lead">This is a lead paragraph.</p>
<p>This is an <b>ordinary paragraph</b> that is <i>long enough</i> to wrap to
<u>multiple lines</u> so that you can see how the line spacing looks.
</p>
<p class="text-muted">Muted color paragraph.</p>
<p class="text-warning">Warning color paragraph.</p>
<p class="text-danger">Danger color paragraph.</p>
<p class="text-info">Info color paragraph.</p>
<p class="text-primary">Primary color paragraph.</p>
<nav aria-label="...">
<ul class="pagination">
<li class="page-item disabled"><span class="page-link">Previous</span></li>
<li class="page-item"><a class="page-link" href="#!">1</a></li>
<li class="page-item active"><span class="page-link">2<span class="visually-hidden">(current)</span></span></li>
<li class="page-item"><a class="page-link" href="#!">3</a></li>
<li class="page-item"><a class="page-link" href="#!">Next</a></li>
</ul>
</nav>
<p><small>This is text in a <code>small</code> wrapper. <abbr title="No Big Deal">NBD</abbr>, right?</small></p>
<hr>
<address><strong>Twitter, Inc.</strong><br> 795 Folsom Ave, Suite 600<br> San Francisco, CA 94107<br><abbr title="Phone">P:</abbr> (123) 456-7890</address>
<address class="col-6"><strong>Full Name</strong><br><a href="mailto:#">first.last@example.com</a></address>
<hr>
<blockquote>Here's what a blockquote looks like in Bootstrap.<small>Use <code>small</code> to identify the source.</small></blockquote>
<hr>
<div class="row">
<div class="col-xs-6">
<ul>
<li>Normal Unordered List</li>
<li>Can Also Work
<ul>
<li>With Nested Children</li>
</ul>
</li>
<li>Adds Bullets to Page</li>
</ul>
</div>
<div class="col-xs-6">
<ol>
<li>Normal Ordered List</li>
<li>Can Also Work
<ol>
<li>With Nested Children</li>
</ol>
</li>
<li>Adds Bullets to Page</li>
</ol>
</div>
</div>
<hr>
<pre>\nfunction preFormatting() { // looks like this; var something = somethingElse; return true;} </pre>
</div>
</div>
</div>
</div>
<div class="card mb-4" id="forms">
<div class="card-header">Forms</div>
<div class="card-body">
<form>
<div class="mb-3">
<label class="form-label" for="exampleInputEmail1">Email address</label>
<input class="form-control" id="exampleInputEmail1" type="email" aria-describedby="emailHelp">
<div class="form-text" id="emailHelp">We'll never share your email with anyone else.</div>
</div>
<div class="mb-3">
<label class="form-label" for="exampleInputPassword1">Password</label>
<input class="form-control" id="exampleInputPassword1" type="password">
</div>
<div class="mb-3 form-check">
<input class="form-check-input" id="exampleCheck1" type="checkbox">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button class="btn btn-primary" type="submit">Submit</button>
</form>
<hr class="my-5">
<h4 class="mb-5">Horizontal form</h4>
<form class="row row-cols-lg-auto g-3 align-items-center">
<div class="col-12">
<input class="form-control" type="text" placeholder="Email">
<label class="visually-hidden" for="inlineFormInputGroupUsername2">Username</label>
</div>
<div class="col-12">
<div class="input-group"><span class="input-group-text">@</span>
<input class="form-control" id="inlineFormInputGroupUsername2" type="text">
</div>
</div>
<div class="col-12">
<div class="form-check">
<input class="form-check-input" id="inlineFormCheck" type="checkbox">
<label class="form-check-label" for="inlineFormCheck">Remember me</label>
</div>
</div>
<div class="col-12">
<button class="btn btn-primary" type="submit">Submit</button>
</div>
</form>
<hr class="my-5">
<h4 class="mb-5">Horizontal form</h4>
<form>
<div class="row mb-3">
<label class="col-sm-2 col-form-label" for="inputEmail3">Email</label>
<div class="col-sm-10">
<input class="form-control" id="inputEmail3" type="email">
</div>
</div>
<div class="row mb-3">
<label class="col-sm-2 col-form-label" for="inputPassword3">Password</label>
<div class="col-sm-10">
<input class="form-control" id="inputPassword3" type="password">
</div>
</div>
<fieldset>
<div class="row mb-3">
<legend class="col-form-label col-sm-2 pt-0">Radios</legend>
<div class="col-sm-10">
<div class="form-check">
<input class="form-check-input" id="gridRadios1" type="radio" name="gridRadios" value="option1" checked>
<label class="form-check-label" for="gridRadios1">
First radio
</label>
</div>
<div class="form-check">
<input class="form-check-input" id="gridRadios2" type="radio" name="gridRadios" value="option2">
<label class="form-check-label" for="gridRadios2">
Second radio
</label>
</div>
<div class="form-check disabled">
<input class="form-check-input" id="gridRadios3" type="radio" name="gridRadios" value="option3" disabled>
<label class="form-check-label" for="gridRadios3">
Third disabled radio
</label>
</div>
</div>
</div>
</fieldset>
<div class="row mb-3">
<div class="col-form-label col-sm-2 pt-0">Checkbox</div>
<div class="col-sm-10">
<div class="form-check">
<input class="form-check-input" id="gridCheck1" type="checkbox">
<label class="form-check-label" for="gridCheck1">
Example checkbox
</label>
</div>
</div>
</div>
<button class="btn btn-primary" type="submit">Sign in</button>
</form>
</div>
</div>
<div class="card mb-4" id="buttons">
<div class="card-header">Buttons</div>
<div class="card-body">
<p>
<button class="btn btn-lg btn-secondary" type="button">Default Lg</button>
<button class="btn btn-lg btn-primary" type="button">Primary</button>
<button class="btn btn-lg btn-success" type="button">Success</button>
<button class="btn btn-lg btn-info" type="button">Info</button>
<button class="btn btn-lg btn-warning" type="button">Warning</button>
<button class="btn btn-lg btn-danger" type="button">Danger</button>
<button class="btn btn-lg btn-link" type="button">Link</button>
</p>
<p>
<button class="btn btn-secondary" type="button">Default </button>
<button class="btn btn-primary" type="button">Primary</button>
<button class="btn btn-success" type="button">Success</button>
<button class="btn btn-info" type="button">Info</button>
<button class="btn btn-warning" type="button">Warning</button>
<button class="btn btn-danger" type="button">Danger</button>
<button class="btn btn-link" type="button">Link</button>
</p>
<p>
<button class="btn btn-sm btn-secondary" type="button">Default Sm</button>
<button class="btn btn-sm btn-primary" type="button">Primary</button>
<button class="btn btn-sm btn-success" type="button">Success</button>
<button class="btn btn-sm btn-info" type="button">Info</button>
<button class="btn btn-sm btn-warning" type="button">Warning</button>
<button class="btn btn-sm btn-danger" type="button">Danger</button>
<button class="btn btn-sm btn-link" type="button">Link</button>
</p>
</div>
</div>
<div class="card">
<div class="card-header">Button dropdown</div>
<div class="card-body">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" id="dropdownMenuButton" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown button</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton"><a class="dropdown-item" href="#!">Action</a><a class="dropdown-item" href="#!">Another action</a><a class="dropdown-item" href="#!">Something else here</a></div>
</div>
</div>
</div>
</div>
<footer class="with-pattern-1 position-relative pt-5">
<div class="container py-5">
<div class="row gy-4">
<div class="col-lg-3"><img class="mb-4" src="img/logo.svg" alt="" width="110">
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="col-lg-2">
<h2 class="h5 mb-4">Quick Links</h2>
<div class="d-flex">
<ul class="list-unstyled d-inline-block me-4 mb-0">
<li class="mb-2"><a class="footer-link" href="#!">History</a></li>
<li class="mb-2"><a class="footer-link" href="#!">About us</a></li>
<li class="mb-2"><a class="footer-link" href="#!">Contact us</a></li>
<li class="mb-2"><a class="footer-link" href="#!">Services</a></li>
</ul>
</div>
</div>
<div class="col-lg-2">
<h2 class="h5 mb-4">Services</h2>
<div class="d-flex">
<ul class="list-unstyled me-4 mb-0">
<li class="mb-2"><a class="footer-link" href="#!">History</a></li>
<li class="mb-2"><a class="footer-link" href="#!">About us</a></li>
<li class="mb-2"><a class="footer-link" href="#!">Contact us</a></li>
<li class="mb-2"><a class="footer-link" href="#!">Services</a></li>
</ul>
</div>
</div>
<div class="col-lg-5">
<h2 class="h5 mb-4">Contact Info</h2>
<ul class="list-unstyled me-4 mb-3">
<li class="mb-2 text-muted">728 Ocello Street, San Diego, California. </li>
<li class="mb-2"><a class="footer-link" href="tel:619-851-4132">619-851-4132</a></li>
<li class="mb-2"><a class="footer-link" href="mailto:Nova@example.com">Nova@example.com</a></li>
</ul>
<ul class="list-inline mb-0">
<li class="list-inline-item"><a class="social-link" href="#!"><i class="fab fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a class="social-link" href="#!"><i class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a class="social-link" href="#!"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a class="social-link" href="#!"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="copyrights">
<div class="container text-center py-4">
<p class="mb-0 text-muted text-sm">© 2021, Your company. Template by <a href="https://bootstrapious.com/p/app-landing-page" class="text-reset">Bootstrapious</a>.</p>
<!-- If you want to remove the backlink, please purchase the Attribution-Free License. See details in readme.txt or license.txt. Thanks!-->
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/swiper/swiper-bundle.min.js"></script>
<script src="vendor/modal-video/js/modal-video.js"></script>
<script src="js/front.js"></script>
<script>
// ------------------------------------------------------- //
// Inject SVG Sprite -
// see more here
// https://css-tricks.com/ajaxing-svg-sprite/
// ------------------------------------------------------ //
function injectSvgSprite(path) {
var ajax = new XMLHttpRequest();
ajax.open("GET", path, true);
ajax.send();
ajax.onload = function(e) {
var div = document.createElement("div");
div.className = 'd-none';
div.innerHTML = ajax.responseText;
document.body.insertBefore(div, document.body.childNodes[0]);
}
}
// this is set to BootstrapTemple website as you cannot
// inject local SVG sprite (using only 'icons/orion-svg-sprite.svg' path)
// while using file:// protocol
// pls don't forget to change to your domain :)
injectSvgSprite('https://bootstraptemple.com/files/icons/orion-svg-sprite.svg');
</script>
<!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</body>
</html>