aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2024-09-08 17:26:28 +0300
committerTolmachev Igor <me@igorek.dev>2024-09-08 17:26:28 +0300
commitcd35e04e31007c9eef2bc48fc5cc8648289d6a1e (patch)
treede46eab0cb110b1f9e1f78268dd612608f7dfaca
parent028fe81c29004f1e3a29d810214a65fe34d7ae72 (diff)
downloadpages-cd35e04e31007c9eef2bc48fc5cc8648289d6a1e.tar.gz
pages-cd35e04e31007c9eef2bc48fc5cc8648289d6a1e.zip
Add about me text
-rw-r--r--index.html41
-rw-r--r--minecraft/index.html4
-rw-r--r--projects/index.html4
3 files changed, 33 insertions, 16 deletions
diff --git a/index.html b/index.html
index b81592e..9ecd85b 100644
--- a/index.html
+++ b/index.html
@@ -9,12 +9,12 @@
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>Tolmachev Igor</title> 12 <title>/igorechek06</title>
13 </head> 13 </head>
14 14
15 <body> 15 <body>
16 <nav> 16 <nav>
17 <a href="/" class="current">/home</a> 17 <a href="/" class="current">/igorechek06</a>
18 <a href="/projects">~/projects</a> 18 <a href="/projects">~/projects</a>
19 <a href="/minecraft">~/minecraft</a> 19 <a href="/minecraft">~/minecraft</a>
20 </nav> 20 </nav>
@@ -26,32 +26,49 @@
26 </h1> 26 </h1>
27 27
28 <h2>About me</h2> 28 <h2>About me</h2>
29 <b> 29 I'm a first-year student at
30 Never put off until tomorrow what you can do the day after tomorrow. 30 <a href="https://en.itmo.ru">ITMO University</a>, studying
31 </b> 31 <a href="https://abit.itmo.ru/en/program/bachelor/system_software">
32 <br /> 32 System and Applied Software </a
33 <br /> 33 >. I participate in competitions, support the open-source ideology, and
34 <i>Yes I'm to lazy, sorry :(</i> 34 <a
35 href="https://www.reddit.com/r/linuxmasterrace/comments/9csf2i/btw_i_use_arch"
36 >
37 I use Arch, btw</a
38 >. I am interested in various fields, from systems programming, robotics,
39 and computer vision to web applications and technologies.
35 40
36 <h2>Socials</h2> 41 <h2>Socials</h2>
37 <ul> 42 <ul>
38 <li> 43 <li>
44 Most used username:
45 <span class="copy" copy-text="igorechek06">igorechek06</span>
46 </li>
47 <li>
39 Codeberg 48 Codeberg
40 <a href="https://codeberg.org/igorechek06"> 49 <a href="https://codeberg.org/igorechek06">
41 https://codeberg.org/igorechek06 50 https://codeberg.org/igorechek06
42 </a> 51 </a>
43 </li> 52 </li>
44 <li> 53 <li>
54 Mail
55 <a href="mailto://me@igorek.dev">me@igorek.dev</a>
56 </li>
57 <li>
45 Telegram 58 Telegram
46 <a href="https://t.me/igorechek06">https://t.me/igorechek06</a> 59 <a href="https://t.me/igorechek06">https://t.me/igorechek06</a>
47 </li> 60 </li>
48 <li> 61 <li>
49 Mail 62 Steam
50 <a href="mailto://me@igorek.dev">me@igorek.dev</a> 63 <a href="https://steamcommunity.com/id/igorechek06"
64 >https://steamcommunity.com/id/igorechek06</a
65 >
51 </li> 66 </li>
52 <li> 67 <li>
53 Donation 68 GitHub
54 <a href="https://www.tinkoff.ru/cf/7b1BECoPBzn">https://tinkoff.ru</a> 69 <a href="https://github.com/igorechek06">
70 https://github.com/igorechek06
71 </a>
55 </li> 72 </li>
56 </ul> 73 </ul>
57 </main> 74 </main>
diff --git a/minecraft/index.html b/minecraft/index.html
index 6eb2334..a7f4941 100644
--- a/minecraft/index.html
+++ b/minecraft/index.html
@@ -9,7 +9,7 @@
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>Tolmachev Igor</title> 12 <title>~/minecraft</title>
13 </head> 13 </head>
14 14
15 <script> 15 <script>
@@ -30,7 +30,7 @@
30 30
31 <body> 31 <body>
32 <nav> 32 <nav>
33 <a href="/">/home</a> 33 <a href="/">/igorechek06</a>
34 <a href="/projects">~/projects</a> 34 <a href="/projects">~/projects</a>
35 <a href="/minecraft" class="current">~/minecraft</a> 35 <a href="/minecraft" class="current">~/minecraft</a>
36 </nav> 36 </nav>
diff --git a/projects/index.html b/projects/index.html
index bd4b6d8..b38160e 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -9,12 +9,12 @@
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>Tolmachev Igor</title> 12 <title>~/projects</title>
13 </head> 13 </head>
14 14
15 <body> 15 <body>
16 <nav> 16 <nav>
17 <a href="/">/home</a> 17 <a href="/">/igorechek06</a>
18 <a href="/projects" class="current">~/projects</a> 18 <a href="/projects" class="current">~/projects</a>
19 <a href="/minecraft">~/minecraft</a> 19 <a href="/minecraft">~/minecraft</a>
20 </nav> 20 </nav>