-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (170 loc) · 4.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>IOS Fusion 6.0</title>
<link rel="shortcut icon" type="image/png" href="assets/adg_favicon.ico" />
<meta name="description" content="IOS fusion " />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
</head>
<body class="body">
<div id="chameleon-page-container" class="fullpage block-main">
<div class="chameleon-page-content" data-namespace="index">
<div class="title">
<!-- <a href="/about/" class="fx-hover-gradient grad-menu"> -->
<!-- IOS Fusion 6.0 -->
</a>
<div class="main-langs">
</div>
</div>
<div class="menu-main-container fit-container ccenter">
<div class="fit-contain flex-column ccenter">
<a class="menu-item flex-equal font-adjust fx-hover fx-hover-neon fx-appear-blackbars">
<h1>IOS Fusion 6.0</h1>
</a>
<a class="menu-item flex-equal font-adjust fx-hover fx-hover-neon fx-appear-blackbars">
</a>
<a class="menu-item flex-equal font-adjust fx-hover fx-hover-neon fx-appear-blackbars">
Coming Soon
</a>
</div>
</div>
</div>
<a class="vrbtn" href="https://www.instagram.com/adgvit/">
<img src="./assets/insta.svg" alt="Insta logo">
</a>
</div>
<!--<video id="placeholder-video" style="display:none">-->
<style id="loader-styles">
body {
background-color: #0d0d0d;
}
.fullpage,
.showreel-mute,
.headphone-warning,
.showreel-start,
.title {
display: none;
}
canvas {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -100;
width: 100%;
height: 100%;
}
.chameleon-loader {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
box-sizing: border-box;
}
@font-face {
font-family: "Stolzl";
font-weight: 700;
src: url("assets/fonts/11446.otf") format("opentype");
}
.countdown-text {
position: relative;
font-family: "Stolzl", sans-serif;
font-weight: 700;
letter-spacing: 0.5;
color: transparent;
background: linear-gradient(to top,
rgba(178, 183, 195, 0.35) 0%,
rgba(36, 52, 84, 1) 95%);
background-clip: text;
-webkit-background-clip: text;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
font-size: 20vmin;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.countdown-wrapper {
display: block;
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
</style>
<div class="fullpage chameleon-loader loading" style="z-index: 100;">
<div class="title">
IOS Fusion 6.0
</div>
<div class="countdown-wrapper">
<div class="countdown-text"></div>
</div>
<a class="showreel-start">
SKIP
</a>
<div class="showreel-mute sound-toggle">
<div class="icon mask headset"></div>
<div class="gradient-clip sound-on">ON</div>
<div class="gradient-clip sound-off">OFF</div>
</div>
<script>
; (function () {
var interv,
i = 1
var dn = document.querySelector(".countdown-text")
var k = false
try {
k = window.localStorage.getItem("visited")
} catch (e) { }
if (k) {
return
}
interv = setInterval(function () {
dn.innerText = i < 10 ? "0" + i : i
window.chamCounter = i
i += 1
if (window.chamStopCounter || i > 99) {
clearInterval(interv)
}
}, 100)
})()
</script>
</div>
<div class="fullpage block-menu">
<div class="title stick-right">
<div class="go-back fx-hover fx-no-gyro">
<div class="icon mask back flipped fx-hover-gradient grad-arrow fx-by-parent"></div>
</div>
</div>
<div class="page-container center">
<div class="menu">
</a>
</div>
</div>
</div>
<div class="fx-gradient-backdrop grad-menu"></div>
<div class="fullpage block-connect">
<div class="title stick-left">
<div class="go-back fx-hover fx-no-gyro">
<div class="icon mask back fx-hover-gradient grad-arrow fx-by-parent"></div>
</div>
</div>
<div class="fx-gradient-backdrop grad-connect"></div>
<script src="assets/js/background.js" async defer></script>
<script src="assets/js/bundle.js" async defer></script>
</body>
</html>