summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..cefce37
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,27 @@
+{% extends "base.html" %}
+{% block body %}
+ <h1>Hey, You!</h1>
+ <p>I am Roman Gr&auml;f</p>
+ <p>I am a programmer!</p>
+ <p>I do things for you!</p>
+ <p>As long as it is not webdesign, I will program nearly anything for you</p>
+ <div class="spacer"></div>
+ <h1>Projects</h1>
+ <div class="gallery">
+ <a href="{{ url_for("projects", project_name="website") }}">
+ <div class="gallery-element">
+ This website
+ </div>
+ </a>
+ <div class="gallery-element">
+ Discord Bots
+ </div>
+ <div class="gallery-element">
+ LOGL
+ </div>
+ </div>
+
+{% endblock %}
+{% block title %}
+ Roman Gr&auml;f
+{% endblock %} \ No newline at end of file