Film
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-04-19 06:21:20 +00:00
parent 4c40efd558
commit ca0b6a4954
1 changed files with 13 additions and 8 deletions

View File

@ -2,26 +2,31 @@
title: Start title: Start
--- ---
<div style="position: relative; width: 100%; height: 100vh; overflow: hidden;">
<video autoplay loop muted playsinline
<video autoplay loop muted playsinline
style="position: absolute; top: 50%; left: 50%; style="position: absolute; top: 50%; left: 50%;
min-width: 100%; min-height: 100%; min-width: 100%; min-height: 100%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
object-fit: cover; z-index: -1;"> object-fit: cover; z-index: -1;">
<source src="assets/drone.mp4" type="video/mp4"> <source src="assets/drone.mp4" type="video/mp4">
Din webbläsare stödjer inte video.
Din webbläsare stödjer inte video. </video>
</video>
<div style="position: relative; z-index: 1; text-align: center; color: white; padding-top: 40vh;">
<h1 style="font-size: 3rem; margin: 0;">📡 SA6ANW</h1>
<p>Drönarvy över masten</p>
</div>
</div>
<!-- Mellanrum -->
<div style="height: 30px;"></div>
---
# SA6ANW # SA6ANW
<div align="center"> <div align="center">
``` ```