@leuffen/themejs1 8.2.35 → 8.2.37

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.
@@ -76,7 +76,21 @@ Dann freuen wir uns auf Ihre Bewerbung. Gerne per Email.
76
76
  <!-- @todo: Nachfolgend Call to Action: Immer Einfügen und Links/Text anpassen -->
77
77
 
78
78
  ## Interesse geweckt?
79
- {: layout="use: #cta-base"}
79
+ {: layout="use: #cta-form"}
80
80
 
81
- Schicken Sie Ihre Bewerbung an: {{site.data.general.email}}
81
+ > Bewirb dich jetzt
82
+
83
+ ---
84
+
85
+ [select name="Anrede" data-options="Frau, Herr, Divers" required .mb-3]
86
+ [input type="text" name="Name" required .mb-3]
87
+ [input type="email" name="E-Mail" required data-invalid-msg="Bitte geben Sie eine gültige E-Mail Adresse ein" .mb-3]
88
+ [input type="tel" name="Telefon" required .mb-3]
89
+
90
+ ---
91
+
92
+ [input type="text" name="Bewerbung als" required .mb-3]
93
+ [textarea name="Ihre Nachricht (optional)" .mb-3 style="height: 120px;"]
94
+ [input type="checkbox" name="Datenschutz" label="Ich akzeptiere die Datenschutzbestimmungen" required .mb-3]
95
+ [input type="submit" name="Absenden" value="Absenden" class="btn btn-primary btn-lg" .my-3]
82
96
 
@@ -0,0 +1,9 @@
1
+
2
+ @import "../themes/_vendor/font-opensans";
3
+ @import "../themes/_vendor/font-forum";
4
+
5
+ $font-family-base: 'Open Sans', sans-serif;
6
+ //$font-size-base: 1rem !default;
7
+
8
+ $font-family-header: 'Forum', serif !default;
9
+ //$font-size-header: 1.8rem !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "8.2.35",
3
+ "version": "8.2.37",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./index.js",
@@ -23,6 +23,7 @@
23
23
  --layout-image-height: 80px;
24
24
  --layout-zoom-ratio: 1.6;
25
25
  --layout-zoom-ratio-mobile: 1.3;
26
+ --layout-translatey-mobile: 25%;
26
27
  --layout-backdrop-height: 20px;
27
28
 
28
29
  --layout-spacer-height: 0px;
@@ -37,7 +38,7 @@
37
38
  --e-translatey: 40%;
38
39
  @media (width < $breakpoint-mobile) {
39
40
  --e-zoom-ratio: var(--layout-zoom-ratio-mobile);
40
- --e-translatey: 25%;
41
+ --e-translatey: var(--layout-translatey-mobile);
41
42
  }
42
43
 
43
44
 
@@ -0,0 +1,10 @@
1
+
2
+
3
+ @font-face {
4
+ font-family: "Forum";
5
+ src: url("https://cdn.leuffen.de/global/fonts/forum/Forum-Regular.woff2?v=1.101") format("woff2");
6
+ font-weight: 500;
7
+ font-style: normal;
8
+ font-display: swap;
9
+
10
+ }