feat: updated template stypes for model-list, projects-list and blog-list

This commit is contained in:
Lucas Oskorep
2024-03-12 12:45:34 -04:00
parent 87d5e275dd
commit e2c05722d4
4 changed files with 49 additions and 4 deletions
+10 -2
View File
@@ -1,7 +1,15 @@
{% extends "base.html" %}
{% block content %}
<div class="post">
<h1 class="post-title">Hi! </h1>
<p>Thanks for visiting my website! I hope you find something interesting or useful here</p>
<h1 class="post-title"></h1>
<p>
Hi! My name is Lucas. I am a software engineer and most recently I ive been working at a startup called Rokt,
where I work on K8s infrastructure, developing scalable go microservices, and improving the developer
experience.
<br>
<br>
I made this website to document and share some of the coding and 3d printing projects Ive worked on.
Thanks for visiting!
</p>
</div>
{% endblock %}