Skip to content

Commit

Permalink
added cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerdudler committed Jan 11, 2012
1 parent 50cc9e6 commit 6f62c7d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,12 @@ code {
background: #FFF url(../img/git-tower.png) no-repeat;
}

.cheatsheet {
display: block;
width: 180px;
height: 250px;
position: absolute;
top: 346px;
left: 0;
background: #FFF url(../img/cheatsheet.png) no-repeat;
}
Binary file added files/git_cheat_sheet.pdf
Binary file not shown.
Binary file added img/cheatsheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.de.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,6 @@ <h2>kommentare</h2>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
</body>
</html>
1 change: 1 addition & 0 deletions index.fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,6 @@ <h2>commentaires</h2>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,6 @@ <h2>comments</h2>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
</body>
</html>
1 change: 1 addition & 0 deletions index.it.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,6 @@ <h2>commenti</h2>
<noscript>Per favore abilita JavaScript per essere in grado di vedere i <a href="http://disqus.com/?ref_noscript">commenti - powered by Disqus.</a></noscript>
</div>
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
</body>
</html>

0 comments on commit 6f62c7d

Please sign in to comment.