-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 2.45 KB
/
Copy pathindex.html
File metadata and controls
43 lines (41 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<title>Dominic Thwaites</title>
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Dominic Thwaites<small> on GitHub</small></h1>
</div>
<div class="row well">
<p>To learn more about me, head over to my <a href="http://domt.name" target="_blank">personal website</a>.</p>
<p>This is a GitHub hosted site where you can learn about my GitHub projects:</p>
<h3>VDP - Volunteer Distributed Processing</h3>
<p>An experimental <a href="http://www.meteor.com" target="_blank">Meteor</a>, <a href="https://aws.amazon.com" target="_blank">AWS</a> hosted cloud service</h3>
<ol>
<li><a href="http://vdpnet.cloud">The service</a></li>
<li><a href="https://github.com/dthwaite/VDPnet">GitHub</a></li>
</ol>
<h3>TPA - Total Precision Arithmetic</h3>
<ol>
<li><a href="docs/TPA/1.0.14">JSDocs</a></li>
<li><a href="https://github.com/dthwaite/TPA">GitHub</a></li>
<li><a href="tpa">Demo</a></li>
<li><a href="https://jsfiddle.net/dthwaite/3q20dkLh/" target="_blank">JSfiddle</a> </li>
</ol>
<h3>DJT - My <a href="http://www.meteor.com" target="_blank">Meteor</a>, <a href="https://aws.amazon.com" target="_blank">AWS</a> hosted web site</h3>
<ol>
<li><a href="http://www.domt.name">My personal site</a></li>
<li><a href="https://github.com/dthwaite/djt">GitHub</a></li>
</ol>
</div>
</div>
</body>
</html>