\r\n )\r\n}","export default __webpack_public_path__ + \"static/media/github.bfe22a7c.svg\";","export default __webpack_public_path__ + \"static/media/instagram.246d7b69.svg\";","export default __webpack_public_path__ + \"static/media/linkedin.9e984989.svg\";","export default __webpack_public_path__ + \"static/media/email.eabba385.svg\";","import React from 'react';\r\n\r\nimport github from '../assets/github.svg'\r\nimport instagram from '../assets/instagram.svg'\r\nimport linkedin from '../assets/linkedin.svg'\r\nimport email from '../assets/email.svg'\r\n\r\nexport default function Socials(){\r\n return(\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n )\r\n}","import React from \"react\";\r\nimport { Carousel } from \"react-responsive-carousel\";\r\nimport \"react-responsive-carousel/lib/styles/carousel.min.css\";\r\n\r\nexport default function ResponsiveCarousel(props) {\r\n let slides = [];\r\n props.children.forEach(x => {\r\n slides.push (\r\n
\r\n \r\n
{x[1]}
\r\n
\r\n )\r\n });\r\n return (\r\n
\r\n
\r\n \r\n {slides}\r\n \r\n
\r\n
\r\n );\r\n}","export default __webpack_public_path__ + \"static/media/itsa_me.0e81b396.JPG\";","export default __webpack_public_path__ + \"static/media/me_robot.56b9807e.jpeg\";","export default __webpack_public_path__ + \"static/media/me_dog.efaab604.jpg\";","import React from 'react';\r\nimport MyCarousel from '../componets/Carousel.js';\r\nimport img1 from '../assets/itsa_me.JPG'\r\nimport img2 from '../assets/me_robot.jpeg'\r\nimport img3 from '../assets/me_dog.jpg'\r\n\r\nexport default function Home() {\r\n return (\r\n <>\r\n
\r\n
Ahoy, I'm Andrew Simonson
\r\n
I'm a first year student at Rochester Institute of Technology \r\n in the Computing Exploration program and am pursuing a career in data\r\n science with a focus on predictive analytics.\r\n
\r\n
When I'm not in class, you can find me working on extra collaborative projects,\r\n building discord bots, playing chess, reading up on some recent geopolitical\r\n development, or in my dorm with a fat pint of ice cream.\r\n
\r\n )\r\n }\r\n}\r\n","import ProjectList from '../componets/ProjectList'\r\nimport Project from '../componets/Project'\r\nimport github from '../assets/github.svg'\r\n\r\nexport default function Projects(){\r\n return(\r\n <>\r\n
\r\n
Projects
\r\n
Project status is indicated by the color of the project card: ⬤ - Complete \r\n ⬤ - Work In Progress ⬤ - Incomplete\r\n
\r\n
\r\n \r\n }>\r\n A personal portfolio site made with React.js.\r\n \r\n }>\r\n Slate is a web app designed to help event coordinators schedule events by congregating participant calendar data.\r\n \r\n }>\r\n A modular discord bot to manage class discord servers.\r\n \r\n }>\r\n A simulator for the browser game, NationsGame, to analyze unit composition and predict in-game victors and unit statistics.\r\n \r\n }>\r\n A Discord bot to handle role management and statistics for RIT's Humans vs. Zombies games.\r\n \r\n }>\r\n A GNOME extension that cycles through a folder of wallpapers.\r\n \r\n }>\r\n A C++ keylogger for windows based off a udemy course with my custom modifications and powershell script.\r\n \r\n \r\n >\r\n )\r\n}","import React from 'react'\r\n\r\nexport default function Skills(props){\r\n let allSkills;\r\n props.children.forEach(x => {\r\n allSkills = (\r\n <>\r\n {allSkills}\r\n
{x}
\r\n >\r\n )\r\n });\r\n return (\r\n
\r\n {allSkills}\r\n
);\r\n}","import React from 'react'\r\nimport Skills from '../componets/Skills'\r\n\r\nexport default function AboutMe(){\r\n return(\r\n <>\r\n
\r\n
About Me
\r\n
My main goal in life is to always strive to make the biggest positive impact on\r\n the world that I can. Regardless of whether that is done behind the scenes or\r\n on the front lines, that is how I'll know I have purpose.\r\n
\r\n
I also value the ability to understand the world at large. That awareness is \r\n what grounds a person into reality and gives their place in the world value. \r\n When I learn about geography or international politics, my favorite parts are\r\n when I can understand the causality to shifts both in history and the present\r\n because it presents an inside look into how we can learn from related events.\r\n
\r\n
There is one single special interest that makes me unique, so it is my goal to\r\n be the one with a collection of distinct interests and a knack for bridging \r\n the gap between them.\r\n
\r\n >\r\n )\r\n}","import { Route, Link, HashRouter as Router } from 'react-router-dom'\n\nimport './App.css';\nimport Nav from './componets/Nav.js'\nimport Socials from './componets/Socials.js'\nimport Home from './pages/Home.js'\nimport Projects from './pages/Projects';\nimport AboutMe from './pages/AboutMe';\nimport AOS from 'aos';\nimport 'aos/dist/aos.css'; // You can also use for styles\n\nAOS.init();\n\nfunction App() {\n return (\n \n
\n \n );\n}\n\nexport default App;\n","const reportWebVitals = onPerfEntry => {\n if (onPerfEntry && onPerfEntry instanceof Function) {\n import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n getCLS(onPerfEntry);\n getFID(onPerfEntry);\n getFCP(onPerfEntry);\n getLCP(onPerfEntry);\n getTTFB(onPerfEntry);\n });\n }\n};\n\nexport default reportWebVitals;\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimport reportWebVitals from './reportWebVitals';\nimport './responsive.js'\n\nReactDOM.render(\n \n \n ,\n document.getElementById('root')\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/main.4c745fd1.chunk.js b/static/js/main.4c745fd1.chunk.js
deleted file mode 100644
index 2e2a4ce..0000000
--- a/static/js/main.4c745fd1.chunk.js
+++ /dev/null
@@ -1,2 +0,0 @@
-(this.webpackJsonpportfolio=this.webpackJsonpportfolio||[]).push([[0],{31:function(e,t,s){},49:function(e,t){window.onscroll=function(){document.body.scrollTop>80||document.documentElement.scrollTop>80?(document.querySelector(".header").style.backgroundColor="#1a1a1a",document.querySelector(".header > a > h1").style.fontSize="2rem",document.querySelectorAll(".navBar > li").forEach((function(e){e.style.paddingTop="0rem",e.style.paddingBottom="0rem"}))):(document.querySelector(".header").style.backgroundColor="rgba(0,0,0,0)",document.querySelector(".header > a > h1").style.fontSize="2.5rem",document.querySelectorAll(".navBar > li").forEach((function(e){e.style.paddingTop=".3rem",e.style.paddingBottom=".3rem"})))}},50:function(e,t,s){"use strict";s.r(t);var i=s(1),n=s.n(i),c=s(12),a=s.n(c),r=s(9),o=s(2),l=(s(31),s(0));function d(e){for(var t,s=0;s 80 || document.documentElement.scrollTop > 80) {\r\n document.querySelector('.header').style.backgroundColor = '#1a1a1a';\r\n document.querySelector('.header > a > h1').style.fontSize = \"2rem\";\r\n // document.querySelector('.header > h1').style.color = \"#a8a8a8\";\r\n document.querySelectorAll('.navBar > li').forEach(x => {x.style.paddingTop = '0rem'; x.style.paddingBottom = '0rem'});\r\n } else {\r\n document.querySelector('.header').style.backgroundColor = 'rgba(0,0,0,0)';\r\n document.querySelector('.header > a > h1').style.fontSize = \"2.5rem\";\r\n // document.querySelector('.header > h1').style.color = \"#ecebeb\";\r\n document.querySelectorAll('.navBar > li').forEach(x => {x.style.paddingTop = '.3rem'; x.style.paddingBottom = '.3rem'});\r\n }\r\n} ","import React from 'react';\r\n\r\nexport default function Nav(props){\r\n let items;\r\n for(let i = 0; i < props.children.length; i++){\r\n items = (\r\n <>\r\n {items}\r\n
{props.children[i]}
\r\n >\r\n )\r\n }\r\n return(\r\n
\r\n
\r\n {items}\r\n
\r\n
\r\n )\r\n}","export default __webpack_public_path__ + \"static/media/github.bfe22a7c.svg\";","export default __webpack_public_path__ + \"static/media/instagram.246d7b69.svg\";","export default __webpack_public_path__ + \"static/media/linkedin.9e984989.svg\";","export default __webpack_public_path__ + \"static/media/email.eabba385.svg\";","import React from 'react';\r\n\r\nimport github from '../assets/github.svg'\r\nimport instagram from '../assets/instagram.svg'\r\nimport linkedin from '../assets/linkedin.svg'\r\nimport email from '../assets/email.svg'\r\n\r\nexport default function Socials(){\r\n return(\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n )\r\n}","import React from \"react\";\r\nimport { Carousel } from \"react-responsive-carousel\";\r\nimport \"react-responsive-carousel/lib/styles/carousel.min.css\";\r\n\r\nexport default function ResponsiveCarousel(props) {\r\n let slides = [];\r\n props.children.forEach(x => {\r\n slides.push (\r\n
\r\n \r\n
{x[1]}
\r\n
\r\n )\r\n });\r\n return (\r\n
\r\n
\r\n \r\n {slides}\r\n \r\n
\r\n
\r\n );\r\n}","export default __webpack_public_path__ + \"static/media/itsa_me.0e81b396.JPG\";","export default __webpack_public_path__ + \"static/media/me_robot.56b9807e.jpeg\";","export default __webpack_public_path__ + \"static/media/me_dog.efaab604.jpg\";","import React from 'react';\r\nimport MyCarousel from '../componets/Carousel.js';\r\nimport img1 from '../assets/itsa_me.JPG'\r\nimport img2 from '../assets/me_robot.jpeg'\r\nimport img3 from '../assets/me_dog.jpg'\r\n\r\nexport default function Home() {\r\n return (\r\n <>\r\n
\r\n
Ahoy, I'm Andrew Simonson
\r\n
I'm a first year student at Rochester Institute of Technology \r\n in the Computing Exploration program and am pursuing a career in data\r\n science with a focus on predictive analytics.\r\n
\r\n
When I'm not in class, you can find me working on extra collaborative projects,\r\n building discord bots, playing chess, reading up on some recent geopolitical\r\n development, or in my dorm with a fat pint of ice cream.\r\n
\r\n )\r\n }\r\n}\r\n","import ProjectList from '../componets/ProjectList'\r\nimport Project from '../componets/Project'\r\nimport github from '../assets/github.svg'\r\n\r\nexport default function Projects(){\r\n return(\r\n <>\r\n
\r\n
Projects
\r\n
Project status is indicated by the color of the project card: ⬤ - Complete \r\n ⬤ - Work In Progress ⬤ - incomplete\r\n
\r\n
\r\n \r\n }>\r\n A personal portfolio site made with React.js\r\n \r\n }>\r\n Slate is a web app designed to help event coordinators schedule events by congregating participant calendar data\r\n \r\n }>\r\n A modular discord bot to manage class discord servers.\r\n \r\n }>\r\n A simulator for the browser game, NationsGame, to analyze unit composition and predict in-game victors and unit statistics.\r\n \r\n }>\r\n A Discord bot to handle role management and statistics for RIT's Humans vs. Zombies games.\r\n \r\n }>\r\n A GNOME extension that cycles through a folder of wallpapers\r\n \r\n }>\r\n A C++ keylogger for windows based off a udemy course with my custom modifications and powershell script.\r\n \r\n \r\n >\r\n )\r\n}","import React from 'react'\r\n\r\nexport default function Skills(props){\r\n let allSkills;\r\n props.children.forEach(x => {\r\n allSkills = (\r\n <>\r\n {allSkills}\r\n
{x}
\r\n >\r\n )\r\n });\r\n return (\r\n
\r\n {allSkills}\r\n
);\r\n}","import React from 'react'\r\nimport Skills from '../componets/Skills'\r\n\r\nexport default function AboutMe(){\r\n return(\r\n <>\r\n
\r\n
About Me
\r\n
My main goal in life is to always strive to make the biggest positive impact on\r\n the world that I can. Regardless of whether that is done behind the scenes or\r\n on the front lines, that is how I'll know I have purpose.\r\n
\r\n
I also value the ability to understand the world at large. That awareness is \r\n what grounds a person into reality and gives their place in the world value. \r\n When I learn about geography or international politics, my favorite parts are\r\n when I can understand the causality to shifts both in history and the present\r\n because it presents an inside look into how we can learn from related events.\r\n
\r\n
There is one single special interest that makes me unique, so it is my goal to\r\n be the one with a collection of distinct interests and a knack for bridging \r\n the gap between them.\r\n
\r\n >\r\n )\r\n}","import { Route, Link, HashRouter as Router } from 'react-router-dom'\n\nimport './App.css';\nimport Nav from './componets/Nav.js'\nimport Socials from './componets/Socials.js'\nimport Home from './pages/Home.js'\nimport Projects from './pages/Projects';\nimport AboutMe from './pages/AboutMe';\nimport AOS from 'aos';\nimport 'aos/dist/aos.css'; // You can also use for styles\n\nAOS.init();\n\nfunction App() {\n return (\n \n
\n \n );\n}\n\nexport default App;\n","const reportWebVitals = onPerfEntry => {\n if (onPerfEntry && onPerfEntry instanceof Function) {\n import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n getCLS(onPerfEntry);\n getFID(onPerfEntry);\n getFCP(onPerfEntry);\n getLCP(onPerfEntry);\n getTTFB(onPerfEntry);\n });\n }\n};\n\nexport default reportWebVitals;\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimport reportWebVitals from './reportWebVitals';\nimport './responsive.js'\n\nReactDOM.render(\n \n \n ,\n document.getElementById('root')\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"],"sourceRoot":""}
\ No newline at end of file