Skip to content

Commit acb001a

Browse files
committed
resume updated
1 parent 53c3363 commit acb001a

File tree

6 files changed

+80
-4
lines changed

6 files changed

+80
-4
lines changed
-124 KB
Binary file not shown.
121 KB
Binary file not shown.

src/assets/svg/projects/cfd.svg

Lines changed: 76 additions & 0 deletions
Loading

src/data/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import resume from '../assets/pdf/Jon_Christie_Web_Developer_Resume.pdf';
1+
import resume from '../assets/pdf/Jon_Christie_Resume_2023.pdf';
22

33

44
// about

src/data/headerData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export const headerData = {
77
image: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/png/HEADSHOT_CIRCLE.png',
88
BG: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/img/JCircle.png',
99
BG2: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/src/assets/img/JCircle_dark_gray.png',
10-
resumePdf: 'https://raw.githubusercontent.com/mathcodes/mathcodes.github.io/main/public/Jon_Christie_Resume.pdf',
10+
resumePdf: 'https://github.com/mathcodes/mathcodes.github.io/raw/sync/public/Jon_Christie_Resume_2023.pdf',
1111
CTA_MARKETING_FOR_OPEN_SOURCE: 'https://github.com/mathcodes/mathcodes.github.io/raw/sync/public/Marketing%20for%20Open-Source%20Projects.pdf',
1212
}

src/data/projectsData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import one from '../assets/svg/projects/bookShelves.png'
22
import tech from '../assets/svg/projects/pythonlog.svg'
33
import three from '../assets/svg/projects/mars.svg'
44
import scb from '../assets/svg/projects/scb.svg'
5-
import etrn from '../assets/img/expensetracker.png'
5+
import cfd from '../assets/svg/projects/cfd.svg'
66
import keys from '../assets/svg/projects/keys.png'
77
import gnco from '../assets/img/gnco.png'
88
import pytho from '../assets/svg/projects/python.png'
@@ -45,7 +45,7 @@ export const projectsData = [
4545
tags: ['React', 'SASS', 'Material UI', 'Open Source'],
4646
code: 'https://github.com/mathcodes/contentfordevelopers/',
4747
demo: 'https://www.contentfordevelopers.com/',
48-
image: one
48+
image: cfd
4949
},
5050
// {
5151
// id: 4,

0 commit comments

Comments
 (0)