add files
This commit is contained in:
commit
d2c34fe273
10 changed files with 236 additions and 0 deletions
36
index.html
Normal file
36
index.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!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="index.html">home</a> |
|
||||
<a href="links/index.html">links</a> |
|
||||
<a href="uses/index.html">uses</a> |
|
||||
<a href="contact/index.html">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>
|
Loading…
Add table
Add a link
Reference in a new issue