-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab.html
More file actions
351 lines (290 loc) · 14.4 KB
/
lab.html
File metadata and controls
351 lines (290 loc) · 14.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mechetle - Lab room</title>
<meta name="description" content="Hello, I'm Steven B-m Nguyen, an enthusiastic self-taught graphics, motion, web designer and web developer. I like to get things done with full effort.">
<meta name="author" content="Steven B-m Nguyen">
<link rel="canonical" href="https://mechetle.com/">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Mechetle",
"url": "http://mechetle.com",
"sameAs": [
"https://www.youtube.com/mechetle",
"https://www.youtube.com/channel/UCC7AWezpqHe4_lTLJksuVaw",
"https://twitter.com/mechetle",
"https://www.instagram.com/mechetle",
"https://www.behance.net/steboney",
"https://www.facebook.com/OfficialMechetle",
"https://www.reddit.com/user/mechetle",
"https://steamcommunity.com/id/mechetle"
]
}
</script>
<!-- Open Graph Protocol meta -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Mechetle">
<meta property="og:description"
content="Hello, I'm Steven, an enthusiastic self-taught graphics, motion, web designer and web developer. I like to get things done with full effort.">
<meta property="og:url" content="https://mechetle.com/">
<meta property="og:site_name" content="Mechetle">
<meta property="og:image" content="https://mechetle.com/img/ogimage-homepage.png">
<meta property="og:image:secure_url" content="https://mechetle.com/img/ogimage-homepage.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="theme-color" content="#D81B60">
<!-- Twitter meta -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description"
content="Steven B-M Nguyen. An enthusiastic and cheerful self-taught motion, graphic and web designer.">
<meta name="twitter:title" content="Mechetle">
<meta name="twitter:site" content="@mechetle">
<meta name="twitter:image" content="https://mechetle.com/img/ogimage-homepage.png">
<meta name="twitter:creator" content="@mechetle">
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="/icons/site.webmanifest">
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Styles -->
<link rel="stylesheet" href="/css/foundation.css">
<link rel="stylesheet" href="/css/stylesheet.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Sen:wght@700;800&family=Roboto+Mono:ital@0;1&display=swap"
rel="stylesheet">
<link rel="preload" as="script" href="https://kit.fontawesome.com/094d2c489e.js">
<script src="https://kit.fontawesome.com/094d2c489e.js" crossorigin="anonymous"></script>
</head>
<body id="contact" onload="init();">
<div class="nav-primary navigation nav-header-main">
<div class="grid-container fluid">
<div class="logo-space logo-anim-nav"><a href="/" alt="Home">
<img src="/img/mechetleweb-svglogo.svg" alt="Mechetle logo">
<h1 class="logo-text">MECHETLE</h1>
</a>
</div>
<div class="navigation-button-wrap">
<div class="nav-breaking-percau">
<div class="nav-break">
<div class="nav-hamburger"><span style="font-size: 0.5em; ">icon goes here</span></div>
<div class="nav-break-its-free-real-estate" itemscope itemtype="http://schema.org/SiteNavigationElement">
<ul class="links-1 nav-link-section">
<li><a href="/" class="nav-button">Home</a></li>
<li><a href="#" class="nav-button disable-me">About Me</a></li>
<li><a href="#Portfolio" class="nav-button">Portfolio <i
class="fas fa-caret-down"></i></a>
<div class="fix-shadow"></div>
<div class="nav-megaDropdown-bg">
<div class="grid-container">
<div class="grid-x">
<div class="cell small-12 medium-9 large-7 navbar-dropdown-wrap">
<h4>Portfolio</h4>
<ul class="nav-dropdown">
<li><a href="#">Graphic design</a></li>
<li><a href="#">Motion Design</a></li>
<li><a href="#">Web development</a></li>
<li><a href="#">School Projects</a></li>
</ul>
</div>
<div class="cell medium-3 large-5 hide-for-small-only">
<div class="dropdown-image">
<!-- add background image css inline here-->
</div>
</div>
</div>
</div>
</div>
<div class="nav-megaDropdown-bg hover-area"></div>
</li>
</ul>
<ul class="links-2 nav-link-section">
<li><a href="#" class="nav-button disable-me">Lab room</a></li>
<li><a href="/contact" class="nav-button">Contact</a></li>
</ul>
</div>
</div>
</div>
<a href="#" class="nav-button search-button"><i class="search-sym"></i></a>
</div>
</div>
<!--
<div class="fix-blink-temp"></div>
-->
</div>
<header>
<div class="border-top-naturalize"></div>
<div id="header-wrapper" class="grid-container full">
<div class="grid-x">
<div class="text-wrapper post cell large-6">
<div class="cell medium-3 post-details">
<h1 class="post">Lab room</h1>
<p>
This is the place where I dump all different sorts of experiments.
</p>
</div>
</div>
</div>
</div>
</header>
<template id="productrow">
<div class="slider">
<input type="range" min="1" max="11" step="1" value="6" class="slider-overlay">
</div>
</template>
<section>
<div class="grid-container grid-slider">
<div class="grid-x">
<div class="cell medium-5"></div>
<div class="cell medium-3" style="background: #7ca37e;"></div>
<div class="cell medium-4" style="background: grey"></div>
</div>
<div class="grid-x">
<div class="cell medium-6" style="background: #7ca37e;"></div>
<div class="cell medium-6"></div>
</div>
<div class="grid-x">
<div class="cell medium-3" style="background: #7ca37e;"></div>
<div class="cell medium-3"></div>
<div class="cell medium-3" style="background: #7ca37e;"></div>
<div class="cell medium-3" style="background: grey"></div>
</div>
</div>
</section>
<!-- <section>
<div class="grid-container grid-slider">
<div class="grid-x grid-margin-x">
<div class="cell medium-6"></div>
<div class="cell medium-6"></div>
</div>
</div>
</section> -->
<main id="experiment-zone" class="mchtl-page-builder">
<div class="grid-container fluid">
</div>
</main>
<section id="beta-section">
<div class="grid-container">
<div class="grid-x">
<div class="cell medium-6 large-3" id="beta-notify">
<h2>Lights are still being installed</h2>
<p>Some in-dev features are disabled because they are incomplete, or obviously still in development
and may not be working as intended.<br><br> <i>Enter beta mode to get a sneak peak on what I'm
working on!</i></p>
<button class="button" id="joinBeta" onclick="joinBeta()">Enter beta</button>
</div>
</div>
</section>
<footer>
<div class="grid-container">
<div class="grid-x">
<div class="cell medium-6 large-3 ftr-fst">
<div class="footer-widget other-pages">
<h5>Other Pages</h5>
<ul>
<li><a href="/faq">Frequently asked questions</a></li>
<li><a href="https://web.archive.org/web/20181127191854/https://mechetle.ml/">Archived
site</a></li>
<li><a href="/privacy-policy">Privacy Policy</a></li>
<li><a href="/order-progress">Order progress</a></li>
</ul>
</div>
<div class="show-for-medium">
<p class="footer-note">
Website by Mechetle.<br>
Steven B-M Nguyen<br>
© <span class="year"></span> Mechetle
</p>
</div>
</div>
<div class="cell medium-6 large-3">
<div class="footer-widget">
<button class="button small-button" id="leaveBeta" onclick="leaveBeta()">Leave Beta</button>
</div>
</div>
<div class="small-12 show-for-small-only">
<p class="footer-note">
Website by Mechetle.<br>
Steven B-M Nguyen<br>
© <span class="year"></span> Mechetle
<div id="last-modified"></div>
</p>
</div>
</div>
</div>
<div class="discordmodal m-modal">
<div class="discordmodalwrap">
<a href="#%" class="button discordmodaltoggle" title="close" onclick="ToggleDiscordModal()"><i class="fas fa-times"> </i></a>
<div class="modal-body">
<h4>Hey, here's my DiscordTag!</h4>
<p>
Add me if you want.
</p>
<code>
Mechetle<small>#9677</small>
</code>
</div>
</div>
<a class="modal-bg" onclick="ToggleDiscordModal()"></a>
</div>
</footer>
<div class="nortification-pullup">
<p id="nortification_details"></p>
</div>
<script src="/js/mechetle-core.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.3/lottie.min.js" integrity="sha512-35O/v2b9y+gtxy3HK+G3Ah60g1hGfrxv67nL6CJ/T56easDKE2TAukzxW+/WOLqyGE7cBg0FR2KhiTJYs+FKrw==" crossorigin="anonymous"></script>
<script src="/js/anime.min.js"></script>
<script src="/js/rellax.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="/js/mechetle-core-animations.js"></script>
<script src="/js/mechetle-flags.js"></script>
<script>
//// homepage animations:
///////
var rellax = new Rellax('.rellax', {
//center: true,
vertical: true,
horizontal: false
});
// Wrap every letter in logo-text with a span
var textWrapper = document.querySelector('.logo-text');
textWrapper.innerHTML = textWrapper.textContent.replace(/\S/g, "<span class='letter'>$&</span>");
$("#me-mechetle > .rellax").slice(2).contents().wrap("<span class='header-letter'></span>");
// loading in swave:
var swaveOne = bodymovin.loadAnimation({
container: document.getElementById('swave-1'),
path: '/img/homepage/swave-1.json',
renderer: 'svg',
loop: false,
autoplay: true,
})
var swaveTwo = bodymovin.loadAnimation({
container: document.getElementById('swave-2'),
path: '/img/homepage/swave-2.json',
renderer: 'svg',
loop: false,
autoplay: true,
})
// todo: iradicate jquery:
// when document ready execute:
$(document).ready(function () {
swaveOne.play();
swaveTwo.play();
});
</script>
<script>
setTimeout(nortification("This is not fully done yet.<br><small>This is still in the works.</small>", "warning", 19000), 10000);
</script>
</body>
</html>