diff --git a/asset-manifest.json b/asset-manifest.json index 02681ac..4d06010 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,17 +1,19 @@ { "files": { - "main.css": "/static/css/main.16f86460.chunk.css", - "main.js": "/static/js/main.d1fa42b6.chunk.js", - "main.js.map": "/static/js/main.d1fa42b6.chunk.js.map", - "runtime-main.js": "/static/js/runtime-main.fbc12942.js", - "runtime-main.js.map": "/static/js/runtime-main.fbc12942.js.map", - "static/js/2.0af83dcc.chunk.js": "/static/js/2.0af83dcc.chunk.js", - "static/js/2.0af83dcc.chunk.js.map": "/static/js/2.0af83dcc.chunk.js.map", - "static/js/3.fd30719e.chunk.js": "/static/js/3.fd30719e.chunk.js", - "static/js/3.fd30719e.chunk.js.map": "/static/js/3.fd30719e.chunk.js.map", + "main.css": "/static/css/main.cfa1ce00.chunk.css", + "main.js": "/static/js/main.7489b2f2.chunk.js", + "main.js.map": "/static/js/main.7489b2f2.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.dec7144a.js", + "runtime-main.js.map": "/static/js/runtime-main.dec7144a.js.map", + "static/css/2.ec02d681.chunk.css": "/static/css/2.ec02d681.chunk.css", + "static/js/2.132a0e14.chunk.js": "/static/js/2.132a0e14.chunk.js", + "static/js/2.132a0e14.chunk.js.map": "/static/js/2.132a0e14.chunk.js.map", + "static/js/3.ae2c7ba6.chunk.js": "/static/js/3.ae2c7ba6.chunk.js", + "static/js/3.ae2c7ba6.chunk.js.map": "/static/js/3.ae2c7ba6.chunk.js.map", "index.html": "/index.html", - "static/css/main.16f86460.chunk.css.map": "/static/css/main.16f86460.chunk.css.map", - "static/js/2.0af83dcc.chunk.js.LICENSE.txt": "/static/js/2.0af83dcc.chunk.js.LICENSE.txt", + "static/css/2.ec02d681.chunk.css.map": "/static/css/2.ec02d681.chunk.css.map", + "static/css/main.cfa1ce00.chunk.css.map": "/static/css/main.cfa1ce00.chunk.css.map", + "static/js/2.132a0e14.chunk.js.LICENSE.txt": "/static/js/2.132a0e14.chunk.js.LICENSE.txt", "static/media/email.eabba385.svg": "/static/media/email.eabba385.svg", "static/media/github.bfe22a7c.svg": "/static/media/github.bfe22a7c.svg", "static/media/instagram.246d7b69.svg": "/static/media/instagram.246d7b69.svg", @@ -19,9 +21,10 @@ "static/media/linkedin.9e984989.svg": "/static/media/linkedin.9e984989.svg" }, "entrypoints": [ - "static/js/runtime-main.fbc12942.js", - "static/js/2.0af83dcc.chunk.js", - "static/css/main.16f86460.chunk.css", - "static/js/main.d1fa42b6.chunk.js" + "static/js/runtime-main.dec7144a.js", + "static/css/2.ec02d681.chunk.css", + "static/js/2.132a0e14.chunk.js", + "static/css/main.cfa1ce00.chunk.css", + "static/js/main.7489b2f2.chunk.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index 29d75d1..16c0e8c 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
Ahoy, I'm Andrew Simonson
\r\nI'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\nWhen 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.
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{this.props.children}
\r\nProject status is indicated by the color of the project card:
⬤ - Complete
\r\n ⬤ - Work In Progress
⬤ - incomplete
Ahoy, I'm Andrew Simonson
\r\nI'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\nWhen 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.
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 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{props.children}
\r\n