forked from ThemesGuide/bootstrap-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
669 lines (515 loc) · 40.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bootstrap 4 Themes by Themes.guide</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/ionicons/3.0.0/css/ionicons.css" />
<link rel="stylesheet" href="./css/styles.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://themes.guide/favicon.ico" type="image/x-icon" />
<meta property="og:image" name="twitter:image" content="http://bootstrap.themes.guide/assets/themesguide.gif">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ThemesGuide">
<meta name="twitter:creator" content="@ThemesGuide">
<meta name="twitter:title" content="Bootstrap 4 Themes and Templates">
<meta name="twitter:description" content="Download free, open source Bootstrap 4 themes and templates by Themes.guide.">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103606808-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-103606808-1');
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".fixed-top" data-offset="60">
<nav class="navbar navbar-custom navbar-dark fixed-top navbar-expand-md" role="navigation">
<div class="container">
<a class="navbar-text page-scroll font-weight-bold text-uppercase py-3" href="http://themes.guide">
<span>Themes.guide</span>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target=".navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-md-auto">
<li class="nav-item"><a class="page-scroll active nav-link pr-3" href="./">Bootstrap 4</a></li>
<li class="nav-item"><a class="page-scroll nav-link pr-3" target="_ext" href="https://themestr.app" title="Bootstrap theme builder">Themestr.app</a></li>
<li class="nav-item"><a class="page-scroll nav-link pr-3" title="Bootstrap 4 themes collection" href="http://themes.guide/#freebies">Free Themes</a></li>
<li class="nav-item"><a class="page-scroll nav-link pr-0" href="http://themes.guide/#themes">Pro Themes</a></li>
</ul>
</div>
</div>
</nav>
<section class="bg-primary text-white">
<div class="container py-5">
<div class="row my-3 text-center text-lg-left align-items-center">
<div class="col-xl-auto col-lg-6">
<h1 class="display-3 mb-0">Bootstrap 4</h1>
<h5 class="text-uppercase">Themes.guide</h5>
<p class="mt-5 mx-auto">
<a class="github-button" href="https://github.com/themesguide/bootstrap-themes" data-size="large" aria-label="Follow @themesguide on GitHub">Follow</a>
<a class="github-button" href="https://github.com/themesguide/bootstrap-themes" data-size="large" data-icon="octicon-star" aria-label="Star themesguide/bootstrap-themes on GitHub">Star</a><br>
</p>
<h1 class="h6">Free, Open Source Themes for <a class="text-white" href="http://getbootstrap.com">Bootstrap 4.3.1</a> + "How-to..."</h1>
</div>
<div class="col-xl-auto col-lg mr-auto">
<svg class="i-download d-lg-none d-inline" title="For your downloading pleasure" viewBox="0 0 32 32" width="240" height="240" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5">
<path d="M9 22 C0 23 1 12 9 13 6 2 23 2 22 10 32 7 32 23 23 22 M11 26 L16 30 21 26 M16 16 L16 30"></path>
</svg>
</div>
</div>
</div>
</section>
<div class="bg-white">
<div class="container py-5">
<div class="row py-4">
<div class="col-12 my-auto">
<div class="row text-center">
<div class="col-lg-4 mb-4">
<div class="card h-100 border-0 shadow">
<div class="card-body d-flex flex-column justify-content-center align-items-center">
<h1 class="display-2"><a class="text-primary" href="how-to.html"><span class="ion ion-ios-bookmarks-outline"></span></a></h1>
<h4 class="card-title"><a class="text-primary" href="how-to.html">How-to</a></h4>
<p class="card-text">
Mystified? You're looking for our <strong>"<a class="text-primary" href="how-to.html">How to Bootstrap</a>"</strong> guide. This
essential guide explains <em>everything</em> from Getting Started & the Grid, to Components,
<a href="how-to-customize-bootstrap.html" class="text-primary">Customizing</a> & <a href="how-to-create-bootstrap-themes.html" class="text-primary">Theming</a> Bootstrap.
</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100 border-0 shadow">
<div class="card-body d-flex flex-column justify-content-center align-items-center">
<h1 class="display-2"><a class="text-primary" href="#themes"><span class="ion ion-ios-color-palette-outline"></span></a></h1>
<h4 class="card-title"><a class="text-primary" href="#themes">Free Themes</a></h4>
<p class="card-text">
Don't want that typical Bootstrap look? Our <a class="text-primary" href="#themes">free themes</a>
provide an additional lightweight style-layer
to give your standard Bootstrap 4 site a <strong>unique, custom look-and-feel</strong>.
</p>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card h-100 border-0 shadow">
<div class="card-body d-flex flex-column justify-content-center align-items-center">
<h1 class="display-2"><a class="text-primary" href="http://themes.guide#about"><span class="ion ion-ios-construct-outline"></span></a></h1>
<h4 class="card-title"><a class="text-primary" href="http://themes.guide#about">Ready-to-use</a></h4>
<p class="card-text">Just like Bootstrap, each <a class="text-primary" href="#themes">theme</a> is crafted with care for design and performance. All built on modern HTML5 & CSS3
standards to ensure consistency and <strong>cross-browser</strong> support.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="bg-light" id="themes">
<div class="container">
<div class="row">
<div class="col-xl-8 py-3">
<h1 class="display-3 mb-0">Themes</h1>
<p class="lead text-justify">
A collection of free, <a href="https://github.com/ThemesGuide/bootstrap-themes" target="_new">open-source</a> themes to give your Bootstrap 4 projects a
<strong>unique, custom</strong> style. Simply download the <code>theme.css</code> file for any theme, and include it after the standard
<code>bootstrap.css</code> in your project's HTML templates. Each theme also includes
example layout templates to demonstrate Bootstrap 4 elements, components, and content integration.
</p>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-left">
<a href="./signal"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_signal.png" alt="Screenshot Signal"></a>
</div>
<div class="col-md-7 py-2 ">
<h2 class="my-1"><a href="./signal">Signal</a></h2>
<p>
Like sailing yacht flags in a busy harbor.<br>
</p>
<p><span class="h5" style="font-family:'Comfortaa'">Comfortaa</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#FF304F;" title="#FF304F"> </span>
<span class="badge badge-pill" style="background-color:#CACACA;" title="#CACACA"> </span>
<span class="badge badge-pill" style="background-color:#015668;" title="#015668"> </span>
<span class="badge badge-pill" style="background-color:#06648C;" title="#06648C"> </span>
<span class="badge badge-pill" style="background-color:#0F81C7;" title="#0F81C7"> </span>
<span class="badge badge-pill" style="background-color:#0DE2EA;" title="#0DE2EA"> </span>
<span class="badge badge-pill" style="background-color:#ececec;" title="#ececec"> </span>
<span class="badge badge-pill" style="background-color:#222222;" title="#222222"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-right">
<a href="./greyson"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_greyson.png" alt="Screenshot Greyson"></a>
</div>
<div class="col-md-7 py-2 order-md-first text-md-right">
<h2 class="my-1"><a href="./greyson">Greyson</a></h2>
<p>
Square corners with shades of gray and sea green.<br>
</p>
<p><span class="h5" style="font-family:'Oswald'">Oswald</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#2f3c48;" title="#2f3c48"> </span>
<span class="badge badge-pill" style="background-color:#6f7f8c;" title="#6f7f8c"> </span>
<span class="badge badge-pill" style="background-color:#3e4d59;" title="#3e4d59"> </span>
<span class="badge badge-pill" style="background-color:#cc330d;" title="#cc330d"> </span>
<span class="badge badge-pill" style="background-color:#5c8f94;" title="#5c8f94"> </span>
<span class="badge badge-pill" style="background-color:#6e9fa5;" title="#6e9fa5"> </span>
<span class="badge badge-pill" style="background-color:#eceeec;" title="#eceeec"> </span>
<span class="badge badge-pill" style="background-color:#1e2b37;" title="#1e2b37"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-left">
<a href="./fresca"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_fresca.png" alt="Screenshot Fresca"></a>
</div>
<div class="col-md-7 py-2 ">
<h2 class="my-1"><a href="./fresca">Fresca</a></h2>
<p>
Like a sunny summer day in Northern Italy.<br>
</p>
<p><span class="h5" style="font-family:'Muli'">Muli</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#07689F;" title="#07689F"> </span>
<span class="badge badge-pill" style="background-color:#C9D6DF;" title="#C9D6DF"> </span>
<span class="badge badge-pill" style="background-color:#11D3BC;" title="#11D3BC"> </span>
<span class="badge badge-pill" style="background-color:#F67280;" title="#F67280"> </span>
<span class="badge badge-pill" style="background-color:#A2D5F2;" title="#A2D5F2"> </span>
<span class="badge badge-pill" style="background-color:#FF7E67;" title="#FF7E67"> </span>
<span class="badge badge-pill" style="background-color:#FAFAFA;" title="#FAFAFA"> </span>
<span class="badge badge-pill" style="background-color:#4e4e4e;" title="#4e4e4e"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-right">
<a href="./darkster"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_darkster.png" alt="Screenshot Darkster"></a>
</div>
<div class="col-md-7 py-2 order-md-first text-md-right">
<h2 class="my-1"><a href="./darkster">Darkster</a></h2>
<p>
A dark background theme with bold contrasting colors.<br>
Also includes high-res image from Unsplash.
</p>
<p><span class="h5" style="font-family:'Comfortaa'">Comfortaa</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#FF550B;" title="#FF550B"> </span>
<span class="badge badge-pill" style="background-color:#303030;" title="#303030"> </span>
<span class="badge badge-pill" style="background-color:#015668;" title="#015668"> </span>
<span class="badge badge-pill" style="background-color:#FF304F;" title="#FF304F"> </span>
<span class="badge badge-pill" style="background-color:#0F81C7;" title="#0F81C7"> </span>
<span class="badge badge-pill" style="background-color:#0DE2EA;" title="#0DE2EA"> </span>
<span class="badge badge-pill" style="background-color:#e8e8e8;" title="#e8e8e8"> </span>
<span class="badge badge-pill" style="background-color:#000000;" title="#000000"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-left">
<a href="./hello_kiddie"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_hello_kiddie.png" alt="Screenshot Hello Kiddie"></a>
</div>
<div class="col-md-7 py-2 ">
<h2 class="my-1"><a href="./hello_kiddie">Hello Kiddie</a></h2>
<p>
Like a precocious child that doesn't go away.<br>
Also includes high-res image from Unsplash.
</p>
<p><span class="h5" style="font-family:'Raleway'">Raleway</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#f6648C;" title="#f6648C"> </span>
<span class="badge badge-pill" style="background-color:#CACACA;" title="#CACACA"> </span>
<span class="badge badge-pill" style="background-color:#035668;" title="#035668"> </span>
<span class="badge badge-pill" style="background-color:#FF444F;" title="#FF444F"> </span>
<span class="badge badge-pill" style="background-color:#3F81C7;" title="#3F81C7"> </span>
<span class="badge badge-pill" style="background-color:#0DE2EA;" title="#0DE2EA"> </span>
<span class="badge badge-pill" style="background-color:#eAeAeA;" title="#eAeAeA"> </span>
<span class="badge badge-pill" style="background-color:#223322;" title="#223322"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-right">
<a href="./blue_voltage"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_blue_voltage.png" alt="Screenshot Blue Voltage"></a>
</div>
<div class="col-md-7 py-2 order-md-first text-md-right">
<h2 class="my-1"><a href="./blue_voltage">Blue Voltage</a></h2>
<p>
The intense, saturated blue theme with rounded buttons.<br>
</p>
<p><span class="h5" style="font-family:'Nunito'">Nunito</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#1633ff;" title="#1633ff"> </span>
<span class="badge badge-pill" style="background-color:#a0b7bc;" title="#a0b7bc"> </span>
<span class="badge badge-pill" style="background-color:#1633ff;" title="#1633ff"> </span>
<span class="badge badge-pill" style="background-color:#00f900;" title="#00f900"> </span>
<span class="badge badge-pill" style="background-color:#7ebcfa;" title="#7ebcfa"> </span>
<span class="badge badge-pill" style="background-color:#00f900;" title="#00f900"> </span>
<span class="badge badge-pill" style="background-color:#eef0f2;" title="#eef0f2"> </span>
<span class="badge badge-pill" style="background-color:#000633;" title="#000633"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-left">
<a href="./hootstrap"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_hootstrap.png" alt="Screenshot Hootstrap"></a>
</div>
<div class="col-md-7 py-2 ">
<h2 class="my-1"><a href="./hootstrap">Hootstrap</a></h2>
<p>
It's a hootin, hollarin ho-down y'all!<br>
</p>
<p><span class="h5" style="font-family:'Autour One'">Autour One</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#528078;" title="#528078"> </span>
<span class="badge badge-pill" style="background-color:#eed75a;" title="#eed75a"> </span>
<span class="badge badge-pill" style="background-color:#FEC100;" title="#FEC100"> </span>
<span class="badge badge-pill" style="background-color:#703B3B;" title="#703B3B"> </span>
<span class="badge badge-pill" style="background-color:#63e792;" title="#63e792"> </span>
<span class="badge badge-pill" style="background-color:#FFE869;" title="#FFE869"> </span>
<span class="badge badge-pill" style="background-color:#FDFBF7;" title="#FDFBF7"> </span>
<span class="badge badge-pill" style="background-color:#555555;" title="#555555"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-right">
<a href="./herbie"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_herbie.png" alt="Screenshot Herbie"></a>
</div>
<div class="col-md-7 py-2 order-md-first text-md-right">
<h2 class="my-1"><a href="./herbie">Herbie</a></h2>
<p>
Unique and stylish with a readable font.<br>
</p>
<p><span class="h5" style="font-family:'Crete Round'">Crete Round</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#083358;" title="#083358"> </span>
<span class="badge badge-pill" style="background-color:#F67280;" title="#F67280"> </span>
<span class="badge badge-pill" style="background-color:#0074E4;" title="#0074E4"> </span>
<span class="badge badge-pill" style="background-color:#FF4057;" title="#FF4057"> </span>
<span class="badge badge-pill" style="background-color:#74DBEF;" title="#74DBEF"> </span>
<span class="badge badge-pill" style="background-color:#FC3C3C;" title="#FC3C3C"> </span>
<span class="badge badge-pill" style="background-color:#F2F2F0;" title="#F2F2F0"> </span>
<span class="badge badge-pill" style="background-color:#072247;" title="#072247"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-left">
<a href="./boldstrap"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_boldstrap.png" alt="Screenshot Boldstrap"></a>
</div>
<div class="col-md-7 py-2 ">
<h2 class="my-1"><a href="./boldstrap">Boldstrap</a></h2>
<p>
A big, blue sky and no clouds in sight.<br>
</p>
<p><span class="h5" style="font-family:'Yantramanav'">Yantramanav</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#27a2fc;" title="#27a2fc"> </span>
<span class="badge badge-pill" style="background-color:#a0b7bc;" title="#a0b7bc"> </span>
<span class="badge badge-pill" style="background-color:#37bd74;" title="#37bd74"> </span>
<span class="badge badge-pill" style="background-color:#e8286b;" title="#e8286b"> </span>
<span class="badge badge-pill" style="background-color:#7ebcfa;" title="#7ebcfa"> </span>
<span class="badge badge-pill" style="background-color:#ff9b37;" title="#ff9b37"> </span>
<span class="badge badge-pill" style="background-color:#eef0f2;" title="#eef0f2"> </span>
<span class="badge badge-pill" style="background-color:#3c4055;" title="#3c4055"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-right">
<a href="./lovey"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_lovey.png" alt="Screenshot Lovey"></a>
</div>
<div class="col-md-7 py-2 order-md-first text-md-right">
<h2 class="my-1"><a href="./lovey">Lovey</a></h2>
<p>
A bright, hot pink theme in good taste.<br>
</p>
<p><span class="h5" style="font-family:'Lato'">Lato</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#D80E70;" title="#D80E70"> </span>
<span class="badge badge-pill" style="background-color:#dddddd;" title="#dddddd"> </span>
<span class="badge badge-pill" style="background-color:#4EF037;" title="#4EF037"> </span>
<span class="badge badge-pill" style="background-color:#FA4659;" title="#FA4659"> </span>
<span class="badge badge-pill" style="background-color:#00BBF0;" title="#00BBF0"> </span>
<span class="badge badge-pill" style="background-color:#f4f133;" title="#f4f133"> </span>
<span class="badge badge-pill" style="background-color:#eeeeee;" title="#eeeeee"> </span>
<span class="badge badge-pill" style="background-color:#353535;" title="#353535"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-left">
<a href="./bootstrap_purple"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_bootstrap_purple.png" alt="Screenshot Bootstrap Purple"></a>
</div>
<div class="col-md-7 py-2 ">
<h2 class="my-1"><a href="./bootstrap_purple">Bootstrap Purple</a></h2>
<p>
Primarily purple like the Bootstrap docs.<br>
</p>
<p><span class="h5" style="font-family:'Arial'">Arial</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#563d7c;" title="#563d7c"> </span>
<span class="badge badge-pill" style="background-color:#868e96;" title="#868e96"> </span>
<span class="badge badge-pill" style="background-color:#28a745;" title="#28a745"> </span>
<span class="badge badge-pill" style="background-color:#dc3545;" title="#dc3545"> </span>
<span class="badge badge-pill" style="background-color:#17a2b8;" title="#17a2b8"> </span>
<span class="badge badge-pill" style="background-color:#ffc107;" title="#ffc107"> </span>
<span class="badge badge-pill" style="background-color:#f8f9fa;" title="#f8f9fa"> </span>
<span class="badge badge-pill" style="background-color:#343434;" title="#343434"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-right">
<a href="./monotony"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_monotony.png" alt="Screenshot Monotony"></a>
</div>
<div class="col-md-7 py-2 order-md-first text-md-right">
<h2 class="my-1"><a href="./monotony">Monotony</a></h2>
<p>
You become resigned to the monotony of one color.<br>
</p>
<p><span class="h5" style="font-family:'Open Sans'">Open Sans</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#222222;" title="#222222"> </span>
<span class="badge badge-pill" style="background-color:#666666;" title="#666666"> </span>
<span class="badge badge-pill" style="background-color:#333333;" title="#333333"> </span>
<span class="badge badge-pill" style="background-color:#434343;" title="#434343"> </span>
<span class="badge badge-pill" style="background-color:#515151;" title="#515151"> </span>
<span class="badge badge-pill" style="background-color:#5f5f5f;" title="#5f5f5f"> </span>
<span class="badge badge-pill" style="background-color:#eceeec;" title="#eceeec"> </span>
<span class="badge badge-pill" style="background-color:#111111;" title="#111111"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-left">
<a href="./poypull"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_poypull.png" alt="Screenshot Poypull"></a>
</div>
<div class="col-md-7 py-2 ">
<h2 class="my-1"><a href="./poypull">Poypull</a></h2>
<p>
A bold, bright purple colored theme.<br>
</p>
<p><span class="h5" style="font-family:'Muli'">Muli</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#7F0FFF;" title="#7F0FFF"> </span>
<span class="badge badge-pill" style="background-color:#bed6d5;" title="#bed6d5"> </span>
<span class="badge badge-pill" style="background-color:#420084;" title="#420084"> </span>
<span class="badge badge-pill" style="background-color:#f2460d;" title="#f2460d"> </span>
<span class="badge badge-pill" style="background-color:#7ebcfa;" title="#7ebcfa"> </span>
<span class="badge badge-pill" style="background-color:#ff9933;" title="#ff9933"> </span>
<span class="badge badge-pill" style="background-color:#eef0f2;" title="#eef0f2"> </span>
<span class="badge badge-pill" style="background-color:#000633;" title="#000633"> </span>
</h5>
</div>
</div>
<div class="row py-5 border-bottom">
<div class="col-md-5 py-2 text-center text-md-right">
<a href="./tequila"><img class="img-fluid rounded shadow wow fadeIn" src="./assets/ss_tequila.png" alt="Screenshot Tequila"></a>
</div>
<div class="col-md-7 py-2 order-md-first text-md-right">
<h2 class="my-1"><a href="./tequila">Tequila</a></h2>
<p>
Hungover on the beach at sunrise.<br>
Also includes high-res image from Unsplash.
</p>
<p><span class="h5" style="font-family:'Voltaire'">Voltaire</span> is the font family.</p>
<small class="text-muted">Color palette</small>
<h5>
<span class="badge badge-pill" style="background-color:#2F414A;" title="#2F414A"> </span>
<span class="badge badge-pill" style="background-color:#F47B53;" title="#F47B53"> </span>
<span class="badge badge-pill" style="background-color:#420084;" title="#420084"> </span>
<span class="badge badge-pill" style="background-color:#f2460d;" title="#f2460d"> </span>
<span class="badge badge-pill" style="background-color:#7ebcfa;" title="#7ebcfa"> </span>
<span class="badge badge-pill" style="background-color:#ff9933;" title="#ff9933"> </span>
<span class="badge badge-pill" style="background-color:#eef0f2;" title="#eef0f2"> </span>
<span class="badge badge-pill" style="background-color:#000633;" title="#000633"> </span>
</h5>
</div>
</div>
<div class="row py-5">
<div class="col-12 col-sm-10 mx-auto text-center">
<h4>
Want more themes like these?
</h4>
<p class="lead mb-3">It's easy to customize and build your own Bootstrap 4 themes
at <a href="https://themestr.app">Themestr.app</a>.</p>
<a class="github-button" href="https://github.com/themesguide" data-size="large" aria-label="Follow @themesguide on GitHub">Follow</a>
<a class="github-button" href="https://github.com/themesguide/bootstrap-themes/" data-icon="octicon-star" data-size="large" aria-label="Star themesguide/bootstrap-themes on GitHub">Star</a>
</div>
</div>
</div>
</section>
<footer id="footer" class="bg-dark text-white">
<div class="container pt-3">
<div class="row">
<div class="col-6 col-md-6 col-lg-3 column">
<h6>Information</h6>
<ul class="list-unstyled">
<li><a href="http://themes.guide/#freebies">Free Themes</a>
</li>
<li><a href="http://themes.guide/#themes">Pro Themes</a>
</li>
<li><a href="http://themes.guide/#about">Benefits</a>
</li>
</ul>
</div>
<div class="col-6 col-lg-3 column text-lg-left text-right">
<h6>Tools</h6>
<ul class="list-unstyled">
<li><a href="https://themestr.app" title="Custom Bootstrap theme creator - SASS to CSS">Themestr.app</a>
</li>
<li><a href="http://bootstrap4.guide" title="Learn about Bootstrap 4">Bootstrap4.guide</a>
</li>
<li><a href="http://www.codeply.com" title="Prototype and edit code for Bootstrap and other responsive frameworks">Codeply</a>
</li>
</ul>
</div>
<div class="col-6 col-lg-3 column">
<h6></h6>
</div>
<div class="col-6 col-lg-3 column text-right">
<h6>Follow</h6>
<ul class="nav float-right">
<li><a class="nav-link px-1" href="//twitter.com/ThemesGuide" title="@ThemesGuide"><i class="fa fa-3x ion-logo-twitter"></i></a></li>
<li><a class="nav-link px-1" href="https://github.com/ThemesGuide/bootstrap-themes" title="Star on GitHub"><i class="fa fa-3x ion-ios-star-outline"></i></a></li>
<li><a class="nav-link pl-1 pr-0" href="https://github.com/ThemesGuide" title="Follow on GitHub"><i class="fa fa-3x ion-logo-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="container pt-5">
<p class="small text-right">Made with ♥ by <a class="text-white" href="http://themes.guide">Themes.guide</a> ©2018</p>
</div>
</footer>
<!--scripts loaded here-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.13.0/umd/popper.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="scripts.js"></script>
</body>
</html>