Files
asimonson1125.github.io/src/templates/home.html
2026-02-12 17:57:30 -06:00

59 lines
2.4 KiB
HTML
Executable File

{% block content %} {% macro nameplate() %}
<div>
<h1 id="homeName" class="textGrad">Andrew's Definitely Active Website</h1>
<div class="flex vertOnMobile">
<div>
<img
src="{{ url_for('static', filename='photos/extradimensionalSq.avif') }}"
id="homeIcon"
fetchpriority=high
alt="Biblically Accurate Seraphim"
/>
</div>
</div>
</div>
{% endmacro %}
<div class="foreground homeground"></div>
<div class="relative">
<div id="nametag" class="flex" data-aos="fade-up">{{ nameplate() }}</div>
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
<div id="desktopSpacer"></div>
<div class="homeSubContent">
<img class='blinkies' alt='Pepsi Addict' src="{{ url_for('static', filename='photos/blinkies/pepsiaddict.gif') }}" loading="lazy" />
<img class='blinkies' alt='Secret Message' src="{{ url_for('static', filename='photos/blinkies/tooclose.gif') }}" loading="lazy" />
<img class='blinkies' alt="They took my blood but it wasn't DNA, it was USA" src="{{ url_for('static', filename='photos/blinkies/usa.gif') }}" loading="lazy" />
<img class='blinkies' alt='Bob the Builder gif' src="{{ url_for('static', filename='photos/blinkies/bobthebuilder.gif') }}" loading="lazy" />
<div>
<br />
<strong> You've reached the website for Andrew Simonson's digital shenanigans.</strong>
<h3>Now What?</h3>
<p>
Go back and find the link that I originally shared. Or poke around. Be your own person.</br>
I'll grant myself some titles while I'm at it:
</p>
<ul>
<li>Wicked Wizard of the West</li>
<li>Enemy of Node.js, Hater of Bloat</li>
<li>Load-Bearing Coconut</li>
<li>Creator and Harnesser of Energy</li>
</ul>
</div>
<br />
{#
<div id="aboutCards" class="flex">
<div class="chess">
{% from 'partials/chess.html' import chess %} {{
chess('asimonson1125') }}
</div>
<br />
<div>
<img height='150px' alt='stabby' src="{{ url_for('static', filename='photos/electricityStabby.png') }}" loading="lazy" />
</div>
<br />
</div>
#}
</div>
{% endblock %}
</div>