forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buy-bootstrap-templates.html
60 lines (59 loc) · 2.85 KB
/
buy-bootstrap-templates.html
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
---
layout: page
title: Premium Themes
description: "A hand selected group the best Bootstrap themes and templates from around the web."
meta-title: "Buy Bootstrap Themes & Templates"
meta-description: "A collection of some of the best premium Bootstrap themes and templates from around the web."
redirect_from:
- /sponsored-templates/
- /sponsored-templates.php/
---
<div class="container">
<div class="row previews">
<div class="col-lg-12">
<div class="thumbnail featured">
<div class="row">
<div class="col-lg-6">
<a href="http://designmodo.com/startup/?u=787">
<img src="/assets/img/premium/startup-framework.jpg" class="img-responsive" alt="Startup Framework by Designmodo">
</a>
</div>
<div class="col-lg-6">
<div class="caption">
<h3>Startup Framework by Designmodo</h3>
<p><i class="fa fa-tag"></i> SAVE 15% - Enter the coupon code 'START' during checkout to save!</p>
<p>Startup Framework is a Bootstrap 3 based website builder for professionals. The framework includes <strong>25 sample themes</strong> and <strong>100 components</strong> that designers and developers can use to create premium quality websites quickly and easily.</p>
<a href="http://designmodo.com/startup/?u=787" class="btn btn-primary">Preview</a>
<a href="http://designmodo.com/startup/?u=787" class="btn btn-default">Purchase</a>
<a href="http://designmodo.github.io/startup-demo/?u=787" class="btn btn-default">Free Demo Version</a>
</div>
</div>
</div>
</div>
</div>
{% for post in site.categories.premium %}
<div class="col-lg-4 col-sm-6">
<div class="thumbnail">
<a href="{{ post.source }}" class="post-image-link">
{{ post.content }}
</a>
<div class="caption">
<h3>{{ post.title }}</h3>
<p>{{ post.description }}</p>
<a href="{{ post.source }}" class="btn btn-primary">Preview</a>
<a href="{{ post.purchase-link }}" class="btn btn-default">Purchase</a>
</div>
</div>
</div>
{% endfor %}
</div>
<div class="row">
<div class="col-lg-12 text-center">
<div class="well">
<h3>Need Something Custom Built?</h3>
<p class="lead">We do that too!</p>
<a class="btn btn-primary" href="/bootstrap-design-services/">Find Out More!</a>
</div>
</div>
</div>
</div>