-
Notifications
You must be signed in to change notification settings - Fork 0
/
mathematik.html
299 lines (277 loc) · 7.63 KB
/
mathematik.html
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MSA Mathematik</title>
</head>
<style>
body {
padding: 0;
margin: 0;
background-color: #040211;
color: white;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
header {
height: 3.75em;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 2.5px;
margin-right: 50px;
margin-left: 50px;
border-bottom: 0.5px solid rgba(243, 243, 243, 0.1);
font-weight: 600;
font-size: 17.5px;
}
header div {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
header div p {
padding-left: 15px;
padding-right: 15px;
font-weight: 300;
}
#h1 {
margin: 3.5% 0 3.5% 0;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
font-size: 25px;
}
.heading {
color: unset;
text-align: center;
font-size: 75px;
letter-spacing: -0.02em;
font-weight: 500;
background: linear-gradient(
to right bottom,
rgb(255, 255, 255) 30%,
rgba(255, 255, 255, 0.38)
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
#welcome_sign {
margin: 0% 25% 0px 25%;
font-style: normal;
font-weight: 100;
font-size: 23px;
line-height: 30px;
}
#math_sign {
margin: 0 0 10px 0;
background: linear-gradient(#4600f3 6.95%, #200d50 97.77%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-style: normal;
font-weight: 600;
}
p {
margin: 0 0 0 0;
}
.themen_card {
height: 260px;
width: 310px;
margin: 5px;
background-color: aqua;
box-sizing: border-box;
background: linear-gradient(
234.35deg,
rgba(0, 0, 0, 0.2) 3.16%,
rgba(80, 10, 255, 0.08) 97.46%
),
linear-gradient(
125.11deg,
rgba(96, 94, 94, 0.4) 0%,
rgba(217, 217, 217, 0) 141.19%,
rgba(14, 14, 14, 0.2) 141.19%
);
border: 1px solid rgba(217, 217, 217, 0.25);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 20px;
display: flex;
flex-direction: column;
justify-content: end;
cursor: pointer;
}
#themen_container {
margin: 7.5% 17.5% 10% 17.5%;
}
#themen {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
h1,
h2,
h3,
h4,
h5 {
margin: 0;
}
.themen_card_heading {
font-family: "SF Pro Rounded";
font-style: normal;
font-weight: 400;
font-size: 23px;
margin: 10px 0 0 10px;
}
.themen_card_subheading {
font-family: "SF Pro Rounded";
font-style: normal;
font-weight: 500;
font-size: 15px;
color: rgba(255, 255, 255, 0.5);
margin: 5px 5px 0 10px;
}
.img_div {
display: flex;
justify-content: center;
}
.themen_card_titles {
height: 30%;
margin: 0 0 12.5px 5px;
}
#ratio_svg {
margin: 0 0 27.5px 0;
}
footer {
height: 3.75em;
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 2.5px;
margin-right: 50px;
margin-left: 50px;
border-top: 0.5px solid rgba(243, 243, 243, 0.1);
font-weight: 600;
font-size: 17.5px;
}
footer div {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
footer div p {
padding-left: 15px;
padding-right: 15px;
font-weight: 300;
}
</style>
<body>
<header>
<p>MSA Übungen Bremen</p>
<div>
<p>Aufgaben</p>
<p>Termine</p>
<p>Was ist der MSA?</p>
</div>
</header>
<div id="h1">
<h1 class="heading">Aufgaben</h1>
</div>
<div id="welcome_sign">
<p id="math_sign">MATHEMATIK</p>
<p>
Willkommen auf dem Mathematik-Teil für Schüler:innen, die sich auf ihren
mittleren Schulabschluss vorbereiten! Wir haben diese Webseite
entwickelt, um Ihnen eine umfassende Sammlung von Lernressourcen und
Übungen zu bieten, die Ihnen dabei helfen, Ihre Mathematikkenntnisse zu
verbessern. Wir haben alle Themen, der letzten Jahre, in sieben
Kategorien aufgeteilt, um Ihnen eine übersichtliche Struktur zu bieten.
Wir hoffen, dass Sie diese Webseite als nützliches Werkzeug nutzen und
Ihre Mathematikfähigkeiten verbessern werden.
</p>
</div>
<div id="themen_container">
<div id="themen">
<div class="themen_card">
<div class="img_div">
<img src="xyz.svg" width="290px" height="100px" />
</div>
<div class="themen_card_titles">
<h1 class="themen_card_heading"> Grundlagen</h1>
<h5 class="themen_card_subheading">
Von den Grundrechenarten bis zu Potenzen
</h5>
</div>
</div>
<div class="themen_card">
<div class="img_div">
<img src="geometrie.svg" width="300px" height="140px" />
</div>
<div class="themen_card_titles">
<h1 class="themen_card_heading"> Geometrie</h1>
<h5 class="themen_card_subheading">
Von Winkeln bis zum Pythagoras
</h5>
</div>
</div>
<div class="themen_card">
<div class="img_div">
<img src="eq.svg" width="290px" height="100px" />
</div>
<div class="themen_card_titles">
<h1 class="themen_card_heading"> Gleichungen & Terme</h1>
<h5 class="themen_card_subheading">
Von Variablen bis zu linearen Gleichungssystemen
</h5>
</div>
</div>
<div class="themen_card">
<div class="img_div">
<img src="fx.svg" width="300px" height="140px" />
</div>
<div class="themen_card_titles">
<h1 class="themen_card_heading"> Funktionen</h1>
<h5 class="themen_card_subheading">
Von den linearen bis zu e-Funktionen
</h5>
</div>
</div>
<div class="themen_card">
<div class="img_div">
<img src="stochastik.svg" width="300px" height="140px" />
</div>
<div class="themen_card_titles">
<h1 class="themen_card_heading"> Statistik & Stochastik</h1>
<h5 class="themen_card_subheading">
Vom Durchschnitt bis zu La-Place-Ereignissen
</h5>
</div>
</div>
<div class="themen_card">
<div class="img_div">
<img id="ratio_svg" src="ratio.svg" width="225px" height="70px" />
</div>
<div class="themen_card_titles">
<h1 class="themen_card_heading"> Prozente & Anteile</h1>
<h5 class="themen_card_subheading">
Von Zinsrechnung bis zu Gerechtes Aufteilen
</h5>
</div>
</div>
</div>
</div>
<footer>
<div>
<p>Kontakt</p>
<p>Impressum</p>
</div>
</footer>
</body>
</html>