"]
license = "MIT License"
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index e8dd86256b..58c9305bc7 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -196,12 +196,12 @@ html[data-theme='dark'] .header-github-link::before {
padding: 20px
}
-.showcase .client {
+.showcase .studio {
display: flex;
justify-content: space-between;
}
-.showcase .client img {
+.showcase .studio img {
max-height: 110px;
padding: 20px;
max-width: 160px;
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 0886706015..52302ec285 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -65,13 +65,17 @@ const collab = [
image: '/img/clothcat.png',
infoLink: 'https://www.clothcatanimation.com/'
}, {
- title: 'Ellipse Studio',
- image: '/img/ellipse-studio.png',
- infoLink: 'http://www.dargaudmedia.com'
+ title: 'Ellipse Animation',
+ image: '/img/ellipse_animation.svg',
+ infoLink: 'http://www.ellipseanimation.com'
}, {
title: 'J Cube Inc',
image: '/img/jcube_logo_bw.png',
infoLink: 'https://j-cube.jp'
+ }, {
+ title: 'Normaal Animation',
+ image: '/img/logo_normaal.png',
+ infoLink: 'https://j-cube.jp'
}
];
@@ -153,7 +157,32 @@ const studios = [
title: "IGG Canada",
image: "/img/igg-logo.png",
infoLink: "https://www.igg.com/",
- }
+ },
+ {
+ title: "Agora Studio",
+ image: "/img/agora_studio.png",
+ infoLink: "https://agora.studio/",
+ },
+ {
+ title: "Lucan Visuals",
+ image: "/img/lucan_Logo_On_White-HR.png",
+ infoLink: "https://www.lucan.tv/",
+ },
+ {
+ title: "No Ghost",
+ image: "/img/noghost.png",
+ infoLink: "https://www.noghost.co.uk/",
+ },
+ {
+ title: "Static VFX",
+ image: "/img/staticvfx.png",
+ infoLink: "http://www.staticvfx.com/",
+ },
+ {
+ title: "Method n Madness",
+ image: "/img/methodmadness.png",
+ infoLink: "https://www.methodnmadness.com/",
+}
];
function Service({imageUrl, title, description}) {
@@ -166,10 +195,10 @@ function Service({imageUrl, title, description}) {
);
}
-function Client({title, image, infoLink}) {
+function Studio({title, image, infoLink}) {
const imgUrl = useBaseUrl(image);
return (
-
+
);
@@ -465,7 +494,7 @@ function Home() {
Studios using openPype
{studios.map((props, idx) => (
-
+
))}
diff --git a/website/static/img/NoGhost_Logo_black.svg b/website/static/img/NoGhost_Logo_black.svg
new file mode 100644
index 0000000000..b499b1621f
--- /dev/null
+++ b/website/static/img/NoGhost_Logo_black.svg
@@ -0,0 +1,31 @@
+
+
+
diff --git a/website/static/img/agora_studio.png b/website/static/img/agora_studio.png
new file mode 100644
index 0000000000..48b07b8775
Binary files /dev/null and b/website/static/img/agora_studio.png differ
diff --git a/website/static/img/ellipse_animation.svg b/website/static/img/ellipse_animation.svg
new file mode 100644
index 0000000000..c1caaa6726
--- /dev/null
+++ b/website/static/img/ellipse_animation.svg
@@ -0,0 +1,9 @@
+
diff --git a/website/static/img/igg-logo.png b/website/static/img/igg-logo.png
index 3c7f7718f7..9fc7a7f84f 100644
Binary files a/website/static/img/igg-logo.png and b/website/static/img/igg-logo.png differ
diff --git a/website/static/img/logo_normaal.png b/website/static/img/logo_normaal.png
new file mode 100644
index 0000000000..711847c9f2
Binary files /dev/null and b/website/static/img/logo_normaal.png differ
diff --git a/website/static/img/lucan_Logo_On_White-HR.png b/website/static/img/lucan_Logo_On_White-HR.png
new file mode 100644
index 0000000000..c86030e1e7
Binary files /dev/null and b/website/static/img/lucan_Logo_On_White-HR.png differ
diff --git a/website/static/img/methodmadness.png b/website/static/img/methodmadness.png
new file mode 100644
index 0000000000..9dd0681d4a
Binary files /dev/null and b/website/static/img/methodmadness.png differ
diff --git a/website/static/img/noghost.png b/website/static/img/noghost.png
new file mode 100644
index 0000000000..febaedcae8
Binary files /dev/null and b/website/static/img/noghost.png differ
diff --git a/website/static/img/staticvfx.png b/website/static/img/staticvfx.png
new file mode 100644
index 0000000000..41efd7f120
Binary files /dev/null and b/website/static/img/staticvfx.png differ