mirror of
https://github.com/acid-info/new-codex.storage.git
synced 2026-08-27 19:31:05 +00:00
36 lines
1.0 KiB
HTML
36 lines
1.0 KiB
HTML
<div @name="hero" class="hero">
|
|
<div>
|
|
<h1>Codex</h1>
|
|
<div class="sub">
|
|
<div class="video">
|
|
<icon src="icon/header/bracket-left.svg"></icon>
|
|
<video-player :src="hero.video" :poster="hero.poster"></video-player>
|
|
<icon src="icon/header/bracket-right.svg"></icon>
|
|
</div>
|
|
<h2>Durable Decentralized Storage Network</h2>
|
|
</div>
|
|
</div>
|
|
|
|
<news :items="news"></news>
|
|
|
|
<footer>
|
|
<a href="#about" class="discover"
|
|
>Discover Codex
|
|
<span class="arrow">
|
|
<icon src="icon/header/discover-arrow-right.svg" > </span
|
|
></a>
|
|
<div>
|
|
<div aria-disabled="true" id="news-left" class="arrow">
|
|
<icon src="icon/header/arrow-left.svg"></icon>
|
|
</div>
|
|
<div id="news-right" class="arrow">
|
|
<icon src="icon/header/arrow-right.svg"></icon>
|
|
</div>
|
|
<span>Next</span>
|
|
</div>
|
|
</footer>
|
|
<iframe src="{ animation }"></iframe>
|
|
<!-- <img src="/img/hero.webp" alt="Codex Hero Image" fetchpriority="high" /> -->
|
|
<div id="root"></div>
|
|
</div>
|