mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add ember light
This commit is contained in:
parent
30788b6d38
commit
819e44976c
3 changed files with 6 additions and 1 deletions
|
|
@ -139,6 +139,11 @@ const studios = [
|
|||
title: "Overmind Studios",
|
||||
image: "/img/OMS_logo_black_color.png",
|
||||
infoLink: "https://www.overmind-studios.de/",
|
||||
},
|
||||
{
|
||||
title: "Ember Light",
|
||||
image: "/img/EmberLight_black.png",
|
||||
infoLink: "https://emberlight.se/",
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -433,7 +438,7 @@ function Home() {
|
|||
{studios && studios.length && (
|
||||
<section className={styles.gallery}>
|
||||
<div className="container">
|
||||
<h2>Studios using openPYPE</h2>
|
||||
<h2>Studios using openPype</h2>
|
||||
<div className="showcase">
|
||||
{studios.map((props, idx) => (
|
||||
<Client key={idx} {...props} />
|
||||
|
|
|
|||
BIN
website/static/img/EmberLight_black.png
Normal file
BIN
website/static/img/EmberLight_black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
BIN
website/static/img/Ember_Light.jpg
Normal file
BIN
website/static/img/Ember_Light.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 330 KiB |
Loading…
Add table
Add a link
Reference in a new issue