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

View File

@@ -2,7 +2,6 @@
"selection": [ "selection": [
"The Rational Optimist", "The Rational Optimist",
"The End of the World is Just the Beginning", "The End of the World is Just the Beginning",
"The Tyranny of Metrics",
"When to Rob a Bank", "When to Rob a Bank",
"Freakonomics", "Freakonomics",
"The Accidental Superpower", "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() %} {% block content %} {% macro nameplate() %}
<div> <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 <img
src="{{ url_for('static', filename='photos/jebwin.png') }}" src="{{ url_for('static', filename='photos/moonWizard.jpeg') }}"
id="homeIcon" id="homeIcon"
alt="logo" alt="logo"
/> />
<h1 id="homeName" class="textGrad">Andrew Simonson</h1> </div>
<h2 class="textGrad">Data Science Beyond Theoreticals</h2> </div>
</div> </div>
{% endmacro %} {% endmacro %}
@@ -21,11 +25,10 @@
<h2>About Me</h2> <h2>About Me</h2>
<p> <p>
I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->, I'm Andrew Simonson<!--, CEO of the anti-thermodynamics syndicate.-->,
a senior undergrad at a graduate Data Science student at
<strong>Rochester Institute of Technology </strong> <strong>Rochester Institute of Technology</strong>, having recently
in the <b>Computer Science BS</b> program (international relations completed the <b>Computer Science BS</b> program (international
minor), pursuing a career in data science. I have study clusters in relations minor) with a focus on probability theory.
Data Science and AI and run independent studies in probability theory.
<br /> <br />
<br /> <br />
I've worked on a variety of projects, from building analytical tools I've worked on a variety of projects, from building analytical tools
@@ -56,6 +59,23 @@
</div> </div>
</div> </div>
<br /> <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 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')
@@ -77,15 +97,8 @@
src="https://www.strava.com/athletes/139855203/latest-rides/95b8e0be96e32b8de82254d1c6627723a35eea6f" src="https://www.strava.com/athletes/139855203/latest-rides/95b8e0be96e32b8de82254d1c6627723a35eea6f"
></iframe> ></iframe>
</div> </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 /> <br />
</div> </div>
</div>
{% endblock %}
</div> </div>
{% endblock %}