2018-08-10 23:59:11 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Hacks 'R' Us</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<h1><a href="/"><img src="img/logo.svg" alt="Hacks 'R' Us Logo"></a></h1>
|
2019-03-03 02:01:39 +00:00
|
|
|
<h2>Who?</h2>
|
2018-08-10 23:59:11 +01:00
|
|
|
<ul class="people">
|
2019-03-03 01:19:56 +00:00
|
|
|
<li><a href="https://twitter.com/sudoreboot">Sam W</a></li>
|
2018-08-11 10:20:27 +01:00
|
|
|
<li><a href="https://twitter.com/Rrah99">Robert Walker</a></li>
|
2018-08-11 22:19:30 +01:00
|
|
|
<li><a href="https://twitter.com/thomasslee97">Tom Lee</a></li>
|
2020-07-21 00:50:39 +01:00
|
|
|
<li><a href="https://twitter.com/mikechislett">Mike Chislett</a></li>
|
2019-03-03 02:01:39 +00:00
|
|
|
<li><a href="https://www.google.com/search?&q=how+do+you+meet+nice+people">Other nice people</a></li>
|
2018-08-10 23:59:11 +01:00
|
|
|
</ul>
|
2019-03-03 02:01:39 +00:00
|
|
|
<h2>What?</h2>
|
|
|
|
<p>Dumb stuff with technology</p>
|
|
|
|
<h2>Where?</h2>
|
|
|
|
<p>Your local hacker camp or con</p>
|
|
|
|
<h2>When?</h2>
|
|
|
|
<p>Since 2018</p>
|
2018-08-10 23:59:11 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
2018-08-11 10:20:27 +01:00
|
|
|
</html>
|