Use a different video source for the Milieu demo page. Give credit for Poke.
This commit is contained in:
parent
61a0c5717a
commit
c7c91eec29
1 changed files with 12 additions and 7 deletions
|
@ -15,9 +15,9 @@ import {
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<Zorn
|
<Zorn
|
||||||
Title="Ennie and Yoyki: Non-Girly Games"
|
Title="Islandia"
|
||||||
Poster="https://md.sudovanilla.org/images/eay-p-v.jpg"
|
Poster="https://md.sudovanilla.org/images/Islandia%2000%3A00%3A21.png"
|
||||||
Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm"
|
Video="https://ocean.sudovanilla.org/media/videos/Islandia/Islandia.mp4"
|
||||||
CustomControlsWithMenu
|
CustomControlsWithMenu
|
||||||
SettingsMenu
|
SettingsMenu
|
||||||
Milieu
|
Milieu
|
||||||
|
@ -45,12 +45,13 @@ import {
|
||||||
<Switcher/>
|
<Switcher/>
|
||||||
<style is:inline>a[href="/milieu"] {background: white !important;color: black !important;}</style>
|
<style is:inline>a[href="/milieu"] {background: white !important;color: black !important;}</style>
|
||||||
|
|
||||||
<Info Title="Ennie and Yoyki: Non-Girly Games" Description="Created by Daniyar Yambushev">
|
<Info Title="Islandia" Description="Created by Vadim Sherbakov">
|
||||||
<p>Source: <a href="https://www.youtube.com/watch?v=MuyJtxzyU3o">https://www.youtube.com/watch?v=MuyJtxzyU3o</a></p>
|
<p>Source: <a href="https://vimeo.com/354598551">https://vimeo.com/354598551</a></p>
|
||||||
<p>This demo pulls from: <a href="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm">https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm</a></p>
|
<p>This demo pulls from: <a href="https://ocean.sudovanilla.org/media/videos/Islandia/Islandia.mp4">https://ocean.sudovanilla.org/media/videos/Islandia/Islandia.mp4</a></p>
|
||||||
|
<p>Zorn Player uses the <a href="https://codeberg.org/ashley/poke/src/commit/a28f8e253663264abfcd284f8769b6e901ac1371/html/poketube.ejs#L2186-L2261">Ambient effect from Poke's source code</a>.</p>
|
||||||
</Info>
|
</Info>
|
||||||
|
|
||||||
<style>
|
<style is:global>
|
||||||
body {
|
body {
|
||||||
background: #010101;
|
background: #010101;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -59,6 +60,10 @@ body {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.video-container {
|
||||||
|
position: relative;
|
||||||
|
margin: 80px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
|
|
Loading…
Reference in a new issue