public
Description: Starting point for markup, CSS, JavaScript, and folder structure.
Homepage:
Clone URL: git://github.com/trey/site-template.git
Click here to lend your support to: site-template and make a donation at www.pledgie.com !
name age message
file .gitignore Fri Jan 30 23:42:37 -0800 2009 Housecleaning [trey]
file .htaccess Fri Jul 11 16:43:07 -0700 2008 Adding default .htaccess file. [trey]
file MIT-License.txt Wed Oct 28 18:36:54 -0700 2009 Removed detritus. Giving up on Sass for the tim... [trey]
file README.markdown Wed Oct 28 18:36:54 -0700 2009 Removed detritus. Giving up on Sass for the tim... [trey]
directory css/ Wed Oct 28 18:36:54 -0700 2009 Removed detritus. Giving up on Sass for the tim... [trey]
file html4.html Tue Aug 25 23:20:52 -0700 2009 Updated jQuery. [Trey Piepmeier]
file html4_lean.html Tue Aug 25 23:20:52 -0700 2009 Updated jQuery. [Trey Piepmeier]
file html5.html Wed Oct 28 12:17:00 -0700 2009 Updated things based on http://diveintohtml5.or... [trey]
directory img/ Thu Mar 27 12:48:50 -0700 2008 Cleaning things up and adding README files befo... [trey]
directory js/ Thu Oct 09 14:35:02 -0700 2008 Added some basic jQuery plugins. [trey]
file robots.txt Mon Jul 28 08:37:36 -0700 2008 Adding robots.txt from Rails. [trey]
file xhtml.html Tue Aug 25 23:20:52 -0700 2009 Updated jQuery. [Trey Piepmeier]
file xhtml_full.html Tue Aug 25 23:20:52 -0700 2009 Updated jQuery. [Trey Piepmeier]
README.markdown

This is a basic site template that I use as a starting place on new project as I start slicing it in Photoshop.

No back-end stuff. This is just a starting place for Markup, CSS, and JavaScript.

You have a choice of using Sass or regular CSS. If you want to use Sass, modify the files in the /css/sass/ folder, which generates the /css/screen.css file. If you want to use regular CSS, you can delete the /css/sass/ folder and keep reset.css and base.css.

Folder structure:

.
|-- css
|   |-- ie
|   |   |-- 5mac.css
|   |   |-- 5win.css
|   |   |-- 6.css
|   |   `-- all.css
|   |-- img
|   |   |-- blt
|   |   `-- btn
|   |-- base.css
|   |-- html5.css
|   |-- reset.css
|-- img
|-- js
|   |-- load.js
|   `-- jquery.toggleval.js
|-- html4.html
|-- html4_lean.html
|-- html5.html
|-- robots.txt
|-- xhtml.html
`-- xhtml_full.html