This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 85f236ec7232a8a6cc0f19a5e3f4e5866a4a9e91
tree 2ea6baf040ade17406bf037c1182300a75fcd3f3
parent be64ee46c281eef20edd96cb0a2f4d9d6acf64e8
tree 2ea6baf040ade17406bf037c1182300a75fcd3f3
parent be64ee46c281eef20edd96cb0a2f4d9d6acf64e8
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jan 30 23:42:37 -0800 2009 | |
| |
.htaccess | Fri Jul 11 16:43:07 -0700 2008 | |
| |
MIT-License.txt | Wed Oct 28 18:36:54 -0700 2009 | |
| |
README.markdown | Wed Oct 28 18:36:54 -0700 2009 | |
| |
css/ | Wed Oct 28 18:36:54 -0700 2009 | |
| |
html4.html | Tue Aug 25 23:20:52 -0700 2009 | |
| |
html4_lean.html | Tue Aug 25 23:20:52 -0700 2009 | |
| |
html5.html | Wed Oct 28 12:17:00 -0700 2009 | |
| |
img/ | Thu Mar 27 12:48:50 -0700 2008 | |
| |
js/ | Thu Oct 09 14:35:02 -0700 2008 | |
| |
robots.txt | Mon Jul 28 08:37:36 -0700 2008 | |
| |
xhtml.html | Tue Aug 25 23:20:52 -0700 2009 | |
| |
xhtml_full.html | Tue Aug 25 23:20:52 -0700 2009 |
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








