Skip to content

Commit 1657ea7

Browse files
committed
updates /about embedding presentation slides
1 parent 8a5feb4 commit 1657ea7

File tree

2 files changed

+45
-19
lines changed

2 files changed

+45
-19
lines changed

src/content/docs/about.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/content/docs/about.mdx

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: What is Propromo?
3+
description: |
4+
"Project Progress Monitoring." Share your project progress with clients. Your client wants to be involved. Propromo makes it possible.
5+
---
6+
7+
import AsyncIframe from '../../components/AsyncIframe.astro';
8+
import { LinkButton } from '@astrojs/starlight/components';
9+
10+
## Über Propromo
11+
12+
<a href="/video/propromo.mp4" download>
13+
<video width="1920" height="1080" autoplay loop muted controls poster="/img/thumbnail.png" style="object-fit: cover;">
14+
<source src="/video/propromo.mp4" type="video/mp4"></source>
15+
Your browser does not support the video tag.
16+
</video>
17+
</a>
18+
19+
<div style="display: flex; justify-content: space-between;">
20+
<a href="https://propromo.netlify.app/7" target="_blank">Mehr erfahren.</a>
21+
<a href="/video/propromo.mp4" download>Video herunterladen.</a>
22+
</div>
23+
24+
---
25+
26+
### Präsentation
27+
28+
<AsyncIframe>
29+
<iframe
30+
src="https://propromo.netlify.app"
31+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
32+
allowfullscreen
33+
frameborder="0"
34+
></iframe>
35+
</AsyncIframe>
36+
37+
<LinkButton
38+
href="https://propromo.netlify.app"
39+
target="_blank"
40+
variant="secondary"
41+
icon="external"
42+
iconPlacement="start"
43+
>
44+
Präsentation in neuem Tab öffnen.
45+
</LinkButton>

0 commit comments

Comments
 (0)