mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Tomhodson by TomHodson</title>
|
|
|
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
|
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>Tom Hodson</h1>
|
|
<p>If it involves making something...<br/> count me in.</p>
|
|
</header>
|
|
<section>
|
|
<h3>Projects</h3>
|
|
<a href="http://tomhodson.github.com/Peristaltic-Pump/">Peristaltic Pump</a><br/>
|
|
<a href="factordiagram.html">Factor diagrams!</a><br/>
|
|
<a href="scratchpad.html">A (boring) visualisation of a sorting algorithm in JS</a><br/>
|
|
<a href="https://github.com/marxian/tariff-bot">@tariffbot</a><br/>
|
|
<section/>
|
|
|
|
</div>
|
|
<script src="javascripts/scale.fix.js"></script>
|
|
|
|
</body>
|
|
</html>
|