-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
felix
committed
Sep 13, 2015
1 parent
892240c
commit 879d945
Showing
20 changed files
with
406 additions
and
846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
_site/ | ||
.sass-cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Felix Volny | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +0,0 @@ | ||
# [Start Bootstrap](http://startbootstrap.com/) - [Creative](http://startbootstrap.com/template-overviews/creative/) | ||
|
||
[Creative](http://startbootstrap.com/template-overviews/creative/) is a one page creative theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). | ||
|
||
## Getting Started | ||
|
||
To use this theme, choose one of the following options to get started: | ||
* Download the latest release on Start Bootstrap | ||
* Fork this repository on GitHub | ||
|
||
## Bugs and Issues | ||
|
||
Have a bug or an issue with this theme? [Open a new issue](https://github.com/IronSummitMedia/startbootstrap-creative/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](http://startbootstrap.com/template-overviews/creative/). | ||
|
||
## Creator | ||
|
||
Start Bootstrap was created by and is maintained by **David Miller**, Managing Partner at [Iron Summit Media Strategies](http://www.ironsummitmedia.com/). | ||
|
||
* https://twitter.com/davidmillerskt | ||
* https://github.com/davidtmiller | ||
|
||
Start Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat). | ||
|
||
## Copyright and License | ||
|
||
Copyright 2013-2015 Iron Summit Media Strategies, LLC. Code released under the [Apache 2.0](https://github.com/IronSummitMedia/startbootstrap-creative/blob/gh-pages/LICENSE) license. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<aside class="bg-dark"> | ||
<div class="container text-center"> | ||
<div class="call-to-action"> | ||
<h2>Free Download at Start Bootstrap!</h2> | ||
<a href="#" class="btn btn-default btn-xl wow tada">Download Now!</a> | ||
</div> | ||
</div> | ||
</aside> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<section class="bg-primary" id="about"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 text-center"> | ||
<h2 class="section-heading">We've got what you need!</h2> | ||
<hr class="light"> | ||
<p class="text-faded">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p> | ||
<a href="#" class="btn btn-default btn-xl">Get Started!</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<section id="contact"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 text-center"> | ||
<h2 class="section-heading">Let's Get In Touch!</h2> | ||
<hr class="primary"> | ||
<p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p> | ||
</div> | ||
<div class="col-lg-4 col-lg-offset-2 text-center"> | ||
<i class="fa fa-phone fa-3x wow bounceIn"></i> | ||
<p>123-456-6789</p> | ||
</div> | ||
<div class="col-lg-4 text-center"> | ||
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>Creative - Start Bootstrap Theme</title> | ||
|
||
<!-- Bootstrap Core CSS --> | ||
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> | ||
|
||
<!-- Custom Fonts --> | ||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> | ||
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css"> | ||
|
||
<!-- Plugin CSS --> | ||
<link rel="stylesheet" href="css/animate.min.css" type="text/css"> | ||
|
||
<!-- Custom CSS --> | ||
<link rel="stylesheet" href="css/main.css" type="text/css"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<header> | ||
<div class="header-content"> | ||
<div class="header-content-inner"> | ||
<h1>Your Favorite Source of Free Bootstrap Themes</h1> | ||
<hr> | ||
<p>Start Bootstrap can help you build better websites using the Bootstrap CSS framework! Just download your template and start going, no strings attached!</p> | ||
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a> | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container-fluid"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand page-scroll" href="#page-top">Start Bootstrap</a> | ||
</div> | ||
|
||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li> | ||
<a class="page-scroll" href="#about">About</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#services">Services</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#portfolio">Portfolio</a> | ||
</li> | ||
<li> | ||
<a class="page-scroll" href="#contact">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- /.navbar-collapse --> | ||
</div> | ||
<!-- /.container-fluid --> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<section class="no-padding" id="portfolio"> | ||
<div class="container-fluid"> | ||
<div class="row no-gutter"> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/1.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/2.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/3.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/4.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/5.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<div class="col-lg-4 col-sm-6"> | ||
<a href="#" class="portfolio-box"> | ||
<img src="img/portfolio/6.jpg" class="img-responsive" alt=""> | ||
<div class="portfolio-box-caption"> | ||
<div class="portfolio-box-caption-content"> | ||
<div class="project-category text-faded"> | ||
Category | ||
</div> | ||
<div class="project-name"> | ||
Project Name | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- jQuery --> | ||
<script src="js/jquery.js"></script> | ||
|
||
<!-- Bootstrap Core JavaScript --> | ||
<script src="js/bootstrap.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="js/jquery.easing.min.js"></script> | ||
<script src="js/jquery.fittext.js"></script> | ||
<script src="js/wow.min.js"></script> | ||
|
||
<!-- Custom Theme JavaScript --> | ||
<script src="js/creative.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<section id="services"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12 text-center"> | ||
<h2 class="section-heading">At Your Service</h2> | ||
<hr class="primary"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i> | ||
<h3>Sturdy Templates</h3> | ||
<p class="text-muted">Our templates are updated regularly so they don't break.</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i> | ||
<h3>Ready to Ship</h3> | ||
<p class="text-muted">You can use this theme as is, or you can make changes!</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i> | ||
<h3>Up to Date</h3> | ||
<p class="text-muted">We update dependencies to keep things fresh.</p> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-md-6 text-center"> | ||
<div class="service-box"> | ||
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i> | ||
<h3>Made with Love</h3> | ||
<p class="text-muted">You have to make your websites with love these days!</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
{% include head.html %} | ||
{% include nav.html %} | ||
{% include header.html %} | ||
{% include call-to-action.html %} | ||
{% include services.html %} | ||
{% include portfolio.html %} | ||
{% include aside.html %} | ||
{% include contact.html %} | ||
{% include scripts.html %} | ||
|
||
</html> |
Oops, something went wrong.