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

@@ -11,7 +11,7 @@ books = json.load(open("./static/json/books.json", "r"))
skillList = json.load(open("./static/json/skills.json", "r")) skillList = json.load(open("./static/json/skills.json", "r"))
timeline = json.load(open("./static/json/timeline.json", "r")) timeline = json.load(open("./static/json/timeline.json", "r"))
pages = json.load(open("./static/json/pages.json", "r")) pages = json.load(open("./static/json/pages.json", "r"))
pages['home']['skillList'] = skillList pages['projects']['skillList'] = skillList
# pages['about']['timeline'] = timeline # pages['about']['timeline'] = timeline
pages['projects']['projects'] = proj pages['projects']['projects'] = proj
pages['home']['books'] = books pages['home']['books'] = books

View File

@@ -1,17 +1,4 @@
{ {
"Portfolio Website": {
"status": "WIP",
"classes": "programming",
"content": "This website is my personal sandbox where I've integrated some of my data projects via docker cluster. It is self hosted and zero-trust secure while remaining dynamic and free of the tech debt that comes with pre-designed sites and excessive framework application. Yeah, I can do E2E.",
"links": [
["globe", "https://asimonson.com", "Homepage"],
[
"github",
"https://github.com/asimonson1125/asimonson1125.github.io",
"git repo"
]
]
},
"RIT Hotspots": { "RIT Hotspots": {
"status": "WIP", "status": "WIP",
"classes": "pinned geospacial programming", "classes": "pinned geospacial programming",
@@ -28,6 +15,12 @@
"bgi": "watershedTemps.png", "bgi": "watershedTemps.png",
"content": "Geospacial analysis of Maryland's Antietam and Conococheague sub-watersheds, monitoring water quality and temperatures through the summer months for reporting to governmental review boards for environmental protection" "content": "Geospacial analysis of Maryland's Antietam and Conococheague sub-watersheds, monitoring water quality and temperatures through the summer months for reporting to governmental review boards for environmental protection"
}, },
"Automotive Brand Valuation Analysis": {
"status": "complete",
"classes": "programming",
"bgi": "automotiveBrandAnalysis.png",
"content": "Brand valuation analysis of the used car market, measuring value decay by mileage to extrapolate qualities such as percieved reliability and persistent value of luxury features."
},
"Calorimetry Analysis Engineering": { "Calorimetry Analysis Engineering": {
"status": "complete", "status": "complete",
"classes": "pinned programming", "classes": "pinned programming",
@@ -57,6 +50,19 @@
["github", "https://github.com/asimonson1125/Occupy-RIT", "git repo"] ["github", "https://github.com/asimonson1125/Occupy-RIT", "git repo"]
] ]
}, },
"Portfolio Website": {
"status": "WIP",
"classes": "programming",
"content": "This website is my personal sandbox where I've integrated some of my data projects via docker cluster. It is self hosted and zero-trust secure while remaining dynamic and free of the tech debt that comes with pre-designed sites and excessive framework application. Yeah, I can do E2E.",
"links": [
["globe", "https://asimonson.com", "Homepage"],
[
"github",
"https://github.com/asimonson1125/asimonson1125.github.io",
"git repo"
]
]
},
"Slate": { "Slate": {
"status": "complete", "status": "complete",
"classes": "pinned programming", "classes": "pinned programming",

View File

@@ -1,14 +1,15 @@
{ {
"Data and AI": {
"Tools": { "Tools": {
"Microsoft Azure": { "Microsoft Azure": {
"Databricks": {}, "Databricks": {},
"Data Factory": {}, "Data Factory": {},
"Stream Analytics": {} "Stream Analytics": {}
}, },
"Databricks": {},
"Apache Spark": {}, "Apache Spark": {},
"Visual Basic for Applications (Excel)": {} "Visual Basic for Applications (Excel)": {}
}, },
"Data and AI": {
"Python": { "Python": {
"PyTorch/TensorFlow": {}, "PyTorch/TensorFlow": {},
"Numpy/Pandas": {}, "Numpy/Pandas": {},

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -70,7 +70,7 @@
<div class="header"> <div class="header">
<div id="name-container" onclick="goto('home')"> <div id="name-container" onclick="goto('home')">
<div class="line name"> <div class="line name">
<span class="textGrad">Andrew Simonson</span> <span class="textGrad">{# Andrew Simonoson #}</span>
</div> </div>
</div> </div>

View File

@@ -20,37 +20,27 @@
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>--> <!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
<div id="desktopSpacer"></div> <div id="desktopSpacer"></div>
<div class="homeSubContent"> <div class="homeSubContent">
<div class="flex equalitems vertOnMobile"> <img alt='My Brain is Glowing' src="{{ url_for('static', filename='photos/blinkies/brainglow.gif') }}" />
<img alt='Pepsi Addict' src="{{ url_for('static', filename='photos/blinkies/pepsiaddict.gif') }}" />
<img alt='I Fear No Beer' src="{{ url_for('static', filename='photos/blinkies/fearnobeer.gif') }}" />
<img alt='Secret Message' src="{{ url_for('static', filename='photos/blinkies/tooclose.gif') }}" />
<img alt="They took my blood but it wasn't DNA, it was USA" src="{{ url_for('static', filename='photos/blinkies/usa.gif') }}" />
<img alt='Bob the Builder gif' src="{{ url_for('static', filename='photos/blinkies/bobthebuilder.gif') }}" />
<div> <div>
<h2>About Me</h2> <h3>Now What?</h3>
<p> <p>
I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->, As far as linking my online presence together goes...... mission
a <strong>Data Scientist at Ecolab</strong> and a graduate Data accomplished.<br />I guess I can grant myself some titles while
Science student at <strong>Rochester Institute of Technology</strong>, I'm at it:
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> </p>
<ul>
<li>Wicked Wizard of the Well</li>
<li>Brown Belt Fucker Arounder, Black Belt Finder Outer</li>
<li>Hater of Bloat, Enemy of Node.js</li>
<li>Creator and Harnesser of Energy</li>
</ul>
</div> </div>
<div id="skills"> <br />
<h2 id="skillstag">Skills</h2>
{% from 'partials/skills.html' import skills %} {{
skills(var['skillList']) }}
</div>
</div>
{# <br />
<div class="flex"> <div class="flex">
<div class="pointer selfcenter" onClick="goto('duck')"> <div class="pointer selfcenter" onClick="goto('duck')">
<img <img
@@ -66,12 +56,19 @@
class="smallImg" class="smallImg"
/> />
</div> </div>
</div> #} <div class="selfcenter">
<img
src="{{ url_for('static', filename='photos/gifs/tflame.gif') }}"
alt="memes, idk."
class="smallImg"
/>
</div>
</div>
<br /> <br />
<div id="aboutCards" class="flex"> <div id="aboutCards" class="flex">
<div class="chess"> <div class="chess">
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125') {% from 'partials/chess.html' import chess %} {{
}} chess('asimonson1125') }}
</div> </div>
<br /> <br />
<div> <div>

View File

@@ -5,6 +5,43 @@
<h2 class="concentratedHead">Projects</h2> <h2 class="concentratedHead">Projects</h2>
</div> </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="checkbox-wrapper">
<div class="flex start"> <div class="flex start">
@@ -31,13 +68,13 @@
</div> </div>
</!--> </!-->
<div class="projectList vContainer"> <div class="projectList vContainer">
{% from 'partials/project.html' import project %} {% from 'partials/project.html' import project %} {% for i in
{% for i in var["projects"] %} var["projects"] %} {{ project(i, var["projects"][i]["classes"],
{{ project(i, var["projects"][i]["classes"], var["projects"][i]["status"], var["projects"][i]["bgi"], var["projects"][i]["content"], var["projects"][i]["links"]) }} var["projects"][i]["status"], var["projects"][i]["bgi"],
{% endfor %} var["projects"][i]["content"], var["projects"][i]["links"]) }} {% endfor
%}
</div> </div>
</div> </div>
<!--><script>toggleCheckbox('')</script></!--> <!--><script>toggleCheckbox('')</script></!-->
{% endblock %} {% endblock %}