inserting too many gifs

This commit is contained in:
2025-07-14 18:11:58 -05:00
parent 850e27a8e2
commit 1721a2d885
17 changed files with 160 additions and 119 deletions

View File

@@ -2,9 +2,46 @@
<div class="foreground"></div>
<div class="foregroundContent">
<div data-aos="fade-up">
<h2 class="concentratedHead">Projects</h2>
<h2 class="concentratedHead">Projects</h2>
</div>
<div class="flex equalitems vertOnMobile">
<div>
<h2>About Me</h2>
<p>
I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->,
a <strong>Data Scientist at Ecolab</strong> and a graduate Data
Science student at
<strong>Rochester Institute of Technology</strong>, having
recently completed the <b>Computer Science BS</b> program
(international relations minor) with a focus on probability
theory.
<br />
<br />
I got my start ~2017 reverse engineering probablistic logic
models in games and developing interfaces to recreate my
findings for friends. Now I develop tracable AI built on
deductive reasoning, maintaning scientific methodology in an
industry obsessed with implicit rules and exclusive empiricism.
As the analysis grew more sophisticated, so too did the tech
stack - to the point that I now manage most services, like this
website, end to end, container image to insight visual.
<br />
<br />
I get bored and throw random stuff on this website. It's a form
of unprofessional development and I swear by this form of
learning.
</p>
</div>
<div id="skills">
<h2 id="skillstag">Skills</h2>
{% from 'partials/skills.html' import skills %} {{
skills(var['skillList']) }}
</div>
</div>
<br />
<h2>Projects</h2>
<!-- >
<div class="checkbox-wrapper">
<div class="flex start">
@@ -31,13 +68,13 @@
</div>
</!-->
<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"]) }}
{% endfor %}
{% 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"]) }} {% endfor
%}
</div>
</div>
</div>
<!--><script>toggleCheckbox('')</script></!-->
{% endblock %}
<!--><script>toggleCheckbox('')</script></!-->
{% endblock %}