-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.64 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.64 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
<!DOCTYPE html>
<html>
<head>
<title>Measurement C#</title>
<meta charset="UTF-8">
<meta name="description" content="Site for the Measurement C# library">
<meta name="keywords" content="Open Source, GitHub, Library, Measurement, Measure, Size, Quantity, C#, .NET, Unit, Convert, Software, Code">
<meta name="author" content="Forged Software">
<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="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="header"></div>
<div class="container">
<div id="hero">
<img id="logo" width="180" src="images/measurementcs.png" />
<div>
<h1>Measurement C#</h1>
<h2 id="version">Please turn on JavaScript!</h2>
<h2>Convert and manipulate physical quantities in C#.</h2>
</div>
</div>
<div class="inline">
<h2>Download</h2>
<ul class="bordered">
<li>Include this dll in your Visual Studio project:</li>
<li><a class="dlink"><img class="icon" src="icon-images/download-icon.png" />Measurement.dll</a></li>
</ul>
</div>
<div>
<h2>License</h2>
<a href="https://github.com/forgedsoftware/measurementcs/blob/master/LICENSE">MIT</a>
</div>
</div>
<div id="footer">
<div>Copyright © 2014 Forged Software</div>
<div><a href="thanks.html">Acknowledgements</a></div>
</div>
</body>
</html>