minor changes; merge game dev and graphics programming; added photography

This commit is contained in:
CJSatnarine
2025-06-24 01:46:01 -04:00
parent 478c702713
commit 7a4f18ac5d
16 changed files with 45 additions and 36 deletions

View File

@@ -0,0 +1,16 @@
{% extends "base.html" %}
{% block content %}
<h1 id="aspiring_game_developer" class="title">
{{ section.title }}
</h1>
{{ section.content | safe }}
<ul>
{% for page in section.pages %}
<li><a id="blog_colour" href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
{% endblock content %}