diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 81b8d77bd3..8eb6e84c24 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -50,7 +50,7 @@ const collab = [ infoLink: 'http://kredenc.studio' }, { title: 'Colorbleed', - image: '/img/colorbleed_logo.png', + image: '/img/colorbleed_logo_black.png', infoLink: 'http://colorbleed.nl' }, { title: 'Bumpybox', @@ -67,7 +67,7 @@ const collab = [ } ]; -const clients = [ +const studios = [ { title: 'Imagine Studio', image: '/img/imagine_logo.png', @@ -82,11 +82,11 @@ const clients = [ infoLink: 'https://www.3de.com.pl/' }, { title: 'Incognito', - image: '/img/client_incognito.png', + image: '/img/incognito.png', infoLink: 'https://incognito.studio/' }, { title: 'Fourth Wall Animation', - image: '/img/client_fourthwall_logo.png', + image: '/img/fourthwall_logo.png', infoLink: 'https://fourthwallanimation.com/' }, { title: 'The Scope Studio', @@ -99,22 +99,27 @@ const clients = [ }, { title: 'Filmmore', image: '/img/filmmore_logotype_bw.png', - infoLink: 'https://filmmore.nl/' + infoLink: 'https://filmmore.eu/' }, { title: 'Yowza Animation', - image: '/img/client_yowza_logo.png', + image: '/img/yowza_logo.png', infoLink: 'https://yowzaanimation.com/' }, { title: "Red Knuckles", - image: "/img/redknuckles_logotype.png", + image: "/img/redknuckles_logo.png", infoLink: "https://www.redknuckles.co.uk/", }, { title: "Orca Studios", image: "/img/orcastudios_logo.png", infoLink: "https://orcastudios.es/", + }, + { + title: "Bad Clay", + image: "/img/badClay_logo.png", + infoLink: "https://www.bad-clay.com/", } ]; @@ -343,7 +348,7 @@ function Home() { - DaVinci Resolve (Alpha) + DaVinci Resolve (Beta) @@ -387,12 +392,12 @@ function Home() { )} - {clients && clients.length && ( + {studios && studios.length && (

Studios using openPYPE

- {clients.map((props, idx) => ( + {studios.map((props, idx) => ( ))}
diff --git a/website/static/img/3bohemians-logo.png b/website/static/img/3bohemians-logo.png deleted file mode 100644 index 8910e7a4e3..0000000000 Binary files a/website/static/img/3bohemians-logo.png and /dev/null differ diff --git a/website/static/img/3bohemians-logo.svg b/website/static/img/3bohemians-logo.svg deleted file mode 100644 index e15a2668e7..0000000000 --- a/website/static/img/3bohemians-logo.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/website/static/img/BionautAnimation.png b/website/static/img/BionautAnimation.png deleted file mode 100644 index 1200444d9e..0000000000 Binary files a/website/static/img/BionautAnimation.png and /dev/null differ diff --git a/website/static/img/badClay_logo.png b/website/static/img/badClay_logo.png new file mode 100644 index 0000000000..d3385a6e33 Binary files /dev/null and b/website/static/img/badClay_logo.png differ diff --git a/website/static/img/bionaut_logo.png b/website/static/img/bionaut_logo.png deleted file mode 100644 index 1603a10468..0000000000 Binary files a/website/static/img/bionaut_logo.png and /dev/null differ diff --git a/website/static/img/bumpybox.png b/website/static/img/bumpybox.png deleted file mode 100644 index e07c605a59..0000000000 Binary files a/website/static/img/bumpybox.png and /dev/null differ diff --git a/website/static/img/client_krutart_logo.png b/website/static/img/client_krutart_logo.png deleted file mode 100644 index 77b0b580d5..0000000000 Binary files a/website/static/img/client_krutart_logo.png and /dev/null differ diff --git a/website/static/img/colorbleed_logo.png b/website/static/img/colorbleed_logo.png deleted file mode 100644 index bab83b7e8f..0000000000 Binary files a/website/static/img/colorbleed_logo.png and /dev/null differ diff --git a/website/static/img/cubicmotion.png b/website/static/img/cubicmotion.png deleted file mode 100644 index 0c496867ac..0000000000 Binary files a/website/static/img/cubicmotion.png and /dev/null differ diff --git a/website/static/img/filmmore.png b/website/static/img/filmmore.png deleted file mode 100644 index 4d05c6782b..0000000000 Binary files a/website/static/img/filmmore.png and /dev/null differ diff --git a/website/static/img/client_fourthwall_logo.png b/website/static/img/fourthwall_logo.png similarity index 100% rename from website/static/img/client_fourthwall_logo.png rename to website/static/img/fourthwall_logo.png diff --git a/website/static/img/client_incognito.png b/website/static/img/incognito.png similarity index 100% rename from website/static/img/client_incognito.png rename to website/static/img/incognito.png diff --git a/website/static/img/redknuckles_logo.png b/website/static/img/redknuckles_logo.png new file mode 100644 index 0000000000..9f852128f5 Binary files /dev/null and b/website/static/img/redknuckles_logo.png differ diff --git a/website/static/img/redknuckles_logotype.png b/website/static/img/redknuckles_logotype.png deleted file mode 100644 index 13c49c8504..0000000000 Binary files a/website/static/img/redknuckles_logotype.png and /dev/null differ diff --git a/website/static/img/client_yowza_logo.png b/website/static/img/yowza_logo.png similarity index 100% rename from website/static/img/client_yowza_logo.png rename to website/static/img/yowza_logo.png