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 /index.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 'index.html')
-rw-r--r-- | index.html | 65 |
1 files changed, 37 insertions, 28 deletions
diff --git a/index.html b/index.html index 4c822e5..baede26 100644 --- a/index.html +++ b/index.html @@ -3,38 +3,47 @@ <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> - <title>azahi.cc</title> + <title>azahi</title> <meta name="description" content="azahi.cc"> <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"> + <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> - <center> - <pre> -<img src="azahi-a-big.png" height=220 alt=avatar> -<h1>azahi</h1> -<i>Azat Bahawi (Азат Багавиев)</i> - - - -DevOps engineer. Formerly C/C++ SWE. - -<strong><a href="https://github.com/azahi">GitHub</a></strong> -<strong><a href="https://gitlab.com/azahi">GitLab</a></strong> - -<i>email:</i> <strong>azat [at] bahawi [dot] net</strong> -<i>IRC:</i> <strong>azahi</strong> (Libera, Rizon, OFTC) -<i>Matrix:</i> <strong>@azahi:azahi.cc</strong> - - - -Please use the aforementioned email to contact me. -I can speak Tatar, Russian and English languages freely. - </pre> - </center> + <h1 class="center">azahi</h1> + <p class="center"> + Azat Bahawi <i>(Азат Багавиев)</i> + </p> + <p class="center"> + DevOps engineer. Formerly a C/C++ SWE. + </p> + <p class="center"> + <a href="https://github.com/azahi">GitHub</a> + | + <a href="https://gitlab.com/azahi">GitLab</a> + | + <a href="https://repology.org/maintainer/azat@bahawi.net">Repology</a> + </p> + <p> + <dl> + <dt>email:</dt> + <dd><strong>azat [at] bahawi [dot] net</strong> + <dt>irc:</dt> + <dd><strong>azahi</strong> (Libera, OFTC, Rizon)</dd> + <dt>matrix:</dt> + <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> |