From 95f9b37dc53a7db5b3acf6f77c297ba54f838a87 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Mon, 29 Aug 2011 22:37:09 -0700 Subject: [PATCH] adding the README.markdown and my Twitter handle to a few files --- README.markdown | 14 ++++++++++++++ stylesheets/layout.css | 4 ++-- stylesheets/skeleton.css | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..4572fe3 --- /dev/null +++ b/README.markdown @@ -0,0 +1,14 @@ +

Skeleton

+

A Beautiful Boilerplate for Responsive, Mobile-Friendly Development

+

This is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone.

+ +

Check out the docs and homepage here: www.getskeleton.com.

+ +

Skeleton is built on three core principles:

+ + +

The ultimate goal is to build the best starting point for front-end development with an emphasis on simple, responsive design. Help me get there by submitting bugs, feature suggestions or anything you think is missing here on Github or email me at hi@getskeleton.com. I'm committed to making this awesome, so please use this in your next project and let me know what rocked and what sucked!

\ No newline at end of file diff --git a/stylesheets/layout.css b/stylesheets/layout.css index 3e59597..255977c 100644 --- a/stylesheets/layout.css +++ b/stylesheets/layout.css @@ -1,13 +1,13 @@ /* * Skeleton V2.0 -* Copyright 2011, Dave Gamache +* Copyright 2011, Dave Gamache (@dhg) * www.getskeleton.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php * 8/17/2011 */ -/* Table of Content +/* Table of Contents ================================================== #Site Styles #Page Styles diff --git a/stylesheets/skeleton.css b/stylesheets/skeleton.css index 4a56af0..2d7507f 100644 --- a/stylesheets/skeleton.css +++ b/stylesheets/skeleton.css @@ -1,6 +1,6 @@ /* * Skeleton V2.0 -* Copyright 2011, Dave Gamache +* Copyright 2011, Dave Gamache (@dhg) * www.getskeleton.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php