-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrepos.html
46 lines (45 loc) · 1.61 KB
/
repos.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
<!DOCTYPE html>
<html>
<head>
<title>lulzx</title>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
background-color:#1a1a1a;
color:white;
font-size:1.7em;font-weight:bold;
font-family:'Droid Sans Mono',arial,sans-serif;
}
p{margin:0;padding:0;}
ul{list-style-type:none;margin:0;}
a{color:#a3aa70;text-decoration:none;}
.symbol{color:#c88261;}
.equal{color:#d0b681;}
.class{color:#ff5f00;}
.self{color:#5f8787;}
.indent{margin-left:30px;}
</style>
</head>
<body>
<p><span class="class">class</span> <<<span class="self">self</span></p>
<div class="indent">
<p>info <span class="equal">=</span> {</p>
<ul>
<li><span class="symbol">site:</span> <a href="https://rishabh.xyz/">"rishabh.xyz"</a>,</li>
<li><span class="symbol">github:</span> <a href="http://github.com/lulzx/">"github.com/lulzx"</a>,</li>
<li><span class="symbol">twitter:</span> <a href="http://twitter.com/slitdrip">"@slitdrip"</a>,</li>
<li><span class="symbol">fork_me:</span> <a href="http://github.com/lulzx/lulzx.github.io">"here"</a></li>
</ul>
<p>}</p>
<p style="margin-top: 40px;">repositories <span class="equal">=</span> [</p>
<ul id="repos">
<li><span class="symbol">:loading</span></li>
</ul>
<p>]</p>
</div>
<p class="class">end</p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script>
<script src="./js/repos.js" type="text/javascript"></script>
</body>
</html>