Skip to content

Commit c0a457b

Browse files
committed
refactor: update landing page
1 parent cf1f671 commit c0a457b

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

landing/assets/demo.webp

79 KB
Loading
-65 KB
Binary file not shown.

landing/assets/poster.webp

204 KB
Loading
-53.5 KB
Binary file not shown.

landing/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h5>("eye" in Polish)</h5>
244244
<header id="btn-container">
245245
<a id="about-btn" class="selected" role="button" tabindex="0">About</a>
246246
<a id="poster-btn" role="button" tabindex="0">Poster</a>
247-
<a target="_blank" href="https://www.youtube.com/watch?v=Ijt94tO9f5o">Demo</a>
247+
<a target="_blank" href="https://youtu.be/pLrvvLToVLg">Demo</a>
248248
<a target="_blank" href="https://github.com/piotrpdev/oko">GitHub</a>
249249
</header>
250250
<ul>
@@ -256,9 +256,8 @@ <h5>("eye" in Polish)</h5>
256256
</div>
257257
</div>
258258
<div id="img-col">
259-
<!-- TODO: Replace placeholder images -->
260-
<img id="demo-img" src="assets/demo_placeholder.webp" width="3284" height="2016" alt="Oko demo">
261-
<img id="poster-img" src="assets/poster_placeholder.webp" width="1357" height="1920" alt="Oko poster" style="display: none;">
259+
<img id="demo-img" src="assets/demo.webp" width="2386" height="1160" alt="Oko demo">
260+
<img id="poster-img" src="assets/poster.webp" width="1684" height="2384" alt="Oko poster" style="display: none;">
262261
</div>
263262
</div>
264263
<script>

0 commit comments

Comments
 (0)