This commit is contained in:
2025-01-04 14:40:52 +01:00
commit 053272b71a
13 changed files with 385 additions and 0 deletions

17
templates/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
{% include "head.html" %}
<body>
<div class="black-hole-container">
<div class="black-hole"></div>
<div class="content">
<h1 id="name">Hersel Giannella</h1>
<p id="subtitle">Analista Programmatore / Linux SysAdmin</p>
{% include "content/skills.html" %}
{% include "content/link.html" %}
</div>
</div>
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
</body>
</html>