-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
677 lines (671 loc) · 36.6 KB
/
index.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
<!DOCTYPE html>
<html lang="de" class="no-js">
<head>
<title>Invest it! - Freie Finanzbildung für alle!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Mit der Invest it! Academy Web App lernst du, wie du dein Geld unter Kontrolle bekommst. Wir zeigen dir, wie's richtig geht - von Aktien über Budgeting bis hin zu Investments. Und das alles kostenlos und unabhängig. Fang noch heute an!">
<meta name="page-topic" content="Bildung">
<meta http-equiv="content-language" content="de">
<link rel="canonical" href="https://investit-academy.de">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon.ico">
<link rel="stylesheet" href="css/bootstrap.css">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/slick.css">
<link rel="stylesheet" type="text/css" href="css/slick-theme.css">
</head>
<body>
<header class="navigation">
<nav class="navbar navbar-custom navbar-fixed-top">
<div class="container text-center">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<picture>
<source srcset="image/logo.webp" type="image/webp">
<img src="image/logo.png" alt="Logo von Invest it!" style="height: 46px; width: 190px;">
</picture>
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav menu-left">
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Plattform
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/">Web App</a></li>
<li><a href="app.html">Mobile App</a></li>
<!-- <li><a href="desktop.html">Desktop</a></li> -->
<!-- <li><a href="planspiel.html">Planspiel</a></li> -->
</ul>
</li>
<li><a href="features.html">Features</a></li>
<li><a href="about.html">Die Initiative</a></li>
<li><a href="pricing.html">Preise</a></li>
<li><a href="contact.html">Kontakt</a></li>
</ul>
<ul class="nav navbar-nav navbar-right button-right">
<li><a href="https://landing.investit-academy.de">Jetzt anmelden!</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section class="banner-app">
<div class="">
<div class="row">
<div class="col-md-6">
<div class="heading headbetter text-color wow animated slideInLeft">
<h3>Finanzen?</h3>
<h3>Kannste. Läuft.</h3>
<p>Mit der Invest it! Academy Web App lernst du, wie du dein Geld unter Kontrolle bekommst.
<br><br>Wir zeigen dir, wie's richtig geht - von Aktien über Budgeting bis hin zu Investments. Und das alles kostenlos und unabhängig. Fang noch heute an!
</p>
<div class="banner-btn ">
<a href="https://landing.investit-academy.de" class="btn btn-pink button6">Jetzt anmelden!</a>
<a href="features.html" class="btn btn-blue button6">Was kann die App?</a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 no-padd">
<div class=" wow animated zoomIn">
<picture>
<source srcset="image/web-app.webp" type="image/webp">
<img src="image/web-app.png" class="img-responsive" alt="Großer Bildausschnitt, auf dem die Kursübersicht der Invest it! Plattform beispielhaft dargestellt wird.">
</picture>
</div>
</div>
</div>
</div>
</section>
<section class="check-out-feature web-section">
<div class="container">
<div class="row">
<div class="col-md-12 text-center wow animated slideInUp">
<div class="heading">
<h3>Invest it! bringt dir alles bei, was du brauchst.</h3>
<h3>Auf die entspannte Art.</h3>
</div>
</div>
<div class="col-md-4 text-center ">
<div class="check-out-text wow animated slideInLeft">
<div class="feature-card">
<img src="image/feature1.png" alt="Video-Icon">
<img src="image/feature1-hover.png" class="img-feature" alt="Hover-Version des Video Icons">
</div>
<h4>On-demand Videocontent</h4>
<p>Mit unseren Videoformaten verarbeitest du schwierige Themen viel leichter & schneller.</p>
</div>
</div>
<div class="col-md-4 text-center ">
<div class="check-out-text wow animated slideInUp">
<div class="feature-card">
<img src="image/feature2.png" alt="itCoin-Icon">
<img src="image/feature2-hover.png" class="img-feature" alt="Hover-Version des itCoin-Icons">
</div>
<h4>Sammle itCoins</h4>
<p>Unsere hauseigene Währung lässt sich gegen exklusive Bildungsprämien eintauschen<sup>1</sup>
</p>
</div>
</div>
<div class="col-md-4 text-center ">
<div class="check-out-text wow animated slideInRight">
<div class="feature-card">
<img src="image/feature3.png" alt="Lernpfad-Icon">
<img src="image/feature3-hover.png" class="img-feature" alt="Hover-Version des Lernpfad-Icons">
</div>
<h4>Dein Feed lernt mit dir mit</h4>
<p>Lerne in deinem Tempo und stelle deinen persönlichen Lernpfad zusammen!</p>
</div>
</div>
<div class="clear-fix"></div>
<div class="col-md-4 text-center wow animated slideInLeft">
<div class="check-out-text">
<div class="feature-card">
<img src="image/feature4.png" alt="Multiplatform-Icon">
<img src="image/feature4-hover.png" class="img-feature" alt="Hover-Version des Multiplatform-Icons">
</div>
<h4>Jederzeit erreichbar</h4>
<p>Die Invest it! Academy kannst du auf jedem Gerät<sup>2</sup> besuchen. Dein Fortschritt ist sicher bei uns in der Cloud gespeichert.</p>
</div>
</div>
<div class="col-md-4 text-center ">
<div class="check-out-text wow animated slideInUp">
<div class="feature-card">
<img src="image/feature5.png" alt="Forum-Icon">
<img src="image/feature5-hover.png" class="img-feature" alt="Hover-Version des Forum-Icons">
</div>
<h4>Forum</h4>
<p>You'll never walk alone! Im Forum bekommst du deine Fragen beantwortet - und kannst anderen helfen.
</p>
</div>
</div>
<div class="col-md-4 text-center ">
<div class="check-out-text wow animated slideInRight">
<div class="feature-card">
<img src="image/feature6.png" alt="Zertifikat-Icon">
<img src="image/feature6-hover.png" class="img-feature" alt="Hover-Version des Zertifikat-Icons">
</div>
<h4>Zertifikate</h4>
<p>Beweise dein Können mit unseren Tests, schnapp dir dein Zertifikat und zeige, dass du etwas von Finanzen verstehst!</p>
</div>
</div>
</div>
</div>
</section>
<section class="discover">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="right-text wow animated slideInLeft">
<h4>Die Academy - Videokursplattform mit unzähligen Inhalten</h4>
<p>In unseren Videokursen erfährst du alles! Okay, nicht alles, aber doch zumindest eine ganze Menge über Wirtschaft und Finanzen. Du hast dich schon immer einmal gefragt, was genau es eigentlich mit all den Versicherungen auf sich
hat, wie unsere Volkswirtschaft funktioniert oder welche verschiedenen Anlagemethode der Finanzmarkt dir bietet? Dann bist du hier richtig!</p>
<div class="button-center ">
<a href="pricing.html#tab2" class="btn button3">Wer kreiert unsere Kurse?</a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class=" wow animated zoomIn">
<img src="image/platform-animation.gif" class="img-responsive" alt="Animation, auf dem ein Video von Invest it! abgespielt wird">
</div>
</div>
</div>
<hr class="haring">
</div>
<div class="main-container-div">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class=" wow animated zoomIn">
<img src="image/map-images.png" class="img-responsive" alt="Bildausschnitt, auf dem ein Mockup der Website gezeigt wird">
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="right-text wow animated slideInRight">
<h4>Wir machen deinen Lernerfolg mess- und spürbar</h4>
<p>Bei all dem Lernangebot könnte man schnell den Überblick verlieren. Doch nicht bei Invest it! Auf unserer Website steckst du dir deine eigenen Ziele - und hast so die Möglichkeit, jeden Tag auf dein eigenes Erfolgserlebnis
hinzuarbeiten. Vorgeschriebene und langweilige Lernpläne waren gestern, bei uns lernst du nur das, was dich wirklich interessiert.
</p>
<div class="button-center">
<a href="features.html" class="btn button3">Was kann die App noch so?</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="lead" class="newsletter">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="heading text-center newsletter1 wow animated slideInUp">
<h3>Eine Mail, alle Infos. Jetzt in die Warteliste eintragen!</h3>
<p>Unsere Plattform befindet sich kurz vor dem Launch. Sei eine*r der Ersten, die sie testen dürfen!
</p>
<p>Wir werden dich per Mail kontaktieren, wenn es Neuigkeiten zum Launch gibt.</p>
</div>
<form class="form-inline forms text-center" action="https://formspree.io/f/xnqorgpe" method="POST">
<div class="form-group">
<input type="email" name="E-Mail" placeholder="Deine E-Mail-Adresse" size="32" class="form-control wow animated slideInLeft" id="email">
</div>
<button type="submit" class="btn btn-subscribe wow animated slideInRight">Vorregistrieren</button>
<hr>
<!-- <div class="g-recaptcha" style="display: flex; justify-content: center;" data-sitekey="6Lcha08aAAAAAH1nb46r26NBTWKx66GZnwquM3fS"></div> -->
<!-- <div class="cf-turnstile" data-sitekey="0x4AAAAAAABF34K1zf_kkvwM"></div> -->
</form>
</div>
</div>
</div>
</section>
<section class="screenshot">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="heading text-center wow animated slideInUp">
<h3>Der Blick hinter die Kulissen -</h3>
<h3>so sieht die Plattform aus</h3>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div id="carousel-example-generic" class="carousel-bg carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<picture>
<source srcset="image/screenshot2.webp" type="image/webp">
<img src="image/screenshot2.png" class="img-responsive" alt="Produkt-Mockup der Plattform">
</picture>
<div class="carousel-caption">
</div>
</div>
<div class="item">
<picture>
<source srcset="image/screenshot3.webp" type="image/webp">
<img src="image/screenshot3.png" class="img-responsive" alt="Sneak Peak in das Aussehen der Webplattform">
</picture>
<div class="carousel-caption">
</div>
</div>
<div class="item">
<picture>
<source srcset="image/screenshot4.webp" type="image/webp">
<img src="image/screenshot4.png" class="img-responsive" alt="Werbebild, das einen Ausschnitt aus den verschiedenen Mockups der Seite zeigt">
</picture>
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<i class=" fa fa-chevron-left" aria-hidden="true"></i>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<i class=" fa fa-chevron-right" aria-hidden="true"></i>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="question">
<div class="container">
<div class="row">
<div class="col-md-12 ">
<div class="heading text-center wow animated slideInUp">
<h3>Sicherlich hast du viele Fragen.</h3>
<h3>Hier schon mal ein paar Antworten:</h3>
</div>
</div>
<div class="col-md-4">
<div class="quest-text wow animated slideInLeft">
<h4>Ist wirklich alles kostenlos?<span class="pull-right purple "><i
class=" fa fa-question"></i></span></h4>
<p>Der Verein wird ausschließlich von freien Stiftungen und Spenden getragen. Keiner unserer Stifter hat Einfluss auf die Inhalte der Videos. Das garantieren wir.</p>
</div>
</div>
<div class="col-md-4">
<div class="quest-text wow animated slideInUp">
<h4>Wer steckt hinter Invest it? <span class="pull-right yellow"><i
class=" fa fa-question"></i></span></h4>
<p>Ein Team aus Studenten und Noch-Schülern. Die Kurse werden mit renommierten Wirtschafts- & Finanzinstituten zusammen entwickelt.</p>
</div>
</div>
<div class="col-md-4">
<div class="quest-text wow animated slideInRight">
<h4>Was kann ich lernen? <span class="pull-right pink"><i class=" fa fa-question"></i></span>
</h4>
<p>"Alles" wäre vielleicht zuviel gesagt, ist aber nah dran. Unsere Kurse behandeln wortwörtlich alles, was mit Wirtschaft zu tun hat - jeden Monat kommen mehr Kurse hinzu!</p>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="team">
<div class="container">
<!-- SPALTE 1 -->
<div class="row">
<div class="col-md-12 col-sm-12 text-center heading wow animated slideInUp">
<h3>Invest it! hat viele Gesichter.</h3>
<h3>Lerne unser Team kennen</h3>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team16.webp" type="image/webp">
<img src="image/team16.png" class="img-responsive img-circle" alt="Porträt von Victor Neumann">
</picture>
<h4>Victor</h4>
<p>Organisation</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team2_new.webp" type="image/webp">
<img src="image/team2_new.jpg" class="img-responsive img-circle" alt="Porträt von Cornelis Kik">
</picture>
<h4>Cornelis</h4>
<p>Content</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team3.webp" type="image/webp">
<img src="image/team3.jpg" class="img-responsive img-circle" alt="Porträt von Otis Mohr">
</picture>
<h4>Otis</h4>
<p>UX & UI Development</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team4.webp" type="image/webp">
<img src="image/team4.jpg" class="img-responsive img-circle" alt="Porträt von Söncke Evers">
</picture>
<h4>Söncke</h4>
<p>Full-Stack Development</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team12.webp" type="image/webp">
<img src="image/team/team12.png" class="img-responsive img-circle" alt="Porträt von Marc Nickel">
</picture>
<h4>Marc</h4>
<p>Partnerschaften</p>
</div>
</div>
<div class="col-md-2 col-sm-2">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team5.webp" type="image/webp">
<img src="image/team/team5.png" class="img-responsive img-circle" alt="Porträt von Aron Zimmermann">
</picture>
<h4>Aron</h4>
<p>Social Media, Marketing</p>
</div>
</div>
</div>
<!-- SPALTE 2 -->
<div class="row">
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team14.webp" type="image/webp">
<img src="image/team/team14.png" class="img-responsive img-circle" alt="Porträt von Laura Grabe">
</picture>
<h4>Laura</h4>
<p>Content</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team6.webp" type="image/webp">
<img src="image/team/team6.png" class="img-responsive img-circle" alt="Porträt von Jasmin Weber">
</picture>
<h4>Jasmin</h4>
<p>Content</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team8.webp" type="image/webp">
<img src="image/team/team8.png" class="img-responsive img-circle" alt="Porträt von Fabian von Aichberger">
</picture>
<h4>Fabian</h4>
<p>Content</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center">
<picture>
<source srcset="image/team/team15.webp" type="image/webp">
<img src="image/team/team15.png" class="img-responsive img-circle" alt="Porträt von Holly Knerich">
</picture>
<h4>Holly</h4>
<p>Teamorganisation</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team9.webp" type="image/webp">
<img src="image/team/team9.png" class="img-responsive img-circle" alt="Porträt von Femke Luers">
</picture>
<h4>Femke</h4>
<p>Partnerschaften</p>
</div>
</div>
<div class="col-md-2 col-sm-2">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team10.webp" type="image/webp">
<img src="image/team/team10.png" class="img-responsive img-circle" alt="Porträt von Pia Hocke">
</picture>
<h4>Pia</h4>
<p>Videoproduktion</p>
</div>
</div>
</div>
<!-- SPALTE 3 -->
<div class="row">
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team11.webp" type="image/webp">
<img src="image/team/team11.png" class="img-responsive img-circle" alt="Porträt von Ahmed Boussaida">
</picture>
<h4>Ahmed</h4>
<p>Content</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team19.webp" type="image/webp">
<img src="image/team/team19.png" class="img-responsive img-circle" alt="Porträt von Ben Gutscheck">
</picture>
<h4>Ben</h4>
<p>Videproduktion</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team17.webp" type="image/webp">
<img src="image/team/team17.png" class="img-responsive img-circle" alt="Porträt von Linus Walter">
</picture>
<h4>Linus</h4>
<p>Presse</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/team18.webp" type="image/webp">
<img src="image/team/team18.png" class="img-responsive img-circle" alt="Porträt von Emil Schloyer">
</picture>
<h4>Emil</h4>
<p>Recruiting</p>
</div>
</div>
<div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<picture>
<source srcset="image/team.webp" type="image/webp">
<img src="image/team.jpg" class="img-responsive img-circle" alt="Porträt von Anna Deng">
</picture>
<h4>Anna</h4>
<p>Recruiting</p>
</div>
</div>
<!-- DONT OVERWRITE THE NEXT ONE -->
<div class="col-md-2 col-sm-2">
<div class="team-member text-center ">
<picture>
<source srcset="image/team/teamX.webp" type="image/webp">
<img src="image/team/teamX.png" class="img-responsive img-circle" alt="Porträt, das eine Silhouette eines Menschen zeigt">
</picture>
<h4>...und Du!</h4>
<p><a class="direct-link" style="text-decoration: underline;" href="https://membership.investit-academy.de">Mitglied werden</a></p>
</div>
</div>
<!-- Platz für mehr Leute -->
<!-- <div class="col-md-2 col-sm-2 team-border">
<div class="team-member text-center ">
<img src="image/team.jpg" class="img-responsive img-circle" alt="team">
<h4>X</h4>
<p>X</p>
</div>
</div>
<div class="col-md-2 col-sm-2">
<div class="team-member text-center ">
<img src="image/team.jpg" class="img-responsive img-circle" alt="team">
<h4>X</h4>
<p>X</p>
</div>
</div>
-->
</div>
</div>
</section>
<section class="newsletter2">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 ">
<div class="heading text-center newsletter1 ">
<h3>Unsere Bildungspartner</h3>
</div>
<div class="desk-trust">
<div class="responsive2">
<div><img src="image/edu_jg.png" alt="Logo von Jugend Gründet"></div>
<div> <img src="image/edu-bmbf.png" alt="Logo vom Bundesministerium für Bildung und Forschung"></div>
<div> <img src="image/edu_hwwi.png" alt="Logo vom HWWI"></div>
<div> <img src="image/edu_fs.png" alt="Logo der Frankfurt School"></div>
<div> <img src="image/edu_brl.png" alt="Logo vom Blockchain Research Lab"></div>
<!-- LEAVE FOR FUTURE PARTNERS -->
<!-- <div> <img src="image/fastlane.png" alt="hammerbrooklyn-yc"></div> -->
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="section-color-div-footer">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="container-background ">
<div class="getone">
<h1>Deine Reise beginnt. Auf zu neuen Freiheiten!</h1>
<h5>Erstelle einen kostenlosen Account bei uns und erhalte Zugriff auf hochqualitative Lernvideos
</h5>
</div>
<div class="button-text-center">
<a href="https://landing.investit-academy.de" class="btn btn-pink button7">Jetzt
anmelden</a>
<a href="pricing.html" class="btn btn-pink button7">Was ist kostenlos?</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="logo-footer2 wow animated slideInLeft">
<picture>
<source srcset="image/logo-footer.webp" type="image/webp">
<img src="image/logo-footer.png" alt="Das Invest it! - Logo" style="height: 40px; width: 251px;">
</picture>
</div>
</div>
<div class="col-md-2 col-sm-2">
<div class="footer-div1 wow animated slideInUp">
<h5>Academy</h5>
<ul>
<li><a href="/">→ Im Web</a></li>
<li><a href="app.html">→ In der App</a></li>
<li><a href="/">→ Am PC</a></li>
<li><a href="https://inner-circle.investit-academy.de">Inner Circle</a></li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-2">
<div class="footer-div1 wow animated slideInUp">
<h5>Tools</h5>
<ul>
<li><a href="https://landing.investit-academy.de">Zur Plattform</a></li>
<li><a href="https://membership.investit-academy.de">Mitgliedschaft</a></li>
<li><a href="app.html#press">Presse</a></li>
<li><a href="https://support.investit-academy.de" rel="nofollow">Support</a></li>
</ul>
</div>
</div>
<div class="col-md-2 col-sm-2">
<div class="footer-div1 wow animated slideInUp">
<h5>QuickLinks</h5>
<ul>
<li><a href="features.html">Features</a></li>
<li><a href="about.html">Über die Initiative</a></li>
<li><a href="pricing.html">Preise</a></li>
<li><a href="contact.html">Kontakt</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-2">
<div class="main-3-section unoorder wow animated slideInRight">
<h5>Social Media</h5>
<ul>
<li class="twitter-icon"><a href="https://instagram.investit-academy.de" target="_BLANK"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li class="facebook-icon"><a href="https://www.facebook.com/investitacademy/" target="_BLANK"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li class="youtube-icon"><a href="https://youtube.investit-academy.de" target="_BLANK"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li class="gmail-icon"><a href="https://linkedin.investit-academy.de" target="_BLANK"><i
class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<hr class="footer12">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="bottom-footer4 wow animated slideInLeft">
<p>Copyright © 2021 Invest it! e.V. Alle Rechte vorbehalten.</p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="bottom-footer3 wow animated slideInRight">
<p>
<a href="impressum.html">Impressum</a>
<a href="privacy.html">Datenschutzerklärung</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Javascript Detection -->
<script>
document.documentElement.classList.remove("no-js");
</script>
<!--jQuery-->
<script src="js/jquery.js"></script>
<!--Bootstrap-->
<script src="js/bootstrap.js"></script>
<!--wow js-->
<script src="js/wow.js"></script>
<!--Slick-->
<script src="js/slick.js"></script>
<!--Custom js-->
<script src="js/custom.js"></script>
<!--Google Recaptcha API -->
<!-- <script src="https://www.google.com/recaptcha/api.js" async defer></script> -->
<!-- Modernizr -->
<script src="js/modernizr-custom.js"></script>
</body>
</html>