diff options
-rw-r--r-- | android-chrome-192x192.png | bin | 0 -> 7393 bytes | |||
-rw-r--r-- | android-chrome-512x512.png | bin | 0 -> 33443 bytes | |||
-rw-r--r-- | apple-touch-icon.png | bin | 0 -> 6677 bytes | |||
-rw-r--r-- | azahi-a-big.png | bin | 0 -> 4184 bytes | |||
-rw-r--r-- | favicon-16x16.png | bin | 0 -> 321 bytes | |||
-rw-r--r-- | favicon-32x32.png | bin | 0 -> 666 bytes | |||
-rw-r--r-- | favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | index.html | 45 | ||||
-rw-r--r-- | site.webmanifest | 1 | ||||
-rw-r--r-- | style.css | 20 |
10 files changed, 66 insertions, 0 deletions
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..556b7c6 --- /dev/null +++ b/android-chrome-192x192.png Binary files differdiff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..0f154e3 --- /dev/null +++ b/android-chrome-512x512.png Binary files differdiff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..b18b23b --- /dev/null +++ b/apple-touch-icon.png Binary files differdiff --git a/azahi-a-big.png b/azahi-a-big.png new file mode 100644 index 0000000..edd63bf --- /dev/null +++ b/azahi-a-big.png Binary files differdiff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..7ded3ee --- /dev/null +++ b/favicon-16x16.png Binary files differdiff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..c0e103b --- /dev/null +++ b/favicon-32x32.png Binary files differdiff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..d74d67c --- /dev/null +++ b/favicon.ico Binary files differdiff --git a/index.html b/index.html new file mode 100644 index 0000000..f9b1d6b --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <title>azahi.cc</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"> + </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>azahi [at] bahawi [dot] net</strong> +<i>IRC:</i> <strong>azahi</strong> (Libera, Rizon, OFTC) +<i>Matrix:</i> <strong>@azahi:azahi.cc</strong> + + + +Not active on any conventional social media. +Whoever you may find there is most certainly not me. + + + +Please use the aforementioned email to contact me. +I can speak Tatar, Russian and English languages freely. + </pre> + </center> + </body> +</html> diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..93d8a62 --- /dev/null +++ b/style.css @@ -0,0 +1,20 @@ +@media (prefers-color-scheme: light) { + :root { + --background: white; + --foreground: black; + } +} + +@media (prefers-color-scheme: dark) { + :root { + --background: black; + --foreground: white; + } +} + +body { + background-color: var(--background); + color: var(--foreground); + font-family: monospace; + font-size: 14px; +} |