file reorganization

This commit is contained in:
2022-09-26 12:33:49 -04:00
parent f7fe72fc98
commit e7b01fea39
23 changed files with 20 additions and 22 deletions

View File

@@ -64,10 +64,12 @@ export default function AboutMe() {
"Processing",
"P5.js",
"SQL",
"SQLite",
"PostgreSQL",
"SQLAlchemy",
"HTML",
"CSS",
"Docker",
"LaTeX",
"ArcGIS",
"Git",
@@ -82,6 +84,7 @@ export default function AboutMe() {
"Google API",
"React",
"Node.js",
"ArcGIS"
]}
</Skills>
</div>

View File

@@ -1,7 +1,7 @@
import ProjectList from '../componets/ProjectList'
import Project from '../componets/Project'
import github from '../assets/github.svg'
import globe from '../assets/globe.svg'
import github from '../assets/icons/github.svg'
import globe from '../assets/icons/globe.svg'
export default function Projects() {
return (
@@ -20,9 +20,6 @@ export default function Projects() {
<Project status='WIP' title='OccupyRIT' links={[['https://github.com/asimonson1125/Occupy-RIT', <img alt='github' src={github} />]]}>
Collects RIT Gym Occupancy data for analysis, determining busiest times.
</Project>
<Project status='WIP' title='Digital Portfolio' links={[['https://github.com/asimonson1125/asimonson1125.github.io', <img alt='github' src={github} />]]} >
A personal portfolio site made with React.js. Might overhaul.
</Project>
<Project status='WIP' title='FinTech' links={[['https://github.com/LukeHorigan/Financial-Management-Assocation-', <img alt='github' src={github} />]]} >
A team derived from the RIT Financial Management Association dedicated to learning about financial management of equities using automated solutions developed by students.
</Project>