-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.55 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<title>Forged Software</title>
<meta charset="UTF-8">
<meta name="description" content="Organisation site for Forged Software">
<meta name="keywords" content="Open Source, GitHub, Library, Measurement, Quantity, Unit, Convert, New Zealand, NZ, Wellington, Organisation, Software, Code">
<meta name="author" content="Forged Software">
<meta name="google-site-verification" content="fTNr0TYDDajMihaLWvoyXxlZ67h8kZKimrn4efl3S7M" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.1.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-2.1.1.min.js">\x3C/script>')</script>
<script src="js/main.js"></script>
</head>
<body>
<div id="header"></div>
<div class="container">
<img class="picture" width="600" src="images/forged_logo.png" />
<h2>Who We Are</h2>
<p>We are a small organisation dedicated to making useful software that does all sorts of cool things.</p>
<p>We are from Wellington, New Zealand.</p>
<p>We tend to prefer C# and JS projects. We are fans of the awesomeness that is <a href="http://nodejs.org/">node</a>. We like good tea. And no, we don't own an anvil...</p>
<h2>What We Do</h2>
<p>We make libraries that provide useful reusable functionality. See the Projects
tab above.</p>
</div>
<div id="footer">
<div>Copyright © 2014 Forged Software</div>
<div><a href="thanks.html">Acknowledgements</a></div>
</div>
</body>
</html>