diff --git a/src/assets/globe.svg b/src/assets/globe.svg new file mode 100644 index 0000000..ac79245 --- /dev/null +++ b/src/assets/globe.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/componets/Project.js b/src/componets/Project.js index e02749a..a1f8e72 100644 --- a/src/componets/Project.js +++ b/src/componets/Project.js @@ -6,6 +6,15 @@ export default class Project extends React.Component { } render(){ + let links; + this.props.links.forEach(x => { + links = ( + <> + {links} + {x[1]} + + ) + }) return (
  • @@ -14,7 +23,7 @@ export default class Project extends React.Component {

    {this.props.children}

    - {this.props.linkText} + {links}
  • ) diff --git a/src/pages/Projects.js b/src/pages/Projects.js index d4932d7..5f50cfd 100644 --- a/src/pages/Projects.js +++ b/src/pages/Projects.js @@ -1,6 +1,7 @@ import ProjectList from '../componets/ProjectList' import Project from '../componets/Project' import github from '../assets/github.svg' +import globe from '../assets/globe.svg' export default function Projects(){ return( @@ -12,37 +13,37 @@ export default function Projects(){

    - }> + ]]} > A personal portfolio site made with React.js. - }> + ], ["https://slate.cs.house", site]]} > Slate is a web app designed to help event coordinators schedule events by congregating participant calendar data. - }> + ]]} > My Resume, made in LaTeX with a custom design inspired by the AltaCV template on OverLeaf. - }> + ]]} > A Discord bot to handle role management and statistics for RIT's Humans vs. Zombies games. - }> + ]]} > A team derived from the RIT Financial Management Association dedicated to learning about financial management of equities using automated solutions developed by students. - }> + ]]} > A modular discord bot to manage class discord servers. - }> + ]]} > A personal Discord bot focused on statistical insight and role management for NationsGame, including NG Rolls Sim accessibility. - }> + ]]} > A simulator for the browser game, NationsGame, to analyze unit composition and predict in-game victors and unit statistics. - }> + ]]} > A GNOME extension that cycles through a folder of wallpapers. - }> + ]]} > VEXcode button library + examples and template for the VEX V5 brain - }> + ]]}> A C++ keylogger for windows based off a udemy course with my custom modifications and powershell script.