Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
27 changed files
with
1,111 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
@@ -0,0 +1,52 @@ | ||
/* Sticky footer styles | ||
-------------------------------------------------- */ | ||
|
||
html, | ||
body { | ||
height: 100%; | ||
/* The html and body elements cannot have any padding or margin. */ | ||
} | ||
|
||
/* Wrapper for page content to push down footer */ | ||
#wrap { | ||
min-height: 100%; | ||
height: auto !important; | ||
height: 100%; | ||
/* Negative indent footer by it's height */ | ||
margin: 0 auto -60px; | ||
} | ||
|
||
/* Set the fixed height of the footer here */ | ||
#push, | ||
#footer { | ||
height: 60px; | ||
} | ||
#footer { | ||
background-color: #f5f5f5; | ||
padding: 0; | ||
} | ||
|
||
/* Lastly, apply responsive CSS fixes as necessary */ | ||
@media (max-width: 767px) { | ||
#footer { | ||
margin-left: -20px; | ||
margin-right: -20px; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
} | ||
} | ||
|
||
/* Custom page CSS | ||
-------------------------------------------------- */ | ||
/* Not required for template or sticky footer method. */ | ||
|
||
#wrap > .container { | ||
padding-top: 60px; | ||
} | ||
.container .credit { | ||
margin: 20px 0; | ||
} | ||
|
||
/*code { | ||
font-size: 80%; | ||
}*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more.
Oops, something went wrong.
BIN
+894 Bytes
assets/favicon.ico
Binary file not shown.
BIN
+19.9 KB
assets/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN
+40.3 KB
assets/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
BIN
+22.8 KB
assets/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more.
Oops, something went wrong.
0
build_site.sh
100644 → 100755
Empty file.
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
@@ -0,0 +1,14 @@ | ||
title=About | ||
date=2013-09-24 | ||
type=page | ||
status=published | ||
~~~~~~ | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus. | ||
Nam id nisl quam. Donec a lorem sit amet libero pretium vulputate vel ut purus. Suspendisse leo arcu, | ||
mattis et imperdiet luctus, pulvinar vitae mi. Quisque fermentum sollicitudin feugiat. Mauris nec leo | ||
ligula. Vestibulum tristique odio ut risus ultricies a hendrerit quam iaculis. Duis tempor elit sit amet | ||
ligula vehicula et iaculis sem placerat. Fusce dictum, metus at volutpat lacinia, elit massa auctor risus, | ||
id auctor arcu enim eu augue. Donec ultrices turpis in mi imperdiet ac venenatis sapien sodales. In | ||
consequat imperdiet nunc quis bibendum. Nulla semper, erat quis ornare tristique, lectus massa posuere | ||
libero, ut vehicula lectus nunc ut lorem. Aliquam erat volutpat. |
Oops, something went wrong.