6 Commits

Author SHA1 Message Date
David Miller
70838f2236 Semicolon Update in LESS 2014-12-15 18:52:53 -05:00
David Miller
fe82c527ca Merge pull request #3 from MrPowers/gh-pages
Replace a comma with a semicolon
2014-12-15 18:51:00 -05:00
David Miller
4d5a4b105c Bootstrap 3.3.1 Update 2014-12-06 20:44:22 -05:00
Matthew Powers
a6ee0be46b Replace a comma with a semicolon 2014-12-05 22:22:16 -05:00
David Miller
a2bd65a10e Readme update 2014-10-30 23:42:08 -04:00
David Miller
4fce1b831d Bootstrap 3.3.0 Update 2014-10-30 15:59:14 -04:00
12 changed files with 758 additions and 398 deletions

View File

@@ -1,2 +1,26 @@
Start Bootstrap - Clean Blog
=========
# [Start Bootstrap](http://startbootstrap.com/) - [Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/)
[Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/) is a stylish, responsive blog theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). This theme features a blog homepage, about page, contact page, and an example post page along with a working PHP contact form.
## 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-clean-blog/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](http://startbootstrap.com/template-overviews/clean-blog/).
## Creator
Start Bootstrap was created by and is maintained by **David Miller**, Managing Parter 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 2014 Iron Summit Media Strategies, LLC. Code released under the [Apache 2.0](https://github.com/IronSummitMedia/startbootstrap-clean-blog/blob/gh-pages/LICENSE) license.

View File

@@ -136,7 +136,7 @@
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>

View File

@@ -174,7 +174,7 @@
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>

531
css/bootstrap.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -167,7 +167,7 @@ hr.small {
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
font-size: 24px;
line-height: 1.1,
line-height: 1.1;
display: block;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;

View File

@@ -184,7 +184,7 @@
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>

508
js/bootstrap.js vendored

File diff suppressed because it is too large Load Diff

5
js/bootstrap.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -180,7 +180,7 @@ hr.small {
}
.subheading {
font-size: 24px;
line-height: 1.1,
line-height: 1.1;
display: block;
.sans-serif;
font-weight: 300;

View File

@@ -169,7 +169,7 @@
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>