diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-02-20 03:56:15 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-02-20 03:56:15 +0300 |
commit | 1863997458459dd5722bf428b9cbdb4454feac2b (patch) | |
tree | 6be6da74c151fa44c90f26e43b8ebc009a12f125 /peeps.html | |
parent | fix: remove social media paragraph (diff) |
feat: new design
Also I've decided to update colours and add a small "Peeps" page to highlight cool people I know or follow.
Diffstat (limited to 'peeps.html')
-rw-r--r-- | peeps.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/peeps.html b/peeps.html new file mode 100644 index 0000000..62aab68 --- /dev/null +++ b/peeps.html @@ -0,0 +1,52 @@ +<!doctype html> +<html class="no-js" lang=""> + <head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <title>Peeps | azahi</title> + <meta name="description" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <link rel="apple-touch-icon" href="apple-touch-icon.png"> + <link rel="icon" href="favicon.ico"> + <link rel="icon" sizes="16x16" type="image/png" href="favicon-16x16.png"> + <link rel="icon" sizes="32x32" type="image/png" href="favicon-32x32.png"> + <link rel="stylesheet" href="style.css"> + </head> + <body> + <h1 class="center">Cool Peeps</h1> + <p class="center"> + Some of them don't even know about me...<br> + But I know about them. + </p> + <p> + <ul> + <li><a href="https://peppe.rs">Akshay</a></li> + <li><a href="https://awesomekling.github.io">Andreas</a></li> + <li><a href="https://icyphox.sh/">Anirudh</a></li> + <li><a href="https://garbe.ca">Anselm</a></li> + <li><a href="https://dy1an.xyz">Dylan</a></li> + <li><a href="https://edolstra.github.io">Eelco</a></li> + <li><a href="https://eti.tf">Étienne</a></li> + <li><a href="https://www.zx2c4.com">Jason</a></li> + <li><a href="https://cosarara.me">Jaume</a></li> + <li><a href="https://jcs.org">Joshua</a></li> + <li><a href="https://lew.digital">Lewis</a></li> + <li><a href="https://seninha.org/">Lucas</a></li> + <li><a href="https://mgorny.pl">Michał</a></li> + <li><a href="https://mitchellh.com">Mitchell</a></li> + <li><a href="https://neeasade.net/">Nathan</a></li> + <li><a href="https://monade.li">Naïm</a></li> + <li><a href="https://venam.nixers.net">Patrick</a></li> + <li><a href="https://www.sigbus.info">Rui</a></li> + <li><a href="https://trofi.github.io">Sergei</a></li> + <li><a href="https://winny.tech">Winston</a></li> + <li><a href="https://zcraig.me/">Zachary</a></li> + <li><a href=""></a>...and you <3 </li> + </ul> + </p> + <footer class="center"> + <a href="index.html">go back</a> + </footer> + </body> +</html> |