diff --git a/asset-manifest.json b/asset-manifest.json
index f268c8f..e75f239 100644
--- a/asset-manifest.json
+++ b/asset-manifest.json
@@ -1,8 +1,8 @@
{
"files": {
"main.css": "./static/css/main.16f86460.chunk.css",
- "main.js": "./static/js/main.c78bf644.chunk.js",
- "main.js.map": "./static/js/main.c78bf644.chunk.js.map",
+ "main.js": "./static/js/main.f8cd7a5a.chunk.js",
+ "main.js.map": "./static/js/main.f8cd7a5a.chunk.js.map",
"runtime-main.js": "./static/js/runtime-main.4054cec1.js",
"runtime-main.js.map": "./static/js/runtime-main.4054cec1.js.map",
"static/js/2.dfdec6b7.chunk.js": "./static/js/2.dfdec6b7.chunk.js",
@@ -22,6 +22,6 @@
"static/js/runtime-main.4054cec1.js",
"static/js/2.dfdec6b7.chunk.js",
"static/css/main.16f86460.chunk.css",
- "static/js/main.c78bf644.chunk.js"
+ "static/js/main.f8cd7a5a.chunk.js"
]
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 1cf3b05..225706b 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-
\r\n {items}\r\n {props.children[i]}\r\n >\r\n )\r\n }\r\n return(\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}","export default __webpack_public_path__ + \"static/media/itsa_me.35c65a49.JPG\";","import React from 'react'\r\n\r\nexport default function ProjectList(props){\r\n let projects;\r\n props.children.forEach(function(x){\r\n projects = (\r\n <>\r\n {projects}\r\n {x}\r\n >\r\n );\r\n });\r\n return(\r\n <>\r\n \r\n >\r\n );\r\n} ","import React from 'react'\r\n\r\nexport default function Project(props){\r\n let statusColor = 'rgb(0,0,0)'\r\n if(props.status == \"WIP\"){\r\n statusColor = 'yellow';\r\n }\r\n else if(props.status == \"Complete\"){\r\n statusColor = 'green';\r\n }\r\n else if(props.status == \"Incomplete\"){\r\n statusColor = 'red';\r\n }\r\n return (\r\n \r\n \r\n
{props.title}
\r\n
{props.children}
\r\n
\r\n \r\n \r\n )\r\n}","import { Route, BrowserRouter as Router } from 'react-router-dom'\n\nimport './App.css';\nimport Nav from './componets/Nav.js'\nimport Socials from './componets/Socials.js'\nimport About from './componets/About.js'\nimport Projects from './Projects';\n\nconst routs = (\n \n \n \n \n
\n \n)\n\nfunction App() {\n return (\n \n
\n
\n {routs}\n
\n
\n \n
\n
\n );\n}\n\nexport default App;\n","import React from 'react';\r\nimport picture from '../assets/itsa_me.JPG'\r\n\r\nexport default function About(){\r\n return(\r\n <>\r\n A biography
\r\n Ahoy, I'm Andrew Simonson
\r\n I'm primarily an extremely forgetful person \r\n who, when productive, rewrites fate in favor of my own \r\n short-term interests, or rather, whatever half-assed mistake\r\n results from the attempt.
\r\n When I'm not losing my mindwasting time, \r\n you can find me building discord bots, playing chess, \r\n or actually exercising, doing things like, idk, playing\r\n racquetball or soccer.
\r\n I'm a first year student at Rochester Institute of Technology \r\n in the Computing Exploration program. I'm from Hagerstown, \r\n Maryland.
\r\n >\r\n )\r\n}","import ProjectList from './componets/ProjectList'\r\nimport Project from './componets/Project'\r\n\r\nexport default function Projects(){\r\n return(\r\n <>\r\n Projects
\r\n \r\n \r\n A personal portfolio site made with React.js\r\n \r\n \r\n Slate is a thing\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}","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';\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.f8cd7a5a.chunk.js b/static/js/main.f8cd7a5a.chunk.js
new file mode 100644
index 0000000..1d9ba3a
--- /dev/null
+++ b/static/js/main.f8cd7a5a.chunk.js
@@ -0,0 +1,2 @@
+(this.webpackJsonpportfolio=this.webpackJsonpportfolio||[]).push([[0],{22:function(e,t,s){},31:function(e,t,s){"use strict";s.r(t);var i=s(7),n=s.n(i),c=s(14),r=s.n(c),o=s(15),a=s(2),l=(s(22),s(0));function j(e){for(var t,s=0;s\r\n {items}\r\n {props.children[i]}\r\n >\r\n )\r\n }\r\n return(\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}","export default __webpack_public_path__ + \"static/media/itsa_me.35c65a49.JPG\";","import React from 'react'\r\n\r\nexport default function ProjectList(props){\r\n let projects;\r\n props.children.forEach(function(x){\r\n projects = (\r\n <>\r\n {projects}\r\n {x}\r\n >\r\n );\r\n });\r\n return(\r\n <>\r\n \r\n >\r\n );\r\n} ","import React from 'react'\r\n\r\nexport default function Project(props){\r\n let statusColor = 'rgb(0,0,0)'\r\n if(props.status == \"WIP\"){\r\n statusColor = 'yellow';\r\n }\r\n else if(props.status == \"Complete\"){\r\n statusColor = 'green';\r\n }\r\n else if(props.status == \"Incomplete\"){\r\n statusColor = 'red';\r\n }\r\n return (\r\n \r\n \r\n
{props.title}
\r\n
{props.children}
\r\n
\r\n \r\n \r\n )\r\n}","import { Route, BrowserRouter as Router } from 'react-router-dom'\n\nimport './App.css';\nimport Nav from './componets/Nav.js'\nimport Socials from './componets/Socials.js'\nimport About from './componets/About.js'\nimport Projects from './Projects';\n\nconst routs = (\n \n \n \n \n
\n \n)\n\nfunction App() {\n return (\n \n
\n
\n {routs}\n
\n
\n \n
\n
\n );\n}\n\nexport default App;\n","import React from 'react';\r\nimport picture from '../assets/itsa_me.JPG'\r\n\r\nexport default function About(){\r\n return(\r\n <>\r\n A biography
\r\n Ahoy, I'm Andrew Simonson
\r\n I'm primarily an extremely forgetful person \r\n who, when productive, rewrites fate in favor of my own \r\n short-term interests, or rather, whatever half-assed mistake\r\n results from the attempt.
\r\n When I'm not losing my mindwasting time, \r\n you can find me building discord bots, playing chess, \r\n or actually exercising, doing things like, idk, playing\r\n racquetball or soccer.
\r\n I'm a first year student at Rochester Institute of Technology \r\n in the Computing Exploration program. I'm from Hagerstown, \r\n Maryland.
\r\n >\r\n )\r\n}","import ProjectList from './componets/ProjectList'\r\nimport Project from './componets/Project'\r\n\r\nexport default function Projects(){\r\n return(\r\n <>\r\n Projects
\r\n \r\n \r\n A personal portfolio site made with React.js\r\n \r\n \r\n Slate is a thing\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}","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';\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