36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>about me</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<header>
|
|
<h1>hi, i'm Gecko :3</h1>
|
|
<h2>electronics student, interested in hardware hacking</h2>
|
|
<nav>
|
|
<a href="/">home</a> |
|
|
<a href="/links/">links</a> |
|
|
<a href="/uses/">uses</a> |
|
|
<a href="/contact/">contact</a>
|
|
</nav>
|
|
<hr class="rule" />
|
|
</header>
|
|
|
|
<main>
|
|
<p>advocate for privacy, free expression and free software. I like exploring lost places, rooftops and nature.</p>
|
|
</main>
|
|
|
|
<footer>
|
|
<hr class="rule" />
|
|
<img src="files/legalize.gif" width="88" height="31" alt="Legalize Weed" />
|
|
<a href="https://coreboot.org"><img src="files/coreboot.gif" width="88" height="31" alt="Coreboot" /></a>
|
|
<img src="files/linuxnow.jpg" width="88" height="31" alt="Linux" />
|
|
<a href=https://archlinux.org><img src="files/archlinux.png" width="88" height="31" alt="Arch Linux" /></a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|