-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome.html
425 lines (419 loc) · 18.5 KB
/
home.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
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WDCT CORNER</title>
<meta
name="description"
content="A triple view diagonal slideshow with content preview."
/>
<meta name="keywords" content="" />
<meta name="theme-color" content="#370665">
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script>
document.documentElement.className = "js";
var supportsCssVars = function () {
var e,
t = document.createElement("style");
return (
(t.innerHTML = "root: { --tmp-var: bold; }"),
document.head.appendChild(t),
(e = !!(
window.CSS &&
window.CSS.supports &&
window.CSS.supports("font-weight", "var(--tmp-var)")
)),
t.parentNode.removeChild(t),
e
);
};
supportsCssVars() ||
alert(
"Please view this demo in a modern browser that supports CSS Variables."
);
</script>
</head>
<body style="padding: 0;" id="boody">
<!-- Capture the press -->
<div class="overlay" id="modal1">
<div class="modal-card">
<h1>Welcome To WDCT Corner</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed consectetur error, aliquam eveniet beatae a eligendi inventore voluptatem aperiam harum quo illum sequi non placeat modi, ad dolor quae eius nisi officia fugiat sapiente expedita. Voluptatum beatae voluptas deserunt veritatis!
</p>
<button onclick="callFull()">Click to Continue</button>
</div>
</div>
<!-- Modals for small Devices -->
<div class="modal" id="modal2">
<button onclick="modaltoggle2()"><i class="fa-solid fa-xmark"></i></button>
<div class="modal-card">
<img id="modal-img" src="./img/1.jpg" alt="">
</div>
</div>
<svg class="hidden">
<symbol id="icon-arrow" viewBox="0 0 24 24">
<title>arrow</title>
<polygon
points="6.3,12.8 20.9,12.8 20.9,11.2 6.3,11.2 10.2,7.2 9,6 3.1,12 9,18 10.2,16.8 "
/>
</symbol>
<symbol id="icon-drop" viewBox="0 0 24 24">
<title>drop</title>
<path
d="M12,21c-3.6,0-6.6-3-6.6-6.6C5.4,11,10.8,4,11.4,3.2C11.6,3.1,11.8,3,12,3s0.4,0.1,0.6,0.3c0.6,0.8,6.1,7.8,6.1,11.2C18.6,18.1,15.6,21,12,21zM12,4.8c-1.8,2.4-5.2,7.4-5.2,9.6c0,2.9,2.3,5.2,5.2,5.2s5.2-2.3,5.2-5.2C17.2,12.2,13.8,7.3,12,4.8z"
/>
<path
d="M12,18.2c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7c1.3,0,2.4-1.1,2.4-2.4c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7C15.8,16.5,14.1,18.2,12,18.2z"
/>
</symbol>
<symbol id="icon-longarrow" viewBox="0 0 54 24">
<title>longarrow</title>
<path
d="M.42 11.158L12.38.256c.333-.27.696-.322 1.09-.155.395.166.593.467.593.903v6.977h38.87c.29 0 .53.093.716.28.187.187.28.426.28.716v5.98c0 .29-.093.53-.28.716a.971.971 0 0 1-.716.28h-38.87v6.977c0 .416-.199.717-.592.903-.395.167-.759.104-1.09-.186L.42 12.62a1.018 1.018 0 0 1 0-1.462z"
/>
</symbol>
<symbol id="icon-navarrow" viewBox="0 0 408 408">
<title>navarrow</title>
<polygon
fill="#fff"
fill-rule="nonzero"
points="204 0 168.3 35.7 311.1 178.5 0 178.5 0 229.5 311.1 229.5 168.3 372.3 204 408 408 204"
></polygon>
</symbol>
</svg>
<main>
<div class="frame">
<header class="codrops-header">
<h1 class="codrops-header__title">
<a href="https://www.ccanitd.in/" style="text-decoration: none; color: inherit"
><img class="title_logo" src="./img/cca.png" alt="cca"
/></a>
<a href="/index.html" style="text-decoration: none; color: inherit"
><img class="title_logo" src="./img/wdct.png" alt="wdct"
/></a>
<a href="/index.html" style="text-decoration: none; color: inherit">
WDCT CORNER
</a>
</h1>
</header>
</div>
<div class="slideshow">
<div class="slideshow__deco"></div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/a.jpg)"
></div>
</div>
<div class="slide__side">Memories & Thoughts</div>
<div class="slide__title-wrap">
<span class="slide__number">1</span>
<h3 class="slide__title">Automation</h3>
<h4 class="slide__subtitle">
A tree needs to be your friend if you're going to paint him
</h4>
</div>
</div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/2.jpg)"
></div>
</div>
<div class="slide__side">Random Roam</div>
<div class="slide__title-wrap">
<span class="slide__number">2</span>
<h3 class="slide__title">Machines</h3>
<h4 class="slide__subtitle">
This is probably the greatest thing to happen in my life
</h4>
</div>
</div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/3.jpg)"
></div>
</div>
<div class="slide__side">Arbitrary Words</div>
<div class="slide__title-wrap">
<span class="slide__number">3</span>
<h3 class="slide__title">Coexistence</h3>
<h4 class="slide__subtitle">The only guide is your heart</h4>
</div>
</div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/4.jpg)"
></div>
</div>
<div class="slide__side">Haunted Drift</div>
<div class="slide__title-wrap">
<span class="slide__number">4</span>
<h3 class="slide__title">Bellamio</h3>
<h4 class="slide__subtitle">
The only prerequisite is that it makes you happy
</h4>
</div>
</div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/5.gif)"
></div>
</div>
<div class="slide__side">Fun Diverge</div>
<div class="slide__title-wrap">
<span class="slide__number">5</span>
<h3 class="slide__title">Pastures</h3>
<h4 class="slide__subtitle">
Let's go up in here, and start having some fun
</h4>
</div>
</div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/6.jpg)"
></div>
</div>
<div class="slide__side">Hopes & Dreams</div>
<div class="slide__title-wrap">
<span class="slide__number">6</span>
<h3 class="slide__title">Focus</h3>
<h4 class="slide__subtitle">
This is unplanned it really just happens
</h4>
</div>
</div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/8.gif)"
></div>
</div>
<div class="slide__side">Hopes & Dreams</div>
<div class="slide__title-wrap">
<span class="slide__number">7</span>
<h3 class="slide__title">Moon</h3>
<h4 class="slide__subtitle">
This is unplanned it really just happens
</h4>
</div>
</div>
<div class="slide">
<div class="slide__img-wrap">
<div
class="slide__img"
style="background-image: url(img/9.gif)"
></div>
</div>
<div class="slide__side">Hopes & Dreams</div>
<div class="slide__title-wrap">
<span class="slide__number">8</span>
<h3 class="slide__title">Success</h3>
<h4 class="slide__subtitle">
This is unplanned it really just happens
</h4>
</div>
</div>
<button class="nav nav--prev">
<svg class="icon icon--navarrow-prev">
<use xlink:href="#icon-navarrow"></use>
</svg>
</button>
<button class="nav nav--next">
<svg class="icon icon--navarrow-next">
<use xlink:href="#icon-navarrow"></use>
</svg>
</button>
</div>
<div class="content">
<div class="content__item">
<span class="content__number">1</span>
<h3 class="content__title">Automation</h3>
<h4 class="content__subtitle">
A tree needs to be your friend if you're going to paint him
</h4>
<div class="content__text">
Just let this happen. We just let this flow right out of our minds.
Just relax and let it flow. That easy. Let's put some happy little
clouds in our world. It's a very cold picture, I may have to go get
my coat. It’s about to freeze me to death. This is gonna be a happy
little seascape. Let's go up in here, and start having some fun The
least little bit can do so much. Work on one thing at a time. Don't
get carried away - we have plenty of time. Put your feelings into
it, your heart, it's your world. These trees are so much fun. I get
started on them and I have a hard time stopping.
<button class="btn" onclick="modaltoggle2('1.jpg')">Show Art</button>
</div>
</div>
<div class="content__item">
<span class="content__number">2</span>
<h3 class="content__title">Machines</h3>
<h4 class="content__subtitle">
This is probably the greatest thing to happen in my life
</h4>
<div class="content__text">
We're not trying to teach you a thing to copy. We're just here to
teach you a technique, then let you loose into the world. Now, we're
going to fluff this cloud. We don't have anything but happy trees
here. Let's do that again. Use what you see, don't plan it. Let's go
up in here, and start having some fun The least little bit can do so
much. Work on one thing at a time. Don't get carried away - we have
plenty of time. Put your feelings into it, your heart, it's your
world. These trees are so much fun. I get started on them and I have
a hard time stopping.
<button class="btn" onclick="modaltoggle2('2.jpg')">Show Art</button>
</div>
</div>
<div class="content__item">
<span class="content__number">3</span>
<h3 class="content__title">Coexistence</h3>
<h4 class="content__subtitle">The only guide is your heart</h4>
<div class="content__text">
Let's go up in here, and start having some fun The least little bit
can do so much. Work on one thing at a time. Don't get carried away
- we have plenty of time. Put your feelings into it, your heart,
it's your world. These trees are so much fun. I get started on them
and I have a hard time stopping.
<button class="btn" onclick="modaltoggle2('3.jpg')">Show Art</button>
</div>
</div>
<div class="content__item">
<span class="content__number">4</span>
<h3 class="content__title">Bellamio</h3>
<h4 class="content__subtitle">
The only prerequisite is that it makes you happy
</h4>
<div class="content__text">
See. We take the corner of the brush and let it play back-and-forth.
This is unplanned it really just happens. I'm sort of a softy, I
couldn't shoot Bambi except with a camera. I guess I'm a little
weird. I like to talk to trees and animals. That's okay though; I
have more fun than most people. We'll play with clouds today. Didn't
you know you had that much power? You can move mountains. You can do
anything. Let's go up in here, and start having some fun The least
little bit can do so much. Work on one thing at a time. Don't get
carried away - we have plenty of time. Put your feelings into it,
your heart, it's your world. These trees are so much fun. I get
started on them and I have a hard time stopping.
<button class="btn" onclick="modaltoggle2('4.jpg')">Show Art</button>
</div>
</div>
<div class="content__item">
<span class="content__number">5</span>
<h3 class="content__title">Pastures</h3>
<h4 class="content__subtitle">
Let's go up in here, and start having some fun
</h4>
<div class="content__text">
So often we avoid running water, and running water is a lot of fun.
Everyone is going to see things differently - and that's the way it
should be. A big strong tree needs big strong roots. Steve wants
reflections, so let's give him reflections. We don't have to be
committed. We are just playing here. Making all those little
fluffies that live in the clouds. Let's go up in here, and start
having some fun The least little bit can do so much. Work on one
thing at a time. Don't get carried away - we have plenty of time.
Put your feelings into it, your heart, it's your world. These trees
are so much fun. I get started on them and I have a hard time
stopping.
<button class="btn" onclick="modaltoggle2('5.gif')">Show Art</button>
</div>
</div>
<div class="content__item">
<span class="content__number">6</span>
<h3 class="content__title">Focus</h3>
<h4 class="content__subtitle">
This is unplanned it really just happens
</h4>
<div class="content__text">
But we're not there yet, so we don't need to worry about it. Now
let's put some happy little clouds in here. What the devil. A thin
paint will stick to a thick paint. I'm going to mix up a little
color. We’ll use Van Dyke Brown, Permanent Red, and a little bit of
Prussian Blue. Let's go up in here, and start having some fun The
least little bit can do so much. Work on one thing at a time. Don't
get carried away - we have plenty of time. Put your feelings into
it, your heart, it's your world. These trees are so much fun. I get
started on them and I have a hard time stopping.
<button class="btn" onclick="modaltoggle2('6.jpg')">Show Art</button>
</div>
</div>
<div class="content__item">
<span class="content__number">7</span>
<h3 class="content__title">Moon</h3>
<h4 class="content__subtitle">
This is unplanned it really just happens
</h4>
<div class="content__text">
But we're not there yet, so we don't need to worry about it. Now
let's put some happy little clouds in here. What the devil. A thin
paint will stick to a thick paint. I'm going to mix up a little
color. We’ll use Van Dyke Brown, Permanent Red, and a little bit of
Prussian Blue. Let's go up in here, and start having some fun The
least little bit can do so much. Work on one thing at a time. Don't
get carried away - we have plenty of time. Put your feelings into
it, your heart, it's your world. These trees are so much fun. I get
started on them and I have a hard time stopping.
<button class="btn" onclick="modaltoggle2('8.gif')">Show Art</button>
</div>
</div>
<div class="content__item">
<span class="content__number">8</span>
<h3 class="content__title">Success</h3>
<h4 class="content__subtitle">
This is unplanned it really just happens
</h4>
<div class="content__text">
But we're not there yet, so we don't need to worry about it. Now
let's put some happy little clouds in here. What the devil. A thin
paint will stick to a thick paint. I'm going to mix up a little
color. We’ll use Van Dyke Brown, Permanent Red, and a little bit of
Prussian Blue. Let's go up in here, and start having some fun The
least little bit can do so much. Work on one thing at a time. Don't
get carried away - we have plenty of time. Put your feelings into
it, your heart, it's your world. These trees are so much fun. I get
started on them and I have a hard time stopping.
<button class="btn" onclick="modaltoggle2('9.gif')">Show Art</button>
</div>
</div>
<button class="content__close">
<svg class="icon icon--longarrow">
<use xlink:href="#icon-longarrow"></use>
</svg>
</button>
</div>
</main>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/charming.min.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/demo.js"></script>
<script>
const modalElem2 = document.getElementById('modal2');
var x = 1;
function modaltoggle2(image_path){
document.getElementById('modal2').classList.toggle('show');
document.getElementById('modal-img').setAttribute('src',`./img/${image_path}`);
}
function callFull() {
document.getElementsByTagName('body')[0].requestFullscreen()
document.getElementById('modal1').remove()
}
</script>
</body>
</html>