Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add twitter button and favicon #3

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/favicon.ico
Binary file not shown.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Rye</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/main.css">
<script>
var _gaq = [
Expand All @@ -26,7 +27,7 @@ <h1 class="logo">Rye</h1>
<li>
<input type="radio" id="download-production" name="purpose" checked>
<label for="download-production">Production <span>(6.2KB, Minified + GZip)</span></label>
<a href="dist/rye-0.1.0.min.js" class="button">Download Rye 0.1.0 <span class="vhidden">for production</span></a>
<a href="dist/rye-0.1.0.min.js" class="button">Download Rye 0.1.0 <span class="vhidden">for production</span></a>
</li>
<li>
<input type="radio" id="download-development" name="purpose">
Expand All @@ -35,7 +36,7 @@ <h1 class="logo">Rye</h1>
</li>
</ol>
</header>

<div class="navigation">
<div class="content">
<a href="/" class="home">rye.js <span>(0.1.0)</span></a>
Expand Down Expand Up @@ -182,6 +183,7 @@ <h1 class="logo">Rye</h1>
<div class="buttons">
<iframe src="http://ghbtns.com/github-btn.html?user=ryejs&amp;repo=rye&amp;type=watch&amp;count=true&amp;size=small" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=ryejs&amp;repo=rye&amp;type=fork&amp;count=true&amp;size=small" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<iframe id="twitter-widget-39" scrolling="no" frameborder="0" allowtransparency="true" src="https://platform.twitter.com/widgets/tweet_button.1384994725.html#_=1386465483130&amp;count=horizontal&amp;id=twitter-widget-39&amp;lang=en&amp;original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons%23tweet&amp;size=m&amp;text=RyeJS&amp;url=http%3A%2F%2Fryejs.com%2F" class="twitter-share-button twitter-tweet-button twitter-count-horizontal" title="Twitter Tweet Button" data-twttr-rendered="true" style="width: 107px; height: 20px;"></iframe>
</div>

<h1 id="introduction">Introduction</h1>
Expand Down Expand Up @@ -1170,12 +1172,12 @@ <h2 id="util-@is">@is</h2>
</div>

<footer class="footer">
<p>
<p>
by <a href="http://github.com/jcemer"><img src="http://gravatar.com/avatar/c5df370a883b65279af5a7ca94a5eed7?s=25" width="25" height="25" alt="Jean Carlo Emer">jcemer</a>
and <a href="http://github.com/ricardobeat"><img src="http://gravatar.com/avatar/47923b1f334d8e3f7a00506ac3c7a636?s=25" width="25" height="25" alt="Ricardo Tomasi">ricardobeat</a>
</p>
</footer>

<script src="scripts/es5-shim.min.js"></script>
<script src="dist/rye-0.1.0.js"></script>
<script src="scripts/main.js"></script>
Expand Down