Skip to content

Commit

Permalink
Bootstrap 4 and Creative Tim Update
Browse files Browse the repository at this point in the history
Updated dependencies (Bootstrap 4 and more), added Creative Tim
affiliate partner links, design update for preview cards and buttons
  • Loading branch information
davidtmiller committed Jan 31, 2018
1 parent 570a498 commit 204baad
Show file tree
Hide file tree
Showing 145 changed files with 12,112 additions and 3,639 deletions.
20 changes: 8 additions & 12 deletions _includes/nav.html
Expand Up @@ -23,10 +23,6 @@
<a class="dropdown-item" href="/buy-bootstrap-templates">
<i class="icon-handbag fa-fw"></i>
Buy Bootstrap Templates</a>
<!-- Creative Tim Test -->
<!-- <a class="dropdown-item" href="https://www.creative-tim.com?affiliate_id=101249" onclick="ga('send','event','Referral','Referral - Creative Tim - Themes Dropdown')">
<i class="icon-handbag fa-fw"></i>
Buy Bootstrap Templates</a> -->
<div class="dropdown-divider"></div>
<h6 class="dropdown-header">Template &amp; Theme Categories:</h6>
<a class="dropdown-item" href="/template-categories/admin-dashboard">Admin and Dashboard</a>
Expand Down Expand Up @@ -77,18 +73,18 @@ <h6 class="dropdown-header">Guides &amp; Tutorials Categories:</h6>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownPremium">
<a class="dropdown-item" href="/bootstrap-design-services">
<i class="icon-pencil fa-fw"></i>
Custom Bootstrap Design Services</a>
<a class="dropdown-item" href="https://wrapbootstrap.com/?ref=StartBootstrap" onclick="ga('send','event','Referral','Referral WrapBootstrap Navbar')">
Custom Design Services</a>
<!-- WrapBootstrap Ad -->
<!-- <a class="dropdown-item" href="https://wrapbootstrap.com/?ref=StartBootstrap" onclick="ga('send','event','Referral','Referral WrapBootstrap Navbar')">
<i class="icon-handbag fa-fw"></i>
WrapBootstrap<span class="hidden-xs-down">
- Premium Bootstrap Themes</span>
</a>
<!-- Creative Tim Test -->
<!-- <a class="dropdown-item" href="https://www.creative-tim.com?affiliate_id=101249" onclick="ga('send','event','Referral','Referral - Creative Tim - Premium Dropdown')">
<i class="icon-handbag fa-fw"></i>
Creative Tim<span class="hidden-xs-down">
- Premium Bootstrap Themes</span>
</a> -->
<!-- Creative Tim Ad -->
<a class="dropdown-item" href="https://www.creative-tim.com?affiliate_id=101249" onclick="ga('send','event','Referral','Referral - Navbar Dropdown')">
<i class="icon-handbag fa-fw"></i>
Premium Themes by Creative Tim</span>
</a>
</div>
</li>
<li class="nav-item">
Expand Down
2 changes: 0 additions & 2 deletions _layouts/default.html
Expand Up @@ -8,10 +8,8 @@

{% include nav.html %}


{{ content }}


{% include footer.html %}

{% include search.html %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Expand Up @@ -59,7 +59,7 @@ <h1 itemprop="name headline">{{ page.title }}</h1>

<div class="card sb-card author-info">
<div class="card-body">
<img class="pull-left img-fluid rounded-circle" src="/assets/img/authors/{{ page.author-slug }}.png" alt="">
<img class="pull-left img-fluid rounded-circle" src="/assets/img/authors/{{ page.author-slug }}.jpg" alt="">
<div class="author-content">
<h3>{{ page.author }}</h3>
<p>{{ page.author-desc }}</p>
Expand Down
90 changes: 45 additions & 45 deletions _layouts/template-category.html
Expand Up @@ -6,60 +6,60 @@

<div class="container">

<div class="row">
{% for template in site.templates reversed %}
<div class="row">
{% for template in site.templates reversed %}

{% if template.categories contains page.slug %}
{% if template.categories contains page.slug %}

<div class="col-lg-4 col-md-6 sb-preview text-center">
<div class="card h-100">
<a class="sb-preview-img" href="{{ template.src }}">
<img class="card-img-top" src="{{ template.img-src }}" alt="{{ template.img-desc }}">
</a>
<div class="card-body">
<h4 class="card-title">{{ template.title }}</h4>
<p class="card-text">{{ template.bump }}</p>
</div>
<div class="card-footer">
<a href="{{ template.src }}" class="btn btn-secondary">Preview &amp; Download</a>
</div>
{% if template.categories contains 'new' %}
<div class="badge-new">New!</div>
{% endif %}
</div>
</div>
<div class="col-lg-4 col-md-6 sb-preview text-center">
<div class="card h-100">
<a class="sb-preview-img" href="{{ template.src }}">
<img class="card-img-top" src="{{ template.img-src }}" alt="{{ template.img-desc }}">
</a>
<div class="card-body">
<h4 class="card-title">{{ template.title }}</h4>
<p class="card-text">{{ template.bump }}</p>
</div>
<div class="card-footer">
<a href="{{ template.src }}" class="btn btn-secondary">Preview &amp; Download</a>
</div>
{% if template.categories contains 'new' %}
<div class="badge-new">New!</div>
{% endif %}
</div>
</div>

{% endif %}
{% endif %}

{% endfor %}
{% endfor %}

{% for item in site.premium reversed %}
{% for item in site.premium reversed %}

{% if item.categories contains page.slug %}
{% if item.categories contains page.slug %}

<div class="col-lg-4 col-md-6 sb-preview text-center">
<div class="card h-100">
<a class="sb-preview-img" href="{{ item.src }}" onclick="ga('send','event','Referral','Referral WrapBootstrap Template Preview')">
<img class="card-img-top" src="{{ item.img-src }}" alt="{{ item.img-desc }}">
</a>
<div class="card-body">
<h4 class="card-title">{{ item.title }}</h4>
<p class="card-text">{{ item.bump }}</p>
</div>
<div class="card-footer">
<a href="{{ item.src }}" class="btn btn-secondary" onclick="ga('send','event','Referral','Referral WrapBootstrap Template Preview')">Preview &amp; Purchase</a>
</div>
{% if item.categories contains 'new' %}
<div class="badge-new">New!</div>
{% endif %}
</div>
</div>
<div class="col-lg-4 col-md-6 sb-preview text-center">
<div class="card h-100">
<a class="sb-preview-img" href="{{ item.src }}" onclick="ga('send','event','Referral','Referral - {{ item.title }}')">
<img class="card-img-top" src="{{ item.img-src }}" alt="{{ item.img-desc }}">
</a>
<div class="card-body">
<h4 class="card-title">{{ item.title }}</h4>
<p class="card-text">{{ item.bump }}</p>
</div>
<div class="card-footer">
<a href="{{ item.src }}" class="btn btn-secondary" onclick="ga('send','event','Referral','Referral - {{ item.title }}')">Preview &amp; Purchase</a>
</div>
{% if item.categories contains 'new' %}
<div class="badge-new">New!</div>
{% endif %}
</div>
</div>

{% endif %}
{% endif %}

{% endfor %}
</div>
{% endfor %}
</div>

{{ content }}
{{ content }}

</div>
35 changes: 19 additions & 16 deletions _layouts/template-overview.html
Expand Up @@ -120,33 +120,36 @@ <h4>User Contributed Versions</h4>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://startbootstrap.com/template-overviews/{{ page.slug }}/" data-via="SBootstrap" data-lang="en">Tweet</a>
</li>
</ul>

<div class="card sb-card">
<div class="card-body">
<h4>Description:</h4>
<p class="mb-0">{{page.long-description}}</p>
</div>
</div>

<div class="card sb-card">
<div class="card-body">

<!-- <h4>Need Help?</h4> -->
<h4>Need Something More?</h4>
<!-- <p>Feeling stuck? Have a look at some of the <strong><a href="/articles">guides and tutorials</a></strong> available on Start Bootstrap. Need something more? You can also <strong><a href="/bootstrap-design-services">hire a designer</a></strong> to help you with your project or to create a custom build of any theme!</p> -->

<!-- <p>Feeling stuck? Have a look at some of the <strong><a href="/articles">guides and tutorials</a></strong> available on Start Bootstrap. Need something more? You can also <strong><a href="/bootstrap-design-services">hire a designer</a></strong> to help you with your project or to create a custom build of any theme!</p> -->

<p class="mb-0">Feeling stuck? Need something more? You can <strong><a href="/bootstrap-design-services">hire a designer</a></strong> to help you with your project or to create a custom build of any theme!</p>
<!-- <p class="mb-0">Feeling stuck? Need something more? You can <strong><a href="/bootstrap-design-services">hire a designer</a></strong> to help you with your project or to create a custom build of any theme!</p> -->

<!-- Creative Tim Test -->
<!-- <p>Looking for something more than just a free theme? Head over to <strong><a href="https://www.creative-tim.com?affiliate_id=101249" onclick="ga('send','event','Referral','Referral - Creative Tim - Template Overview Page')">Creative Tim</a></strong> and preview some of the best premium Bootstrap themes and templates on the web!</p>
<a class="d-block border rounded bg-white p-3" href="https://www.creative-tim.com?affiliate_id=101249" onclick="ga('send','event','Referral','Referral - Creative Tim - Template Overview Page Button')">
<span class="d-flex align-items-center flex-row">
<span><img style="width: 100px; height: 100px;" class="mr-3" src="/assets/img/creative-tim/tim.png" alt=""></span>
<span>
<strong>Browse Premium Templates &amp; Themes by Creative Tim</strong></span>
<!-- Creative Tim Ad -->
<p>Looking for something more than just a free theme? Head over to <strong><a href="https://www.creative-tim.com/?affiliate_id=101249" onclick="ga('send','event','Referral','Referral - Template Overview Page')">Creative Tim</a></strong> and preview some of the best premium Bootstrap themes and templates on the web!</p>
<a class="btn btn-lg btn-secondary" href="https://www.creative-tim.com/?affiliate_id=101249" onclick="ga('send','event','Referral','Referral - Template Overview Page')">
<span><img style="width: 50px; height: 50px;" class="mr-3 rounded-circle" src="/assets/img/creative-tim/tim.png" alt=""></span>
<span>
<strong>Browse Themes on Creative Tim</strong>
</span>
</a> -->
</a>

</div>
</div>
<div class="card sb-card">
<div class="card-body">
<h4>Description:</h4>
<p class="mb-0">{{page.long-description}}</p>
</div>
</div>

<div class="card sb-card">
<div class="card-body">
<h4>Features:</h4>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-09-05-introducing-start-bootstrap.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "Introducing Start Bootstrap"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
Expand Up @@ -9,7 +9,7 @@ meta-title: "Two New Templates - Small Business and Half Slider"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-09-17-big-plans-for-start-bootstrap.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "Big Plans for Start Bootstrap"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-09-22-structural-updates.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "Structural Updates"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-09-26-new-template-modern-business.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "New Template - Modern Business"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-10-02-new-theme-stylish-portfolio.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "New Theme - Stylish Portfolio"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-10-13-three-new-portfolio-templates.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "Three New Portfolio Templates"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-10-15-new-theme-business-casual.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "New Theme - Business Casual"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-10-24-new-template-sb-admin.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "New Template - SB Admin"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-11-23-new-ecommerce-templates.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "New eCommerce Templates"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
Expand Up @@ -9,7 +9,7 @@ meta-title: "New Theme - Landing Page and Premium Flex Admin Theme Launched!"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2014-01-14-new-theme-sb-admin-2.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "New Theme - SB Admin 2"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2014-08-25-one-year-of-start-bootstrap.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "One Year of Start Bootstrap!"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
2 changes: 1 addition & 1 deletion _posts/2014-09-25-new-theme-clean-blog.markdown
Expand Up @@ -9,7 +9,7 @@ meta-title: "New Theme - Clean Blog"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
Expand Up @@ -9,7 +9,7 @@ meta-title: "Start Bootstrap Templates Now Have Their Own Repos"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
Expand Up @@ -9,7 +9,7 @@ meta-title: "Start Bootstrap Moves to MIT Licensing"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down
4 changes: 2 additions & 2 deletions _posts/2016-08-10-three-years-of-start-bootstrap.markdown
Expand Up @@ -2,14 +2,14 @@
layout: post
title: "Looking Ahead: Three Years of Start Bootstrap!"
date: 2016-08-10
category: News
category: [News]
description: "Start Bootstrap has a new design, and will be offering new themes, code tutorials, and design guides in the coming months!"
tags: update
meta-title: "Three Years of Start Bootstrap!"

author: "David Miller"
author-slug: david-miller
author-desc: "David Miller is the creator of Start Bootstrap and owner of Blackrock Digital. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-desc: "David Miller is the creator of Start Bootstrap. He is a front end web designer and developer working out of sunny Orlando, Florida."
author-url: http://davidmiller.io
author-twitter: davidmillerskt
author-github: davidtmiller
Expand Down

0 comments on commit 204baad

Please sign in to comment.