-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
Copy pathresources.html
490 lines (463 loc) · 22.4 KB
/
resources.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
---
layout: page
title: Bootstrap Resources
description: "A curated list of quality Bootstrap resources and Bootstrap plugins maintained by Start Bootstrap."
meta-title: "Bootstrap Resources and Plugins List"
meta-description: "A comprehensive list of the best Bootstrap resources and third party plugins from around the web - curated by Start Bootstrap"
permalink: /bootstrap-resources/
---
<div class="container">
<div class="row">
<div class="col-lg-3 resources-sidebar">
<div class="sticky-top">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link" href="#official">Official Bootstrap Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" id="resourcesThemes" href="#themes">Bootstrap Templates & Themes</a>
<ul class="nav flex-column ml-3" id="resourcesThemesExpand">
<li class="nav-item">
<a class="nav-link" href="#premium-marketplaces">Premium Marketplaces</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#premium-vendors">Premium Vendors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#free-themes">Free Templates & Themes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#showcases">Bootstrap Showcases</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#dev-tools">Bootstrap Development Tools</a>
<ul class="nav flex-column ml-3">
<li class="nav-item">
<a class="nav-link" href="#integration">Framework Integrations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#visual-builders">Visual Builders</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#other-dev">Other Tools</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#plugins">Bootstrap Plugins</a>
<ul class="nav flex-column ml-3">
<li class="nav-item">
<a class="nav-link" href="#plugins-form">Form Plugins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plugins-table">Table Plugins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plugins-menu">Menu & Navigation Plugins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plugins-notification">Notification Plugins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plugins-modal">Modal Plugins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plugins-buttons">Button Plugins</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plugins-other">Other Plugins</a>
</li>
</ul>
</li>
</ul>
<a href="#submitResource" data-toggle="modal" class="ml-2 mt-4 btn btn-sm btn-primary border-0">Submit a Resource</a>
</div>
</div>
<div class="col-lg-9 resources">
<!-- Official Bootstrap Resources -->
<h2 class="page-header" id="official">Official Bootstrap Resources</h2>
<p class="lead">Projects created and maintained by the Bootstrap creators.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-official %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Carbon Native Test -->
<div class="native-standard"></div>
<h2 class="page-header" id="themes">Bootstrap Templates & Themes</h2>
<hr>
<!-- Premium Bootstrap Themes & Templates -->
<h3 class="pt-4" id="premium-marketplaces">Premium Marketplaces</h3>
<p class="lead">Purchase Bootstrap themes, or sell your own custom designed Bootstrap themes on these third-party marketplace websites!</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-templates-premium-marketplaces %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Premium Bootstrap UI Kits -->
<h3 class="pt-4" id="premium-vendors">Premium Vendors</h3>
<p class="lead">Premium vendors only sell their own in-house created content, as opposed to marketplace websites that sell themes submitted by a variety of third-party users.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-templates-premium-vendors %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Free Bootstrap Themes & Templates -->
<h3 class="pt-4" id="free-themes">Free Templates & Themes</h3>
<p class="lead">Download free Bootstrap templates and themes on the following websites.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-templates-free %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Bootstrap Showcases -->
<h3 class="pt-4" id="showcases">Bootstrap Showcases</h3>
<p class="lead">Get inspired for your next Bootstrap project by browsing examples of websites built with Bootstrap!</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-templates-showcases %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Bootstrap Development Tools -->
<h2 class="page-header" id="dev-tools">Bootstrap Development Tools</h2>
<hr>
<!-- Bootstrap Integrations -->
<h3 class="pt-4" id="integration">Framework Integrations</h3>
<p class="lead">Bootstrap components rewritten to integrate with the most popular development frameworks and CMS systems</p>
<h5 class="mt-4">JavaScript</h5>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-dev-framework-js %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<h5 class="mt-4">WordPress</h5>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-dev-framework-wordpress %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<h3 class="pt-4" id="visual-builders">Visual Builders</h3>
<p class="lead">Visual builder applications for creating custom versions of Bootstrap and Bootstrap components.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-dev-visual %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<h3 class="pt-4" id="other-dev">Other Development Tools</h3>
<p class="lead">Helpful tools for developers to use while creating with Bootstrap.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-dev-other %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<h2 class="page-header" id="plugins">Bootstrap Plugins</h2>
<hr>
<!-- Form Plugins -->
<h3 class="pt-4" id="plugins-form">Form Plugins</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-plugins-form %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Table Plugins -->
<h3 class="pt-4" id="plugins-table">Table Plugins</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-plugins-table %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Navigation Plugins -->
<h3 class="pt-4" id="plugins-menu">Menu & Navigation Plugins</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-plugins-nav %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Notification Plugins -->
<h3 class="pt-4" id="plugins-notification">Notification Plugins</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-plugins-notification %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Modal Plugins -->
<h3 class="pt-4" id="plugins-modal">Modal Plugins</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-plugins-modal %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Button Plugins -->
<h3 class="pt-4" id="plugins-buttons">Button Plugins</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-plugins-button %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- Other Plugins -->
<h3 class="pt-4" id="plugins-other">Other Plugins</h3>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th class="resource-name">Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for resource in site.data.resources-plugins-other %}
<tr>
<td><a href="{{ resource.link }}" rel="nofollow" target="_blank">{{ resource.name }}</a></td>
<td>{{ resource.description }} {% if resource.supports contains 'bs2' %}<span class="badge badge-secondary">BS2</span>{% endif %} {% if resource.supports contains 'bs3' %}<span class="badge badge-secondary">BS3</span>{% endif %} {% if resource.supports contains 'bs4' %}<span class="badge badge-info">BS4</span>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- Submit a Resource Modal -->
<div class="modal fade" id="submitResource" tabindex="-1" role="dialog" aria-labelledby="submitResourceModal" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="myModalLabel">Submit a Resource</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>To submit a resource for review, please send an email to <strong><a href="mailto:feedback@startbootstrap.com">feedback@startbootstrap.com</a></strong> with the following information:</p>
<ul>
<li>The name/title of the resource</li>
<li>A URL for the resource</li>
<li>A brief description of the resource</li>
</ul>
<p>Each submission is reviewed for quality and relevance. If you have a quality resource that is relevant to Bootstrap then it will most likely be added to the resources page!</p>
</div>
</div>
</div>
</div>
<!-- Script for Carbon Native Test -->
<script>
(function(){
if(typeof _bsa !== 'undefined' && _bsa) {
_bsa.init('custom', 'CE7DV2JN', 'placement:startbootstrapcom',
{
target: '.native-standard',
template: `
<a href="##link##" class="native-banner" style="background: linear-gradient(-30deg, ##backgroundColor##E5, ##backgroundColor##E5 45%, ##backgroundColor## 45%) #fff;">
<div class="native-main">
<img class="native-img" src="##logo##">
<div class="native-details" style="color: ##textColor##">
<span class="native-company">Sponsored by ##company##</span>
<span class="native-desc">##description##</span>
</div>
<span class="native-cta" style="color: ##ctaTextColor##; background-color: ##ctaBackgroundColor##;">##callToAction##</span>
</div>
</a>
<a class="native-via" href="##adViaLink##">Ads via BuySellAds</a>
`,
}
);
}
})();
</script>