Skip to content

Commit 48367b1

Browse files
change content
1 parent 118989d commit 48367b1

3 files changed

Lines changed: 41 additions & 4 deletions

File tree

src/pages/about-me.astro

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,32 @@ import Layout from "../layouts/Layout.astro"
44

55
<Layout title="About Me">
66
<div class="my-5"></div>
7-
<p>My name is Dmitriy. I'm from Russia, and I'd describe myself as an introverted, melancholic thinker. As an INTP, I'm naturally curious, analytical, and often lost in thought. I identify as genderqueer, and in terms of orientation, I'm cupiosexual and heterosexual, while being aromantic.</p><br>
8-
<p>My interests span both the abstract and the technical. I'm passionate about linguistics, mythology, and literature, and I find creative expression through calligraphy and photography. On the tech side, I'm fascinated by cryptography, cybersecurity, and web development — especially within open-source environments like Linux. I also have a soft spot for vintage technology, from typewriters to classic electronics.</p><br>
9-
<p>I enjoy diving deep into systems, patterns, and meanings — whether in language, code, or the quiet beauty of analog machines. I find comfort in complexity and inspiration in the unconventional.</p>
7+
<h2 class="text-2xl">Here are some facts about me:</h2>
8+
<p><b>Name:</b> Dmitriy</p>
9+
<p><b>Preferred pseudonym:</b> Demetrius DeValois</p>
10+
<p><b>Country of origin:</b> Russia</p>
11+
<p><b>Biological sex:</b> Male</p>
12+
<p><b>Gender:</b> Genderqueer</p>
13+
<p><b>Temperament (Eysenck):</b> Introvert / Melancholic</p>
14+
<p><b>Personality type (Jung/MBTI):</b> INTP</p>
15+
<p><b>Sexual orientation:</b> Cupiosexual / Heterosexual</p>
16+
<p><b>Romantic orientation:</b> Aromantic</p>
17+
<br>
18+
<h2 class="text-2xl">Interests:</h2>
19+
<ul class="list-inside list-disc">
20+
<li>Linguistics</li>
21+
<li>Mythology</li>
22+
<li>Literature</li>
23+
<li>Calligraphy</li>
24+
<li>Photography</li>
25+
<li>Cryptography</li>
26+
<li>Cybersecurity</li>
27+
<li>Web development</li>
28+
<li>Linux</li>
29+
<li>Typewriters</li>
30+
<li>Vintage electronics</li>
31+
</ul>
32+
<br>
33+
<p>Still interested in such a weirdo like me? <a href="/contacts"><b>Let's chat!</b></a></p>
1034
<div class="my-5"></div>
1135
</Layout>

src/pages/contacts.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
import Layout from "../layouts/Layout.astro"
3+
---
4+
5+
<Layout title="Contacts">
6+
<h2 class="text-2xl">Coming soon...</h2>
7+
</Layout>

src/pages/index.astro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ import Layout from "../layouts/Layout.astro"
1010
<p class="text-lg">
1111
This is my own personal little island of self-expression.<br>
1212
Let's get to know each other better.<br>
13-
--> <a href="/about-me">*Click*</a>
13+
--> <a href="/about-me"><b>*Click*</b></a>
1414
</p>
15+
<details>
16+
<summary>What is the reason of this website?</summary>
17+
<p class="animate__animated animate__fadeIn">
18+
The jerks at Facebook blocked my account, so I decided to create my own page on the internet. Feel free to contact me!
19+
</p>
20+
</details>
1521
<div class="my-5"></div>
1622
</Layout>

0 commit comments

Comments
 (0)