forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
grayscale.php
88 lines (79 loc) · 4.95 KB
/
grayscale.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
<!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="A free, premium quality, responsive one-page website theme for Bootstrap. - Up to date for Bootstrap 3!">
<title>Start Bootstrap - Free Responsive One Page Theme for Bootstrap 3</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">Evoluto Technology</h1>
<ol class="breadcrumb">
<li><a href="index.php">Start Bootstrap</a></li>
<li><a href="all-templates.php">Templates</a></li>
<li class="active">Grayscale</li>
</ol>
</div>
<div class="col-lg-7 col-md-7">
<p><a class="thumbnail" href="templates/grayscale" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/grayscale.jpg"></a></p>
<ul class="list-inline download-links">
<li><a class="btn btn-default" href="templates/grayscale" target="_blank"><i class="fa fa-eye"></i> Live Preview</a></li>
<li><a class="btn btn-default" href="downloads/grayscale.zip"><i class="fa fa-download"></i> Download</a></li>
<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>
</ul>
</div>
<div class="col-lg-5 col-md-5">
<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 class="clearfix"></div>
<div class="col-lg-12">
<h3>Design Recommendations and Features:</h3>
<ul>
<li><span class="label label-primary">New</span> The scrolling navigation in Grayscale can be accessed as a raw, unstyled version in our <a href="scrolling-nav.php">Scrolling Nav template</a>.</li>
<li>This template is a fully functional, premium quality Bootstrap theme. It includes the following features:</li>
<ul>
<li>Easing scroll function for smooth navigation - uses jQuery easing plugin.</li>
<li>Custom built jQuery navbar that collapses on scroll with scrollspy for active class handling.</li>
<li>Professional Photography by <a target="_blank" href="http://gratisography.com/">Gratisography</a></li>
<li><a target="_blank" href="http://fontawesome.io/">Font Awesome Icon Font</a></li>
<li><a target="_blank" href="http://www.google.com/fonts">Google Web Fonts</a> Integration</li>
<li>Custom Google Map style by <a target="_blank" href="http://snazzymaps.com/">Snazzy Maps</a></li>
<li>Custom scroll down button with a pulsing hover effect.</li>
<li>Custom outline button design.</li>
<li>LESS stylesheet included for easy color customization.</li>
<li>Uses CDN's for Bootstrap, FontAwesome, jQuery, and jQuery Easing. Physical copies of those files are included within the download file.</li>
</ul>
<li>Valid HTML5</li>
<li>Fully Responsive UX</li>
<li>This template works great as is, but is simple enough to add your own custom stylings. Have fun with it!</li>
<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>
</ul>
</div>
<div class="col-lg-12">
<h3>Similar Templates:</h3>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="landing-page.php" title="Landing Page"><img src="img/landing-page.jpg"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="one-page-wonder.php" title="One Page Wonder"><img src="img/one-page-wonder.jpg"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="full-slider.php" title="Stylish Portfolio"><img src="img/stylish-portfolio.jpg"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="scrolling-nav.php" title="Scrolling Nav"><img src="img/scrolling-nav.jpg"></a>
</div>
</div>
</div>
<hr>
<?php include_once('includes/footer.php'); ?>
<?php include_once('includes/js.php'); ?>
</body>
</html>