-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements.html
More file actions
705 lines (700 loc) · 27.3 KB
/
Copy pathelements.html
File metadata and controls
705 lines (700 loc) · 27.3 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
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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Elements</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/images/favicon.png">
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/styles.css">
<style type="text/css">
body{
-moz-opacity: 0.00;
-khtml-opacity: 0.00;
opacity: 0.00;
}
.section-title{
margin-bottom: 1em;
}
.main{
padding-top: 2em;
}
.main .row > div{
margin-bottom: 2em;
}
.btn{
margin-bottom: .5em;
}
</style>
</head>
<body class="page-elements">
<!-- header-main -->
<header class="header-main">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-dark navbar-expand-md">
<a href="../" class="navbar-brand">
<img src="assets/images/mylogo.svg" alt="Logo">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarMain" aria-controls="navbarMain" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarMain" class="collapse navbar-collapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle nav-link active" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Other Pages</a>
<div class="dropdown-menu rounded-0 border-0" aria-labelledby="dropdown01">
<a class="dropdown-item" href="blog-post.html">Blog Post</a>
<a class="dropdown-item" href="blog-list.html">Blog List</a>
<a class="dropdown-item" href="page-404.html">404 Page</a>
<a class="dropdown-item active" href="elements.html">Elements</a>
</div>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li>
</ul>
<form class="form-inline" role="search">
<input class="search form-control rounded-0" type="text" title="Enter search query here.." placeholder="Search.." aria-label="Search">
</form>
<ul class="navbar-nav navbar-social">
<li class="nav-item">
<a href="#" class="nav-link">
<i class="fab fa-github"></i>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- end header-main -->
<!-- main -->
<main class="main">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="section-title">
<h3 class="title">Buttons</h3>
</div>
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>
<button type="button" class="btn btn-link">Link</button>
</div>
<div class="col-md-4">
<div class="section-title">
<h3 class="title">Outline Buttons</h3>
</div>
<button type="button" class="btn btn-outline-primary">Primary</button>
<button type="button" class="btn btn-outline-secondary">Secondary</button>
<button type="button" class="btn btn-outline-success">Success</button>
<button type="button" class="btn btn-outline-danger">Danger</button>
<button type="button" class="btn btn-outline-warning">Warning</button>
<button type="button" class="btn btn-outline-info">Info</button>
<button type="button" class="btn btn-outline-light">Light</button>
<button type="button" class="btn btn-outline-dark">Dark</button>
</div>
<div class="col-md-4">
<div class="section-title">
<h3 class="title">Badges</h3>
</div>
<span class="badge badge-primary">Primary</span>
<span class="badge badge-secondary">Secondary</span>
<span class="badge badge-success">Success</span>
<span class="badge badge-danger">Danger</span>
<span class="badge badge-warning">Warning</span>
<span class="badge badge-info">Info</span>
<span class="badge badge-light">Light</span>
<span class="badge badge-dark">Dark</span>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h3 class="title">Alerts</h3>
</div>
<div class="alert alert-primary" role="alert">
A simple primary alert—check it out!
</div>
<div class="alert alert-secondary" role="alert">
A simple secondary alert—check it out!
</div>
<div class="alert alert-success" role="alert">
A simple success alert—check it out!
</div>
<div class="alert alert-danger" role="alert">
A simple danger alert—check it out!
</div>
<div class="alert alert-warning" role="alert">
A simple warning alert—check it out!
</div>
<div class="alert alert-info" role="alert">
A simple info alert—check it out!
</div>
<div class="alert alert-light" role="alert">
A simple light alert—check it out!
</div>
<div class="alert alert-dark" role="alert">
A simple dark alert—check it out!
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="section-title">
<h3 class="title">Headings</h3>
</div>
<h1>h1. Bootstrap heading</h1>
<h2>h2. Bootstrap heading</h2>
<h3>h3. Bootstrap heading</h3>
<h4>h4. Bootstrap heading</h4>
<h5>h5. Bootstrap heading</h5>
<h6>h6. Bootstrap heading</h6>
</div>
<div class="col-md-6">
<div class="section-title">
<h3 class="title">Inline text elements</h3>
</div>
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
<p><u>This line of text will render as underlined</u></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h3 class="title">Tables</h3>
</div>
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h3 class="title">Tables</h3>
</div>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="section-title">
<h3 class="title">Pagination</h3>
</div>
<nav aria-label="...">
<ul class="pagination">
<li class="page-item disabled">
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">Previous</a>
</li>
<li class="page-item">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item active" aria-current="page">
<a class="page-link" href="#">2 <span class="sr-only">(current)</span></a>
</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>
</div>
<div class="col-md-6">
<div class="section-title">
<h3 class="title">Spinners</h3>
</div>
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-border text-secondary" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-border text-success" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-border text-danger" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-border text-warning" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-border text-info" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-border text-light" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-border text-dark" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="section-title">
<h3 class="title">Slides only</h3>
</div>
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/images/post-1.jpg" alt="...">
</div>
<div class="carousel-item">
<img src="assets/images/post-2.jpg" alt="...">
</div>
<div class="carousel-item">
<img src="assets/images/post-3.jpg" alt="...">
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="section-title">
<h3 class="title">With controls</h3>
</div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/images/post-4.jpg" alt="...">
</div>
<div class="carousel-item">
<img src="assets/images/post-5.jpg" alt="...">
</div>
<div class="carousel-item">
<img src="assets/images/post-6.jpg" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="section-title">
<h3 class="title">Forms</h3>
</div>
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="col-md-8">
<div class="section-title">
<h3 class="title">Forms Feedback</h3>
</div>
<form>
<div class="form-row">
<div class="col-md-4 mb-3">
<label for="validationServer01">First name</label>
<input type="text" class="form-control is-valid" id="validationServer01" placeholder="First name" value="Mark" required>
<div class="valid-feedback">
Looks good!
</div>
</div>
<div class="col-md-4 mb-3">
<label for="validationServer02">Last name</label>
<input type="text" class="form-control is-valid" id="validationServer02" placeholder="Last name" value="Otto" required>
<div class="valid-feedback">
Looks good!
</div>
</div>
<div class="col-md-4 mb-3">
<label for="validationServerUsername">Username</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="inputGroupPrepend3">@</span>
</div>
<input type="text" class="form-control is-invalid" id="validationServerUsername" placeholder="Username" aria-describedby="inputGroupPrepend3" required>
<div class="invalid-feedback">
Please choose a username.
</div>
</div>
</div>
</div>
<div class="form-row">
<div class="col-md-6 mb-3">
<label for="validationServer03">City</label>
<input type="text" class="form-control is-invalid" id="validationServer03" placeholder="City" required>
<div class="invalid-feedback">
Please provide a valid city.
</div>
</div>
<div class="col-md-3 mb-3">
<label for="validationServer04">State</label>
<input type="text" class="form-control is-invalid" id="validationServer04" placeholder="State" required>
<div class="invalid-feedback">
Please provide a valid state.
</div>
</div>
<div class="col-md-3 mb-3">
<label for="validationServer05">Zip</label>
<input type="text" class="form-control is-invalid" id="validationServer05" placeholder="Zip" required>
<div class="invalid-feedback">
Please provide a valid zip.
</div>
</div>
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input is-invalid" type="checkbox" value="" id="invalidCheck3" required>
<label class="form-check-label" for="invalidCheck3">
Agree to terms and conditions
</label>
<div class="invalid-feedback">
You must agree before submitting.
</div>
</div>
</div>
<button class="btn btn-primary" type="submit">Submit form</button>
</form>
</div>
</div>
</div>
</main>
<!-- end main -->
<!-- footer-main -->
<footer class="footer-main">
<div class="container">
<div class="row">
<div class="col-md-4">
<ul class="list-group list-group-flush">
<li class="list-group-item">
<a href="../" class="footer-brand">
<img src="assets/images/mylogo.svg" alt="Logo">
</a>
</li>
<li class="list-group-item">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex accusamus cupiditate molestias aliquid quam consequatur.</p>
<p>© Welison Menezes 2019</p>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-group list-group-flush">
<li class="list-group-item">
<h4>Most Commented</h4>
</li>
<li class="list-group-item">
<a href="blog-post.html">Lorem ipsum dolor sit amet</a>
<small>Jan 25, 2018</small>
</li>
<li class="list-group-item">
<a href="blog-post.html">Lorem ipsum dolor sit amet</a>
<small>Jan 25, 2018</small>
</li>
<li class="list-group-item">
<a href="blog-post.html">Lorem ipsum dolor sit amet</a>
<small>Jan 25, 2018</small>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-group list-group-flush">
<li class="list-group-item">
<h4>Best Rated</h4>
</li>
<li class="list-group-item">
<a href="blog-post.html">Lorem ipsum dolor sit amet</a>
<small>Jan 25, 2018</small>
</li>
<li class="list-group-item">
<a href="blog-post.html">Lorem ipsum dolor sit amet</a>
<small>Jan 25, 2018</small>
</li>
<li class="list-group-item">
<a href="blog-post.html">Lorem ipsum dolor sit amet</a>
<small>Jan 25, 2018</small>
</li>
</ul>
</div>
</div>
</div>
<div class="dark-bar">
<div class="container">
<div class="row">
<div class="col-sm-8">
<ul class="nav-footer">
<li>
<a href="#" data-toggle="modal" data-target="#exampleModalLong">Terms & Conditions</a>
</li>
<li>
<a href="#" data-toggle="modal" data-target="#exampleModalLong">Privacy policy</a>
</li>
<li>
<a href="contact.html">Contact us</a>
</li>
</ul>
</div>
<div class="col-sm-4">
<ul class="nav-footer text-right">
<li>
<a href="#">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer-main -->
<!-- modal -->
<div class="modal fade" id="exampleModalLong" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<i class="fa fa-times"></i>
</button>
</div>
<div class="modal-body">
<!-- main-post -->
<div class="main-post">
<div class="post-content">
<h2>Donec ac orci lorem. Aenean venenatis molestie</h2>
<p>
Lorem ipsum <strong>dolor sit amet</strong>, consectetur adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est obcaecati necessitatibus fugit aut, quibusdam repellat recusandae alias.
</p>
<p>
<em>Lorem ipsum</em> dolor sit amet, consectetur adipiscing elit. Donec ac orci lorem. Aenean venenatis molestie dignissim. Praesent et arcu non risus ullamcorper consequat id at felis. Vestibulum vel ullamcorper tellus. Fusce eleifend fringilla blandit. Maecenas cursus enim viverra laoreet lacinia. Nullam id leo ipsum. Cras in lorem urna. Phasellus ac ornare dolor.
</p>
<h2>Donec ac orci lorem. Aenean venenatis molestie</h2>
<p>
Lorem ipsum <strong>dolor sit amet</strong>, consectetur adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est obcaecati necessitatibus fugit aut, quibusdam repellat recusandae alias.
</p>
<figure class="figure-img">
<img src="assets/images/post-4.jpg" alt="">
</figure>
<p>
<em>Lorem ipsum</em> dolor sit amet, consectetur adipiscing elit. Donec ac orci lorem. Aenean venenatis molestie dignissim. Praesent et arcu non risus ullamcorper consequat id at felis. Vestibulum vel ullamcorper tellus. Fusce eleifend fringilla blandit. Maecenas cursus enim viverra laoreet lacinia. Nullam id leo ipsum. Cras in lorem urna. Phasellus ac ornare dolor.
</p>
<p>
<em>Lorem ipsum</em> dolor sit amet, consectetur adipiscing elit. Donec ac orci lorem. Aenean venenatis molestie dignissim. Praesent et arcu non risus ullamcorper consequat id at felis. Vestibulum vel ullamcorper tellus. Fusce eleifend fringilla blandit. Maecenas cursus enim viverra laoreet lacinia. Nullam id leo ipsum. Cras in lorem urna. Phasellus ac ornare dolor.
</p>
<figure class="figure-img center-img" style="max-width: 300px;">
<img src="assets/images/post-11.jpg" alt="">
<figcaption>So Lorem Ipsum is bad (not necessarily)</figcaption>
</figure>
<p>
<em>Lorem ipsum</em> dolor sit amet, consectetur adipiscing elit. Donec ac orci lorem. Aenean venenatis molestie dignissim. Praesent et arcu non risus ullamcorper consequat id at felis. Vestibulum vel ullamcorper tellus. Fusce eleifend fringilla blandit. Maecenas cursus enim viverra laoreet lacinia. Nullam id leo ipsum. Cras in lorem urna. Phasellus ac ornare dolor.
</p>
<ul>
<li>Nullam id leo ipsum</li>
<li>Lorem ipsum dolor sit amet</li>
<li>Maecenas cursus enim viverra</li>
<li>Phasellus ac ornare</li>
</ul>
<p>
Lorem ipsum <strong>dolor sit amet</strong>, consectetur adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est obcaecati necessitatibus fugit aut, quibusdam repellat recusandae alias.
</p>
<h3>Donec ac orci lorem. Aenean venenatis molestie dignissim.</h3>
<p>
Lorem ipsum <strong>dolor sit amet</strong>, consectetur adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est obcaecati necessitatibus fugit aut, quibusdam repellat recusandae alias.
</p>
<blockquote>
I have heard the argument that lorem ipsum is effective in wireframing or design because it helps people focus on the actual layout, or color scheme, or whatever. What kills me here is that we’re talking about creating a user experience that will (whether we like it or not) be DRIVEN by words. The entire structure of the page or app flow is FOR THE WORDS.
</blockquote>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac orci lorem. Aenean venenatis molestie dignissim. Praesent et arcu non risus ullamcorper <a href="#">consequat id at felis</a>. Vestibulum vel ullamcorper tellus. Fusce eleifend fringilla blandit. Maecenas cursus enim viverra laoreet lacinia. Nullam id leo ipsum. Cras in lorem urna. Phasellus ac ornare dolor.
</p>
<figure class="figure-img left-img" style="max-width: 300px;">
<img src="assets/images/post-9.jpg" alt="">
<figcaption>So Lorem Ipsum is bad (not necessarily)</figcaption>
</figure>
<p>
Lorem ipsum <strong>dolor sit amet</strong>, consectetur adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est obcaecati necessitatibus fugit aut, quibusdam repellat recusandae alias.
</p>
<p>
Lorem ipsum <strong>dolor sit amet</strong>, consectetur adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est obcaecati necessitatibus fugit aut, quibusdam repellat recusandae alias.
</p>
<ol>
<li>Nullam id leo ipsum</li>
<li>Lorem ipsum dolor sit amet</li>
<li>Maecenas cursus enim viverra</li>
<li>Phasellus ac ornare</li>
</ol>
<h4>Vestibulum vel ullamcorper tellus</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est <del>obcaecati necessitatibus</del> fugit aut, quibusdam repellat recusandae alias.
</p>
<h5>Vestibulum vel ullamcorper tellus</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac orci lorem. Aenean venenatis molestie dignissim. Praesent et arcu non risus ullamcorper consequat id at felis. Vestibulum vel ullamcorper tellus. Fusce eleifend fringilla blandit. Maecenas cursus enim viverra laoreet lacinia. Nullam id leo ipsum. Cras in lorem urna. Phasellus ac ornare dolor.
</p>
<figure class="figure-img right-img" style="max-width: 300px;">
<img src="assets/images/post-9.jpg" alt="">
<figcaption>So Lorem Ipsum is bad (not necessarily)</figcaption>
</figure>
<p>
Lorem ipsum dolor sit amet, <mark>consectetur</mark> adipisicing elit. Mollitia eos sint at. Minima tempore inventore ducimus corrupti harum ex, expedita optio est obcaecati necessitatibus fugit aut, quibusdam repellat recusandae alias.
</p>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
<h6>Donec ac orci lorem. Aenean venenatis molestie dignissim.</h6>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac orci lorem. Aenean venenatis molestie dignissim. Praesent et arcu non risus ullamcorper consequat id at felis. Vestibulum vel ullamcorper tellus. Fusce eleifend fringilla blandit. Maecenas cursus enim viverra laoreet lacinia. Nullam id leo ipsum. Cras in lorem urna. Phasellus ac ornare dolor.
</p>
</div>
</div>
<!-- end main-post -->
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- end modal -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>