-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (141 loc) · 6.9 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
<!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>JAZZEUS || JZ</title>
<link rel="stylesheet" href="main/style.css">
<link rel="shortcut icon" href="/Bilder/favicon.ico">
<link rel="icon" type="image/png" href="/Bilder/jzlogo.jpeg">
<link rel="apple-touch-icon" href="/Bilder/jzlogo.jpeg">
</head>
<body>
<div class="content">
<div id="particles-js">
</div>
<header>
<!-- <a href="#" title="Back to the Homepage"style="color: #03e4be;">Home</a>-->
<!-- <a href="app" title="To my APP" style="color: #c9f700;">App</a>-->
<!-- <a href="https://github.com/Jazzeus" title="GITHUB" target="_blank" style="color: darkgoldenrod;">Github</a>-->
<a href="/" title="Back HOME"><img class="img-jzlogo" src="/Bilder/jzlogo.gif"></a>
<a href="app" title="To my APP"><img src="/Bilder/app.png"></a>
<a href="https://github.com/Jazzeus" title="GITHUB" target="_blank"><img src="/Bilder/github.png"></a>
<a href="/projects/index.html" title="GO TO MY PROJECTS" target="_self"><img src="/Bilder/project.png"></a>
</header>
<div class="left">
<div class="title showload" style="--delay: 500ms">Jakob</div>
<div class="title showload" style="--delay: 700ms">Zetzsche</div>
<div class="showload" style="--delay: 900ms; font-size: 25px; margin-top: 20px"><i>(a.k.a Jazzeus)</i></div>
<lord-icon src="https://cdn.lordicon.com/xwjtkymn.json" trigger="loop"
colors="primary:#ffffff,secondary:#03e4be" style="width:120px;height:120px"></lord-icon>
</div>
<div class="right">
<h2 class="showload center-text" style="--delay: 1000ms">MY <span class="primary">SOCIALS</span></h2>
<p id="timer" class="showload" style="--delay: 1200ms">Relase</p>
<hr class="showload" style="--delay: 1200ms">
<div class="socials">
<a href="https://discordapp.com/users/601715164835741696" title="Jazzeus#9930" class="showload"
style="--delay: 1700ms">
<div class="social">
<ion-icon name="logo-discord"></ion-icon>
<span class="name">Jazzeus#9930</span>
</div>
</a>
<a href="https://github.com/Jazzeus" title="Jazzeus" class="showload" style="--delay: 1900ms">
<div class="social">
<ion-icon name="logo-github"></ion-icon>
<span class="name">Jazzeus</span>
</div>
</a>
<a href="https://twitter.com/_Jazzeus_" title="_Jazzeus_" class="showload" style="--delay: 2100ms">
<div class="social">
<ion-icon name="logo-twitter"></ion-icon>
<span class="name">_Jazzeus_</span>
</div>
</a>
<a href="https://www.reddit.com/user/JakeGame3" title="JakeGame3" class="showload" style="--delay: 2500ms">
<div class="social last">
<ion-icon name="logo-reddit"></ion-icon>
<span class="name">JakeGame3</span>
</div>
</a>
<a href="https://t.me/jaz_zeus" title="jaz_zeus" class="showload" style="--delay: 2500ms">
<div class="social">
<img src="/Bilder/tele.png">
<span class="name">TELEGRAM</span>
</div>
</a>
<a href="mailto:info@jakobzetzsche.com" title="info@jakobzetzsche.com" class="showload"
style="--delay: 2300ms">
<div class="social">
<ion-icon name="mail"></ion-icon>
<span class="name">MAIL</span>
</div>
</a>
</div>
<div class="app">
<a href="app">
<div class="showload" style="--delay: 2700ms">
<div class="social last">
<img src="../Bilder/app.png">
<span class="name">"EASY CC"</span>
<span class="center-text name">CURRENCY CONVERSION</span>
</div>
</div>
</a>
<a href="projects">
<div class="showload" style="--delay: 2700ms">
<div class="social last">
<img src="../Bilder/project.png">
<span class="center-text name">MY PROJECTS</span>
</div>
</div>
</a>
</div>
</div>
<footer>
(c) Jakob Zetzsche | 2023 | Icons from <a href="https://icons8.com" title="link to icons8.com"
alt="link to icons8.com"
style="color: darkgoldenrod;"><u>icons8.com</u></a> | <a
href="https://vincentgarreau.com/particles.js/" title="link to particle.js" alt="link particles.js"
style="color: darkgoldenrod;"><u>particles.js</u></a> from Vincent Garreau | developed with: <a
href="https://codewithpanda.com" alt="link to his website" title="link to his website"
style="color: darkgoldenrod;"><u>P Λ И D Λ</u></a>
</footer>
</div>
<script src="./main/js/particles.js"></script>
<script src="main/js/app.js"></script>
<script src="https://cdn.lordicon.com/lusqsztk.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script>
particlesJS.load('particles-js', 'particles-config.json', function () {
console.log('callback - particles.js config loaded');
});
document.addEventListener('DOMContentLoaded', () => {
let items = document.querySelectorAll('.showload'),
i
for (i = 0; i < items.length; i++) {
items[i].classList.add('loaded')
}
let timer = document.getElementById('timer')
let Time = setInterval(function () {
let now = new Date().getTime()
let countdownDate = new Date('May 01, 2022 12:00:00')
let distance = countdownDate - now
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
if (now >= countdownDate) {
timer.innerHTML = `Website lauch <span class="primary">soon</span>`
clearInterval(this)
return
}
timer.textContent = `${days}d ${hours}h ${minutes}m ${seconds}s`
})
})
</script>
</body>
</html>