feat: updated template stypes for model-list, projects-list and blog-list
This commit is contained in:
+10
-2
@@ -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 I’ve worked on.
|
||||
Thanks for visiting!
|
||||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user