aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-05-05 21:23:59 +0300
committerValentin Popov <valentin@popov.link>2023-05-05 21:23:59 +0300
commit9d23c91898c24110cd08389cb4a00fc6d918e0b7 (patch)
tree03fa40c4062e23868d67ad6caad04d6aba63f965
parentf068d186b3b98c690dfd734297e029ae00c8025c (diff)
downloadpopov.link-9d23c91898c24110cd08389cb4a00fc6d918e0b7.tar.xz
popov.link-9d23c91898c24110cd08389cb4a00fc6d918e0b7.zip
Added domain GitHub Pages
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--templates/index.html48
1 files changed, 23 insertions, 25 deletions
diff --git a/templates/index.html b/templates/index.html
index b0f8f18..0ac7ae5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,36 +1,34 @@
{% extends 'base.html' %}
{% block content %}
-<h1>Welcome!</h1>
+<style>
+ .photo {
+ border-radius: 50%;
+ width: 256px;
+ height: 256px;
+ float: left;
+ margin: 0 [x] [y] 0;
+ }
-<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>
+ .text {
+ /* clear: left; */
+ }
- <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>
+ .wrapper {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+</style>
<section>
- {% include 'includes/contacts.html' %}
-</section>
+ <div>
+ <img class="photo" src="/photo.jpg" alt="" align="middle">
-<section>
- <h2>Useful links</h2>
- {% include 'includes/useful_links.html' %}
+ <div class="text">
+ <h1>Website</h1>
+ </div>
+ </div>
</section>
-<section>
- <h2>Recent posts</h2>
- {% include 'includes/recent_posts.html' %}
-</section>
{% endblock content %} \ No newline at end of file