new site
This commit is contained in:
17
templates/index.html
Normal file
17
templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user