diff options
| author | tekkub <tekkub@gmail.com> | 2009-06-14 23:44:42 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-06-14 23:44:42 -0600 |
| commit | 6f750f87ae81473a91c7eb82211720fa1ba5cf21 (patch) | |
| tree | 1456d40215f9b88b9c34e7456f44ee697293cc5d /_layouts | |
First commit
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..cff52eb --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <title>Help.GitHub</title> + + <link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection"> + <link rel="stylesheet" href="css/print.css" type="text/css" media="print"> + <!--[if IE]> + <link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection"> + <![endif]--> + + <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8"/> + <link rel="stylesheet" href="css/thickbox.css" type="text/css" media="screen"/> +</head> + +<body> + <div class="container"> + + <div class="span-21" id="header"> + <div class="span-10"> + <a href="/"><img src="images/learn.github.png" alt="github learn logo" /></a> + </div> + + <div class="span-11 last"> + <div id="links"> + <a href="http://github.com">home</a> + <a href="http://github.com/login">login</a> + <a href="http://github.com/signup">signup!</a> + </div> + </div> + </div> + + {{ content }} + + <div id="footer" class="span-21"> + <div class="info span-12"> + <div class="links"> + <a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> | + <a href="http://github.com/blog">Blog</a> | + <a href="http://support.github.com/">Support</a> | + <a href="http://github.com/training">Git Training</a> | + <a href="http://github.com/contact">Contact</a> | + <a href="http://groups.google.com/group/github/">Google Group</a> | + <a href="http://github.wordpress.com">Status</a> + </div> + <div class="company"> + GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> ©2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a> + </div> + </div> + <div class="fork span-7"> + This website is <a href="http://github.com/help/help.github.com">open source</a>. + Please help us by forking the project and adding to it. + </div> + </div> + + </div> + </body> +</html>
\ No newline at end of file |
