Created
February 16, 2012 05:47
-
-
Save MikeLarned/1842425 to your computer and use it in GitHub Desktop.
Skeleton Blog
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
<div class="container"> | |
<div class="sixteen columns"> | |
<h1 class="remove-bottom" style="margin-top: 40px">Mike Larned</h1> | |
<h5>[email protected]</h5> | |
<hr /> | |
</div> | |
<div class="sixteen columns"> | |
<h3>A Free Blog with GitHub Pages and Skeleton</h3> | |
<div> | |
<p>Gotta love free stuff. You can setup a mini blog using <a href='http://pages.github.com/'>GitHub Pages</a> and the <a href='http://www.getskeleton.com/'>Skeleton</a> template in about 10 minutes. Skeleton is a boilerplate html template | |
that uses a responsive grid layout (similiar to the 960 grid) to render a best fit based on device size. Here is a screenshot of this same page on my HTC Sense. (Which isn't going to act repsonsive and resize right now). </p> | |
<p>Skeleton's typography and basic styles are very clean looking. I found it hard to mess up the layout. The majority this post was wrapped in one div and a few p tags.</p> | |
and | |
</div> | |
<p> | |
<img src="skeletonblog/SkeletonBlogOnAndroid.png" alt="Now on Android" /> | |
</p> | |
</div> | |
</div><!-- container --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment