28 lines
870 B
HTML
28 lines
870 B
HTML
<!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>
|
|
<h2>Who?</h2>
|
|
<ul class="people">
|
|
<li><a href="https://twitter.com/sudoreboot">Sam W</a></li>
|
|
<li><a href="https://twitter.com/Rrah99">Robert Walker</a></li>
|
|
<li><a href="https://twitter.com/thomasslee97">Tom Lee</a></li>
|
|
<li><a href="https://twitter.com/mikechislett">Mike Chislett</a></li>
|
|
<li><a href="https://www.google.com/search?&q=how+do+you+meet+nice+people">Other nice people</a></li>
|
|
</ul>
|
|
<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>
|
|
</div>
|
|
</body>
|
|
</html>
|