diff --git a/src/static/css/App.css b/src/static/css/App.css index 337947b..abcdfce 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -323,12 +323,11 @@ a { .col { width: calc(50% - 3rem); margin-bottom: 3em; + float: left; } .rightCol { - position: absolute; - right: 0; - top: 0; + float: left; margin-right: 3em; } diff --git a/src/templates/about.html b/src/templates/about.html index c9a4c5f..6d833f1 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -5,7 +5,7 @@

About Me

- I'm Andrew Simonson, a second year (third year standing) student at + I'm Andrew Simonson, a fourth year student at Rochester Institute of Technology in the Computer Science BS program, pursuing a career in data science with a focus on predictive analytics. @@ -36,18 +36,79 @@ take pride in each of my projects, bridging the gap between the the multifaceted purpose present in everything around us.

--> +
+ {% from 'partials/chess.html' import chess %} {{ chess('asimonson1125') + }} +
-
+
+

Skills

{% from 'partials/skills.html' import skills %} {{ skills([ "Python", "JavaScript", "Java", "C", "C++", "R", "MIPS Assembly", "Processing", "P5.js", "SQL", "SQLite", "PostgreSQL", "SQLAlchemy", "HTML", "CSS", "Docker", "LaTeX", "ArcGIS", "Git", "Github", "Linux", "OKD4", - "Kubernetes", "Openshift", "Nginx", "Angular", "Flask", "Jinja", "DOM + "Kubernetes", "Openshift", "Nginx", "Angular", "Flask", "Jinja", "Web Scraping", "Google API", "React", "Node.js", "ArcGIS", ]) }} -
- {% from 'partials/chess.html' import chess %} {{ chess('asimonson1125') - }} +
+
+

Timeline

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ {% from 'partials/timeline.html' import timeitem %} {% for i in + var["timeline"] %} {{ timeitem(i, var["timeline"][i]["classes"], + var["timeline"][i]["date"], var["timeline"][i]["content"])}} {% endfor + %} +
+
-
-

Timeline

-
-
- -
-
- -
-
- -
-
- -
-
-
- {% from 'partials/timeline.html' import timeitem %} {% for i in - var["timeline"] %} {{ timeitem(i, var["timeline"][i]["classes"], - var["timeline"][i]["date"], var["timeline"][i]["content"])}} {% endfor - %} -
- -