Skip to content

Commit bd54163

Browse files
committed
modefied listodprojects.js file to correct images urls
1 parent 3ae3c11 commit bd54163

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const projectList = [
4747
{
4848
name: "Reseter.css",
4949
imageSrc:
50-
"https://raw.githubusercontent.com/resetercss/reseter.css/main/logo.png",
50+
"https://raw.githubusercontent.com/kkrishguptaa/reseter.css/main/.github/assets/gardevoir.png",
5151
projectLink: "https://github.com/resetercss/reseter.css",
5252
description:
5353
"Reseter.css is an awesome CSS boilerplate for a website. It is a great tool for any web designer. Reseter.css resets all the premade styles by the browser. It normalizes the browser's stylesheet for a better cross-browser experience.",
@@ -91,7 +91,7 @@ const projectList = [
9191
{
9292
name: "React Native",
9393
imageSrc:
94-
"https://github.com/facebook/react-native/blob/main/Libraries/NewAppScreen/components/logo.png?raw=true",
94+
"https://raw.githubusercontent.com/facebook/react/57768ef90bdb0110c7b9266185a8f6446934b331/fixtures/dom/public/react-logo.svg",
9595
projectLink: "https://github.com/facebook/react-native/contribute",
9696
description: "A framework for building native apps with React.",
9797
tags: ["JavaScript", "React", "React Native", "Mobile App"],
@@ -332,7 +332,7 @@ const projectList = [
332332
{
333333
name: "Visual Studio Code",
334334
imageSrc:
335-
"https://camo.githubusercontent.com/a7f6e01cc208b478047eade76755f46cf1098c05/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f322f32642f56697375616c5f53747564696f5f436f64655f312e31385f69636f6e2e737667",
335+
"https://upload.wikimedia.org/wikipedia/commons/9/9a/Visual_Studio_Code_1.35_icon.svg",
336336
projectLink: "https://github.com/Microsoft/vscode/contribute",
337337
description:
338338
"VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.",
@@ -747,7 +747,7 @@ const projectList = [
747747
{
748748
name: "Tensorflow",
749749
imageSrc:
750-
"https://camo.githubusercontent.com/0905c7d634421f8aa4ab3ddf19a582572df568e1/68747470733a2f2f7777772e74656e736f72666c6f772e6f72672f696d616765732f74665f6c6f676f5f736f6369616c2e706e67",
750+
"https://camo.githubusercontent.com/fe5ced87b3ae4c3c7c36fbeff02c3e0f99edae2dd1dd9d7b58195115788760ad/68747470733a2f2f7777772e74656e736f72666c6f772e6f72672f696d616765732f74665f6c6f676f5f686f72697a6f6e74616c2e706e67",
751751
projectLink: "https://github.com/tensorflow/tensorflow/contribute",
752752
description:
753753
"A Machine Learning library in Python for implementing Machine Learning and Deep Learning models",
@@ -1237,7 +1237,7 @@ const projectList = [
12371237
{
12381238
name: "Pytorch",
12391239
imageSrc:
1240-
"https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/pytorch-logo-dark.png",
1240+
"https://raw.githubusercontent.com/pytorch/pytorch/main/docs/source/_static/img/pytorch-logo-dark.png",
12411241
projectLink: "https://github.com/pytorch/pytorch",
12421242
description:
12431243
"PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.",
@@ -1297,7 +1297,7 @@ const projectList = [
12971297
{
12981298
name: "aprenda-go-com-testes",
12991299
imageSrc:
1300-
"https://github.com/larien/aprenda-go-com-testes/blob/main/.gitbook/assets/red-green-blue-gophers-smaller.png",
1300+
"https://larien.gitbook.io/~gitbook/image?url=https%3A%2F%2F2763912287-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-Lia9CiG1cfWmh7Adpdu%252F-Lia9TbxTuAr7XbyNb3I%252F-Lia9ambvvlPGkPz-Q7f%252Fred-green-blue-gophers-smaller.png%3Fgeneration%3D1561860928341453%26alt%3Dmedia&width=400&dpr=2&quality=100&sign=a08c5e35&sv=1",
13011301
githubLink: "https://github.com/larien/aprenda-go-com-testes",
13021302
description: "learn easily and quickly",
13031303
tags: ["go"],
@@ -1320,7 +1320,7 @@ const projectList = [
13201320
},
13211321
{
13221322
name:'matplotlib',
1323-
imageSrc:'https://github.com/matplotlib/matplotlib/blob/main/doc/_static/matplotlib-icon.svg',
1323+
imageSrc:'https://camo.githubusercontent.com/3eed28e026e4e0220f99e2f4c8a517fcb3a30a1b944c528efc9533ff7840435f/68747470733a2f2f6d6174706c6f746c69622e6f72672f5f7374617469632f6c6f676f322e737667',
13241324
projectLink:'https://github.com/matplotlib/matplotlib',
13251325
description:'Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.',
13261326
tags:['python','gtk','data-science','qt','data-visualization','tk','matplotlib','plotting','hacktoberfest','wx']

0 commit comments

Comments
 (0)