website/index.html

66 lines
2.2 KiB
HTML
Raw Normal View History

2023-06-13 21:41:55 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="nav.css" />
<title>e3team</title>
</head>
<title>
</title>
<body>
<div id="nav">
<div class="nav-section">
<span>Navigation</span>
<a class="nav-item" href="/">About</a>
<a class="nav-item" href="/services.html">Services</a>
<a class="nav-item" href="/servers.html">Machines</a>
</div>
<div class="nav-section">
<span>another entry</span>
<a class="nav-item" href="example">example</a>
</div>
</div>
<div id="main">
<h1>hi, we're e3team</h1>
<p>we're a team/group of friends (mostly software developers) who believe in a free (as in freedom) and decentralized internet</p>
<a href="#whoareus">meet the team</a> or <a href="mailto:team+lists@e3t.cc">get in touch</a> or <a href="https://git.e3t.cc">check out our stuff</a>
<h2>whoareus</h2>
<ul>
<li>
<b><a href="https://nishi.e3t.cc">nishi</a></b> is a NetBSD enthusiast and accomplished C programmer
<blockquote>
gluten morgen - nishi 2022
</blockquote>
</li>
<li>
<b><a href="https://coredoes.dev">core</a></b> is a wannabe network engineer and programmer of 9 years
<blockquote>
mobil key(br d - core 2022
</blockquote>
</li>
<li>
<b>dooms</b> is a quantum engineer and just likes to chat
<blockquote>
ghostly and ghostly and ghostly is a triple universe fault - dooms 2022
</blockquote>
</li>
<li>
<b>ghostly</b> is a linguist and game developer
<blockquote>
buffalo buffalo buffalo buffalo buffalo - ghost 2022
</blockquote>
</li>
<li>
<b><a href="https://u8.lc">terra</a></b> is a network engineer and old laptop salvager
<blockquote>
walk into a five star hotel with bombs and an ak, then unpack your one tiny suitcase and check it in and leave without staying the night - terra 2021
</blockquote>
</li>
</ul>
</div>
</body>
</html>