diff --git a/frontend/homepage/index.html b/frontend/homepage/index.html
new file mode 100644
index 0000000..4c6282a
--- /dev/null
+++ b/frontend/homepage/index.html
@@ -0,0 +1,71 @@
+
+
+
+
+
About me
+
I am a DevOps Engineer from Russia and a student of Information Security at Don State Technical University. This is my personal website featuring information about me, my projects, posts, and guestbook. For inquiries, please check a contact page or write me an email.
+
+
I have experience developing APIs using Python (FastAPI) and Golang (Gin), along with various personal projects. I have extensive experience administrating Linux systems - my home server runs on Proxmox with LXC containers running Debian 13 (yes, this website is hosted on it!).
+
+
Technical Skills
+
+
Languages
+ Golang, Python, Bash, C (Base level), HTML/CSS
+
+ Infrastructure & DevOps
+ Docker, LXC, Proxmox, Git, CI/CD (GitHub Actions, GitLab)
+
+ Systems & Platforms
+ Unix-systems, Windows, Arduino
+ Other Skills
+ Markdown, LaTeX, English(B1 only for reading and simple writing)
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/homepage/style.css b/frontend/homepage/style.css
new file mode 100644
index 0000000..dd5eb0f
--- /dev/null
+++ b/frontend/homepage/style.css
@@ -0,0 +1,73 @@
+body
+{
+ background-color: black;
+ font-family: commit mono, monospace;
+ color: white;
+}
+
+a
+{
+ text-decoration: none;
+ color: white;
+}
+
+.navigation
+{
+ font-size: 20px;
+ width: 50%;
+ margin: auto;
+ display: flex;
+ justify-content: center;
+ padding-top: 1%;
+
+}
+
+.home-btn,
+.posts-btn,
+.guest-btn,
+.contacts-btn {
+ margin-left: 6.25%;
+ margin-right: 6.25%;
+}
+
+.ascii-art{
+ text-align: center;
+ margin-top: 5%;
+}
+
+
+.highlight{
+ color: hsl(270, 73%, 53%);
+}
+
+
+.nav-links{
+ text-align: center;
+ color: hsl(270, 73%, 53%);
+}
+
+
+.about-me-container{
+ width: 50%;
+ margin: auto;
+ padding-top: 5%;
+}
+
+
+
+
+
+.about-me{
+ text-align: left;
+
+}
+
+
+
+.footer{
+ width: 50%;
+ padding-top: 10%;
+ margin: auto;
+ text-align: center;
+ color: rgb(155, 156, 167, 1);
+}
\ No newline at end of file