predeployment

Just need to add something to homepage and split about carousel
This commit is contained in:
2021-09-30 14:07:52 -04:00
parent 3d80329b28
commit b7313306c3
5 changed files with 38 additions and 24 deletions

View File

@@ -1,14 +1,13 @@
import React from 'react';
import MyCarousel from '../componets/Carousel'
export default function Home() {
return (
<>
<div id='home'>
<div class='centerContent' data-aos="fade-up">
<h1>Andrew Simonson</h1>
<h3>The person who can do things good</h3>
<h3>Computer Science student at Rochester Institute of Technology</h3>
<div id='Vertical' />
</div>
</>
</div>
)
}