hacksrus.uk/index.html

36 lines
1.3 KiB
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="fisher-price-links">
<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>Preferably, a hacker camp or con (probably under a <span class="unicorns">DOME</span>)</p>
<p>Failing that, the Internet</p>
<h3>Events</h3>
<p>We were here:</p>
<ul class="fisher-price-links">
<li><a href="https://emfcamp.org">EMF2018</a></li>
<li><a href="https://events.ccc.de/congress/2018">35C3</a></li>
<li><a href="https://events.ccc.de/camp/2019/">CCCAMP19</a></li>
<li><a href="https://events.ccc.de/congress/2019">36C3</a></li>
<li><a href="https://emfcamp.org"><s>EMF2020</s></a> stupid virus</li>
</ul>
</div>
</body>
</html>