Skip to content

Commit 97030d8

Browse files
committed
changed some verbiage and links
1 parent 8edfac5 commit 97030d8

File tree

11 files changed

+23
-43
lines changed

11 files changed

+23
-43
lines changed

src/assets/png/1_twoSum.png

823 KB
Loading
1.11 MB
Loading

src/assets/png/283_moveZeroes.png

2.37 MB
Loading
2.56 MB
Loading

src/components/Landing/Landing.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
align-items: center;
1111
justify-content: center;
1212
height: 100%;
13+
width:100%;
1314
position: relative;
1415
}
1516

src/components/Landing/Landing.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ function Landing() {
160160
style={{ color: theme.tertiary }}
161161
>
162162
<h6>{headerData.title}</h6>
163+
<br/>
163164
<h1>{headerData.name}</h1>
164-
<p>As an educator for 10+ years during which time I founded a tutoring company, built, and maintained the website and finances, and headed the merging of two companies which is now<a href="https://www.instructure.com/" alt='jon christie headshot portfolio'>Instructure, Inc.</a>, who in the process were transitioning from paper and pencil to a digital platform</p>
165-
<p>I currently tutor students learning web development for Varsity Tutors and pickup freelance gigs on a regular basis. If you know of anyone looking for a solid mid-level developer, please pass along my information!</p>
166-
<p>Thanks for visiting!</p>
165+
<br/>
166+
<p>{headerData.description}</p>
167167

168168
<div className='lcr-buttonContainer'>
169169
{headerData.resumePdf && (

src/data/aboutData.js

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data/achievementData.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/data/downloadableData.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export const downloadableData = {
2+
twoSum: '../assets/png/1_twoSum.png',
3+
searchInputPosition: '../assets/png/35_searchInputPosition.png',
4+
firstBadVersion: '../assets/png/278_firstBadVersion.png',
5+
moveZeroes: '../assets/png/283_moveZeroes.png',
6+
}

src/data/headerData.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import resume from '../assets/pdf/jon_christie_resume.pdf'
33
export const headerData = {
44
name: 'Jon Christie',
55
title: "Welcome! My name is",
6-
description: "As an educator for 10+ years during which time I founded a tutoring company, built, and maintained the website and finances, and headed the merging of two companies which is now ",
7-
description2: "who in the process were transitioning from paper and pencil to a digital platform",
8-
href1: "<a href=",
9-
url: "https://www.instructure.com/",
6+
description: "React and React Native Developer with Full Stack Experience, Online Educator, Musician, and a Solid Asset for your next project or adventure! ",
7+
description2: " ",
108
href2: "\" alt='jon christie headshot portfolio fullstack11235'\"><a>",
119
image: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/img/hs.png',
1210
resumePdf: resume

0 commit comments

Comments
 (0)