mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
first half of post-fair updates
not yet ready for deployment
This commit is contained in:
@@ -1,25 +1,11 @@
|
||||
import React from 'react';
|
||||
import MyCarousel from '../componets/Carousel.js';
|
||||
import img1 from '../assets/itsa_me.JPG'
|
||||
import img2 from '../assets/me_robot.jpeg'
|
||||
import img3 from '../assets/me_dog.jpg'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<div class='centerContent' data-aos="fade-up">
|
||||
<h2>Ahoy, I'm Andrew Simonson</h2>
|
||||
<p>I'm a first year student at <strong>Rochester Institute of Technology </strong>
|
||||
in the <b>Computing Exploration</b> program and am pursuing a career in data
|
||||
science with a focus on predictive analytics.
|
||||
</p>
|
||||
<p>When I'm not in class, you can find me working on extra collaborative projects,
|
||||
building discord bots, playing chess, reading up on some recent geopolitical
|
||||
development, or in my dorm with a fat pint of ice cream.
|
||||
</p>
|
||||
<MyCarousel>
|
||||
{[[img1, "Me, chilling"],[img2, "VEX Robotics 2019"]]}
|
||||
</MyCarousel>
|
||||
|
||||
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user