From 4bdafb6e4025ef47377f8c424f6c4baf3be1f45e Mon Sep 17 00:00:00 2001 From: lou Date: Sat, 12 Oct 2024 19:57:42 -0400 Subject: [PATCH] add projects page --- views/projects.ejs | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 views/projects.ejs diff --git a/views/projects.ejs b/views/projects.ejs new file mode 100644 index 0000000..6f3cb7d --- /dev/null +++ b/views/projects.ejs @@ -0,0 +1,30 @@ + + + + + + aidxn.fun | projects + + + +<%- include('shards/header.ejs', { req: req }) %> +
+

Projects

+

Looking to learn more about my projects?

+
+
+

Currently working on

+

You can check out my GitHub account right here.

+

I am currently working on the following projects:

+ +

Finished projects

+

I currently have only one public project which is in finished state. It's my old website, which is now being hosted at old.aidxn.fun. It features a 2000s design and flashy graphics!

+
+ +<%- include('shards/footer.ejs') %> \ No newline at end of file