|
15 | 15 | <script src="/shared/js/documentation.js" type="text/javascript"></script> |
16 | 16 | </head> |
17 | 17 | <body class="api"> |
18 | | - <div id="not-footer"> |
19 | 18 |
|
20 | 19 | <div id="header-wrapper"> |
21 | 20 | <div id="header"> |
@@ -112,25 +111,73 @@ <h3><a href="#" class="js-expand-btn collapsed"> </a><a href="/v3/users/">U |
112 | 111 |
|
113 | 112 | </div><!-- #wrapper --> |
114 | 113 |
|
115 | | - </div><!-- /not-footer --> |
| 114 | + <div id="footer" > |
| 115 | + <div class="upper_footer"> |
| 116 | + <div class="footer_inner clearfix"> |
116 | 117 |
|
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 & 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> |
126 | 128 | </ul> |
127 | | - <p class="copyline">© 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®</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>© <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>®</span> |
| 177 | + </div> |
| 178 | + </div><!-- /.site --> |
| 179 | + </div><!-- /.lower_footer --> |
| 180 | + </div><!-- /#footer --> |
134 | 181 |
|
135 | 182 | </body> |
136 | 183 | </html> |
0 commit comments