forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-templates.php
63 lines (50 loc) · 2.36 KB
/
blog-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
<!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="Free blog themes and templates by Start Bootstrap. All of our blog themes are open source and free to use.">
<title>Start Bootstrap - Free Bootstrap Blog 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">Blog Templates</h1>
<ol class="breadcrumb">
<li><a href="index.php">Start Bootstrap</a></li>
<li class="active">Blog Templates</li>
</ol>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="blog-home.php"><img src="img/blog-home.jpg" class="img-responsive" alt="Blog Template with Logo for Twitter Bootstrap 3"></a>
<h3>Blog Home</h3>
<p>A blog homepage template.</p>
<div class="btn-group"><a class="btn btn-default" href="blog-home.php">Preview & Download</a></div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="preview">
<a class="thumbnail" href="blog-post.php"><img src="img/blog-post.jpg" class="img-responsive" alt="Blog Post Template for Twitter Bootstrap 3"></a>
<h3>Blog Post</h3>
<p>A simple blog post starter.</p>
<div class="btn-group"><a class="btn btn-default" href="blog-post.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>
</div>
<hr>
<?php include_once('includes/footer.php'); ?>
<?php include_once('includes/js.php'); ?>
</body>
</html>