diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..84ccc7b --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +theme: minima +url: "https://asimonson.com" \ No newline at end of file diff --git a/package.json b/package.json index 0dccb70..44b2819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portfolio", - "version": "0.2.0", + "version": "0.3.0", "homepage": "https://asimonson.com", "private": true, "dependencies": { diff --git a/public/resume.pdf b/public/resume.pdf index fe36555..1485aff 100644 Binary files a/public/resume.pdf and b/public/resume.pdf differ diff --git a/src/App.js b/src/App.js index dce997a..df88d00 100644 --- a/src/App.js +++ b/src/App.js @@ -19,7 +19,7 @@ function App() {

Andrew Simonson

diff --git a/src/pages/AboutMe.js b/src/pages/AboutMe.js index acb335a..5f73c36 100644 --- a/src/pages/AboutMe.js +++ b/src/pages/AboutMe.js @@ -10,68 +10,68 @@ import img6 from '../assets/photos/WeThePeople.jpg' import img7 from '../assets/photos/WeThePeople_NationalsSetup.jpg' -export default function AboutMe(){ - return( -
-
-
-

About Me

-

I'm a first year student at Rochester Institute of Technology - in the Computing Exploration program and am pursuing a career in data - science with a focus on predictive analytics. -

-

When I'm not in class, you can find me working on extra collaborative projects, - building discord bots, playing chess, reading up on some recent geopolitical - development, or in my dorm with a fat pint of ice cream. -

-

My main goal in life is to always strive to make the biggest positive impact on - the world that I can. Regardless of whether that is done behind the scenes or - on the front lines, that is how I'll know I have purpose. -

-

I also value the ability to understand the world at large. That awareness is - what grounds a person into reality and gives their place in the world value. - When I learn about geography or international politics, my favorite parts are - when I can understand the causality to shifts both in history and the present - because it presents an inside look into how we can learn from related events. -

-

There is no one single special interest that makes me unique, so it is my goal to - be the one with a collection of distinct interests and a knack for bridging - the gap between them. -

- Me -
-
-
-
-

Skills

- {['Python','JavaScript','Java','C','C++','SQL','SQLite','Sequelize','SQLAlchemy', - 'HTML','CSS','Object-Oriented Programming','Git','Github','Linux','Raspberry Pi', - 'LaTeX','Angular','Flask','DOM Scraping','Google API','React.js','Node.js']} -
-
-

Extracirricular Awards

- - {[ - { - original: img5, - description: "We the People Civics Competition District Champions" - }, - { - original: img6, - description: "We The People State Civics Competition Champions" - }, - { - original: img7, - description: "what it looks like to compete in We the People Nationals, circa 2020" - }, - { - original:img3, - description: "Academic Team county championships" - } - ]} - +export default function AboutMe() { + return ( +
+
+
+

About Me

+

I'm Andrew Simonson, a second year (third year standing) student at Rochester Institute of Technology + in the Computer Science BS program and am pursuing a career in data + science with a focus on predictive analytics. +

+

When I'm not in class, you can find me working on extra collaborative projects, + building discord bots, playing chess, reading up on some recent geopolitical + development, or in my dorm with a fat pint of ice cream. +

+

My main goal in life is to always strive to make the biggest positive impact on + the world that I can. Regardless of whether that is done behind the scenes or + on the front lines, that is how I'll know I have purpose. +

+

I also value the ability to understand the world at large. That awareness is + what grounds a person into reality and gives their place in the world value. + When I learn about geography or international politics, my favorite parts are + when I can understand the causality to shifts both in history and the present + because it presents an inside look into how we can learn from related events. +

+

There is no one single special interest that makes me unique, so it is my goal to + be the one with a collection of distinct interests and a knack for bridging + the gap between them. +

+ Me
+
+
+
+

Skills

+ {['Python', 'JavaScript', 'Java', 'C', 'C++', 'SQL', 'SQLite', 'Sequelize', 'SQLAlchemy', + 'HTML', 'CSS', 'Object-Oriented Programming', 'Git', 'Github', 'Linux', 'Raspberry Pi', + 'LaTeX', 'Angular', 'Flask', 'DOM Scraping', 'Google API', 'React.js', 'Node.js']}
-
+
+

Extracirricular Awards

+ + {[ + { + original: img5, + description: "We the People Civics Competition District Champions" + }, + { + original: img6, + description: "We The People State Civics Competition Champions" + }, + { + original: img7, + description: "what it looks like to compete in We the People Nationals, circa 2020" + }, + { + original: img3, + description: "Academic Team county championships" + } + ]} + +
+
+
) } \ No newline at end of file diff --git a/src/pages/Resume.js b/src/pages/Resume.js deleted file mode 100644 index 4cb9b86..0000000 --- a/src/pages/Resume.js +++ /dev/null @@ -1,5 +0,0 @@ -import React from 'react' - -export default function Resume(){ - return(); -}