-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (87 loc) · 4.11 KB
/
index.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="Sound advice for the web"/>
<meta name="author" content="Tom Denley"/>
<meta name="keywords" content="Net Melody Denley Tom"/>
<meta name="robots" content="index, follow"/>
<meta name="date" content="2010-07-06"/>
<title>net melody</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0" bottommargin="0">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="3" bgcolor="DDDCDC"><a href="/"><img
src="images/netmelody.png" width="190" height="76" alt="net melody - sound advice for the web" border="0"/></a></td>
</tr>
<tr>
<td colspan="3" height="1" bgcolor="C9C8C8"></td>
</tr>
<tr>
<td colspan="3" align="left" bgcolor="F4f3f3">
<div style="margin-left: 17px; margin-top: 1px; margin-bottom: 2px;">
- <a class="nav" href="/"><b>Home</b></a> -
</div>
</td>
</tr>
<tr>
<td colspan="3" height="1" bgcolor="E7E5E5"></td>
</tr>
<tr>
<td width="142" valign="top" bgcolor="F4F3F3" class="nav" nowrap="nowrap">
<div style="margin-left: 17px; margin-top: 17px; margin-right: 10px; ; margin-bottom: 17px; line-height: 18px;">
<b>About</b>
<p/>
</div>
</td>
<td width="1" bgcolor="E7E5E5"><img src="/images/netmelody.png" width="1" height="1" alt="site logo"/></td>
<td width="90%" valign="top">
<div style="margin-left: 20px; margin-top: 17px; margin-bottom: 17px">
<table border="0" width="520" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<h1>About</h1>
<p>netmelody.org is the domain for the open source projects of Tom Denley</p>
<p>You will find Tom's personal site at <a href="http://www.scarytom.com">scarytom.com</a>.</p>
<p>You will find most of Tom's source code on <a href="http://github.com/netmelody/">github/netmelody</a>, <a href="http://github.com/scarytom/">github/scarytom</a>, <a href="http://bitbucket.org/scarytom">bitbucket/scarytom</a>, or <a href="http://bitbucket.org/netmelody">bitbucket/netmelody</a>.</p>
</td>
</tr>
<tr>
<td colspan="1" height="30"></td>
</tr>
<tr>
<td valign="top">
<h1>Projects</h1>
<ul>
<li><a href="/ci-eye">CI-Eye</a> - an infrastructure agnostic CI build radiator (<a href="https://github.com/netmelody/ci-eye">src</a>).</li>
<li><a href="/panto">Panto</a> - Parallel ant tasks (<a href="https://github.com/netmelody/panto">src</a>).</li>
<li><a href="/menodora">Menodora</a> - a JUnit runner for Jasmine (<a href="https://github.com/netmelody/menodora">src</a>).</li>
<li><a href="https://github.com/scarytom/referencecards/downloads">Reference Cards</a> - some cheatsheets for common tools (<a href="https://github.com/scarytom/referencecards">src</a>).</li>
<li><a href="http://osnamer.appspot.com">osnamer</a> - provides a look-up service for open source project names (<a href="http://www.bitbucket.org/netmelody/osnamer/src">src</a>).</li>
<li><a href="http://met2rss.appspot.com">met2rss</a> - provides rss feeds for UK weather forecasts (<a href="http://www.bitbucket.org/netmelody/met2rss/src">src</a>).</li>
<li><a href="http://bitbucket.org/scarytom/docnap">docnap</a> - a home document management system (<a href="http://www.bitbucket.org/scarytom/docnap/src">src</a>).</li>
</ul>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td nowrap="nowrap" bgcolor="F4F3F3">
<div style="font-size: 10px; margin-left: 17px; margin-top: 20px; margin-right: 10px; margin-bottom: 4px;">
(c) 2010-2011 Tom Denley
</div>
</td>
<td width="1" bgcolor="E7E5E5"></td>
<td> </td>
</tr>
<tr>
<td colspan="2" height="1" bgcolor="E7E5E5"></td>
<td></td>
</tr>
</table>
</body>
</html>