-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.62 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Think Ruby</title>
<link href="stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Gruppo" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js" type="text/javascript"></script>
<script src="javascripts/main.js" type="text/javascript"></script>
</head>
<body>
<a href="https://github.com/ThinkRuby/thinkruby" target="_new"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://assets2.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_right_red_aa0000.png&path=" alt="Fork me on GitHub"></a>
<div class="main">
<a href="http://www.thinkruby.org"><img src="images/thinkruby.png" alt="Think Ruby"></img></a>
<h1><a href="http://www.thinkruby.org" class="think_ruby">Think Ruby</a> is a project to translate <a href="http://greenteapress.com/thinkpython/thinkpython.html" target="_new" class="python">Think Python</a> into <a href="http://ruby-lang.org" target="_new" class="ruby">Ruby</a>.</h1>
<div class="links">
<a href="http://www.twitter.com/thinkruby" target="_new"><img src="http://twitter-badges.s3.amazonaws.com/t_logo-a.png" alt="Follow @thinkruby on Twitter"/></a>
<a href="https://www.pivotaltracker.com/projects/224875" target="_new"><img src="images/pivotal_tracker.png" alt="Follow Think Ruby on Pivotal Tracker"></img></a>
</div>
<div id="link_text">
<p><!-- Hover text for links --></p>
</div>
</div>
</body>
</html>