-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (57 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<title>Forward | Open Source Projects</title>
<link href="assets/css/master.css" rel="stylesheet" type="text/css" media="all" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'>
<meta content='yes' name='apple-mobile-web-app-capable'>
<meta content='black-translucent' name='apple-mobile-web-app-status-bar-style'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<article>
<header>
<h1><a href="http://www.forwardtechnology.co.uk" title="Our main website">Forward</a></h1>
<p id="us">
Forward thrives on open source software: we use, share and contribute to all kinds of open software projects. And here are some of ours. Feel free
to let us know what you think, fork a project, and send us some pull requests :)
</p>
<span id="bg_text">opensource</span>
</header>
<section>
<ul id="main">
<li class="js">
<div class="info">
<h2>harlequin</h2>
<p>A JS library for produce color formatted data tables</p>
</div>
<div class="meta">
some graphs
</div>
</li>
<li class="js">
<div class="info">
<h2>sql-parser</h2>
<p> A SQL parser written in pure JS</p>
</div>
<div class="meta">
some meta
</div>
</li>
<li class="ruby">
<div class="info">
<h2>mandy</h2>
<p>Easy Map/Reduce with Hadoop and Ruby</p>
</div>
<div class="meta">
some graphs
</div>
</li>
</ul>
</section>
</article>
</body>
</html>