big frickin project commit

This commit is contained in:
2024-06-03 17:15:52 -05:00
parent cb27948649
commit 233208c910
17 changed files with 96 additions and 88 deletions

View File

@@ -3,15 +3,7 @@
<div class="foregroundContent">
<div data-aos="fade-up">
<h2 class="concentratedHead">Projects</h2>
<p>
Project status is indicated by the color of the project card:
<br />
<span class="complete"></span> - Complete
<br />
<span class="WIP"></span> - Work In Progress
<br />
<span class="incomplete"></span> - Incomplete
</p>
<h2>This page is currently undergoing a reconstruction. It's messy, but I needed to push some changes before I was ready for some very good and secret reasons.</h2>
</div>
<!-- >
@@ -39,7 +31,7 @@
</div>
</div>
</!-->
<div class="projectList checkbox-client">
<div class="projectList vContainer">
{% from 'partials/project.html' import project %}
{% for i in var["projects"] %}
{{ project(i, var["projects"][i]["classes"], var["projects"][i]["status"], var["projects"][i]["bgi"], var["projects"][i]["content"], var["projects"][i]["links"]) }}