From 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Fri, 13 Mar 2026 13:49:15 -0700 Subject: initial commit new website repo yay!!! --- src/templates/index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/templates/index.html (limited to 'src/templates/index.html') diff --git a/src/templates/index.html b/src/templates/index.html new file mode 100644 index 0000000..27c1616 --- /dev/null +++ b/src/templates/index.html @@ -0,0 +1,66 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + + + +{% endblock %} + +{% block content %} + +
+ + + +

Hai there! I'm Emma

+

thanks for stopping by on my little website!

+ +

+ I'm a full stack developer that tends to focus on random + projects for fun rather than full works. +

+ +

+ currently, I have a good chunk of my code hosted on either + github or codeberg, and I aim to migrate to my own self-hosted + git server. +

+ + + github + | + codeberg + | + bluesky + +
+
+ +
+
+ +

Woah, where's the background from? :o

+

+ the background comes from a wallpaper used in early builds + of windows xp known as professional/watercolor. +

+
+ + +

What about your profile picture?

+

+ the profile picture is made by me, and it's a combination of a + discrete trans wallpaper and fanart of konata I found on pixiv. +

+
+
+ +
+

random image of the day

+ + +
+
+ +{% endblock %} -- cgit v1.2.3