-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (70 loc) · 2.83 KB
/
index.html
File metadata and controls
70 lines (70 loc) · 2.83 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
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
65
66
67
68
69
70
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:bold' rel='stylesheet' type='text/css'>
<link href='/monkeython.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div>
<header>
<hgroup>
<h1><span class="monke">Monke</span><span class="ython">ython</span></h1>
<h2>An Agile Python developer</h2>
</hgroup>
<nav>
</nav>
</header>
<article>
<aside>
<iframe id="githubbadge" src="http://githubbadge.appspot.com/badge/monkeython"></iframe>
</aside>
<section>
<h1>Projects</h1>
<p>I promise I'll write something better. In the mean while, take a tour of my projects:</p>
<ul>
<li><a href="/musixmatch">musixmatch</a></li>
<li><a href="/loremipsum">loremipsum</a></li>
</ul>
</section>
</article>
<footer>
<div class="copyright"><span>©</span> Copyright 2011, Luca De Vitis</div>
<nav>
<dl>
<dt>@ pypi</dt>
<dd>
<ul>
<li><a href="http://pypi.python.org/pypi/musixmatch">musixmatch</a></li>
<li><a href="http://pypi.python.org/pypi/loremipsum">loremipsum</a></li>
</ul>
</dd>
</dl>
<dl>
<dt>@ packages</dt>
<dd>
<ul>
<li><a href="http://packages.python.org/musixmatch">musixmatch</a></li>
<li><a href="http://packages.python.org/loremipsum">loremipsum</a></li>
</ul>
</dd>
</dl>
<dl>
<dt>@ github</dt>
<dd>
<ul>
<li><a href="https://github.com/monkeython/musixmatch/tree/master/musixmatch">musixmatch</a></li>
<li><a href="https://github.com/monkeython/musixmatch/tree/master/loremipsum">loremipsum</a></li>
</ul>
</dd>
</dl>
<dl>
<dt>@ appspot</dt>
<dd>
<ul>
</ul>
</dd>
</dl>
</nav>
</footer>
</div>
</body>
</html>