summary refs log tree commit diff
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-02-20 13:11:00 +0300
committerAzat Bahawi <azat@bahawi.net>2022-02-20 13:11:00 +0300
commite4344593722dd360dfa33d061ddc2b77d77ee44e (patch)
treee92efa877c2663f3f54e7cbd265c5a979d02c8ec
parentfix: white colour (diff)
feat: remove peeps.html
-rw-r--r--index.html7
-rw-r--r--peeps.html48
-rw-r--r--style.css11
3 files changed, 0 insertions, 66 deletions
diff --git a/index.html b/index.html
index baede26..8fb21e3 100644
--- a/index.html
+++ b/index.html
@@ -38,12 +38,5 @@
                 <dd><strong>@azahi:azahi.cc</strong></dd>
             </dl>
         </p>
-        <footer class="center">
-            <a href="peeps.html">cool peeps</a>
-            |
-            <a href="https://nixos.org">cool os</a>
-            |
-            <a href="https://youtu.be/XAdBWnp8W7Q">cool album</a>
-        </footer>
     </body>
 </html>
diff --git a/peeps.html b/peeps.html
deleted file mode 100644
index 2d815ae..0000000
--- a/peeps.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!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>
-            <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>
diff --git a/style.css b/style.css
index 5054a6e..794ab75 100644
--- a/style.css
+++ b/style.css
@@ -46,17 +46,6 @@ dt {
     font-style: italic;
 }
 
-ul {
-    font-style: italic;
-    display: table;
-    margin-left: auto;
-    margin-right: auto;
-}
-
-footer {
-    margin-top: 10em;
-}
-
 .center {
     text-align: center;
 }

Consider giving Nix/NixOS a try! <3