mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
predeployment
Just need to add something to homepage and split about carousel
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user