diff --git a/src/static/css/App.css b/src/static/css/App.css index 93d98e3..66c3233 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -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; */ diff --git a/src/static/json/books.json b/src/static/json/books.json index 59f422b..c736877 100644 --- a/src/static/json/books.json +++ b/src/static/json/books.json @@ -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", diff --git a/src/static/photos/electricityStabby.png b/src/static/photos/electricityStabby.png new file mode 100644 index 0000000..cd1318b Binary files /dev/null and b/src/static/photos/electricityStabby.png differ diff --git a/src/static/photos/moonWizard.jpeg b/src/static/photos/moonWizard.jpeg new file mode 100644 index 0000000..739955c Binary files /dev/null and b/src/static/photos/moonWizard.jpeg differ diff --git a/src/templates/home.html b/src/templates/home.html index 856a878..32b1272 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -1,12 +1,16 @@ {% block content %} {% macro nameplate() %}
- logo

Andrew Simonson

-

Data Science Beyond Theoreticals

+

I don't know what to do with this site anymore

+
+
+ logo +
+
{% endmacro %} @@ -21,11 +25,10 @@

About Me

I'm Andrew Simonson, - a senior undergrad at - Rochester Institute of Technology - in the Computer Science BS 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 + Rochester Institute of Technology, having recently + completed the Computer Science BS program (international + relations minor) with a focus on probability theory.

I've worked on a variety of projects, from building analytical tools @@ -56,6 +59,23 @@
+

+
+ duck spinning +
+
+ memes, idk. +
+
+
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125') @@ -77,15 +97,8 @@ src="https://www.strava.com/athletes/139855203/latest-rides/95b8e0be96e32b8de82254d1c6627723a35eea6f" >
-
- duck spinning -
+
-
+ {% endblock %} -{% endblock %}