mirror of
https://github.com/thewesker/startbootstrap-clean-blog.git
synced 2025-12-29 08:16:57 -05:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70838f2236 | ||
|
|
fe82c527ca | ||
|
|
4d5a4b105c | ||
|
|
a6ee0be46b | ||
|
|
a2bd65a10e | ||
|
|
4fce1b831d |
28
README.md
28
README.md
@@ -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.
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.js"></script>
|
||||||
|
|
||||||
<!-- Bootstrap Core JavaScript -->
|
<!-- Bootstrap Core JavaScript -->
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.js"></script>
|
||||||
|
|
||||||
<!-- Bootstrap Core JavaScript -->
|
<!-- Bootstrap Core JavaScript -->
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
|||||||
503
css/bootstrap.css
vendored
503
css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
4
css/bootstrap.min.css
vendored
4
css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -167,7 +167,7 @@ hr.small {
|
|||||||
.intro-header .site-heading .subheading,
|
.intro-header .site-heading .subheading,
|
||||||
.intro-header .page-heading .subheading {
|
.intro-header .page-heading .subheading {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.1,
|
line-height: 1.1;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|||||||
@@ -184,7 +184,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.js"></script>
|
||||||
|
|
||||||
<!-- Bootstrap Core JavaScript -->
|
<!-- Bootstrap Core JavaScript -->
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
|||||||
508
js/bootstrap.js
vendored
508
js/bootstrap.js
vendored
File diff suppressed because it is too large
Load Diff
5
js/bootstrap.min.js
vendored
5
js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -180,7 +180,7 @@ hr.small {
|
|||||||
}
|
}
|
||||||
.subheading {
|
.subheading {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.1,
|
line-height: 1.1;
|
||||||
display: block;
|
display: block;
|
||||||
.sans-serif;
|
.sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="js/jquery.js"></script>
|
||||||
|
|
||||||
<!-- Bootstrap Core JavaScript -->
|
<!-- Bootstrap Core JavaScript -->
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user