forked from blahah/transrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
65 lines (53 loc) · 2.47 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Transrate</title>
<link rel="stylesheet" href="/assets/themes/leap-day/stylesheets/styles.css">
<link rel="stylesheet" href="/assets/themes/leap-day/stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/assets/themes/leap-day/javascripts/main.js"></script>
<script src="/assets/themes/leap-day/javascripts/ggl-analytics.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<img class="headlogo" src="/assets/themes/leap-day/images/mainlogo.png">
</header>
<div id="banner">
<div style="width: 650px; margin-left: auto; margin-right: auto;">
<a href="index.html" class="button"><strong>Home</strong></a>
<a href="installation.html" class="button"><strong>Installation</strong></a>
<a href="getting_started.html" class="button"><strong>Getting Started</strong></a>
<a href="metrics.html" class="button"><strong>Metrics</strong></a>
<a href="https://github.com/Blahah/transrate" class="button logo" style="float: right;"><strong>View on Github</strong></a>
</div>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<div class="page-header">
<h1>Options <small></small></h1>
</div>
<div class="row">
<div class="span14">
</div>
</div>
</section>
<footer>
<p style="margin-bottom: 5px;">Install Transrate:</p><small><pre style="margin-top=-15px;">gem install transrate</pre></small>
<p>Current version:<br><a href="https://rubygems.org/gems/transrate"><img src="http://img.shields.io/gem/v/transrate.svg"></a></p>
<p>Test coverage:<br><a href="https://coveralls.io/r/Blahah/transrate"><img src="http://img.shields.io/coveralls/Blahah/transrate.svg"></a></p>
<p>Project maintained by<br><a href="mailto:[email protected]">Richard Smith-Unna</a></p>
<p><small>Developed with ♥ and Ruby<br>in the <a href="http://hibberdlab.com">Hibberd Lab</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>