Compare commits
8 Commits
main
...
3ce00f86ac
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ce00f86ac | |||
| 988222c1cd | |||
| acceef5a17 | |||
| 64c086006c | |||
| 284b9f62a5 | |||
| 825c13f591 | |||
| 33ac8cd68f | |||
| 002c74a773 |
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"workbench.startupEditor": "none"
|
||||||
|
}
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
title = "Impressum und Datenschutzerklärung"
|
title = "Impressum und Datenschutzerklärung"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Derzeit nicht verfügbar.
|
jooo
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"title": "3D-Druck",
|
"title": "3D-Druck",
|
||||||
"video": "img/slide/vid01.mp4"
|
"video": "img/slide/vid-3d-01.webm"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Individuelle Lichtausstattung",
|
"title": "Individuelle Lichtausstattung",
|
||||||
|
|||||||
BIN
static/img/slide/vid-3d-01.webm
Normal file
BIN
static/img/slide/vid-3d-01.webm
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 925 KiB |
@@ -16,28 +16,19 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{- partial "alert.html" . -}}
|
{{- partial "alert.html" . -}}
|
||||||
<!-- {{- partial "header.html" . -}} -->
|
{{- partial "header.html" . -}}
|
||||||
<div class="scroll-top rounded-full">
|
<div class="scroll-top rounded-full">
|
||||||
<span class="icon-keyboard_arrow_up text-2xl"></span>
|
<span class="icon-keyboard_arrow_up text-2xl"></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- {{- partial "slide.html" . -}} -->
|
{{- partial "slide.html" . -}}
|
||||||
<!-- {{- partial "strip.html" . -}} -->
|
<!-- {{- partial "strip.html" . -}} -->
|
||||||
{{ if ne .Site.Params.showBlog false }}
|
{{ if ne .Site.Params.showBlog false }}
|
||||||
<div class="mx-auto my-10 max-w-6xl">
|
<div class="mx-auto my-10 max-w-6xl">
|
||||||
<h1 class="text-4xl font-bold">Ups! Diese Website wird gerade noch entwickelt.</h1>
|
<h2 class="text-4xl ml-2">Blog</h2>
|
||||||
<hr>
|
{{- partial "recent.html" . -}}
|
||||||
<br>
|
|
||||||
<p class="text-2xl font-bold">Trotzdem Interesse? Hier meine Kontaktdaten:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Email: <span class="text-white-custom">kontakt@ftecke.de</span></li>
|
|
||||||
<li>Telefon: +49 3475 2028989</li>
|
|
||||||
<li>WhatsApp: +49 176 45960424</li>
|
|
||||||
<li>Facebook: <a class="text-white-custom" href="https://www.facebook.com/p/Dj-Ecke-100069638587825/">www.facebook.com</a></li>
|
|
||||||
</ul>
|
|
||||||
<!-- {{- partial "recent.html" . -}} -->
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<!-- {{- partial "footer.html" . -}} -->
|
{{- partial "footer.html" . -}}
|
||||||
<script src="{{ "/js/swiper-bundle.min.js" | relURL }}"></script>
|
<script src="{{ "/js/swiper-bundle.min.js" | relURL }}"></script>
|
||||||
<script>
|
<script>
|
||||||
var mySwiper = new Swiper(".swiper-container", {
|
var mySwiper = new Swiper(".swiper-container", {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<header>
|
<header>
|
||||||
<meta http-equiv="refresh" content="0;url=https://www.ftecke.de">
|
|
||||||
<div id="overlay">
|
<div id="overlay">
|
||||||
<ul class="text-center list-none text-white text-3xl">
|
<ul class="text-center list-none text-white text-3xl">
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
|
|||||||
Reference in New Issue
Block a user