From 9e7fe6d8dad56c237adb1905e130c1d723131812 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 17 May 2026 13:01:57 +0800 Subject: big structural change, altafcreator.com no longer served statically, projects now use md, blog is being reworked, videos removed temp --- templates/blogpost.html | 64 +++++++++++++++++++++++++++++++++++++++++++++ templates/eventdetails.html | 0 templates/project.html | 56 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 templates/blogpost.html create mode 100644 templates/eventdetails.html create mode 100644 templates/project.html (limited to 'templates') diff --git a/templates/blogpost.html b/templates/blogpost.html new file mode 100644 index 0000000..f5b1ff1 --- /dev/null +++ b/templates/blogpost.html @@ -0,0 +1,64 @@ + + + + + + + + + + Blog / Loading... • altaf-creator + + + + + + + + + + +
+ +
+ + +
+ +
+
+
+
+
+ Loading title... + Description
+ Date + Written by Author +
+
+
+
+
+

Hello, world!

+

i'm exhausted.

+
+ + + diff --git a/templates/eventdetails.html b/templates/eventdetails.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/project.html b/templates/project.html new file mode 100644 index 0000000..cca74cb --- /dev/null +++ b/templates/project.html @@ -0,0 +1,56 @@ + + + + + + + + + + + {[{title}]} • altaf-creator + + + + + + + +
+ +
+ + +
+ + +
+ + {[{content}]} + + + -- cgit v1.2.3