-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechnology.html
101 lines (88 loc) · 5.26 KB
/
technology.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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J26DKSM2VB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J26DKSM2VB');
</script>
<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>Technology</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>
<!-- 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-M5WS6XH');</script>
<!-- End Google Tag Manager -->
</head>
<body class="home">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M5WS6XH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<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><a class="ff-sans-cond uppercase text-white letter-spacing-2" href="contact.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 class="active"><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-500 ff-sans-cond uppercase letter-spacing-1">
Get an idea from finished Projects
<span class="text-accent fs-600 ff-serif text-white letter-spacing-0 d-block"></span></h1>
<p>No matter what kind of business, we present the
best (web)Site of yours<br><br> </p>
</div>
<div>
<a href="https://citysensorsolutions.com" class="jayButton" target="_blank" >City Sensors</a>
<a href="//www.prinfu.com" class="jayButton" target="_blank" ><audio id="2" src="assets/computerbeep_11.mp3" class="hoversound"></audio>Prinfu Family Office</a>
<a href="//www.brunatur.ch" class="jayButton" target="_blank" >Brunatur Group</a>
<a id="ac-link" href="//www.autocare-mg.de" class="jayButton " target="_blank"><audio id="" src="assets/computerbeep_9.mp3" class="hoversound"></audio>AutoCare MG</a>
<a href="https://funny-gumdrop-2d78f0.netlify.app/" class="jayButton" target="_blank" >Chat GPT6</a>
<a href="https://github.com/thunderJonas" class="jayButton" target="_blank" >github</a>
<a href="//www.kfz-lack-sombrowski.de/" class="jayButton" target="_blank" >Lackiererei Sombrowski</a>
<a href="underConstruction.html" class="jayButton" target="_blank" >Webshop Tiktok-Gadgets</a>
<audio id="beep" src="assets/computerbeep_9.mp3" class="hoversound"></audio>
</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>