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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Mar 27 13:00:21 -0700 2008 | [trey] |
| |
.htaccess | Fri Jul 11 16:43:07 -0700 2008 | [trey] |
| |
MIT-License.txt | Thu Mar 27 12:48:50 -0700 2008 | [trey] |
| |
README.markdown | Fri Sep 26 14:22:28 -0700 2008 | [trey] |
| |
css/ | Tue Nov 11 15:42:57 -0800 2008 | [trey] |
| |
html4.html | Mon Sep 22 21:33:27 -0700 2008 | [trey] |
| |
html4_lean.html | Mon Sep 22 21:33:27 -0700 2008 | [trey] |
| |
html5.html | Mon Sep 22 21:33:27 -0700 2008 | [trey] |
| |
img/ | Thu Mar 27 12:48:50 -0700 2008 | [trey] |
| |
js/ | Thu Oct 09 14:35:02 -0700 2008 | [trey] |
| |
robots.txt | Mon Jul 28 08:37:36 -0700 2008 | [trey] |
| |
xhtml.html | Mon Sep 22 21:33:27 -0700 2008 | [trey] |
| |
xhtml_full.html | Mon Sep 22 21:33:27 -0700 2008 | [trey] |
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
| |-- sass
| | |-- base
| | | |-- copy.sass
| | | |-- reset.sass
| | | `-- shortcuts.sass
| | |-- site
| | | |-- colors.sass
| | | `-- main.sass
| | `-- screen.sass
| |-- base.css
| |-- html5.css
| |-- reset.css
| `-- screen.css
|-- img
|-- js
| |-- load.js
| `-- jquery.toggleval.js
|-- html4.html
|-- html4_lean.html
|-- html5.html
|-- robots.txt
|-- xhtml.html
`-- xhtml_full.html





