vibe check

This commit is contained in:
2024-12-29 20:15:07 -05:00
parent 2bf7c6837b
commit a6fb8ab43a
5 changed files with 42 additions and 22 deletions

View File

@@ -139,7 +139,11 @@ a, a p {
#homeIcon {
margin: auto;
display: block;
width: 5em;
/* width: 5em; */
width: 15em;
/* height: 30em; */
/* max-height: 70vh; */
max-width: 90vw;
}
#homeName {
@@ -221,6 +225,10 @@ a, a p {
overflow-y: hidden;
}
.selfcenter {
align-self: center;
}
.langstats {
width: min(100%, 350px);
/* height: 165px; */

View File

@@ -2,7 +2,6 @@
"selection": [
"The Rational Optimist",
"The End of the World is Just the Beginning",
"The Tyranny of Metrics",
"When to Rob a Bank",
"Freakonomics",
"The Accidental Superpower",

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

View File

@@ -1,12 +1,16 @@
{% block content %} {% macro nameplate() %}
<div>
<h1 id="homeName" class="textGrad">Andrew Simonson</h1>
<h2 class="textGrad">I don't know what to do with this site anymore</h2>
<div class="flex vertOnMobile">
<div>
<img
src="{{ url_for('static', filename='photos/jebwin.png') }}"
src="{{ url_for('static', filename='photos/moonWizard.jpeg') }}"
id="homeIcon"
alt="logo"
/>
<h1 id="homeName" class="textGrad">Andrew Simonson</h1>
<h2 class="textGrad">Data Science Beyond Theoreticals</h2>
</div>
</div>
</div>
{% endmacro %}
@@ -21,11 +25,10 @@
<h2>About Me</h2>
<p>
I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->,
a senior undergrad at
<strong>Rochester Institute of Technology </strong>
in the <b>Computer Science BS</b> program (international relations
minor), pursuing a career in data science. I have study clusters in
Data Science and AI and run independent studies in probability theory.
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've worked on a variety of projects, from building analytical tools
@@ -56,6 +59,23 @@
</div>
</div>
<br />
<div class='flex'>
<div class="pointer selfcenter" onClick="goto('duck')">
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
</div>
<div class='selfcenter'>
<img
src="{{ url_for('static', filename='photos/electricityStabby.png') }}"
alt="memes, idk."
class="smallImg"
/>
</div>
</div>
<br />
<div id="aboutCards" class="flex">
<div class="chess">
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')
@@ -77,15 +97,8 @@
src="https://www.strava.com/athletes/139855203/latest-rides/95b8e0be96e32b8de82254d1c6627723a35eea6f"
></iframe>
</div>
<div class="pointer" onClick="goto('duck')">
<img
alt="duck spinning"
src="{{ url_for('static', filename='photos/gifs/duck-spinning.gif') }}"
class="smallImg"
/>
</div>
</div>
<br />
</div>
</div>
{% endblock %}
</div>
{% endblock %}