@leuffen/themejs1 8.2.57 → 8.2.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,8 +21,8 @@ layout: 2_script
|
|
|
21
21
|
<a href="/">
|
|
22
22
|
<!--img src="/assets/logo256.svg" alt="{{ site.data.general.logoalt }}" height="64" class="p-1 loader-image" style="float:left"-->
|
|
23
23
|
<div style="font-size: 1.1em;float:right" class="m-2 text-black">
|
|
24
|
-
<div style="font-size: 1.1em">{{ site.data.general.fachrichtung}}</div>
|
|
25
24
|
<div style="font-size: 1.6em">{{ site.data.general.logoalt }}</div>
|
|
25
|
+
<div style="font-size: 1.1em">{{ site.data.general.fachrichtung}}</div>
|
|
26
26
|
</div>
|
|
27
27
|
</a>
|
|
28
28
|
</div>
|
|
@@ -39,10 +39,10 @@ layout: 2_script
|
|
|
39
39
|
<a href="/kontakt" aria-label="Anschrift"><i class="bi bi-geo-alt-fill text-primary"></i><span class=":: d-none :xl:"> {{ site.data.general.street }}, {{ site.data.general.city }}</span></a>
|
|
40
40
|
</li>
|
|
41
41
|
<li>
|
|
42
|
-
<a href="tel:{{site.data.general.phone1 }}" aria-label="Telefonnummer - jetzt anrufen"><i class="bi bi-
|
|
42
|
+
<a href="tel:{{site.data.general.phone1 }}" aria-label="Telefonnummer - jetzt anrufen"><i class="bi bi-telephone-fill text-primary"></i><span class=":: d-none :xl:"> {{ site.data.general.phone1_text }}</span></a>
|
|
43
43
|
</li>
|
|
44
44
|
<li>
|
|
45
|
-
<a href="{% if site.data.general.termin_url %}{{site.data.general.termin_url}}{% else %}/online-termin{% endif %}" target="_blank" aria-label="Termin vereinbaren"><i class="bi bi-calendar-
|
|
45
|
+
<a href="{% if site.data.general.termin_url %}{{site.data.general.termin_url}}{% else %}/online-termin{% endif %}" target="_blank" aria-label="Termin vereinbaren"><i class="bi bi-calendar-plus-fill text-primary"></i><span class=":: d-none :xl:"> Termin vereinbaren</span></a>
|
|
46
46
|
</li>
|
|
47
47
|
</ul>
|
|
48
48
|
|
|
@@ -15,7 +15,7 @@ title: Jobs
|
|
|
15
15
|
type: article
|
|
16
16
|
_shiller_tags: base
|
|
17
17
|
_shiller_target_pid: karriere/index
|
|
18
|
-
_schiller_instructions: Ändere die Texte und Bilder. Füge am Ende die CTA ein. Füge für jeden Job ein neues H3
|
|
18
|
+
_schiller_instructions: Ändere die Texte und Bilder. Füge am Ende die CTA ein. Füge für jeden Job ein neues H3 ein.
|
|
19
19
|
---
|
|
20
20
|
## Karriere
|
|
21
21
|
{: layout="use: #sec-card-2col"}
|
|
@@ -16,7 +16,7 @@ body_class: ~
|
|
|
16
16
|
title: Informationen für Zuweiser / Ärzte
|
|
17
17
|
type: article
|
|
18
18
|
_shiller_tags: base
|
|
19
|
-
_shiller_target_pid: service/online-
|
|
19
|
+
_shiller_target_pid: service/online-zuweiser
|
|
20
20
|
---
|
|
21
21
|
## Informationen für Zuweiser / Ärzte
|
|
22
22
|
{: layout="use: #sec-card-2col; cols: 12"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Urbanist";
|
|
3
|
+
src: url("https://cdn.leuffen.de/global/fonts/urbanist/Urbanist-Bold.woff2") format("woff2");
|
|
4
|
+
font-weight: bold;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
}
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: "Urbanist";
|
|
10
|
+
src: url("https://cdn.leuffen.de/global/fonts/urbanist/Urbanist-Regular.woff2") format("woff2");
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
font-display: swap;
|
|
14
|
+
}
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: "Urbanist";
|
|
17
|
+
src: url("https://cdn.leuffen.de/global/fonts/urbanist/Urbanist-Light.woff2") format("woff2");
|
|
18
|
+
font-weight: 300;
|
|
19
|
+
font-style: normal;
|
|
20
|
+
font-display: swap;
|
|
21
|
+
}
|