mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
big frickin project commit
This commit is contained in:
@@ -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"]) }}
|
||||
|
||||
Reference in New Issue
Block a user