From 17478f87e5aa333f40ab70447bb11554a0c64ad6 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Thu, 21 Nov 2024 17:15:56 +0900 Subject: Made an initial attempt --- templates/base.html | 27 +++++++++++++++++++++++++++ templates/index.html | 19 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 templates/base.html create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..056e259 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,27 @@ + + + + + + + {% block title %} Farzat's website {% endblock %} + + + + +
+ + + + + Farzat + +
+
+
+ {% block content %} {% endblock %} +
+
+ + + diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..3f4e205 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% block title %} Farzat's profile {% endblock %} + +{% block content %} +
+
+

+ Hi! I am Farzat, + a software developer + and computer enthusiast +

+
+
+ Profile pic +
+
+

Unfortunately my website is still incomplete. I hope nonetheless that you like it!

+{% endblock content %} -- cgit v1.2.3-70-g09d2