Skip to content

Commit d03f8a7

Browse files
committed
Some images
1 parent 5676253 commit d03f8a7

6 files changed

Lines changed: 24 additions & 1 deletion

File tree

public/desktop/layout_01.png

295 KB
Loading

public/desktop/layout_02.png

803 KB
Loading

public/desktop/realtime_01.png

454 KB
Loading

public/desktop/realtime_02.png

499 KB
Loading

public/desktop/realtime_03.png

525 KB
Loading

src/pages/desktop/index.astro

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const DOWNLOAD_LINKS = await getDownloadLinks();
177177
</p>
178178
</div>
179179
</section>
180-
180+
181181
<section class="feature-arguments">
182182
<figure class="figure">
183183
<img src="https://placecats.com/millie_neo/300/200" class="border figure-img img-fluid" alt="" />
@@ -191,6 +191,9 @@ const DOWNLOAD_LINKS = await getDownloadLinks();
191191
</section>
192192
<!-- Features -->
193193
<section class="feature-headline">
194+
<section>
195+
<iframe width="560" height="315" src="https://www.youtube.com/embed/TFBkAO1MjnU?si=Zkmbg_S2XJHlgtuq" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
196+
</section>
194197
<div class="feature-text">
195198
<h2>
196199
<Icon name="ph:star" class="text-primary" />
@@ -234,9 +237,28 @@ const DOWNLOAD_LINKS = await getDownloadLinks();
234237
</p>
235238

236239
</div>
240+
<section class="feature-arguments">
241+
<figure class="figure">
242+
<img src="/public/desktop/realtime_01.png" class="border figure-img img-fluid" alt="" />
243+
</figure>
244+
245+
<figure class="figure">
246+
<img src="/public/desktop/realtime_02.png" class="border figure-img img-fluid" alt="" />
247+
</figure>
248+
</section>
237249
</section>
250+
238251
<!-- Layout -->
239252
<section class="feature-headline">
253+
<section class="feature-arguments">
254+
<figure class="figure">
255+
<img src="/public/desktop/layout_01.png" class="border figure-img img-fluid" alt="" />
256+
</figure>
257+
258+
<figure class="figure">
259+
<img src="/public/desktop/layout_02.png" class="border figure-img img-fluid" alt="" />
260+
</figure>
261+
</section>
240262
<div class="feature-text">
241263
<h2>
242264
<Icon name="ph:git-fork" class="text-primary" />
@@ -283,6 +305,7 @@ const DOWNLOAD_LINKS = await getDownloadLinks();
283305
</section>
284306
<!-- Cartography -->
285307
<section class="feature-headline">
308+
286309
<div class="feature-text">
287310
<h2>
288311
<Icon name="ph:map-trifold" class="text-primary" />

0 commit comments

Comments
 (0)