File tree Expand file tree Collapse file tree 2 files changed +45
-19
lines changed
Expand file tree Collapse file tree 2 files changed +45
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments