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 @@
- 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.
--> +