Felix i Jannes Mast
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4e20881af7
commit
0c4551d62e
|
@ -2,6 +2,12 @@
|
||||||
title: Meshtastic
|
title: Meshtastic
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function scrollToContent() {
|
||||||
|
document.getElementById("main-content").scrollIntoView({ behavior: "smooth" });
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<video autoplay loop muted playsinline
|
<video autoplay loop muted playsinline
|
||||||
style="position: absolute; left: 0;
|
style="position: absolute; left: 0;
|
||||||
height: 77vh; width: 100%;
|
height: 77vh; width: 100%;
|
||||||
|
@ -21,10 +27,18 @@ title: Meshtastic
|
||||||
Din webbläsare stödjer inte video.
|
Din webbläsare stödjer inte video.
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
<button onclick="scrollToContent()"
|
||||||
|
style="position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
|
||||||
|
padding: 12px 24px; font-size: 1.2rem;
|
||||||
|
background-color: #ffffffcc; border: none; border-radius: 8px;
|
||||||
|
cursor: pointer; z-index: 10;">
|
||||||
|
↓ Se mer
|
||||||
|
</button>
|
||||||
|
|
||||||
<!-- Mellanrum -->
|
<!-- Mellanrum -->
|
||||||
<div style="height: 90vh;"></div>
|
<div style="height: 90vh;"></div>
|
||||||
|
|
||||||
<div class="ascii-wrapper">
|
<div id="main-content" class="ascii-wrapper">
|
||||||
<pre><code><div align="center">
|
<pre><code><div align="center">
|
||||||
__ __ ________ ______ __ __ ________ ______ ______ ________ ______ ______
|
__ __ ________ ______ __ __ ________ ______ ______ ________ ______ ______
|
||||||
|\_\ /\_\ |\_______\ /\_____\ |\_\ |\_\ |\_______\ /\_____\ /\_____\ |\_______\ |\_____\ /\_____\
|
|\_\ /\_\ |\_______\ /\_____\ |\_\ |\_\ |\_______\ /\_____\ /\_____\ |\_______\ |\_____\ /\_____\
|
||||||
|
|
Loading…
Reference in New Issue