-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html.erb
59 lines (48 loc) · 2.35 KB
/
index.html.erb
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
<!DOCTYPE html>
<html>
<head>
<title>LaTeX Color Definitions</title>
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/custom.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/copy.js"></script>
<script type="text/javascript" src="js/sorttable.js"></script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="google-site-verification" content="b_BuyJPGWk8Yh0Xiv2lQGVOkJ6qejDmeJmv7lDkSSnU" />
</head>
<body>
<div id="donate-sidebar-right">
<%= erb('_partials/paypalbutton.html.erb') %>
</div>
<div class="container">
<div>
<%= erb('_partials/header.html.erb') %>
<!-- %= erb('_partials/content.html.erb') % -->
<!-- %= erb('_partials/links.html.erb') % -->
<section>
<%= erb('_partials/colors.html.erb') %>
</section>
<section id="comments">
<%= erb('_partials/comments.html.erb') %>
</section>
<%= erb('_partials/footer.html.erb') %>
</div>
</div>
<div class="doolin">
<span class="shamrock">☘</span> <a href="http://dool.in/" title="My routing page.">dool.in</a>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-701371-26']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>