aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: 8d5b5c2ab2bf6fdb35d527eaad4a829cceac30f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta
      name="description"
      content="Сайт визитка программиста Игоря Толмачёва"
    />
    <meta name="description" content="One page site of Igor Tolmachev" />
    <title>igorek.dev</title>
  </head>
  <style>
    @font-face {
      font-family: Noto Sans Mono;
      src: url(font.ttf);
    }

    * {
      font-family: Noto Sans Mono;
    }

    @media screen and (max-width: 700px) {
      * {
        font-size: small;
      }
    }

    @media screen and (min-width: 700px) {
      * {
        font-size: x-large;
      }
    }

    @media (prefers-color-scheme: dark) {
      body {
        color: #a7a7a7;
        background: #1e1e1e;
      }
    }

    @media (prefers-color-scheme: light) {
      body {
        color: #464b50;
        background: #ffffff;
      }
    }

    a {
      color: #7587a6;
    }

    a:active {
      color: #9b859d;
    }
  </style>
  <body>
    <pre style="font-size: clamp(0.25em, 1.5vw, 0.75em)">
  ███                                       █████             █████                     
 ░░░                                       ░░███             ░░███                      
 ████   ███████  ██████  ████████   ██████  ░███ █████     ███████   ██████  █████ █████
░░███  ███░░███ ███░░███░░███░░███ ███░░███ ░███░░███     ███░░███  ███░░███░░███ ░░███ 
 ░███ ░███ ░███░███ ░███ ░███ ░░░ ░███████  ░██████░     ░███ ░███ ░███████  ░███  ░███ 
 ░███ ░███ ░███░███ ░███ ░███     ░███░░░   ░███░░███    ░███ ░███ ░███░░░   ░░███ ███  
 █████░░███████░░██████  █████    ░░██████  ████ █████ ██░░████████░░██████   ░░█████   
░░░░░  ░░░░░███ ░░░░░░  ░░░░░      ░░░░░░  ░░░░ ░░░░░ ░░  ░░░░░░░░  ░░░░░░     ░░░░░    
       ███ ░███                                                                         
      ░░██████                                                                          
       ░░░░░░                                                                           
    </pre>
    <pre>Welcome to my page</pre>
    <pre>--- Socials ---</pre>
    <pre>  Codeberg   <a href="https://codeberg.org/igorechek06">https://codeberg.org/igorechek06</a></pre>
    <pre>  Telegram <a href="https://t.me/igorechek06">https://t.me/igorechek06</a></pre>
    <pre>󰎕  Blog     <a href="https://t.me/igor_down">https://t.me/igor_down</a></pre>
    <pre>󰇮  Mail     <a href="mailto://me@igorek.dev">me@igorek.dev</a></pre>
    <pre>  Donate   <a href="https://www.tinkoff.ru/cf/7b1BECoPBzn">https://tinkoff.ru</a></pre>
    <pre>--- Achievements ---</pre>
    <pre>I'm too lazy to fill it out</pre>
    <pre>Maybe later</pre>
  </body>
</html>