Just general pain.

But Project rewrite is technically done now.  Will look wrong on big monitors but idgaf anymore
This commit is contained in:
2024-06-19 20:24:45 -05:00
parent 719d99e2c0
commit 11c884be63
6 changed files with 60 additions and 46 deletions

View File

@@ -56,6 +56,7 @@
skills(var['skillList']) }}
</div>
</div>
<br />
<div id="aboutCards" class="flex">
<div class="chess">
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')
@@ -85,6 +86,7 @@
/>
</div>
</div>
<br />
</div>
</div>
{% endblock %}

View File

@@ -2,42 +2,32 @@
<div class="project {{ classes }}" data-aos="fade-up">
<div class="projTitle">
<h3>{{ title }}</h3>
<p class=""><span class="{{ status }}"></span> {{ status }}</p>
<p><span class="{{ status }}"></span> {{ status }}</p>
</div>
<div class="projBody mobileV">
{% if bgi|length > 0 %} {% set path = url_for('static',
filename='photos/projects/' + bgi) %}
<div class="projImage">
<img
class="projImage"
src="{{ path }}"
alt="Ref image for {{ title }} project"
/>
</div>
{% endif %}
<div class="grow">
<p class="backedBody">{{ content }}</p>
</div>
<div class="projLinks">
{% for i in links %} {% set src = 'icons/' + i[0] + '.svg' %}
<a href="{{i[1]}}">
<img
class="projectLink"
src="{{ url_for('static', filename=src) }}"
alt="{{i[0]}}"
/>
</a>
{% endfor %} {% if links|length == 0 %}
<div class="placeholder">
<img
alt="no links!"
src="{{ url_for('static', filename='photos/placeholder.png') }}"
class="projectLink"
/>
</div>
{% if bgi|length > 0 %} {% set path = url_for('static',
filename='photos/projects/' + bgi) %}
<img class="" src="{{ path }}" alt="Ref image for {{ title }} project" />
{% endif %}
</div>
<div class="grow backedBody">
<div class="projDesc vFlex spaceBetween">
<p>{{ content }}</p>
<div class="projLinks">
{% for i in links %} {% set src = 'icons/' + i[0] + '.svg' %}
<a href="{{i[1]}}">
<img
class="projectLink"
src="{{ url_for('static', filename=src) }}"
alt="{{i[0]}}"
/>
</a>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
{% endmacro %}

View File

@@ -3,7 +3,6 @@
<div class="foregroundContent">
<div data-aos="fade-up">
<h2 class="concentratedHead">Projects</h2>
<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>
<!-- >