aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-05-05 21:31:26 +0300
committerValentin Popov <valentin@popov.link>2023-05-05 21:31:26 +0300
commitb07bcdf89f2a5ea3d0c431ea5548171eb4ae88d6 (patch)
tree3b79a4ad350cacafa3a43928ab7698367472f22e
parent9d23c91898c24110cd08389cb4a00fc6d918e0b7 (diff)
downloadpopov.link-b07bcdf89f2a5ea3d0c431ea5548171eb4ae88d6.tar.xz
popov.link-b07bcdf89f2a5ea3d0c431ea5548171eb4ae88d6.zip
Revert "Added domain GitHub Pages"
This reverts commit 9d23c91898c24110cd08389cb4a00fc6d918e0b7.
-rw-r--r--templates/index.html48
1 files changed, 25 insertions, 23 deletions
diff --git a/templates/index.html b/templates/index.html
index 0ac7ae5..b0f8f18 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,34 +1,36 @@
{% extends 'base.html' %}
{% block content %}
-<style>
- .photo {
- border-radius: 50%;
- width: 256px;
- height: 256px;
- float: left;
- margin: 0 [x] [y] 0;
- }
+<h1>Welcome!</h1>
- .text {
- /* clear: left; */
- }
+<section>
+ <p>Hi there! Thanks for stopping by my website!</p>
+
+ <p>
+ My name is Valentin Popov, and I'm a Software Developer and Team Leader at
+ <a href="https://digineat.com/" target="_blank">DigiNeat LLC</a>. I love all things OpenSource and have a
+ particular interest in ethical hacking, building electronic gadgets, and 3D printing. I'm a pro at working with
+ languages like JavaScript, TypeScript, Rust, Go and PHP, and I'm always looking to learn more and improve my
+ skills.
+ </p>
- .wrapper {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-</style>
+ <p>
+ I'm excited to share my experiences and knowledge with you through this website, so I hope you find the content
+ helpful and informative.
+ </p>
+</section>
<section>
- <div>
- <img class="photo" src="/photo.jpg" alt="" align="middle">
+ {% include 'includes/contacts.html' %}
+</section>
- <div class="text">
- <h1>Website</h1>
- </div>
- </div>
+<section>
+ <h2>Useful links</h2>
+ {% include 'includes/useful_links.html' %}
</section>
+<section>
+ <h2>Recent posts</h2>
+ {% include 'includes/recent_posts.html' %}
+</section>
{% endblock content %} \ No newline at end of file