mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-09 16:08:28 -06:00
Add rowdy-hacks project submission image to about
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
{% extends 'layouts/index.html' %}
|
{% extends 'layouts/index.html' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<p>Designed for RowdyHacks 2022, <strong>Runnerspace</strong> is a retro throwback site designed to mimic the feel and features
|
<img class="about-img" src="{{ url_for('static', filename='roadrunner.png') }}">
|
||||||
of the popular website 'MySpace' and other social media of it's era. Runnerspace aims to be simple, easy to use, easy to
|
<p>Designed for RowdyHacks 2022, <strong>Runnerspace</strong> is a retro throwback site designed to mimic the feel and features
|
||||||
debug, and uncomplicated at it's core. It's tech stack is as simple as it gets - HTML, CSS and Javascript running on Flask,
|
of the popular website 'MySpace' and other social media of it's era. Runnerspace aims to be simple, easy to use, easy to
|
||||||
dockerized.
|
debug, and uncomplicated at it's core. It's tech stack is as simple as it gets - HTML, CSS and Javascript running on Flask,
|
||||||
</p>
|
dockerized.
|
||||||
<p>Runnerspace was created by <a href="https://github.com/Xevion/">Ryan Walters</a> and <a href="https://github.com/Seligmann">Zachary
|
</p>
|
||||||
Seligman</a>. You can find all the source code and a full commit log at <a href="https://github.com/Xevion/runnerspace">github.com/Xevion/runnerspace</a>.
|
<p>Runnerspace was created by <a href="https://github.com/Xevion/">Ryan Walters</a> and <a href="https://github.com/Seligmann">Zachary
|
||||||
</p>
|
Seligman</a>. You can find all the source code and a full commit log at <a href="https://github.com/Xevion/runnerspace">github.com/Xevion/runnerspace</a>.
|
||||||
</div>
|
</p>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user