forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popular-templates.php
117 lines (98 loc) · 5.43 KB
/
popular-templates.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Check out Start Bootstrap's most popular free templates and themes. All of our templates are free and open source.">
<title>Start Bootstrap - Popular Free Bootstrap Templates and Themes</title>
<?php include_once('includes/meta.php'); ?>
</head>
<body>
<?php include_once('includes/nav.php'); ?>
<!-- Page content -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header"><i class="fa fa-star"></i> Most Popular Start Bootstrap Templates</h1>
<ol class="breadcrumb">
<li><a href="index.php">Start Bootstrap</a></li>
<li class="active">Popular Templates</li>
</ol>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="sb-admin-v2.php"><img src="img/sb-admin-v2.jpg" class="img-responsive" alt="Free Bootstrap Admin Template for Bootstrap 3"></a>
<h3>SB Admin 2 <span class="label label-primary">New</span></h3>
<p>A <em>better</em> free Bootstrap admin template.</p>
<div class="btn-group"><a class="btn btn-default" href="sb-admin-v2.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="grayscale.php"><img src="img/grayscale.jpg" class="img-responsive" alt="Free Bootstrap Responsive One Page Theme"></a>
<h3>Grayscale <span class="label label-primary">New</span></h3>
<p>A free, responsive, one page Bootstrap theme.</p>
<div class="btn-group"><a class="btn btn-default" href="grayscale.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51625/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="sb-admin.php"><img src="img/sb-admin.jpg" class="img-responsive" alt="Free Bootstrap Admin Template for Bootstrap 3"></a>
<h3>SB Admin</h3>
<p>A free Bootstrap admin template.</p>
<div class="btn-group"><a class="btn btn-default" href="sb-admin.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="landing-page.php"><img src="img/landing-page.jpg" class="img-responsive" alt="Free Landing Page Template for Bootstrap 3"></a>
<h3>Landing Page</h3>
<p>A stylish landing page template.</p>
<div class="btn-group"><a class="btn btn-default" href="landing-page.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="stylish-portfolio.php"><img src="img/stylish-portfolio.jpg" class="img-responsive" alt="Stylish Portfolio Template for Bootstrap 3"></a>
<h3>Stylish Portfolio</h3>
<p>Full page images with a responsive sidebar nav.</p>
<div class="btn-group"><a class="btn btn-default" href="stylish-portfolio.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="modern-business.php"><img src="img/modern-business.jpg" class="img-responsive" alt="Business Full Website Template for Bootstrap 3"></a>
<h3>Modern Business</h3>
<p>A 17 page multi-purpose template.</p>
<div class="btn-group"><a class="btn btn-default" href="modern-business.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="simple-sidebar.php"><img src="img/simple-sidebar.jpg" class="img-responsive" alt="Simple Sidebar HTML Template for Bootstrap 3"></a>
<h3>Simple Sidebar</h3>
<p>A sidebar template with a hint of JavaScript.</p>
<div class="btn-group"><a class="btn btn-default" href="simple-sidebar.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="business-casual.php"><img src="img/business-casual.jpg" class="img-responsive" alt="Business Casual Free Website Theme for Bootstrap 3"></a>
<h3>Business Casual</h3>
<p>A 4 page minimalist website theme.</p>
<div class="btn-group"><a class="btn btn-default" href="business-casual.php">Preview & Download</a></div>
</div>
</div>
</div>
</div>
<hr>
<?php include_once('includes/footer.php'); ?>
<?php include_once('includes/js.php'); ?>
</body>
</html>