@leuffen/themejs1 8.2.58 → 8.2.60
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.
- package/_tpl/_root/docs/_layouts/3_1_navbar.html +38 -27
- package/_tpl/_root/package.json +3 -1
- package/_tpl/_root/src/nextrap-bridge.scss +15 -0
- package/_tpl/_root/src/style_custom.scss +3 -0
- package/font/urbanist-opensans.scss +8 -0
- package/package.json +1 -1
- package/themes/_vendor/font-urbanist.scss +21 -0
|
@@ -15,41 +15,52 @@ layout: 2_script
|
|
|
15
15
|
</nav-->
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
<
|
|
18
|
+
<nte-navbar class="fixed autoborder autoshadow" scroll-threshold="500">
|
|
19
|
+
<nte-navbar-line class="hide-on-scroll">
|
|
20
|
+
<nte-nav class="style-undecorated size-sm" style="font-size: 1.2rem;">
|
|
21
|
+
<ul>
|
|
22
|
+
<li>
|
|
23
|
+
<a href="/kontakt" aria-label="Anschrift"><i class="bi bi-geo-alt-fill "></i><span class="d-none d-xl-block"> {{ site.data.general.street }}, {{ site.data.general.city }}</span></a>
|
|
24
|
+
</li>
|
|
25
|
+
<li>
|
|
26
|
+
<a href="tel:{{site.data.general.phone1 }}" aria-label="Telefonnummer - jetzt anrufen"><i class="bi bi-telephone-fill "></i><span class="d-none d-xl-block"> {{ site.data.general.phone1_text }}</span></a>
|
|
27
|
+
</li>
|
|
28
|
+
<li>
|
|
29
|
+
<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 "></i><span class="d-none d-xl-block"> Termin vereinbaren</span></a>
|
|
30
|
+
</li>
|
|
31
|
+
</ul>
|
|
32
|
+
</nte-nav>
|
|
33
|
+
</nte-navbar-line>
|
|
34
|
+
<nte-navbar-line>
|
|
19
35
|
|
|
20
|
-
|
|
21
|
-
|
|
36
|
+
|
|
37
|
+
<!-- Navbar Brand -->
|
|
38
|
+
<a slot="brand" href="/">
|
|
22
39
|
<!--img src="/assets/logo256.svg" alt="{{ site.data.general.logoalt }}" height="64" class="p-1 loader-image" style="float:left"-->
|
|
23
40
|
<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
41
|
<div style="font-size: 1.6em">{{ site.data.general.logoalt }}</div>
|
|
42
|
+
<div style="font-size: 1.1em">{{ site.data.general.fachrichtung}}</div>
|
|
26
43
|
</div>
|
|
27
44
|
</a>
|
|
28
|
-
</div>
|
|
29
|
-
<!-- Brand mit Überhöhe -->
|
|
30
|
-
<!--div class="brand position-absolute" style="margin-right: 20px;top:20px; z-index: 0;">
|
|
31
|
-
<a href="/">
|
|
32
|
-
<img src="/assets/logo128t.svg" alt="{{ site.data.general.logoalt }}" height="135" class="p-1" style="float:left;margin-top: -15px">
|
|
33
45
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
<
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
<!-- Image: -->
|
|
47
|
+
<!--a href="/" slot="brand"><img src="/assets/logo128t.svg" alt="{{ site.data.general.logoalt }}" height="84" class="p-1 loader-image" ></a-->
|
|
48
|
+
|
|
49
|
+
<nte-nav class="nav-horizontal" mode="master" breakpoint="9999px" transfer-to="#navSidebar">
|
|
50
|
+
<span slot="menu-text">Menü</span>
|
|
51
|
+
<ul>
|
|
52
|
+
{% include el/navbar.html ptag="nav" %}
|
|
53
|
+
</ul>
|
|
54
|
+
</nte-nav>
|
|
55
|
+
</nte-navbar-line>
|
|
56
|
+
</nte-navbar>
|
|
57
|
+
|
|
58
|
+
<nte-offcanvas id="navSidebar">
|
|
59
|
+
<nte-burger slot="header" data-nt-dismiss="offcanvas" open></nte-burger>
|
|
60
|
+
<nte-nav class="nav-vertical"></nte-nav>
|
|
61
|
+
</nte-offcanvas>
|
|
62
|
+
|
|
48
63
|
|
|
49
|
-
<ul class="navbar-main">
|
|
50
|
-
{% include el/navbar.html ptag="nav" %}
|
|
51
|
-
</ul>
|
|
52
|
-
</nav>
|
|
53
64
|
|
|
54
65
|
|
|
55
66
|
{{ content }}
|
package/_tpl/_root/package.json
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import "../themes/_vendor/font-opensans";
|
|
2
|
+
@import "../themes/_vendor/font-urbanist";
|
|
3
|
+
|
|
4
|
+
$font-family-base: 'Open Sans', sans-serif;
|
|
5
|
+
$font-size-base: 1.0rem !default;
|
|
6
|
+
|
|
7
|
+
$font-family-header: 'Urbanist', sans-serif !default;
|
|
8
|
+
$font-size-header: 2.8rem !default;
|
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
|
+
}
|