diff options
| author | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-10-14 01:10:53 -0400 |
|---|---|---|
| committer | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-10-14 01:10:53 -0400 |
| commit | c88bbe9dea6170788a5f4db4bdb9d2fc119fcab0 (patch) | |
| tree | 2d1be892ada39a99c34d2b325f4c9e2e3a0867b2 /theme/logo.html | |
| download | httpretty-gh-pages.tar.gz | |
documentationgh-pages
Diffstat (limited to 'theme/logo.html')
| -rw-r--r-- | theme/logo.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/theme/logo.html b/theme/logo.html new file mode 100644 index 0000000..f5106ba --- /dev/null +++ b/theme/logo.html @@ -0,0 +1,33 @@ +<div class="uk-container uk-container-center uk-text-center"> + <div class="logo"> + <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/18885/httpretty-logo_1.svg" width="300" title="HTTPretty" alt="HTTPretty" /> + <h1>{{ project.name }} <small>{{ project.version }}</small></h1> + </div> + <p class="uk-text-large">{{ project.tagline }}</p> + <p><a class="uk-button uk-button-primary" href="./docs.html">Check the documentation</a></p> + <ul class="tm-subnav uk-subnav"> + <li> + <a href="https://twitter.com/{{ project.twitter }}" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @{{ project.twitter }}</a> + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></li> + <li><a href="https://twitter.com/intent/tweet?button_hashtag=HTTPretty&text={{ project.twitter_message }}" class="twitter-hashtag-button" data-related="gabrielfalcao" data-url="{{ project.documentation_url }}" data-dnt="true">Tweet #{{ project.name }}</a> + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></li> + </ul> + <ul class="tm-subnav uk-subnav"> + <li> + <iframe src="http://ghbtns.com/github-btn.html?user={{ project.github_maintainer }}&type=follow&count=true" + allowtransparency="true" + frameborder="0" + scrolling="0" + width="165" + height="20"></iframe> + </li> + <li> + <iframe src="http://ghbtns.com/github-btn.html?user={{ project.github_maintainer }}&repo=github-buttons&type=watch&count=true" + allowtransparency="true" + frameborder="0" + scrolling="0" + width="110" + height="20"></iframe> + </li> + </ul> +</div> |
