diff --git a/src/static/css/App.css b/src/static/css/App.css index 9580d7a..02f00e0 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -26,8 +26,6 @@ html, body { body { margin: 0; - /* background-image: url('../photos/plexus.jpg'); */ - /*url('https://i.pinimg.com/originals/d6/c3/ac/d6c3ac09021dbc0cda8ee27837d2c795.png')*/ background-attachment: fixed; background-size: 100% auto; background-clip: border-box; diff --git a/src/static/json/projects.json b/src/static/json/projects.json index 74a1471..3945b2e 100644 --- a/src/static/json/projects.json +++ b/src/static/json/projects.json @@ -13,64 +13,18 @@ ] ] }, - "LogicFlow": { - "status": "incomplete", - "classes": "programming", - "bgi": "logicflow.jpg", - "content": "Translate paragraphs to logical flowcharts, powered by ChatGPT Winner of CSHacks' Best Use of AI by Paychex", - "links": [ - [ - "github", "https://github.com/asimonson1125/LogicFlow", "git repo" - ], - [ - "globe", "https://devpost.com/software/logicflow", "Hackathon listing" - ] - ] - }, - "Alternative Energy Map": { - "status": "complete", - "classes": "pinned geospacial", - "bgi": "geovisF.png", - "content": "ArcGIS Map of the most effective alternative energy sources in the continental United States", - "links": [ - [ - "globe", - "https://ritarcgis.maps.arcgis.com/apps/dashboards/17d5bda01edc4a2eb6205a4922d889c9", - "ArcGIS" - ] - ] - }, "OccupyRIT": { "status": "WIP", - "classes": "programming", + "classes": "pinned programming", "bgi": "occupyRIT.png", "content": "Collects RIT Gym Occupancy data, determining busiest workout times", "links": [ ["github", "https://github.com/asimonson1125/Occupy-RIT", "git repo"] ] }, - "Chesscom Embeds": { - "status": "complete", - "classes": "programming", - "bgi": "chessbed.png", - "content": "A template for creating Chess.com user profile embeds", - "links": [ - ["github", "https://github.com/asimonson1125/chesscom-embed", "git repo"] - ] - }, - "Resume": { - "status": "WIP", - "classes": "programming", - "bgi": "resume.png", - "content": "My Resume, made in LaTeX with a custom design derived by the AltaCV template on OverLeaf", - "links": [ - ["github", "https://github.com/asimonson1125/Resume", "git repo"], - ["globe", "https://asimonson.com/Resume.pdf", "Resume"] - ] - }, "Digital Portfolio": { "status": "WIP", - "classes": "programming", + "classes": "pinned programming", "bgi": "website.png", "content": "My personal portfolio website (you're on it now!)", "links": [ @@ -88,32 +42,6 @@ ["globe", "https://slate.csh.rit.edu", "site link"] ] }, - "HvZ Bot": { - "status": "complete", - "classes": "programming", - "bgi": "", - "content": "A Discord bot to handle role management and statistics for RIT's Humans vs. Zombies games", - "links": [ - ["github", "https://github.com/asimonson1125/HvZ-bot", "git repo"] - ] - }, - "FinTech": { - "status": "WIP", - "classes": "pinned programming", - "bgi": "", - "content": "A team derived from the RIT Financial Management Association dedicated to learning about financial management of equities using automated solutions developed by students", - "links": [ - ["github", "https://github.com/LukeHorigan/Financial-Management-Assocation-", "git repo"] - ] - }, - "Browser Trivia Bot": { - "status": "complete", - "classes": "programming", - "bgi": "", - "content": "A tampermonkey tool used to automatically answer and submit online trivia forms, which can be tailored to different site layouts. Source currently private.", - "links": [ - ] - }, "NationsGame Rolls Sim": { "status": "complete", "classes": "programming", @@ -122,24 +50,5 @@ "links": [ ["github", "https://github.com/asimonson1125/NG-Rolls-Simulator", "git repo"] ] - }, - "VEXcode Button Engine": { - "status": "complete", - "classes": "programming", - "bgi": "vexcodeButtons.jpeg", - "content": "VEXcode button library + examples and template for the VEX V5 brain", - "links": [ - ["github", "https://github.com/asimonson1125/VEXcode-Button-Generator", "git repo"], - ["globe", "https://www.vexforum.com/t/vexcode-button-generator/72450", "Forum post"] - ] - }, - "WinKeylogger": { - "status": "complete", - "classes": "programming", - "bgi": "", - "content": "A C++ keylogger for windows based off a Udemy course with my custom modifications and powershell script", - "links": [ - ["github", "https://github.com/asimonson1125/WinKeylogger", "git repo"] - ] } } diff --git a/src/static/photos/AcademicTeam.jpg b/src/static/photos/AcademicTeam.jpg deleted file mode 100644 index 3cc0ad8..0000000 Binary files a/src/static/photos/AcademicTeam.jpg and /dev/null differ diff --git a/src/static/photos/WeThePeople.jpg b/src/static/photos/WeThePeople.jpg deleted file mode 100644 index 0e92ca3..0000000 Binary files a/src/static/photos/WeThePeople.jpg and /dev/null differ diff --git a/src/static/photos/WeThePeople_Districts.jpg b/src/static/photos/WeThePeople_Districts.jpg deleted file mode 100644 index 53eac4d..0000000 Binary files a/src/static/photos/WeThePeople_Districts.jpg and /dev/null differ diff --git a/src/static/photos/WeThePeople_NationalsSetup.jpg b/src/static/photos/WeThePeople_NationalsSetup.jpg deleted file mode 100644 index 413a31d..0000000 Binary files a/src/static/photos/WeThePeople_NationalsSetup.jpg and /dev/null differ diff --git a/src/static/photos/chessbed.png b/src/static/photos/chessbed.png deleted file mode 100644 index 0400d6d..0000000 Binary files a/src/static/photos/chessbed.png and /dev/null differ diff --git a/src/static/photos/geovisF.png b/src/static/photos/geovisF.png deleted file mode 100644 index 172189e..0000000 Binary files a/src/static/photos/geovisF.png and /dev/null differ diff --git a/src/static/photos/hagerstownVex2019.jpg b/src/static/photos/hagerstownVex2019.jpg deleted file mode 100644 index 0cff15a..0000000 Binary files a/src/static/photos/hagerstownVex2019.jpg and /dev/null differ diff --git a/src/static/photos/itsa_me.JPG b/src/static/photos/itsa_me.JPG deleted file mode 100644 index 6cd7514..0000000 Binary files a/src/static/photos/itsa_me.JPG and /dev/null differ diff --git a/src/static/photos/logicflow.jpg b/src/static/photos/logicflow.jpg deleted file mode 100644 index 7ebac96..0000000 Binary files a/src/static/photos/logicflow.jpg and /dev/null differ diff --git a/src/static/photos/plexus.jpg b/src/static/photos/plexus.jpg deleted file mode 100644 index b4de7b2..0000000 Binary files a/src/static/photos/plexus.jpg and /dev/null differ diff --git a/src/static/photos/resume.png b/src/static/photos/resume.png deleted file mode 100644 index f810c68..0000000 Binary files a/src/static/photos/resume.png and /dev/null differ diff --git a/src/static/photos/vexcodeButtons.jpeg b/src/static/photos/vexcodeButtons.jpeg deleted file mode 100644 index ad7a861..0000000 Binary files a/src/static/photos/vexcodeButtons.jpeg and /dev/null differ diff --git a/src/templates/projects.html b/src/templates/projects.html index 11d8d74..12834f0 100644 --- a/src/templates/projects.html +++ b/src/templates/projects.html @@ -3,7 +3,6 @@
Project status is indicated by the color of the project card:
@@ -14,6 +13,8 @@
⬤ - Incomplete