diff --git a/src/assets/placeholder.png b/src/assets/placeholder.png new file mode 100644 index 0000000..2ce6417 Binary files /dev/null and b/src/assets/placeholder.png differ diff --git a/src/componets/Project.js b/src/componets/Project.js index c563f29..d7c9b62 100644 --- a/src/componets/Project.js +++ b/src/componets/Project.js @@ -1,16 +1,21 @@ import React from 'react' +import placeholder from '../assets/placeholder.png' export default class Project extends React.Component { - render(){ - let links; - this.props.links.forEach(x => { - links = ( - <> - {links} - {x[1]} - - ) - }) + render() { + let links = <>; + if (this.props.links != null) { + this.props.links.forEach(x => { + links = ( + <> + {links} + {x[1]} + + ) + }) + } else{ + links =

no links!

+ } return (
  • diff --git a/src/componets/SocialBlock.js b/src/componets/SocialBlock.js deleted file mode 100644 index 0c8e1c4..0000000 --- a/src/componets/SocialBlock.js +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react' - -export default function SocialBlock(){ - //mmmmmm goes the microwave - return( - <> - - ) -} \ No newline at end of file diff --git a/src/pages/Projects.js b/src/pages/Projects.js index 5f50cfd..8819812 100644 --- a/src/pages/Projects.js +++ b/src/pages/Projects.js @@ -17,30 +17,36 @@ 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. + Slate is a web app designed to help event coordinators schedule events by congregating participant calendar data.
    + Ver 2.0 WIP - includes analytics, faster processing, and better UI
    ]]} > - My Resume, made in LaTeX with a custom design inspired by the AltaCV template on OverLeaf. + My Resume, made in LaTeX with a custom design derived 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 team derived from the RIT Financial Management Association dedicated to learning about financial management of equities using automated solutions developed by students. + + + A tampermonkey tool used to automatically answer and submit online trivia forms, which can be tailored to different site layouts.

    + Source is currently private for competition.
    ]]} > - A modular discord bot to manage class discord servers. + A modular discord bot to manage class discord servers divided by class sections. Used in my Web and Mobile 101 class discord server. ]]} > 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 simulator for the browser game, NationsGame, to analyze unit composition and predict in-game victors and unit statistics.
    + Unfortunately, NationsGame is now defunct. Limited screenshots of functionality.
    ]]} > A GNOME extension that cycles through a folder of wallpapers. - ]]} > + ]]} > VEXcode button library + examples and template for the VEX V5 brain ]]}>