mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
refactoring
trying to eliminate constant double-updates
This commit is contained in:
2
_config.yml
Normal file
2
_config.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
theme: minima
|
||||||
|
url: "https://asimonson.com"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "portfolio",
|
"name": "portfolio",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"homepage": "https://asimonson.com",
|
"homepage": "https://asimonson.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Binary file not shown.
@@ -19,7 +19,7 @@ function App() {
|
|||||||
<a href="/"><h1>Andrew Simonson</h1></a>
|
<a href="/"><h1>Andrew Simonson</h1></a>
|
||||||
<Nav id='navbar'>
|
<Nav id='navbar'>
|
||||||
<Link to='/'>Home</Link>
|
<Link to='/'>Home</Link>
|
||||||
<a href='resume.pdf' target='_blank'>Resume</a>
|
<a href='https://github.com/asimonson1125/Resume/raw/main/Resume.pdf' target='_blank'>Resume</a>
|
||||||
<Link to='/projects'>Projects</Link>
|
<Link to='/projects'>Projects</Link>
|
||||||
<Link to='/about'>About</Link>
|
<Link to='/about'>About</Link>
|
||||||
</Nav>
|
</Nav>
|
||||||
|
|||||||
@@ -10,14 +10,14 @@ import img6 from '../assets/photos/WeThePeople.jpg'
|
|||||||
import img7 from '../assets/photos/WeThePeople_NationalsSetup.jpg'
|
import img7 from '../assets/photos/WeThePeople_NationalsSetup.jpg'
|
||||||
|
|
||||||
|
|
||||||
export default function AboutMe(){
|
export default function AboutMe() {
|
||||||
return(
|
return (
|
||||||
<div className='foreground'>
|
<div className='foreground'>
|
||||||
<div className='col'>
|
<div className='col'>
|
||||||
<div id='aboutMe' data-aos='fade-up'>
|
<div id='aboutMe' data-aos='fade-up'>
|
||||||
<h2 className='concentratedHead'>About Me</h2>
|
<h2 className='concentratedHead'>About Me</h2>
|
||||||
<p>I'm a first year student at <strong>Rochester Institute of Technology </strong>
|
<p>I'm Andrew Simonson, a second year (third year standing) student at <strong>Rochester Institute of Technology </strong>
|
||||||
in the <b>Computing Exploration</b> program and am pursuing a career in data
|
in the <b>Computer Science</b> BS program and am pursuing a career in data
|
||||||
science with a focus on predictive analytics.
|
science with a focus on predictive analytics.
|
||||||
</p>
|
</p>
|
||||||
<p>When I'm not in class, you can find me working on extra collaborative projects,
|
<p>When I'm not in class, you can find me working on extra collaborative projects,
|
||||||
@@ -38,15 +38,15 @@ export default function AboutMe(){
|
|||||||
be the one with a collection of distinct interests and a knack for bridging
|
be the one with a collection of distinct interests and a knack for bridging
|
||||||
the gap between them.
|
the gap between them.
|
||||||
</p>
|
</p>
|
||||||
<img src={img1} alt='Me' className='boxedImg'/>
|
<img src={img1} alt='Me' className='boxedImg' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='col'>
|
<div className='col'>
|
||||||
<div id='skills' data-aos='fade-up'>
|
<div id='skills' data-aos='fade-up'>
|
||||||
<h2>Skills</h2>
|
<h2>Skills</h2>
|
||||||
<Skills>{['Python','JavaScript','Java','C','C++','SQL','SQLite','Sequelize','SQLAlchemy',
|
<Skills>{['Python', 'JavaScript', 'Java', 'C', 'C++', 'SQL', 'SQLite', 'Sequelize', 'SQLAlchemy',
|
||||||
'HTML','CSS','Object-Oriented Programming','Git','Github','Linux','Raspberry Pi',
|
'HTML', 'CSS', 'Object-Oriented Programming', 'Git', 'Github', 'Linux', 'Raspberry Pi',
|
||||||
'LaTeX','Angular','Flask','DOM Scraping','Google API','React.js','Node.js']}</Skills>
|
'LaTeX', 'Angular', 'Flask', 'DOM Scraping', 'Google API', 'React.js', 'Node.js']}</Skills>
|
||||||
</div>
|
</div>
|
||||||
<div data-aos='fade-up' className='elementBlock'>
|
<div data-aos='fade-up' className='elementBlock'>
|
||||||
<h2>Extracirricular Awards</h2>
|
<h2>Extracirricular Awards</h2>
|
||||||
@@ -65,7 +65,7 @@ export default function AboutMe(){
|
|||||||
description: "what it looks like to compete in We the People Nationals, circa 2020"
|
description: "what it looks like to compete in We the People Nationals, circa 2020"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
original:img3,
|
original: img3,
|
||||||
description: "Academic Team county championships"
|
description: "Academic Team county championships"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
import React from 'react'
|
|
||||||
|
|
||||||
export default function Resume(){
|
|
||||||
return(<meta http-equiv="refresh" content="0; URL=https://asimonson1125.github.io/resume.pdf" />);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user