mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Update and restyle ProjectList
This commit is contained in:
BIN
src/assets/placeholder.png
Normal file
BIN
src/assets/placeholder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 546 B |
@@ -1,8 +1,10 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
import placeholder from '../assets/placeholder.png'
|
||||||
|
|
||||||
export default class Project extends React.Component {
|
export default class Project extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
let links;
|
let links = <></>;
|
||||||
|
if (this.props.links != null) {
|
||||||
this.props.links.forEach(x => {
|
this.props.links.forEach(x => {
|
||||||
links = (
|
links = (
|
||||||
<>
|
<>
|
||||||
@@ -11,6 +13,9 @@ export default class Project extends React.Component {
|
|||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
} else{
|
||||||
|
links = <p><img alt="no links!" src={placeholder} /></p>
|
||||||
|
}
|
||||||
return (
|
return (
|
||||||
<li className={'project'} data-aos='fade-up'>
|
<li className={'project'} data-aos='fade-up'>
|
||||||
<div className='topBox'>
|
<div className='topBox'>
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
import React from 'react'
|
|
||||||
|
|
||||||
export default function SocialBlock(){
|
|
||||||
//mmmmmm goes the microwave
|
|
||||||
return(
|
|
||||||
<>
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
@@ -17,10 +17,11 @@ export default function Projects(){
|
|||||||
A personal portfolio site made with React.js.
|
A personal portfolio site made with React.js.
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='complete' title='Slate' links={[['https://github.com/asimonson1125/Slate', <img alt='github' src={github} />], ["https://slate.cs.house", <img alt='site' src={globe} />]]} >
|
<Project status='complete' title='Slate' links={[['https://github.com/asimonson1125/Slate', <img alt='github' src={github} />], ["https://slate.cs.house", <img alt='site' src={globe} />]]} >
|
||||||
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. <br />
|
||||||
|
Ver 2.0 WIP - includes analytics, faster processing, and better UI
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='complete' title='Resume' links={[['https://github.com/asimonson1125/Resume', <img alt='github' src={github} />]]} >
|
<Project status='complete' title='Resume' links={[['https://github.com/asimonson1125/Resume', <img alt='github' src={github} />]]} >
|
||||||
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.
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='complete' title='Humans vs. Zombies Bot' links={[['https://github.com/asimonson1125/HvZ-bot', <img alt='github' src={github} />]]} >
|
<Project status='complete' title='Humans vs. Zombies Bot' links={[['https://github.com/asimonson1125/HvZ-bot', <img alt='github' src={github} />]]} >
|
||||||
A Discord bot to handle role management and statistics for RIT's Humans vs. Zombies games.
|
A Discord bot to handle role management and statistics for RIT's Humans vs. Zombies games.
|
||||||
@@ -28,19 +29,24 @@ export default function Projects(){
|
|||||||
<Project status ='WIP' title='FinTech' links={[['https://github.com/LukeHorigan/Financial-Management-Assocation-', <img alt='github' src={github} />]]} >
|
<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.
|
A team derived from the RIT Financial Management Association dedicated to learning about financial management of equities using automated solutions developed by students.
|
||||||
</Project>
|
</Project>
|
||||||
|
<Project status='complete' title='Browser Trivia Bot'>
|
||||||
|
A tampermonkey tool used to automatically answer and submit online trivia forms, which can be tailored to different site layouts.<br /><br />
|
||||||
|
Source is currently private for competition.
|
||||||
|
</Project>
|
||||||
<Project status='complete' title='Querist' links={[['https://github.com/asimonson1125/Querist', <img alt='github' src={github} />]]} >
|
<Project status='complete' title='Querist' links={[['https://github.com/asimonson1125/Querist', <img alt='github' src={github} />]]} >
|
||||||
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.
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='complete' title='Acumen' links={[['https://github.com/asimonson1125/Acumen', <img alt='github' src={github} />]]} >
|
<Project status='complete' title='Acumen' links={[['https://github.com/asimonson1125/Acumen', <img alt='github' src={github} />]]} >
|
||||||
A personal Discord bot focused on statistical insight and role management for NationsGame, including NG Rolls Sim accessibility.
|
A personal Discord bot focused on statistical insight and role management for NationsGame, including NG Rolls Sim accessibility.
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='complete' title='NationsGame Rolls Sim' links={[['https://github.com/asimonson1125/NG-Rolls-Simulator', <img alt='github' src={github} />]]} >
|
<Project status='complete' title='NationsGame Rolls Sim' links={[['https://github.com/asimonson1125/NG-Rolls-Simulator', <img alt='github' src={github} />]]} >
|
||||||
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.<br />
|
||||||
|
Unfortunately, NationsGame is now defunct. Limited screenshots of functionality.
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='incomplete' title='WallCycle' links={[['https://github.com/asimonson1125/WallCycle', <img alt='github' src={github} />]]} >
|
<Project status='incomplete' title='WallCycle' links={[['https://github.com/asimonson1125/WallCycle', <img alt='github' src={github} />]]} >
|
||||||
A GNOME extension that cycles through a folder of wallpapers.
|
A GNOME extension that cycles through a folder of wallpapers.
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='complete' title='VEXcode Button Generator' links={[['https://github.com/asimonson1125/VEXcode-Button-Generator', <img alt='github' src={github} />]]} >
|
<Project status='complete' title='VEXcode Button Engine' links={[['https://github.com/asimonson1125/VEXcode-Button-Generator', <img alt='github' src={github} />]]} >
|
||||||
VEXcode button library + examples and template for the VEX V5 brain
|
VEXcode button library + examples and template for the VEX V5 brain
|
||||||
</Project>
|
</Project>
|
||||||
<Project status='complete' title='WinKeylogger' links={[['https://github.com/asimonson1125/WinKeylogger', <img alt='github' src={github} />]]}>
|
<Project status='complete' title='WinKeylogger' links={[['https://github.com/asimonson1125/WinKeylogger', <img alt='github' src={github} />]]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user