forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylish-portfolio.php
75 lines (66 loc) · 3.96 KB
/
stylish-portfolio.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
<!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="'Stylish Portfolio' is a free portfolio front page template for Bootstrap - Up to date for Bootstrap 3! An even faster way to develop websites in Bootstrap!">
<title>Start Bootstrap - Stylish Portfolio - Full Website HTML Template 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">Stylish Portfolio</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">Stylish Portfolio</li>
</ol>
</div>
<div class="col-lg-7 col-md-7">
<p><a class="thumbnail" href="templates/stylish-portfolio.html" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/stylish-portfolio.jpg"></a></p>
<ul class="list-inline download-links">
<li><a class="btn btn-default" href="templates/stylish-portfolio.html" target="_blank"><i class="fa fa-eye"></i> Live Demo</a></li>
<li><a class="btn btn-default" href="downloads/stylish-portfolio.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/stylish-portfolio.html"><i class="fa fa-github"></i> Raw HTML</a></li>
<li><a class="btn btn-default" href="https://github.com/IronSummitMedia/startbootstrap/blob/master/templates/css/stylish-portfolio.css"><i class="fa fa-github"></i> Raw CSS</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:</h3>
<ul>
<li>This can work as a home page or as a one page website.</li>
<li>The map makes use of an iframe. Use your own embed link, or redesign the map using the Google Maps API.</li>
<li>This template uses Font Awesome icon fonts. Make sure you include it!</li>
<li>Use decent quality images for the full page background images, but make sure load times are still reasonable.</li>
<li>Custom fonts and colors will go a long way with this template, make it your own!</li>
<li>Adjusting the line height on the paragraph text will help with legibility.</li>
<li>You can add as many full width sections as you want, be creative!</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="simple-sidebar.php" title="Simple Sidebar Template"><img src="img/simple-sidebar.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 Template"><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.php" title="Full Template"><img src="img/full.jpg"></a>
</div>
</div>
</div>
<hr>
<?php include_once('includes/footer.php'); ?>
<?php include_once('includes/js.php'); ?>
</body>
</html>