Skip to content

Commit 798ef1e

Browse files
committed
links updated
1 parent acb001a commit 798ef1e

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

src/data/projectsData.js

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,5 @@ export const projectsData = [
101101
demo: 'https://mathcodes.github.io/pick2hand/',
102102
image: keys
103103
},
104-
{
105-
id: 9,
106-
projectName: 'Scientific Calculator',
107-
projectDesc: '\n\n\nAn advanced, mobile-friendly calculator built using ganja.js. This app works great on mobile, providing a full screen, highly-capable calculator which includes a help button that provides useful guides on what each button does, with examples ready to go.\n',
108-
tags: ['HTML', 'CSS', 'JS', 'Ganja.js'],
109-
code: 'https://github.com/mathcodes/scientific-calculator',
110-
demo: 'https://scientific-calulator.vercel.app/',
111-
image: keys
112-
},
113-
{
114-
id: 10,
115-
projectName: 'contentfordevelopers.com',
116-
projectDesc: '\n\n\nOpen-source project with MVP in the works. A website built by devs, for devs, with education and learning as a top priority. Utilizing the power of open source contributors brings the most diverse collection of learning tools for coding.\n',
117-
tags: ['Data Structures', 'Algorithms', 'Open Source'],
118-
code: 'https://github.com/mathcodes/contentfordevelopers',
119-
demo: 'https://mathcodes.github.io/pick2hand/',
120-
image: keys
121-
},
104+
122105
]

src/data/socialsData.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const socialsData = {
22
github: 'https://github.com/mathcodes/',
33
facebook: 'https://www.facebook.com/fullstack11235',
4-
linkedIn: 'https://www.linkedin.com/in/thejonpchristie/',
4+
linkedIn: 'https://www.linkedin.com/in/jonpchristie/',
55
youtube: 'https://www.youtube.com/channel/UC5GFnN-lv8Yuqc9O3b79k6g',
6-
instagram: 'https://www.instagram.com/fullstack11235/',
6+
instagram: 'https://www.instagram.com/jcirclenine/',
77
codepen: 'https://codepen.io/mathcodes',
8-
twitter: 'https://twitter.com/thejonchristie/',
8+
twitter: 'https://twitter.com/jcircle9/',
99
reddit: 'https://www.reddit.com/user/fullstack11235813',
1010
stackOverflow: 'https://stackoverflow.com/users/11303840/jon-christie',
1111
replit: 'https://replit.com/@fullstack11235',

0 commit comments

Comments
 (0)