deleted rudamentary slider component and social.json

This commit is contained in:
Andreas Hnida 2024-04-18 11:16:24 +02:00
commit ad63a4afa9
19 changed files with 284 additions and 388 deletions

View file

@ -1,7 +0,0 @@
<div class="slides h-screen md:h-full {{ if isset .Params "first" }}current{{ end }}" style="background-image:url('{{ .Get "image" }}')">
{{ if ne (.Get "title") "" }}
<h1 class="mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-6xl">
{{ .Get "title" }}
</h1>
{{ end }}
</div>

View file

@ -1,13 +0,0 @@
{{/* TODO ADD S M L Modes */}}
{{/* TODO FIX HEIGHT ISSUE */}}
{{/* TODO FIX Slider Height on Mobile when no Headline is given */}}
<section class="hero-slider h-screen {{ with .Get "height" }}md:h-[{{ . }}]{{ else }}md:h-[750px]{{ end }}">
<div class="verua-slider-wrapper">
<div class="verua-slider h-screen {{ with .Get "height" }}md:h-[{{ . }}]{{ else }}md:h-[750px]{{ end }}" id="verua-slider">
{{ .Inner }}
</div>
</div>
</section>
{{ $vsjs := resources.Get "js/veruaslider.js" | minify }}
<script src="{{ $vsjs.RelPermalink }}"></script>
<!-- /Hero Slider -->