aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: 9ecd85b905ef2fbd0b4f924aef56f2a388d39486 (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
<!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" />

    <script src="/script.js"></script>
    <link rel="stylesheet" href="/style.css" />
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

    <title>/igorechek06</title>
  </head>

  <body>
    <nav>
      <a href="/" class="current">/igorechek06</a>
      <a href="/projects">~/projects</a>
      <a href="/minecraft">~/minecraft</a>
    </nav>

    <main>
      <h1>
        Welcome to
        <a href="https://codeberg.org/igorechek06/pages">my page</a>
      </h1>

      <h2>About me</h2>
      I'm a first-year student at
      <a href="https://en.itmo.ru">ITMO University</a>, studying
      <a href="https://abit.itmo.ru/en/program/bachelor/system_software">
        System and Applied Software </a
      >. I participate in competitions, support the open-source ideology, and
      <a
        href="https://www.reddit.com/r/linuxmasterrace/comments/9csf2i/btw_i_use_arch"
      >
        I use Arch, btw</a
      >. I am interested in various fields, from systems programming, robotics,
      and computer vision to web applications and technologies.

      <h2>Socials</h2>
      <ul>
        <li>
          Most used username:
          <span class="copy" copy-text="igorechek06">igorechek06</span>
        </li>
        <li>
          Codeberg
          <a href="https://codeberg.org/igorechek06">
            https://codeberg.org/igorechek06
          </a>
        </li>
        <li>
          Mail
          <a href="mailto://me@igorek.dev">me@igorek.dev</a>
        </li>
        <li>
          Telegram
          <a href="https://t.me/igorechek06">https://t.me/igorechek06</a>
        </li>
        <li>
          Steam
          <a href="https://steamcommunity.com/id/igorechek06"
            >https://steamcommunity.com/id/igorechek06</a
          >
        </li>
        <li>
          GitHub
          <a href="https://github.com/igorechek06">
            https://github.com/igorechek06
          </a>
        </li>
      </ul>
    </main>
  </body>
</html>