public
Description: Basic starting point for markup, CSS, JavaScript, and folder structure.
Homepage: http://treypiepmeier.com/code/site-template/
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 !
trey (author)
Tue Jul 01 20:34:57 -0700 2008
commit  2191f6581c7efdb2684ebd095c234bd2234f909c
tree    b42c80998cc6648908de0ee02b84b47da0fd4248
parent  1915f68be4672f9fee53d84261e3cb3a23fdb9b0
site-template / README.markdown
100644 28 lines (24 sloc) 0.573 kb

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.

Folder structure:

.
|-- css
|   |-- base.css
|   |-- ie
|   |   |-- 5mac.css
|   |   |-- 5win.css
|   |   |-- 6.css
|   |   `-- all.css
|   |-- img
|   |   |-- blt
|   |   `-- btn
|   `-- reset.css
|-- img
|-- js
|   |-- base.js
|   |-- jquery-1.2.3.pack.js
|   `-- jquery.toggleval.js
|-- html.html
|-- html_lean.html
|-- xhtml.html
`-- xhtml_full.html