diff options
| author | tekkub <tekkub@gmail.com> | 2009-08-14 19:56:14 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-08-14 19:56:14 -0600 |
| commit | 5744a48e68f10cb6eef7480b53ea64a92e78eb5d (patch) | |
| tree | b9b02b9aa8560cb6418c8a2dbc237b08483b3721 | |
| parent | d96e983b41fcfb03f4f56d116d270ee2b23d9c60 (diff) | |
Add tender widget
| -rw-r--r-- | _layouts/default.html | 14 | ||||
| -rw-r--r-- | index.textile | 2 |
2 files changed, 12 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 84550d5..c7532c5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -84,9 +84,9 @@ sidebar_cats: <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="#" class="support_toggle">Support</a> | <a href="http://github.com/training">Git Training</a> | - <a href="http://github.com/contact">Contact</a> | + <a href="mailto:support@github.com">Contact</a> | <a href="http://groups.google.com/group/github/">Google Group</a> | <a href="http://github.wordpress.com">Status</a> </div> @@ -96,5 +96,13 @@ sidebar_cats: </div> </div> </div> - </body> + <script type="text/javascript"> + Tender = { + hideToggle: true, + widgetToggles: $('.support_toggle') + } + var baseSslHost = (("https:" == document.location.protocol) ? "https://" : "http://"); + document.write(unescape("%3Cscript src='" + baseSslHost + "github.tenderapp.com/tender_widget.js' type='text/javascript'%3E%3C/script%3E")); + </script> + </body> </html>
\ No newline at end of file diff --git a/index.textile b/index.textile index f15fba4..36b70ce 100644 --- a/index.textile +++ b/index.textile @@ -19,7 +19,7 @@ There are a number of resources available to help you learn git or fix issues wi h3. GitHub -* "GitHub Support":http://support.github.com -- Resolve issues with GitHub or get help with basic git issues. +* <a href="#" class="support_toggle">GitHub Support</a> -- Resolve issues with GitHub or get help with basic git issues. * "Contact GitHub":http://github.com/contact -- Don't feel like making an account on support.github.com? This is your direct line to us. * "GitHub Google Group":http://groups.google.com/group/github/ -- Ask the community for help * "GitHub Status":http://twitter.com/github -- Is GitHub down, or is it just me? |
