versuch icons shortcode zu reparieren

This commit is contained in:
edi 2024-06-18 15:18:27 +02:00
parent 9ae1d285d5
commit d899ad70c3
Signed by: edi
SSH key fingerprint: SHA256:KFkwZzDracWAjmHqmcEMriW2i/8qe9LcXBGY2UFyQe4
16 changed files with 33 additions and 3 deletions

View file

@ -12,7 +12,7 @@ Was brauchst du in deinem Camper? Bis zu vier Schlafplätze und fahrtauglich ges
Unsere aktuellen Bausätze für den Fiat Ducato L4H2 bieten dir jede Menge Möglichkeiten inklusive wertvoller Tipps und Tricks in der detailliert bebilderten Aufbauanleitung.
**Stay tuned**: Weitere Möbelteile (auch für andere Fahrzeugtypen) befinden sich gerade in der Entwicklung.
{{% icon name="lock-dark" class="icon-dark" height="1em" %}} **Stay tuned**: Weitere Möbelteile (auch für andere Fahrzeugtypen) befinden sich gerade in der Entwicklung.
@ -69,7 +69,7 @@ Schön, dass du dich für **vanilla.parts** interessierst! Nutze gern unser Anfr
![Portrait Edgar](/images/portrait_edgar.jpg)
Hi, mein Name ist **Edgar Grüner**. Ich bin Schreinermeister, Gründer von vanilla.engineering und habe mehr als zehn Jahre Erfahrung in der Konstruktion von Möbeln für bewegte Räume. Auf Yachten und in Fahrzeugen umrunden meine Ideen die Welt immer angepasst an die jeweiligen Anforderungen unterwegs.
[mehr über vanilla.engineering](/unternehmen)
[mehr über vanilla.engineering](/about)
{{% /section %}}
{{% section id="kontakt"%}}

View file

@ -1,3 +1,4 @@
{{ $name := .Get "name" }}
{{ $height := .Get "height" | default "22px" }}
<img class="icon" src="/icons/{{ $name }}.svg" height="{{ $height }}">
{{ $class := .Get "class" }}
<img class="icon {{ $class }}" src="/icons/{{ $name }}.svg" style="height: {{ $height }}">

View file

@ -42,6 +42,17 @@
src: url("/fonts/angelina.ttf");
}
@font-face {
font-family: uberhead;
src: url("/fonts/comfortaa-latin-300-normal.woff") format('woff');
font-weight: normal;
}
@font-face {
font-family: uberhead;
src: url("/fonts/comfortaa-latin-700-normal.woff") format('woff');
font-weight: bold;
}
html {
font-size: 1.3em;
line-height: 1.5;
@ -61,10 +72,22 @@ img, picture, video, canvas, svg {
max-width: 100%;
font-size: 3rem;
font-family: Angelina;
}
.content img.icon,
img.icon
{
margin: 0 0 0 0 !important;
float: left;
padding-right: 10px;
}
input, button, textarea, select {
font: inherit;
}
@ -79,6 +102,12 @@ p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
h2, h3 {
font-family: uberhead, sans-serif;
font-weight: bold;
}
#root, #__next {
isolation: isolate;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.