Skip to content

Commit bcd2a54

Browse files
author
IronSummitMedia
committed
Added 'Grayscale' Template
Added a new template, 'Grayscale,' and made some minor content updates to the main site.
1 parent 748f692 commit bcd2a54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+14237
-93
lines changed

all-templates.php

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description" content="Free HTML Starter Templates for Bootstrap - Up to date for Bootstrap 3! An even faster way to develop websites in Bootstrap!">
77

8-
<title>Start Bootstrap - Free HTML Templates for Bootstrap 3</title>
8+
<title>Start Bootstrap - All Free Bootstrap Templates and Themes</title>
99

1010
<?php include_once('includes/meta.php'); ?>
1111
</head>
@@ -21,7 +21,7 @@
2121
<h1 class="page-header"><i class="fa fa-archive"></i> All Start Bootstrap Templates</h1>
2222
<ol class="breadcrumb">
2323
<li><a href="index.php">Start Bootstrap</a></li>
24-
<li class="active">Templates</li>
24+
<li class="active">All Templates</li>
2525
</ol>
2626
</div>
2727

@@ -34,14 +34,14 @@
3434
</div>
3535
</div>
3636

37-
<div class="col-md-4">
38-
<div class="preview">
39-
<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>
40-
<h3>SB Admin 2 <span class="label label-primary">New</span></h3>
41-
<p>A <em>better</em> free Bootstrap admin template.</p>
42-
<div class="btn-group"><a class="btn btn-default" href="sb-admin-v2.php">Preview &amp; Download</a></div>
43-
</div>
37+
<div class="col-lg-4 col-sm-6">
38+
<div class="preview">
39+
<a class="thumbnail" href="grayscale.php"><img src="img/grayscale.jpg" class="img-responsive" alt="Free Bootstrap Responsive One Page Theme"></a>
40+
<h3>Grayscale <span class="label label-primary">New</span></h3>
41+
<p>A free, responsive, one page Bootstrap theme.</p>
42+
<div class="btn-group"><a class="btn btn-default" href="grayscale.php">Preview &amp; Download</a></div>
4443
</div>
44+
</div>
4545

4646
<div class="col-lg-4 col-sm-6">
4747
<div class="preview">
@@ -50,10 +50,19 @@
5050
</div>
5151
<div class="clearfix"></div>
5252

53+
<div class="col-lg-4 col-sm-6">
54+
<div class="preview">
55+
<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>
56+
<h3>SB Admin 2 <span class="label label-primary">New</span></h3>
57+
<p>A <em>better</em> free Bootstrap admin template.</p>
58+
<div class="btn-group"><a class="btn btn-default" href="sb-admin-v2.php">Preview &amp; Download</a></div>
59+
</div>
60+
</div>
61+
5362
<div class="col-lg-4 col-sm-6">
5463
<div class="preview">
5564
<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>
56-
<h3>Landing Page <span class="label label-primary">New</span></h3>
65+
<h3>Landing Page <span class="label label-danger">Popular</span></h3>
5766
<p>A stylish landing page template.</p>
5867
<div class="btn-group"><a class="btn btn-default" href="landing-page.php">Preview &amp; Download</a></div>
5968
</div>
@@ -116,7 +125,7 @@
116125
<div class="col-lg-4 col-sm-6">
117126
<div class="preview">
118127
<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>
119-
<h3>Simple Sidebar <span class="label label-danger">Popular</span></h3>
128+
<h3>Simple Sidebar</h3>
120129
<p>A sidebar template with a hint of JavaScript.</p>
121130
<div class="btn-group"><a class="btn btn-default" href="simple-sidebar.php">Preview &amp; Download</a></div>
122131
</div>

downloads/grayscale.zip

552 KB
Binary file not shown.

full-site-templates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ol>
2727
</div>
2828

29-
<div class="col-md-4">
29+
<div class="col-lg-4 col-sm-6">
3030
<div class="preview">
3131
<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>
3232
<h3>SB Admin 2 <span class="label label-primary">New</span></h3>

grayscale.php

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="A free, premium quality, responsive one-page website theme for Bootstrap. - Up to date for Bootstrap 3!">
7+
8+
<title>Start Bootstrap - Free Responsive One Page Theme for Bootstrap 3</title>
9+
10+
<?php include_once('includes/meta.php'); ?>
11+
</head>
12+
13+
<body>
14+
15+
<?php include_once('includes/nav.php'); ?>
16+
17+
<!-- Page content -->
18+
<div class="container">
19+
<div class="row">
20+
<div class="col-lg-12">
21+
<h1 class="page-header">Grayscale</h1>
22+
<ol class="breadcrumb">
23+
<li><a href="index.php">Start Bootstrap</a></li>
24+
<li><a href="all-templates.php">Templates</a></li>
25+
<li class="active">Grayscale</li>
26+
</ol>
27+
</div>
28+
<div class="col-lg-7 col-md-7">
29+
<p><a class="thumbnail" href="templates/grayscale" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/grayscale.jpg"></a></p>
30+
<ul class="list-inline download-links">
31+
<li><a class="btn btn-default" href="templates/grayscale" target="_blank"><i class="fa fa-eye"></i> Live Preview</a></li>
32+
<li><a class="btn btn-default" href="downloads/grayscale.zip"><i class="fa fa-download"></i> Download</a></li>
33+
<li><a class="btn btn-default" href="https://github.com/IronSummitMedia/startbootstrap/blob/master/templates/grayscale"><i class="fa fa-github"></i> Source Files</a></li>
34+
</ul>
35+
</div>
36+
<div class="col-lg-5 col-md-5">
37+
<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>
38+
</div>
39+
<div class="clearfix"></div>
40+
<div class="col-lg-12">
41+
<h3>Design Recommendations and Features:</h3>
42+
<ul>
43+
<li>This template is a fully functional, premium quality Bootstrap theme. It includes the following features:</li>
44+
<ul>
45+
<li>Easing scroll function for smooth navigation - uses jQuery easing plugin.</li>
46+
<li>Custom built jQuery navbar that collapses on scroll with scrollspy for active class handling.</li>
47+
<li>Professional Photography by <a target="_blank" href="http://gratisography.com/">Gratisography</a></li>
48+
<li><a target="_blank" href="http://fontawesome.io/">Font Awesome Icon Font</a></li>
49+
<li><a target="_blank" href="http://www.google.com/fonts">Google Web Fonts</a> Integration</li>
50+
<li>Custom Google Map style by <a target="_blank" href="http://snazzymaps.com/">Snazzy Maps</a></li>
51+
<li>Custom scroll down button with a pulsing hover effect.</li>
52+
<li>Custom outline button design.</li>
53+
<li>LESS stylesheet included for easy color customization.</li>
54+
<li>Uses CDN's for Bootstrap, FontAwesome, jQuery, and jQuery Easing. Physical copies of those files are included within the download file.</li>
55+
</ul>
56+
<li>Valid HTML5</li>
57+
<li>Fully Responsive UX</li>
58+
<li>This template works great as is, but is simple enough to add your own custom stylings. Have fun with it!</li>
59+
<li>The pictures in this theme mockup were created by adding a 50% opacity black overlay to desaturated images. Using this technique on an image will replicate the effect shown.</li>
60+
</ul>
61+
</div>
62+
<div class="col-lg-12">
63+
<h3>Similar Templates:</h3>
64+
</div>
65+
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
66+
<a class="thumbnail" href="landing-page.php" title="Landing Page"><img src="img/landing-page.jpg"></a>
67+
</div>
68+
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
69+
<a class="thumbnail" href="one-page-wonder.php" title="One Page Wonder"><img src="img/one-page-wonder.jpg"></a>
70+
</div>
71+
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
72+
<a class="thumbnail" href="full-slider.php" title="Stylish Portfolio"><img src="img/stylish-portfolio.jpg"></a>
73+
</div>
74+
</div>
75+
</div>
76+
77+
<hr>
78+
79+
<?php include_once('includes/footer.php'); ?>
80+
81+
<?php include_once('includes/js.php'); ?>
82+
83+
</body>
84+
</html>

home-page-templates.php

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
</ol>
2727
</div>
2828

29-
<div class="col-md-4">
30-
<div class="preview">
31-
<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>
32-
<h3>SB Admin 2 <span class="label label-primary">New</span></h3>
33-
<p>A <em>better</em> free Bootstrap admin template.</p>
34-
<div class="btn-group"><a class="btn btn-default" href="sb-admin-v2.php">Preview &amp; Download</a></div>
35-
</div>
29+
<div class="col-lg-4 col-sm-6">
30+
<div class="preview">
31+
<a class="thumbnail" href="grayscale.php"><img src="img/grayscale.jpg" class="img-responsive" alt="Free Bootstrap Responsive One Page Theme"></a>
32+
<h3>Grayscale <span class="label label-primary">New</span></h3>
33+
<p>A free, responsive, one page Bootstrap theme.</p>
34+
<div class="btn-group"><a class="btn btn-default" href="grayscale.php">Preview &amp; Download</a></div>
3635
</div>
36+
</div>
3737

3838
<div class="col-lg-4 col-sm-6">
3939
<div class="preview">
40-
<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>
41-
<h3>Landing Page <span class="label label-primary">New</span></h3>
42-
<p>A stylish landing page template.</p>
43-
<div class="btn-group"><a class="btn btn-default" href="landing-page.php">Preview &amp; Download</a></div>
40+
<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>
41+
<h3>SB Admin 2 <span class="label label-primary">New</span></h3>
42+
<p>A <em>better</em> free Bootstrap admin template.</p>
43+
<div class="btn-group"><a class="btn btn-default" href="sb-admin-v2.php">Preview &amp; Download</a></div>
4444
</div>
4545
</div>
4646

@@ -51,6 +51,15 @@
5151
</div>
5252
<div class="clearfix"></div>
5353

54+
<div class="col-lg-4 col-sm-6">
55+
<div class="preview">
56+
<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>
57+
<h3>Landing Page <span class="label label-danger">Popular</span></h3>
58+
<p>A stylish landing page template.</p>
59+
<div class="btn-group"><a class="btn btn-default" href="landing-page.php">Preview &amp; Download</a></div>
60+
</div>
61+
</div>
62+
5463
<div class="col-lg-4 col-sm-6">
5564
<div class="preview">
5665
<a class="thumbnail" href="shop-homepage.php"><img src="img/shop-homepage.jpg" class="img-responsive" alt="Shop Homepage Free Website Theme for Bootstrap 3"></a>
@@ -99,7 +108,7 @@
99108
<div class="col-lg-4 col-sm-6">
100109
<div class="preview">
101110
<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>
102-
<h3>Simple Sidebar <span class="label label-danger">Popular</span></h3>
111+
<h3>Simple Sidebar</h3>
103112
<p>A sidebar template with a hint of JavaScript.</p>
104113
<div class="btn-group"><a class="btn btn-default" href="simple-sidebar.php">Preview &amp; Download</a></div>
105114
</div>

img/grayscale.jpg

30.4 KB
Loading

includes/nav.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
<li class="dropdown">
1717
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Templates <i class="fa fa-caret-down"></i></a>
1818
<ul class="dropdown-menu">
19-
<li><a href="/all-templates"><i class="fa fa-archive fa-fw"></i> All Templates</a></li>
19+
<li><a href="all-templates.php"><i class="fa fa-archive fa-fw"></i> All Templates</a></li>
2020
<li class="divider"></li>
21-
<li><a href="/home-page-templates"><i class="fa fa-home fa-fw"></i> Home Page Templates</a></li>
22-
<li><a href="/other-page-templates"><i class="fa fa-file-o fa-fw"></i> Other Page Templates</a></li>
23-
<li><a href="/full-site-templates"><i class="fa fa-sitemap fa-fw"></i> Full Site Templates</a></li>
21+
<li><a href="home-page-templates.php"><i class="fa fa-home fa-fw"></i> Home Page Templates</a></li>
22+
<li><a href="other-page-templates.php"><i class="fa fa-file-o fa-fw"></i> Other Page Templates</a></li>
23+
<li><a href="full-site-templates.php"><i class="fa fa-sitemap fa-fw"></i> Full Site Templates</a></li>
2424
<li class="divider"></li>
25-
<li><a href="/sponsored-templates"><i class="fa fa-star fa-fw yellow"></i> Buy Bootstrap Templates</a></li>
25+
<li><a href="sponsored-templates.php"><i class="fa fa-star fa-fw yellow"></i> Buy Bootstrap Templates</a></li>
2626
</ul>
2727
</li>
28-
<li><a href="/help">Help</a></li>
29-
<li><a href="/contact">Contact</a></li>
28+
<li><a href="help.php">Help</a></li>
29+
<li><a href="contact.php">Contact</a></li>
3030
<li><a href="http://startbootstrap.tumblr.com/">Blog</a></li>
3131
</ul>
3232
<ul class="nav navbar-nav navbar-right">

0 commit comments

Comments
 (0)