aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html83
1 files changed, 83 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8d5b5c2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,83 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <meta
8 name="description"
9 content="Сайт визитка программиста Игоря Толмачёва"
10 />
11 <meta name="description" content="One page site of Igor Tolmachev" />
12 <title>igorek.dev</title>
13 </head>
14 <style>
15 @font-face {
16 font-family: Noto Sans Mono;
17 src: url(font.ttf);
18 }
19
20 * {
21 font-family: Noto Sans Mono;
22 }
23
24 @media screen and (max-width: 700px) {
25 * {
26 font-size: small;
27 }
28 }
29
30 @media screen and (min-width: 700px) {
31 * {
32 font-size: x-large;
33 }
34 }
35
36 @media (prefers-color-scheme: dark) {
37 body {
38 color: #a7a7a7;
39 background: #1e1e1e;
40 }
41 }
42
43 @media (prefers-color-scheme: light) {
44 body {
45 color: #464b50;
46 background: #ffffff;
47 }
48 }
49
50 a {
51 color: #7587a6;
52 }
53
54 a:active {
55 color: #9b859d;
56 }
57 </style>
58 <body>
59 <pre style="font-size: clamp(0.25em, 1.5vw, 0.75em)">
60 ███ █████ █████
61 ░░░ ░░███ ░░███
62 ████ ███████ ██████ ████████ ██████ ░███ █████ ███████ ██████ █████ █████
63░░███ ███░░███ ███░░███░░███░░███ ███░░███ ░███░░███ ███░░███ ███░░███░░███ ░░███
64 ░███ ░███ ░███░███ ░███ ░███ ░░░ ░███████ ░██████░ ░███ ░███ ░███████ ░███ ░███
65 ░███ ░███ ░███░███ ░███ ░███ ░███░░░ ░███░░███ ░███ ░███ ░███░░░ ░░███ ███
66 █████░░███████░░██████ █████ ░░██████ ████ █████ ██░░████████░░██████ ░░█████
67░░░░░ ░░░░░███ ░░░░░░ ░░░░░ ░░░░░░ ░░░░ ░░░░░ ░░ ░░░░░░░░ ░░░░░░ ░░░░░
68 ███ ░███
69 ░░██████
70 ░░░░░░
71 </pre>
72 <pre>Welcome to my page</pre>
73 <pre>--- Socials ---</pre>
74 <pre> Codeberg <a href="https://codeberg.org/igorechek06">https://codeberg.org/igorechek06</a></pre>
75 <pre> Telegram <a href="https://t.me/igorechek06">https://t.me/igorechek06</a></pre>
76 <pre>󰎕 Blog <a href="https://t.me/igor_down">https://t.me/igor_down</a></pre>
77 <pre>󰇮 Mail <a href="mailto://me@igorek.dev">me@igorek.dev</a></pre>
78 <pre> Donate <a href="https://www.tinkoff.ru/cf/7b1BECoPBzn">https://tinkoff.ru</a></pre>
79 <pre>--- Achievements ---</pre>
80 <pre>I'm too lazy to fill it out</pre>
81 <pre>Maybe later</pre>
82 </body>
83</html>