diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-15 01:17:12 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-15 01:17:12 +0300 |
commit | a46fa2436e54768f8c70fe2ee9c46730607ed6df (patch) | |
tree | 80a1e24b4f3fc55c9afab7c2b8665ebb2887b0e6 /index.html | |
parent | feat: new IRC network and small changes (diff) |
feat: rework
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 63 |
1 files changed, 31 insertions, 32 deletions
diff --git a/index.html b/index.html index 3221543..a1502e1 100644 --- a/index.html +++ b/index.html @@ -12,37 +12,36 @@ <link rel="stylesheet" href="style.css"> </head> <body> - <h1 class="center">azahi</h1> - <p class="center"> - Azat Bahawi <i>(Азат Багавиев)</i> - </p> - <p class="center"> - SRE/DevOps-engineer. Formerly a C/C++ SWE. - <br> - <a href="https://nixos.org">NixOS</a> contributor and maintainer. - </p> - <p class="center"> - <a href="https://keyoxide.org/hkp/26880377C31D9E819BDF83A8C8C6BDDB3847F72B">Keyoxide</a> - | - <a href="https://git.azahi.cc">Projects</a> - | - <a href="https://github.com/azahi">GitHub</a> - | - <a href="https://repology.org/projects/?maintainer=azat@bahawi.net">Repology</a> - </p> - <p> - <dl> - <dt>Email:</dt> - <dd><strong>azat [at] bahawi [dot] net</strong> (<a href="https://keys.openpgp.org/search?q=azat@bahawi.net">PGP</a>) - <dd><code>2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B</code></ddd> - <dt>IRC:</dt> - <dd><strong>azahi</strong> @ <a href="https://libera.chat">Libera</a></dd> - <dd><strong>azahi</strong> @ <a href="https://oftc.net">OFTC</a></dd> - <dd><strong>azahi</strong> @ <a href="https://hackint.org">hackint</a></dd> - <dd><strong>azahi</strong> @ <a href="https://rizon.net">Rizon</a></dd> - <dt>Matrix:</dt> - <dd><strong>@azahi:azahi.cc</strong></dd> - </dl> - </p> + <div class="container"> + <div class="info"> + <h1 class="center">azahi</h1> + <p class="center"> + Azat Bahawi | Азат Багавиев + </p> + <p class="center"> + <a href="https://keyoxide.org/hkp/26880377C31D9E819BDF83A8C8C6BDDB3847F72B">Keyoxide</a> + | + <a href="https://git.azahi.cc">Projects</a> + | + <a href="https://github.com/azahi">GitHub</a> + | + <a href="https://repology.org/projects/?maintainer=azat@bahawi.net">Repology</a> + </p> + <p> + <dl> + <dt>Email:</dt> + <dd><strong>azat [at] bahawi [dot] net</strong> (<a href="https://keys.openpgp.org/search?q=azat@bahawi.net">PGP</a>) + <dd><code>2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B</code></ddd> + <dt>IRC:</dt> + <dd><strong>azahi</strong> @ <a href="https://libera.chat">Libera</a></dd> + <dd><strong>azahi</strong> @ <a href="https://oftc.net">OFTC</a></dd> + <dd><strong>azahi</strong> @ <a href="https://hackint.org">hackint</a></dd> + <dd><strong>azahi</strong> @ <a href="https://rizon.net">Rizon</a></dd> + <dt>Matrix:</dt> + <dd><strong>@azahi:azahi.cc</strong></dd> + </dl> + </p> + </div> + </div> </body> </html> |