Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

doc: adding royal render and multiverse to the web site #3285

Merged
merged 1 commit into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,19 @@ function Home() {
<img src="/img/app_maya.png" alt="" title=""></img>
<span className="caption">Maya</span>
</a>

<a className="link" href="https://www.autodesk.com/products/flame">
<img src="/img/app_flame.png" alt="" title=""></img>
<span className="caption">Flame</span>
</a>

<a className="link" href="https://www.foundry.com/products/nuke-family/nuke">
<img src="/img/app_nuke.png" alt="" title=""></img>
<span className="caption">Nuke</span>
</a>

<a className="link" href="https://www.foundry.com/products/nuke-family/nuke-studio">
<img src="/img/app_nuke.png" alt="" title=""></img>
<img src="/img/app_nukestudio.png" alt="" title=""></img>
<span className="caption">Nuke Studio</span>
</a>

Expand Down Expand Up @@ -374,12 +379,17 @@ function Home() {
<img src="/img/app_deadline.png" alt="" title=""></img>
<span className="caption">Deadline</span>
</a>

<a className="link" href="https://www.vvertex.com">
<img src="/img/app_muster.png" alt="" title=""></img>
<span className="caption">Muster</span>
</a>

<a className="link" href="https://www.royalrender.de/index.php/startseite.html">
<img src="/img/app_royalrender.png" alt="" title=""></img>
<span className="caption">Royal Render</span>
</a>

<a className="link" href="https://www.slack.com">
<img src="/img/app_slack.png" alt="" title=""></img>
<span className="caption">Slack</span>
Expand All @@ -390,10 +400,10 @@ function Home() {
<p> <b>In development by us or OpenPype community.</b></p>

<div className={classnames('showcase',)}>

<a className="link" href="https://www.autodesk.com/products/flame">
<img src="/img/app_flame.png" alt="" title=""></img>
<span className="caption">Flame</span>
<a className="link" href="https://j-cube.jp/solutions/multiverse/">
<img src="/img/app_multiverse.png" alt="" title=""></img>
<span className="caption">Multiverse</span>
</a>

<a className="link" href="https://www.shotgridsoftware.com/">
Expand Down
Binary file modified website/static/img/app_flame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/app_hiero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/app_multiverse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/app_nuke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/app_nukestudio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/app_royalrender.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.