table bugstomp

This commit is contained in:
2022-05-16 20:11:43 -04:00
parent e1de0c8485
commit 8c1d210a26
5 changed files with 193 additions and 135 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react';
export default function Home() {
return (
<div id='home'>
<div class='centerContent' data-aos="fade-up">
<div className='centerContent' data-aos="fade-up">
<div id='HomeContent'>
<h1>Andrew Simonson</h1>
<h3>Computer Science student at Rochester Institute of Technology</h3>

View File

@@ -7,7 +7,7 @@ export default function Projects(){
return(
<div className='foreground'>
<div data-aos='fade-up'>
<h2 class='concentratedHead'>Projects</h2>
<h2 className='concentratedHead'>Projects</h2>
<p>Project status is indicated by the color of the project card:<br /><span className='complete'></span> - Complete<br />
<span className='WIP'></span> - Work In Progress<br /><span className='incomplete'></span> - Incomplete
</p>