-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
86 lines (74 loc) · 4.07 KB
/
contact.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Kontakt</title>
<link rel="icon" type="image/png" sizes="32x32" href="./assets/jif-icon2-32x32.png">
<!-- Google fonts -->
<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=Barlow+Condensed:wght@400;700&family=Bellefair&family=Barlow:wght@400;700&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="index.css">-->
<!-- <link rel="stylesheet" href="second.css">-->
<link rel="stylesheet" href="page.css">
<link rel="stylesheet" href="basis.css">
<!-- <link rel="stylesheet" href="dataCSS.css">-->
<!-- <link rel="stylesheet" href="techno-SCSS.scss">-->
<link rel="stylesheet" href="techno-CSS.css">
<script src="jjs-nav_menu.js" defer></script>
<script src="techno-JS.js" defer></script>
</head>
<body class="home">
<div id="loader">
<div class="loader"></div>
</div>
<a class="skip-to-content" href="#main">Skip to content</a>
<header class="primary-header flex ">
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
<div>
<a href="index.html"><img src="./assets/jif-LOGO.PNG" alt="jif logo" class="logo"></a>
</div>
<nav class="flex">
<ul id="primary-navigation" jaLaberNich="true" data-visible="false" class=" primary-navigation underline-indicators flex">
<li><a class="ff-sans-cond uppercase text-white letter-spacing-2" href="index.html"><span>00</span>Home</a>
<li class="active"><a class="ff-sans-cond uppercase text-white letter-spacing-2" href="index.html"><span>01</span>Kontakt</a>
<li><a class="ff-sans-cond uppercase text-white letter-spacing-2" href="destination.html"><span>02</span>Destination</a>
<li><a class="ff-sans-cond uppercase text-white letter-spacing-2" href="crew.html"><span>03</span>Crew</a>
<li><a class="ff-sans-cond uppercase text-white letter-spacing-2" href="technology.html"><span>04</span>Technology</a>
<li><a class="ff-sans-cond uppercase text-white letter-spacing-2" href="data.html"><span aria-hidden="true">05</span>Data</a>
</ul>
</nav>
</header>
<div class="grid-container grid-container--home">
<div class="pt2rem">
<h1 class="text-accent fs-15 ff-sans-cond uppercase letter-spacing-1 pb12rem">
Jonas I. Fischer
<span class="text-accent fs-600 ff-serif text-white letter-spacing-0 d-block"></span></h1>
<p style="text-align:left; padding-bottom: 1rem; ">
eM@il: <a href="mailto:jonas@jif-works.de" style="color: #c293ff; padding-top: 1rem;"> jonas@jif-works.de</a></p>
<p style="text-align:left; padding-bottom: 1rem; ">
Tel: <a href="tel:+491732980110" style="color: #c293ff;">01732980110</a><br>
</div>
<!-- <div>
<form style="align-items: end; justify-content: left">
<p style="padding-bottom: 1rem;">Oder hinterlassen Sie ihre mail</p>
<label for="name">Name:</label>
<input type="text" id="name" name="name"><br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email"><br><br>
<input type="button" value="Senden" onclick="saveData()">
</form>
</div>-->
<!-- <div style="margin-top: 1rem">
<a href="https://funny-gumdrop-2d78f0.netlify.app/" class="ff-serif uppercase letter-spacing-4 large-button text-dark bg-white " style="font-size: 1.5em;">Explore</a>
</div>-->
</div>
<div class="container flex background">
<div class="foreground"></div>
<div class="midground"></div>
</div>
</body>
</html>