mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
file reorganization
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user