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/projects.html | 96 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 src/templates/projects.html (limited to 'src/templates/projects.html') diff --git a/src/templates/projects.html b/src/templates/projects.html new file mode 100644 index 0000000..d00b544 --- /dev/null +++ b/src/templates/projects.html @@ -0,0 +1,96 @@ +{% extends "base.html" %} + +{% block head %} +{{ super() }} + + + +{% endblock %} + +{% block content %} + +

projects

+ +
+
+ +

soteria

+ + +

typescript

+

sveltekit

+

elysia

+

twitter

+
+ + + codeberg + website + +
+ +
+ +

+ twitter-like microblogging social media platform created by me and two other friends. +
+ currently undergoing major rewrites in the backend and frontend, so the provided website + is not functional for the time being. +

+
+ +
+ +

arke

+ + +

python

+

discord

+

library

+

low-level

+
+ + + codeberg + +
+ +
+ +

+ low-level, low abstractions library made to dip my toes into the python discord + library space. +
+ highly inspired by a related project called nextcore, + arke implements the discord rest api & ws gateway without providing simple to use models to + represent discord's data types. +

+
+ +
+ +

tiny-http-server

+ + +

c

+

bsd sockets

+

http

+

library

+
+ + + github + +
+ +
+ +

+ basic and tiny http/1.1 server, using the stdlib and bsd sockets interface. it + features basic tls support via openssl, and allows file serving from an arbitrary directory and + programmable routes. +

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