mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix image path bug and capitalization CBs name.
This commit is contained in:
parent
95fb947c08
commit
11f8105de4
2 changed files with 12 additions and 12 deletions
|
@ -12,7 +12,7 @@
|
||||||
{
|
{
|
||||||
"userName": "ceebee",
|
"userName": "ceebee",
|
||||||
"userId": 2755634,
|
"userId": 2755634,
|
||||||
"name": "christan balch"
|
"name": "Christan Balch"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"userName": "Zinnea",
|
"userName": "Zinnea",
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"logoSrc": "../images/credits/siegelfamily.png",
|
"logoSrc": "/images/credits/siegelfamily.png",
|
||||||
"logoDestination": "https://www.siegelendowment.org",
|
"logoDestination": "https://www.siegelendowment.org",
|
||||||
"width": "146px"
|
"width": "146px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../images/credits/smilegate.png",
|
"logoSrc": "/images/credits/smilegate.png",
|
||||||
"logoDestination": "https://www.smilegate.com/",
|
"logoDestination": "https://www.smilegate.com/",
|
||||||
"width": "162px"
|
"width": "162px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../svgs/credits/google.svg",
|
"logoSrc": "/svgs/credits/google.svg",
|
||||||
"logoDestination": "https://google.com/",
|
"logoDestination": "https://google.com/",
|
||||||
"width": "124px"
|
"width": "124px"
|
||||||
},
|
},
|
||||||
|
@ -19,42 +19,42 @@
|
||||||
"logoDestination": ""
|
"logoDestination": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../images/credits/legofoundation.png",
|
"logoSrc": "/images/credits/legofoundation.png",
|
||||||
"logoDestination": "https://www.legofoundation.com",
|
"logoDestination": "https://www.legofoundation.com",
|
||||||
"width": "240px"
|
"width": "240px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../images/credits/lemann.png",
|
"logoSrc": "/images/credits/lemann.png",
|
||||||
"logoDestination": "https://fundacaolemann.org.br/en/co-invest",
|
"logoDestination": "https://fundacaolemann.org.br/en/co-invest",
|
||||||
"width": "156px"
|
"width": "156px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../svgs/credits/fastly.svg",
|
"logoSrc": "/svgs/credits/fastly.svg",
|
||||||
"logoDestination": "https://www.fastly.com/",
|
"logoDestination": "https://www.fastly.com/",
|
||||||
"width": "108px"
|
"width": "108px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../images/credits/taledu.png",
|
"logoSrc": "/images/credits/taledu.png",
|
||||||
"logoDestination": "https://en.100tal.com/",
|
"logoDestination": "https://en.100tal.com/",
|
||||||
"width": "188px"
|
"width": "188px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../images/credits/lego-education.png",
|
"logoSrc": "/images/credits/lego-education.png",
|
||||||
"logoDestination": "https://education.lego.com",
|
"logoDestination": "https://education.lego.com",
|
||||||
"width": "194px"
|
"width": "194px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../svgs/credits/cartoonnetwork.svg",
|
"logoSrc": "/svgs/credits/cartoonnetwork.svg",
|
||||||
"logoDestination": "https://www.cartoonnetwork.com/",
|
"logoDestination": "https://www.cartoonnetwork.com/",
|
||||||
"width": "78px"
|
"width": "78px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../images/credits/brainpop.png",
|
"logoSrc": "/images/credits/brainpop.png",
|
||||||
"logoDestination": "https://www.brainpop.com/",
|
"logoDestination": "https://www.brainpop.com/",
|
||||||
"width": "78px"
|
"width": "78px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"logoSrc": "../svgs/credits/amazonws.svg",
|
"logoSrc": "/svgs/credits/amazonws.svg",
|
||||||
"logoDestination": "https://aws.amazon.com/",
|
"logoDestination": "https://aws.amazon.com/",
|
||||||
"width": "82px"
|
"width": "82px"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue