aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-08-21 19:31:02 +0900
committerTolmachev Igor <me@igorek.dev>2025-08-21 19:31:02 +0900
commit17408b76062ca7e9343ac5ea74b99a3374ea2352 (patch)
tree0ab4c5839d4929c56110e4bac8931a63114c0a68 /index.html
parent5ad9110667e50cbbb7ba093c6956001917e66baf (diff)
downloadpages-17408b76062ca7e9343ac5ea74b99a3374ea2352.tar.gz
pages-17408b76062ca7e9343ac5ea74b99a3374ea2352.zip
Add projects and change course number
Diffstat (limited to 'index.html')
-rw-r--r--index.html130
1 files changed, 63 insertions, 67 deletions
diff --git a/index.html b/index.html
index 5101933..6207ba7 100644
--- a/index.html
+++ b/index.html
@@ -1,75 +1,71 @@
1<!DOCTYPE html> 1<!doctype html>
2<html lang="en"> 2<html lang="en">
3 <head> 3 <head>
4 <meta charset="UTF-8" /> 4 <meta charset="UTF-8" />
5 <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 7
8 <script src="/script.js"></script> 8 <script src="/script.js"></script>
9 <link rel="stylesheet" href="/style.css" /> 9 <link rel="stylesheet" href="/style.css" />
10 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> 10 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
11 11
12 <title>/igorechek06</title> 12 <title>/igorechek06</title>
13 </head> 13 </head>
14 14
15 <body> 15 <body>
16 <nav> 16 <nav>
17 <a href="/" class="current" style="flex: 0.25">~/</a> 17 <a href="/" class="current" style="flex: 0.25">~/</a>
18 <a href="/projects">~/projects</a> 18 <a href="/projects">~/projects</a>
19 </nav> 19 </nav>
20 20
21 <main> 21 <main>
22 <h1> 22 <h1>
23 Welcome to 23 Welcome to
24 <a href="https://codeberg.org/igorechek06/pages">my page</a> 24 <a href="https://codeberg.org/igorechek06/pages">my page</a>
25 </h1> 25 </h1>
26 26
27 <h2>About me</h2> 27 <h2>About me</h2>
28 I'm a first-year student at 28 I'm a second-year student at
29 <a href="https://en.itmo.ru">ITMO University</a>, studying 29 <a href="https://en.itmo.ru">ITMO University</a>, studying
30 <a href="https://abit.itmo.ru/en/program/bachelor/system_software"> 30 <a href="https://abit.itmo.ru/en/program/bachelor/system_software">
31 System and Applied Software </a 31 System and Applied Software </a
32 >. I participate in competitions, support the open-source ideology, and 32 >. I participate in competitions, support the open-source ideology, and
33 <a 33 <a href="https://www.reddit.com/r/linuxmasterrace/comments/9csf2i/btw_i_use_arch">
34 href="https://www.reddit.com/r/linuxmasterrace/comments/9csf2i/btw_i_use_arch" 34 I use Arch, btw</a
35 > 35 >. I am interested in various fields, from systems programming, robotics, and computer
36 I use Arch, btw</a 36 vision to web applications and technologies.
37 >. I am interested in various fields, from systems programming, robotics,
38 and computer vision to web applications and technologies.
39 37
40 <h2>Socials</h2> 38 <h2>Socials</h2>
41 <ul> 39 <ul>
42 <li> 40 <li>
43 Most used username: 41 Most used username:
44 <span class="copy" copy-text="igorechek06">igorechek06</span> 42 <span class="copy" copy-text="igorechek06">igorechek06</span>
45 </li> 43 </li>
46 <li> 44 <li>
47 Codeberg 45 Codeberg
48 <a href="https://codeberg.org/igorechek06"> 46 <a href="https://codeberg.org/igorechek06">
49 https://codeberg.org/igorechek06 47 https://codeberg.org/igorechek06
50 </a> 48 </a>
51 </li> 49 </li>
52 <li> 50 <li>
53 Mail 51 Mail
54 <a href="mailto://me@igorek.dev">me@igorek.dev</a> 52 <a href="mailto://me@igorek.dev">me@igorek.dev</a>
55 </li> 53 </li>
56 <li> 54 <li>
57 Telegram 55 Telegram
58 <a href="https://t.me/igorechek06">https://t.me/igorechek06</a> 56 <a href="https://t.me/igorechek06">https://t.me/igorechek06</a>
59 </li> 57 </li>
60 <li> 58 <li>
61 Steam 59 Steam
62 <a href="https://steamcommunity.com/id/igorechek06" 60 <a href="https://steamcommunity.com/id/igorechek06"
63 >https://steamcommunity.com/id/igorechek06</a 61 >https://steamcommunity.com/id/igorechek06</a
64 > 62 >
65 </li> 63 </li>
66 <li> 64 <li>
67 GitHub 65 GitHub
68 <a href="https://github.com/igorechek06"> 66 <a href="https://github.com/igorechek06"> https://github.com/igorechek06 </a>
69 https://github.com/igorechek06 67 </li>
70 </a> 68 </ul>
71 </li> 69 </main>
72 </ul> 70 </body>
73 </main>
74 </body>
75</html> 71</html>