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",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"homepage": "https://asimonson.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
||||
Binary file not shown.
@@ -19,7 +19,7 @@ function App() {
|
||||
<a href="/"><h1>Andrew Simonson</h1></a>
|
||||
<Nav id='navbar'>
|
||||
<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='/about'>About</Link>
|
||||
</Nav>
|
||||
|
||||
@@ -16,8 +16,8 @@ export default function AboutMe(){
|
||||
<div className='col'>
|
||||
<div id='aboutMe' data-aos='fade-up'>
|
||||
<h2 className='concentratedHead'>About Me</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
|
||||
<p>I'm Andrew Simonson, a second year (third year standing) student at <strong>Rochester Institute of Technology </strong>
|
||||
in the <b>Computer Science</b> BS 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,
|
||||
|
||||
@@ -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