diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 4f7f8396f6..0a72dc0f23 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -197,7 +197,7 @@ h5, h6 { font-weight: var(--ifm-font-weight-semibold); } } .showcase .client img { - max-height: 80px; + max-height: 70px; padding: 20px; max-width: 120px; align-self: center; @@ -215,10 +215,10 @@ h5, h6 { font-weight: var(--ifm-font-weight-semibold); } } .showcase .collab img { - max-height: 60px; + max-height: 70px; padding: 20px; align-self: center; - max-width: 200px; + max-width: 160px; } .showcase .pype_logo img{ diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 00cf002aec..29b81e973f 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -64,6 +64,10 @@ const collab = [ title: 'Clothcat Animation', image: '/img/clothcat.png', infoLink: 'https://www.clothcatanimation.com/' + }, { + title: 'Ellipse Studio', + image: '/img/ellipse-studio.png', + infoLink: 'http://www.dargaudmedia.com' } ]; @@ -125,7 +129,7 @@ const studios = [ title: "Moonrock Animation Studio", image: "/img/moonrock_logo.png", infoLink: "https://www.moonrock.eu/", - } + } ]; function Service({imageUrl, title, description}) { diff --git a/website/static/img/ellipse-studio.png b/website/static/img/ellipse-studio.png new file mode 100644 index 0000000000..c6fd62a6d5 Binary files /dev/null and b/website/static/img/ellipse-studio.png differ