Skip to content

Commit ea958af

Browse files
committed
new footer html
1 parent ddec68f commit ea958af

1 file changed

Lines changed: 65 additions & 18 deletions

File tree

layouts/default.html

Lines changed: 65 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<script src="/shared/js/documentation.js" type="text/javascript"></script>
1616
</head>
1717
<body class="api">
18-
<div id="not-footer">
1918

2019
<div id="header-wrapper">
2120
<div id="header">
@@ -112,25 +111,73 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/users/">U
112111

113112
</div><!-- #wrapper -->
114113

115-
</div><!-- /not-footer -->
114+
<div id="footer" >
115+
<div class="upper_footer">
116+
<div class="footer_inner clearfix">
116117

117-
<div id="footer-wrapper">
118-
<div id="footer">
119-
<div class="left-col">
120-
<h2 class="logo"><a href="http://github.com">Brought to you by GitHub</a></h2>
121-
<ul class="github-nav">
122-
<li><a href="http://github.com/blog" class="blog">The GitHub Blog</a></li>
123-
<li><a href="http://support.github.com">Support</a></li>
124-
<li><a href="http://github.com/contact">Contact</a></li>
125-
<li><a href="http://developer.github.com">API</a></li>
118+
<!--[if IE]><h4 id="blacktocat_ie">GitHub Links</h4><![endif]-->
119+
<![if !IE]><h4 id="blacktocat">GitHub Links</h4><![endif]>
120+
121+
<ul class="footer_nav">
122+
<h4>GitHub</h4>
123+
<li><a href="https://github.com/about">About</a></li>
124+
<li><a href="https://github.com/blog">Blog</a></li>
125+
<li><a href="https://github.com/contact">Contact &amp; Support</a></li>
126+
<li><a href="https://github.com/training">Training</a></li>
127+
<li><a href="http://status.github.com/">Site Status</a></li>
126128
</ul>
127-
<p class="copyline">&copy; 2011 GitHub Inc. All rights reserved</p>
128-
</div>
129-
<div class="right-col">
130-
<p class="rackspace">Powered by the <a href="http://rackspace.com" target="_blank">Dedicated Servers</a> and <a href="http://rackspacecloud.com" target="_blank">Cloud Computing</a> of Rackspace Hosting&reg;</p>
131-
</div>
132-
</div><!-- #footer -->
133-
</div><!-- #footer-wrapper -->
129+
130+
<ul class="footer_nav">
131+
<h4>Tools</h4>
132+
<li><a href="http://mac.github.com/">GitHub for Mac</a></li>
133+
<li><a href="gist.github.com">Gist</a></li>
134+
<li><a href="http://fi.github.com/">Enterprise Install</a></li>
135+
<li><a href="http://jobs.github.com/">Job Board</a></li>
136+
</ul>
137+
138+
<ul class="footer_nav">
139+
<h4>Extras</h4>
140+
<li><a href="http://shop.github.com/">Shop</a></li>
141+
<li><a href="http://octodex.github.com/">The Octodex</a></li>
142+
</ul>
143+
144+
<ul class="footer_nav">
145+
<h4>Documentation</h4>
146+
<li><a href="http://help.github.com/">GitHub Help</a></li>
147+
<li><a href="http://developer.github.com/">Developer API</a></li>
148+
<li><a href="http://github.github.com/github-flavored-markdown/">GitHub Flavored Markdown</a></li>
149+
<li><a href="http://pages.github.com/">GitHub Pages</a></li>
150+
</ul>
151+
152+
</div><!-- /.site -->
153+
</div><!-- /.upper_footer -->
154+
155+
<div class="lower_footer">
156+
<div class="footer_inner clearfix">
157+
<div id="legal">
158+
<!--[if IE]><a class="home_ie" href="http://github.com">Home</a><![endif]-->
159+
<![if !IE]><a class="home" href="http://github.com">Home</a><![endif]>
160+
161+
<ul id="legal_links">
162+
<li><a href="http://help.github.com/terms-of-service/">Terms of Service</a></li>
163+
<li><a href="http://help.github.com/privacy-policy/">Privacy</a></li>
164+
<li><a href="http://help.github.com/security/">Security</a></li>
165+
</ul>
166+
167+
<p>&copy; <span id="year">year</span> GitHub Inc. All rights reserved.</p>
168+
</div><!-- /#legal or /#legal_ie-->
169+
170+
<div class="sponsor">
171+
<a href="http://www.rackspace.com" class="logo">
172+
<img src="/shared/images/rackspace_logo.png" alt="Dedicated Server" width="38" height="36">
173+
</a>
174+
Powered by the <a href="http://www.rackspace.com ">Dedicated
175+
Servers</a> and<br/> <a href="http://www.rackspacecloud.com">Cloud
176+
Computing</a> of Rackspace Hosting<span>&reg;</span>
177+
</div>
178+
</div><!-- /.site -->
179+
</div><!-- /.lower_footer -->
180+
</div><!-- /#footer -->
134181

135182
</body>
136183
</html>

0 commit comments

Comments
 (0)