Skip to content

Commit ca2d221

Browse files
authored
Merge pull request #263 from liorbentov/fix/cards-urls
2 parents 932d5f7 + 1a2ff88 commit ca2d221

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
@@ -1,7 +1,7 @@
11
const projectList = [
22
{
33
name: 'Reseter.css',
4-
imageSrc: 'https://github.com/resetercss/reseter.css/blob/main/logo.png',
4+
imageSrc: 'https://raw.githubusercontent.com/resetercss/reseter.css/main/logo.png',
55
projectLink: 'https://github.com/resetercss/reseter.css',
66
description: '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.',
77
tags: ['css', 'sass', 'scss', 'less', 'stylus']
@@ -286,7 +286,7 @@ const projectList = [
286286
{
287287
name: 'Scrapy',
288288
imageSrc:
289-
'https://blog-media.scrapinghub.com/production/wp-content/uploads/2016/10/06054611/Scrapy-300x300.png',
289+
'https://camo.githubusercontent.com/40d00cefb120a829517e503658aaf6c987d5f9cc6be5e2e35fb20bd63bdbceb5/68747470733a2f2f7363726170792e6f72672f696d672f7363726170796c6f676f2e706e67',
290290
projectLink: 'https://github.com/scrapy/scrapy/contribute',
291291
description:
292292
'Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. ',
@@ -439,7 +439,7 @@ const projectList = [
439439
{
440440
name: 'css-protips',
441441
imageSrc:
442-
'https://camo.githubusercontent.com/9b290de6835cf807aaa81bb6a7cfdf3835636f8c/68747470733a2f2f7261776769742e636f6d2f416c6c5468696e6773536d697474792f6373732d70726f746970732f6d61737465722f6d656469612f6c6f676f2e737667',
442+
'https://raw.githubusercontent.com/AllThingsSmitty/css-protips/fc4c12dfcdfb26c43a09bc2176525637c3c38268/assets/img/bulb.svg',
443443
projectLink: 'https://github.com/AllThingsSmitty/css-protips/contribute',
444444
description: 'Simple but useful tips to improve your CSS skills.',
445445
tags: ['CSS', 'tips', 'guide', 'simple', 'useful'],
@@ -919,7 +919,7 @@ const projectList = [
919919
{
920920
name: 'ClickHouse',
921921
imageSrc:
922-
'https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/website/images/logo.png',
922+
'https://github.com/ClickHouse/clickhouse-presentations/raw/master/images/logo-400x240.png',
923923
projectLink: 'https://github.com/ClickHouse/ClickHouse/contribute',
924924
description:
925925
'Column-oriented database management system that allows generating analytical data reports in real time.',

0 commit comments

Comments
 (0)