diff --git a/templates/pages/about.html b/templates/pages/about.html index e6bb895..4d2c425 100644 --- a/templates/pages/about.html +++ b/templates/pages/about.html @@ -1,13 +1,14 @@ {% extends 'layouts/index.html' %} {% block content %} -
-

Designed for RowdyHacks 2022, Runnerspace is a retro throwback site designed to mimic the feel and features - of the popular website 'MySpace' and other social media of it's era. Runnerspace aims to be simple, easy to use, easy to - debug, and uncomplicated at it's core. It's tech stack is as simple as it gets - HTML, CSS and Javascript running on Flask, - dockerized. -

-

Runnerspace was created by Ryan Walters and Zachary - Seligman. You can find all the source code and a full commit log at github.com/Xevion/runnerspace. -

-
+
+ +

Designed for RowdyHacks 2022, Runnerspace is a retro throwback site designed to mimic the feel and features + of the popular website 'MySpace' and other social media of it's era. Runnerspace aims to be simple, easy to use, easy to + debug, and uncomplicated at it's core. It's tech stack is as simple as it gets - HTML, CSS and Javascript running on Flask, + dockerized. +

+

Runnerspace was created by Ryan Walters and Zachary + Seligman. You can find all the source code and a full commit log at github.com/Xevion/runnerspace. +

+
{% endblock %}