Skip to content

Commit fe8c2d0

Browse files
committed
this fixes # 196
1 parent e7ec958 commit fe8c2d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ const projectList = [
1313
tags: ['Python', 'Machine Learning', 'Web App', 'Deep Learning', 'NLP'],
1414
}, {
1515
name: 'React',
16-
imageSrc: 'https://camo.githubusercontent.com/22045498095171997ccf6a9554672519b9f67898/68747470733a2f2f63646e2e776f726c64766563746f726c6f676f2e636f6d2f6c6f676f732f72656163742e737667',
16+
imageSrc: 'https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg',
1717
projectLink: 'https://github.com/facebook/react/contribute',
1818
description: 'A declarative, efficient, and flexible JavaScript library for building user interfaces.',
1919
tags: ['JavaScript', 'UI', 'Web App'],
2020
}, {
2121
name: 'React Native',
22-
imageSrc: 'https://camo.githubusercontent.com/22045498095171997ccf6a9554672519b9f67898/68747470733a2f2f63646e2e776f726c64766563746f726c6f676f2e636f6d2f6c6f676f732f72656163742e737667',
22+
imageSrc: 'https://www.abvt.com.au/wp-content/uploads/2020/10/react-native-logo-web.png',
2323
projectLink: 'https://github.com/facebook/react-native/contribute',
2424
description: 'A framework for building native apps with React.',
2525
tags: ['JavaScript', 'React', 'React Native', 'Mobile App'],
@@ -666,7 +666,7 @@ const projectList = [
666666
},
667667
{
668668
name: 'Gatsby',
669-
imageSrc: 'https://raw.githubusercontent.com/gatsbyjs/gatsby/master/www/static/Gatsby-Monogram.svg',
669+
imageSrc: 'https://www.gatsbyjs.com/Gatsby-Logo.svg',
670670
projectLink: 'https://github.com/gatsbyjs/gatsby/contribute',
671671
description: 'A free and open source framework based on React that helps developers build blazing fast websites and apps.',
672672
tags: ['React', 'Javascript', 'HTML', 'CSS', 'GraphQL', 'Web Development', 'Markdown'],
@@ -778,7 +778,7 @@ const projectList = [
778778
},
779779
{
780780
name: 'Navy Linux',
781-
imageSrc: 'https://raw.githubusercontent.com/navy-linux/logos/main/logo-text.jpg',
781+
imageSrc: 'https://navylinux.org/images/logo-blue.png',
782782
projectLink: 'https://github.com/navy-linux/',
783783
description: 'Navy Linux is a recompilation of the Red Hat Linux project just as the centOS Linux project has been for all these years.',
784784
tags: ['Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],

0 commit comments

Comments
 (0)