forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (85 loc) · 3.98 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
---
layout: home
title: Start Bootstrap
meta-title: "Start Bootstrap"
meta-description: "Free HTML starter themes and templates for Bootstrap - up to date for Bootstrap 3! An even faster way to develop websites in Bootstrap!"
redirect_from:
- /index.php/
---
<div class="container">
<div class="row home-intro text-center">
<div class="col-lg-12">
<h2 class="tagline">Forever free, open source, and easy to use.</h2>
<p class="lead">Start Bootstrap is a library of <strong>free to download Bootstrap 3 themes and templates</strong>. Our themes are open source for any use, even commercial. Download what you like and get started!</p>
<hr class="small">
</div>
</div>
<div class="row previews">
{% for post in site.categories.featured %}
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<a href="{{ post.source }}" class="post-image-link">
{{ post.content }}
</a>
<div class="caption">
<h3>{{ post.title }}</h3>
<p>{{ post.description }}</p>
<a href="{{ post.source }}" class="btn btn-default">Preview & Download</a>
</div>
</div>
</div>
{% endfor %}
</div>
<div class="text-center btn-home">
<a href="/template-categories/all" class="btn btn-outline">View All Themes & Templates</a>
</div>
<hr class="small">
<div class="row text-center">
<div class="col-lg-12">
<h3>Looking for something more?</h3>
<p class="lead">Try these premium Bootstrap themes from WrapBootstrap!</p>
</div>
</div>
<div class="row previews">
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<a href="https://wrapbootstrap.com/theme/vitality-multipurpose-one-page-theme-WB02K3KK3?ref=StartBootstrap" class="post-image-link">
<img src="assets/img/premium/vitality.jpg" alt="Premium One Page Bootstrap Theme">
</a>
<div class="caption">
<h3>Vitality</h3>
<p>Multipurpose One Page Theme</p>
<a href="https://wrapbootstrap.com/theme/vitality-multipurpose-one-page-theme-WB02K3KK3?ref=StartBootstrap" class="btn btn-default">Preview & Purchase</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<a href="https://wrapbootstrap.com/theme/velocity-designed-for-products-WB0N38R04?ref=StartBootstrap" class="post-image-link">
<img src="assets/img/premium/velocity.jpg" alt="Premium Bootstrap Theme - Velocity">
</a>
<div class="caption">
<h3>Velocity</h3>
<p>Designed for Products</p>
<a href="https://wrapbootstrap.com/theme/velocity-designed-for-products-WB0N38R04?ref=StartBootstrap" class="btn btn-default">Preview & Purchase</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<a href="https://wrapbootstrap.com/theme/inspinia-responsive-admin-theme-WB0R5L90S?ref=StartBootstrap" class="post-image-link">
<img src="assets/img/premium/inspinia.jpg" alt="Premium Bootstrap Admin Template">
</a>
<div class="caption">
<h3>Inspinia</h3>
<p>Responsive Admin Theme</p>
<a href="https://wrapbootstrap.com/theme/inspinia-responsive-admin-theme-WB0R5L90S?ref=StartBootstrap" class="btn btn-default">Preview & Purchase</a>
</div>
</div>
</div>
</div>
<div class="text-center btn-home">
<a href="/buy-bootstrap-templates/" class="btn btn-outline">View More Premium Themes</a>
</div>
<hr class="small">
</div>