aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-09-28 19:54:06 +0300
committerTolmachev Igor <me@igorek.dev>2025-09-28 19:54:06 +0300
commit56ff63a455d36f0cae3a08e508675fd607e6ca4b (patch)
tree6b4fe30176be227c9319ff0e4625fa8985d2a9d1 /index.html
parent45a8f14d336fe9372f8d1461c830d66f94a7c7b2 (diff)
downloadpages-56ff63a455d36f0cae3a08e508675fd607e6ca4b.tar.gz
pages-56ff63a455d36f0cae3a08e508675fd607e6ca4b.zip
Improve project page
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 095d141..c9b1843 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,8 @@
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 </main>
27 <section>
27 <h2>About me</h2> 28 <h2>About me</h2>
28 I'm a second-year student at 29 I'm a second-year student at
29 <a href="https://en.itmo.ru">ITMO University</a>, studying 30 <a href="https://en.itmo.ru">ITMO University</a>, studying
@@ -34,7 +35,8 @@
34 I use Arch, btw</a 35 I use Arch, btw</a
35 >. I am interested in various fields, from systems programming, robotics, and computer 36 >. I am interested in various fields, from systems programming, robotics, and computer
36 vision to web applications and technologies. 37 vision to web applications and technologies.
37 38 </section>
39 <section>
38 <h2>Socials</h2> 40 <h2>Socials</h2>
39 <ul> 41 <ul>
40 <li> 42 <li>
@@ -66,6 +68,6 @@
66 <a href="https://github.com/igorechek06"> https://github.com/igorechek06 </a> 68 <a href="https://github.com/igorechek06"> https://github.com/igorechek06 </a>
67 </li> 69 </li>
68 </ul> 70 </ul>
69 </main> 71 </section>
70 </body> 72 </body>
71</html> 73</html>