-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathimprint.html
376 lines (296 loc) · 15.8 KB
/
imprint.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5PRNW95');</script>
<!-- End Google Tag Manager -->
<!-- HTML Meta Tags -->
<title>Inkua - Aceleradora e Incubadora de Talentos</title>
<meta name="description" content="La primera organización abierta 100% remota y sin fines de lucro que incuba talentos y acelera projectos en Latam para crear oportunidades">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://inkua.de/">
<meta property="og:type" content="website">
<meta property="og:title" content="Inkua - Aceleradora e Incubadora de Talentos">
<meta property="og:description" content="La primera organización abierta 100% remota y sin fines de lucro que incuba talentos y acelera projectos en Latam para crear oportunidades">
<meta property="og:image" content="https://inkua.de/assets/img/preview.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="inkua.de">
<meta property="twitter:url" content="https://inkua.de/">
<meta name="twitter:title" content="Inkua - Aceleradora e Incubadora de Talentos">
<meta name="twitter:description" content="La primera organización abierta 100% remota y sin fines de lucro que incuba talentos y acelera projectos en Latam para crear oportunidades">
<meta name="twitter:image" content="https://inkua.de/assets/img/preview.png">
<script>
// Hay que ver si hacemos un redirect directo al idioma de usuario automaticamente o si mandamos a un landing donde elija el idioma.
var getFirstBrowserLanguage = function () {
var nav = window.navigator,
browserLanguagePropertyKeys = ['language', 'browserLanguage', 'systemLanguage', 'userLanguage'],
i,
language;
// support for HTML 5.1 "navigator.languages"
if (Array.isArray(nav.languages)) {
for (i = 0; i < nav.languages.length; i++) {
language = nav.languages[i];
if (language && language.length) {
return language;
}
}
}
// support for other well known properties in browsers
for (i = 0; i < browserLanguagePropertyKeys.length; i++) {
language = nav[browserLanguagePropertyKeys[i]];
if (language && language.length) {
return language;
}
}
return null;
};
console.log(getFirstBrowserLanguage());
</script>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- START - Sendinblue -->
<style>
@font-face {
font-display: block;
font-family: Roboto;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}
@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 600;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}
@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 700;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}
#sib-container input:-ms-input-placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
}
#sib-container input::placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
}
#sib-container textarea::placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
}
#hero{
height: 100% !important;
}
</style>
<link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css">
<!-- END - Sendinblue -->
<!-- =======================================================
* Template Name: FlexStart - v1.9.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5PRNW95"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="https://inkua.de/" class="logo d-flex align-items-center">
<img src="assets/img/logo.svg" alt="" style="min-height: 40px;">
<!-- <span>inkuA</span> -->
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="https://inkua.de/#hero">INICIO</a></li>
<li><a class="nav-link scrollto" href="https://inkua.de/#about">¿QUÉ HACEMOS?</a></li>
<li><a class="nav-link scrollto" href="https://inkua.de/#features">¿CÓMO PARTICIPAR?</a></li>
<li><a class="nav-link scrollto" href="https://inkua.de/#faq">FAQ</a></li>
<li><a class="nav-link scrollto" href="https://inkua.de/#contact">CONTACTO</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero ">
<div class="container">
<div class="row" style="background-color:white; padding: 4%; margin-top: 5%;">
<div class="col-12 d-flex flex-column ">
<h2>
Imprint & Disclaimers
</h2> <br>
<h5>
Name & Contact
</h5>
<p>
Inkua gUG (haftungsbeschränkt) <br>
Heddernheimer Landstraße 97, 60439<br>
Frankfurt am Main, Germany.<br>
E-Mail: [email protected]<br>
Internet: www.inkua.de<br>
</p>
<p>
Geschäftsführer: Frank Escudero <br>
Inhaltlich Verantwortlicher gemäß § 55 Abs. 2 RStV: Frank Escudero, Inkua gUG (haftungsbeschränkt) i.G., Heddernheimer Landstraße 97, 60439 Frankfurt am Main <br>
Registergericht: <br>
Amtsgericht Frankfurt am Main <br>
HRB 127555 <br>
</p>
<p>
This is a non-profit, non-commercial project. Individuals who take part in the organization as volunteers or interns do not have any commercial relationship with "InkuA gUG (haftungsbeschränkt)". All interaction(s) between a leader of the organization and a participant is (are) mutually accepted between those two parties by offering (leader) and participating (volunteer) in different social projects. There is no legal obligation for neither the leader nor "InkuA gUG (haftungsbeschränkt)" and its founders that can be inferred by any interaction that takes place between leaders and participants. The extend to which volunteers act on the suggestions made by leaders is fully on them, there is no reliability or accountability for what happens after a being part in the organization.
</p>
<p>
Contact us through email: info(-at-)inkua.de <br>
Here you can find our Privacy Policy and our Cookie Policy.<br>
Inkua gUG does not take any responsibility for the content of linked pages .<br>
Responsible for original content by inkua.de, an offer from Inkua gUG, regarding § 55 RStV: <br>
Notice: The EU-Commission has established an internet platform for online settlements (“OS-Platform”) between corporations and consumers. You can reach the OS-platform at http://ec.europa.eu/odr
</p>
</div>
</div>
</div>
</section><!-- End Hero -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<!-- END - We recommend to place the below code where you want the form in your website html -->
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info" style="">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/logo.svg" alt="">
</a>
<p>¡Síguenos en redes y si te gusta nuestro contenido compártelo! <br>Nos ayudaría muchísimo para generar más oportunidades.</p>
<div class="social-links mt-3">
<a href="https://www.linkedin.com/company/inkua/" class="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="https://instagram.com/inkua_de/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://web.facebook.com/InkuA.de/" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://twitter.com/inkuA_de" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.tiktok.com/@inkua.de" class="tiktok"><i class="bi bi-tiktok"></i></a>
<a href="https://www.youtube.com/channel/UCdmjbxnQgUrc11ErPBxqa5A" class="youtube"><i class="bi bi-youtube"></i></a>
<a href="https://discord.gg/Ce7P2DG" class="discord"><i class="bi bi-discord"></i></a>
<a href="https://github.com/inkua" class="github"><i class="bi bi-github"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/">Inicio</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/#about">¿Qué Hacemos?</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/#features">¿Cómo Participar?</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/#faq">Preguntas Frecuentes</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/#contact">Contacto</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/cookie-policy">Cookie Policy</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/privacy-policy">Privacy Policy</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://inkua.de/imprint">Imprint</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Otros Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="https://www.linkedin.com/company/inkua/">LinkedIn</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://instagram.com/inkua_de/">Instagram</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://web.facebook.com/InkuA.de/">Facebook</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://twitter.com/inkuA_de">Twitter</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://www.tiktok.com/@inkua.de">TikTok</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://www.youtube.com/channel/UCdmjbxnQgUrc11ErPBxqa5A">Youtube</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://discord.gg/Ce7P2DG">Discord</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://github.com/inkua">Github</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>CONTACTO</h4>
<p>
Neue Rothofstraße 13 <br>
60439 Frankfurt am Main<br>
Alemania <br><br>
<strong>Telefono:</strong> +49 176 6339 8818<br>
<strong>Email:</strong> [email protected] <br>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© No-Copyright <strong><span>InkuA</span></strong>. ¡Editame en <a href="https://github.com/inkua/Website">Github</a>!
</div>
<div class="credits">
<!-- Licensing information: https://bootstrapmade.com/license/ -->
Made with <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Google recaptcha API library -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- START - Sendinblue -->
<script>
window.REQUIRED_CODE_ERROR_MESSAGE = 'Please choose a country code';
window.LOCALE = 'en';
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "La información es invalida. Corrige la información y vuelve a intentarlo. ";
window.REQUIRED_ERROR_MESSAGE = "Este campo no puede quedar vacío. ";
window.GENERIC_INVALID_MESSAGE = "La información es invalida. Corrige la información y vuelve a intentarlo. ";
window.translation = {
common: {
selectedList: '{quantity} list selected',
selectedLists: '{quantity} lists selected'
}
};
var AUTOHIDE = Boolean(0);
</script>
<script src="https://sibforms.com/forms/end-form/build/main.js"></script>
<!-- End Sendinblue -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZJ65V8HV37"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZJ65V8HV37');
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>