-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
188 lines (165 loc) · 5.84 KB
/
test.html
File metadata and controls
188 lines (165 loc) · 5.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<script type="text/javascript">
window.addEventListener('load', function () {
$(window).on('scroll', function(){
var s = $(window).scrollTop(),
d = $(document).height(),
c = $(window).height();
var scrollPercent = (s / (d - c)) * 100;
$(".scrolling-img").css("background-position", "0px "+scrollPercent+"%");
console.log(scrollPercent);
})
})
window.addEventListener('load', function () {
enableLOESidebar();
})
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bungee&family=Fredericka+the+Great&family=Rubik+80s+Fade&family=Wavefont:wght@4..1000&display=swap" rel="stylesheet">
<style>
.bungee-regular {
font-family: "Bungee", sans-serif;
font-weight: 400;
font-style: normal;
}
.fredericka-the-great-regular {
font-family: "Fredericka the Great", serif;
font-weight: 400;
font-style: normal;
}
.wavefont-100 {
font-family: "Wavefont", system-ui;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-variation-settings:
"ROND" 100,
"YELA" -100;
}
.rubik-80s-fade-regular {
font-family: "Rubik 80s Fade", system-ui;
font-weight: 400;
font-style: normal;
}
</style>
<div class="container container-li">
<div class="row">
<img src="https://www.loechel-industriebedarf.de/upload/shoppictures_95/tinymce/services/Platzhalter1920x300.jpg" class="reda-top-img"></img>
</div>
<div class="row">
<div class="placeholder-reda-top-img"></div>
</div>
<div class="row flex-align">
<div class="col push-md-6 col-md-6 li-img-border">
<img src="https://www.loechel-industriebedarf.de/upload/shoppictures_95/tinymce/warenausgabesysteme/vorteile.jpg"></img>
</div>
<div class="col pull-md-6 col-md-6">
<h5>Kleinere Überschrift</h5>
<h4>Größere Überschrift</h4>
<b>Text ist in der Mitte horizontal zentriert mit flex-align</b>
<br /><br />
Bild hat dank li-img-border einen Rahmen
<br /><br />
<b>Mit loe-list entstehen Zahnräder vor Aufzählungen</b>
<ul class="loe-list">
<li>Banner wird über reda-top-img + placeholder-reda-top-img eingebunden</li>
<li>enableLOESidebar(); triggert die Sidebar</li>
</ul>
</div>
</div>
<div class="row placeholder-row"></div>
<div class="row row-diff-bg">
<div class="col-12">
<h4>Überschrift oben</h4>
</div>
<div class="col col-md-6">
<img src="https://www.loechel-industriebedarf.de/upload/shoppictures_95/tinymce/warenausgabesysteme/ectc.jpg"></img>
</div>
<div class="col col-md-6">
Dank row-diff-bg grauer Hintergrund
<br /><br />
<b>Schriften</b>
<ul class="loe-list">
<li class="bungee-regular"><h4>bungee</h4></li>
<li class="fredericka-the-great-regular"><h4>fredericka-the-great</h4></li>
<li class="wavefont-100"><h4>wavefont-100</h4></li>
<li class="rubik-80s-fade-regular"><h4>rubik-80s-fade-regular</h4></li>
</ul>
<p style="text-align: center"><button onclick="window.open('https://www.loechel-industriebedarf.de/upload/shoppictures_95/tinymce/warenausgabesysteme/datenblatt/ectc.pdf', '_blank');" class="nw_button nw_button--primary -filled psa-button" type="submit" style="width: 75%">Inline Button</button></p>
</div>
</div>
</div>
<div class="scrolling-img-container">
<div class="scrolling-img">
</div>
</div>
<div class="scrolling-img-placeholder"> </div>
scrolling-img-container + scrolling-img + scrolling-img-placeholder erzeugen ein Bild, welches "mitscrollt"<br>
test<br>
test<br>
<meta charset="utf-8">
<div class="row">
<div class="col-md-2 d-xs-none d-md-block"></div>
<div class="col col-md-8">
<form action="https://tectree.de/form/action.php" method="post" target="_blank" enctype="multipart/form-data">
<div class="nw_form-group">
<div class="nw_form-group__form-elements">
<span class="nw_form-element--input is-required">
<div class="input-group">
<div class="nw_input-group">
<label>
<span>Vor- und Nachname / Firma</span>
<input class="form-control" name="full_name" id="full_name" type="text" required="required">
</label>
</div>
</div>
</span>
<span class="nw_form-element--input is-required">
<div class="input-group">
<div class="nw_input-group">
<label>
<span>E-Mail Adresse</span>
<input class="form-control" name="email" id="email" type="text" required="required">
</label>
</div>
</div>
</span>
<span class="nw_form-element--input">
<div class="input-group">
<div class="nw_input-group">
<label>
<span>Lieferscheinnummer / Auftragsnummer / Rechnungsnummer</span>
<input class="form-control" name="uniqueNum" id="uniqueNum" type="text">
</label>
</div>
</div>
</span>
<span class="nw_form-element--input">
<div class="input-group">
<div class="nw_input-group">
<label>
<span>Nachricht</span>
<textarea rows="5" cols="80" class="form-control" name="msg_body" id="msg_body" ></textarea>
</label>
</div>
</div>
</span>
<span class="nw_form-element--input">
<div class="input-group">
<div class="nw_input-group">
<label>
<span>Anhänge</span>
<input class="form-control" name="uploadedFiles[]" type="file" multiple="multiple" />
</label>
</div>
</div>
</span>
</div>
</div>
* = Pflichtfeld<br>
Informationen zur Datenschutzerklärung <a href="https://www.loechel-industriebedarf.de/datenschutz" target="_blank">(Datenschutzerklärung anzeigen)</a><br>
<button class="btn btn-primary" type="submit">Nachricht senden</button>
</form>
</div>
</div>