-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
517 lines (409 loc) · 21.6 KB
/
index.html
File metadata and controls
517 lines (409 loc) · 21.6 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
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
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" />
<!-- Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" />
<!--Cssku -->
<link rel="stylesheet" href="style.css" />
<!-- Cssku end -->
<title>Silvanus Prihantono Portofolio</title>
<!-- Style -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- end style -->
</head>
<body style="background-color: #262625">
<!-- Navbar-->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark shadow" style="background-color: #595958">
<div class="container">
<a class="navbar-brand text-white active" href="#home" data-bs-target="#brandna">
<img id="topleft" src="img/Ntapss Mono onlyFixed Blazer Square.jpg" class=" d-inline-block align-text-top"
alt="xxx" width="30px" height="30px">
SilvaneUX
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="true" aria-label="Toggle navigation" role="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="index.html#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item ">
<a class="nav-link" role="button" aria-controls="#navbarNav" href="index.html#projects">Galery</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="index.html#contact">Contact Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="uxc.html" tabindex="-1" aria-atomic="true">My Social Media</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar-End -->
<!-- Jumbo -->
<section id="home" class="jumbotron text-center text-white-50 " style="padding-top: 6rem;">
<div class="container legen">
<img src="img/Ntapss Mono onlyFixed Blazer Square.jpg" alt="Silvanus Prihantono" width="225"
class=" img-thumbnail imagejum responsive img-fluid" data-aos="fade-down" data-aos-duration="500" />
<div class="overlay">
<div class="textleg"><b>I Am Legend</b></div>
</div>
</div>
<h1 data-aos="zoom-in-up" class="display-4 responsive">Silvanus Prihantono</h1>
<p class="lead">
</p>
<p class="joke" data-aos="fade-down">
Yes, it's true. <b>I</b> am literaly a joke. Ohh wait, I <b>am</b> not a Joke. There is <b>a</b> meaning on every
<b>Joke.</b>
</p>
<a class="btn btn-lg text-success btn-outline-light learnme" href="uxc.html" role="button" fill="currentColor">Learn
more</a>
</section>
<!-- Jum-End -->
<!--About -->
<section id="about" style="background-color: white">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#262625" fill-opacity="1"
d="M0,256L40,250.7C80,245,160,235,240,202.7C320,171,400,117,480,122.7C560,128,640,192,720,181.3C800,171,880,85,960,80C1040,75,1120,149,1200,192C1280,235,1360,245,1400,250.7L1440,256L1440,0L1400,0C1360,0,1280,0,1200,0C1120,0,1040,0,960,0C880,0,800,0,720,0C640,0,560,0,480,0C400,0,320,0,240,0C160,0,80,0,40,0L0,0Z">
</path>
</svg>
<div class="container ">
<div class="row text-center mb-3 justify-content-center">
<div class="col">
<div class="h2" data-aos="fade-down" data-aos-delay="100">About Me</div>
</div>
</div>
<div class="row justify-content-center fs-5" data-aos="zoom-in-up">
<div class="col text-center mb-4" data-aos-duration="1500" data-aos-delay="3000">
Im a Computer Science Student who like to playing game (a lot). I could do anything beyond average, but not
everything. Usualy reposting meme</div>
<div class="col text-center mb-4" data-aos-duration="1500" data-aos-delay="300">Pretty much like the left side
</div>
</div>
</div>
</section>
<!-- about end -->
<!-- Project -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#ffff" fill-opacity="1"
d="M0,128L24,117.3C48,107,96,85,144,106.7C192,128,240,192,288,202.7C336,213,384,171,432,128C480,85,528,43,576,69.3C624,96,672,192,720,202.7C768,213,816,139,864,144C912,149,960,235,1008,250.7C1056,267,1104,213,1152,192C1200,171,1248,181,1296,170.7C1344,160,1392,128,1416,112L1440,96L1440,0L1416,0C1392,0,1344,0,1296,0C1248,0,1200,0,1152,0C1104,0,1056,0,1008,0C960,0,912,0,864,0C816,0,768,0,720,0C672,0,624,0,576,0C528,0,480,0,432,0C384,0,336,0,288,0C240,0,192,0,144,0C96,0,48,0,24,0L0,0Z">
</path>
</svg>
<div class="container">
<div class="row text-center text-white-50">
<div class="col">
<h2 data-aos="flip-down" data-aos-duration="500">My Projects</h2><br>
<button id="myBtn" class="btn btn-lg text-success btn-outline-light readme text-center" role="button"
fill="currentColor" data-bs-toggle="modal" data-bs-target="#staticBackdrop">Read Me</button>
<br>
<!-- Modal -->
<div class="modal fade underdev " id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false"
tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<popup>
<div class="modal-content " style="background-color: #FCFC3D; color: #262625; border-radius: 2rem;">
<div class="modal-header" style="border-color: #262625;background-color: #FC9797;">
<h5 class="modal-title fw-bolder" id="exampleModalLabel">Under Development</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p><b>Come back later.</b> I'm lazy asf to put it all here.</p>
<p>Actually, I'm not that lazy. I've <b>lost</b> all my <b>motivation.</b> <br>Please understand</p>
</div>
<div class="modal-footer" style="border-color: #262625; color: #262625;">
<button type="button" class="btn btn-outline-success text-dark"
data-bs-dismiss="modal" >Yes</button>
<button type="button" class="btn btn-outline-danger text-dark"
data-bs-dismiss="modal">Also yes, but with red button</button>
</div>
</div>
</popup>
</div>
</div>
<br>
</div>
</div>
<section id="projects">
<div class="row mt-3 justify-content-evenly">
<div class="col mb-5">
<div class="card">
<img src="Projects/Ntapss Mono onlyFixed Blazer.jpg" class="card-img-top" alt="x1" />
<div class="card-body">
<p class="card-text text-center">One of my projects</p>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card">
<img src="Projects/Ntapss Mono onlyFixed Blazer.jpg" class="card-img-top" alt="x2" />
<div class="card-body">
<p class="card-text text-center">One of my projects</p>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card">
<img src="Projects/Ntapss Mono onlyFixed Blazer.jpg" class="card-img-top" alt="x3" />
<div class="card-body">
<p class="card-text text-center">One of my projects</p>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card">
<img src="Projects/Ntapss Mono onlyFixed Blazer.jpg" class="card-img-top" alt="x3" />
<div class="card-body">
<p class="card-text text-center">One of my projects</p>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card">
<img src="Projects/Ntapss Mono onlyFixed Blazer.jpg" class="card-img-top" alt="x3" />
<div class="card-body">
<p class="card-text text-center">One of my projects</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- akhir Project -->
<!-- Thanks -->
<section id="thanks" style="background-color: white">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#262625" fill-opacity="1"
d="M0,128L24,117.3C48,107,96,85,144,106.7C192,128,240,192,288,202.7C336,213,384,171,432,128C480,85,528,43,576,69.3C624,96,672,192,720,202.7C768,213,816,139,864,144C912,149,960,235,1008,250.7C1056,267,1104,213,1152,192C1200,171,1248,181,1296,170.7C1344,160,1392,128,1416,112L1440,96L1440,0L1416,0C1392,0,1344,0,1296,0C1248,0,1200,0,1152,0C1104,0,1056,0,1008,0C960,0,912,0,864,0C816,0,768,0,720,0C672,0,624,0,576,0C528,0,480,0,432,0C384,0,336,0,288,0C240,0,192,0,144,0C96,0,48,0,24,0L0,0Z">
</path>
</svg>
<div class="container ">
<br><br>
<h1 data-aos="fade-down" class="text-black-50 display-4 text-center ">Thank You
For Coming</h1>
<h3 class="text-center text-white " style="background-color: white;">I Love You</h3>
</div>
</section>
<section id="thanks">
<div class="container ">
<h3 class="text-center " style="color: #262625;">I Love You</h3>
<h1 data-aos="fade-up" class="text-white-50 display-4 text-center">Thank You For Coming</h1>
<br><br>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" style="border-radius: 2rem;"">
<path fill=" #ffff" fill-opacity="1"
d="M0,128L24,117.3C48,107,96,85,144,106.7C192,128,240,192,288,202.7C336,213,384,171,432,128C480,85,528,43,576,69.3C624,96,672,192,720,202.7C768,213,816,139,864,144C912,149,960,235,1008,250.7C1056,267,1104,213,1152,192C1200,171,1248,181,1296,170.7C1344,160,1392,128,1416,112L1440,96L1440,320L1416,320C1392,320,1344,320,1296,320C1248,320,1200,320,1152,320C1104,320,1056,320,1008,320C960,320,912,320,864,320C816,320,768,320,720,320C672,320,624,320,576,320C528,320,480,320,432,320C384,320,336,320,288,320C240,320,192,320,144,320C96,320,48,320,24,320L0,320Z">
</path>
</svg>
</section>
<!-- end thanks -->
<!-- Contct -->
<section id="contact" class="mx-auto">
<div class="container ">
<div class="row text-center text-white-50">
<div class="col">
<div class="mb-3">
<br>
<br>
<h2 data-aos="flip-up" data-aos-duration="500">Contact Me</h2>
<div
class="alert alert-success popup d-flex align-items-center success-warning alert-dismissible fade show d-none"
role="alert">
<svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Success:">
<use xlink:href="#check-circle-fill" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="check-circle-fill" fill="currentColor" viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z" />
</symbol>
<symbol id="info-fill" fill="currentColor" viewBox="0 0 16 16">
<path
d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z" />
</symbol>
<symbol id="exclamation-triangle-fill" fill="currentColor" viewBox="0 0 16 16">
<path
d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</symbol>
</svg>
<div>
<strong>Thee got mine thank.</strong> Thy message hast been did accept
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
</div>
</div>
</div>
<div class="row text-white-50 mb-3 container mx-auto align-items-start">
<div class="col "></div>
<div class="col">
<div class="container">
<form name="Contact-Msg">
<div class="mb-3 mx-auto">
<label for="FullName" class="form-label">Full Name</label>
<input type="text" class="form-control" id="Name" aria-describedby="Name" name="Name" />
</div>
<div class="mb-3 mx-auto ">
<label for="exampleInputEmail1" class="form-label">Email Address</label>
<input type="email" class="form-control" id="Email" aria-describedby="Email" name="Email" />
</div>
<div class="mb-3 mx-auto ">
<label for="exampleInputEmail1" class="form-label">Subject</label>
<input type="text" class="form-control" id="Subject" aria-describedby="Subject" name="Subject" />
</div>
<div class="mb-3 mx-auto ">
<label for="Message" class="form-label">Message Me Now</label>
<textarea class="form-control" id="Message" rows="4" name="Message"></textarea>
</div>
<button type="submit" class="btn btn subbtn btn btnKir">Submit</button>
<button class="btn btn-primary btnLoad d-none" type="button " disabled>
<span class="spinner-border spinner-border-sm btnlod " role="status" aria-hidden="true"></span>
PLease Wait...
</button>
</form>
</div>
</div>
<div class="col"></div>
</div>
<br> <br> <br>
</section>
<!-- Contact end -->
<!-- Secret line -->
<section id="sec" style="background-color: white" class="sec d-none">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#262625" fill-opacity="1"
d="M0,96L18.5,117.3C36.9,139,74,181,111,170.7C147.7,160,185,96,222,106.7C258.5,117,295,203,332,197.3C369.2,192,406,96,443,85.3C480,75,517,149,554,176C590.8,203,628,181,665,192C701.5,203,738,245,775,261.3C812.3,277,849,267,886,261.3C923.1,256,960,256,997,229.3C1033.8,203,1071,149,1108,138.7C1144.6,128,1182,160,1218,154.7C1255.4,149,1292,107,1329,96C1366.2,85,1403,107,1422,117.3L1440,128L1440,0L1421.5,0C1403.1,0,1366,0,1329,0C1292.3,0,1255,0,1218,0C1181.5,0,1145,0,1108,0C1070.8,0,1034,0,997,0C960,0,923,0,886,0C849.2,0,812,0,775,0C738.5,0,702,0,665,0C627.7,0,591,0,554,0C516.9,0,480,0,443,0C406.2,0,369,0,332,0C295.4,0,258,0,222,0C184.6,0,148,0,111,0C73.8,0,37,0,18,0L0,0Z">
</path>
</svg>
<div class="container">
<div class="row text-center mb-3 justify-content-center">
<div class="col">
<div class="h2">Hey hey, you found me</div>
</div>
</div>
<div class="row justify-content-center fs-5">
<div class="col-md-4 text-center mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores sunt
corrupti molestias reprehenderit, praesentium fuga perferendis quia laborum id pariatur. Quaerat ipsa atque
optio autem cum cumque? Quos, suscipit corporis?</div>
<div class="col-md-4 text-center mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequuntur,
facilis.</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#262625" fill-opacity="1"
d="M0,96L18.5,117.3C36.9,139,74,181,111,170.7C147.7,160,185,96,222,106.7C258.5,117,295,203,332,197.3C369.2,192,406,96,443,85.3C480,75,517,149,554,176C590.8,203,628,181,665,192C701.5,203,738,245,775,261.3C812.3,277,849,267,886,261.3C923.1,256,960,256,997,229.3C1033.8,203,1071,149,1108,138.7C1144.6,128,1182,160,1218,154.7C1255.4,149,1292,107,1329,96C1366.2,85,1403,107,1422,117.3L1440,128L1440,320L1421.5,320C1403.1,320,1366,320,1329,320C1292.3,320,1255,320,1218,320C1181.5,320,1145,320,1108,320C1070.8,320,1034,320,997,320C960,320,923,320,886,320C849.2,320,812,320,775,320C738.5,320,702,320,665,320C627.7,320,591,320,554,320C516.9,320,480,320,443,320C406.2,320,369,320,332,320C295.4,320,258,320,222,320C184.6,320,148,320,111,320C73.8,320,37,320,18,320L0,320Z">
</path>
</svg>
</div>
</section>
<!-- about end -->
<!-- Secret line end -->
<!-- footer -->
<footer class="text-white-50 pb-3 " style="background-color: #595958">
<p>Created While <a class="secbtn text-decoration-none text-white-50 transition1" role="button">Boring</a> by <a
href="https://instagram.com/_silvanus_/" class="text-white fw-bold text-decoration-none">Silvanus
Prihantono</a></p>
</footer>
<!-- Footer end -->
<!-- akhir Project -->
<!-- Page content end -->
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbxPKbVyWWjt-hpYzHxTEdSne1To_YpqNDOMoTovYdnwW2d45A16dt9PsrLVgRxi_hk-/exec'
const form = document.forms['Contact-Msg']
const btnKir = document.querySelector('.btnKir');
const btnLoad = document.querySelector('.btnLoad');
const popup = document.querySelector('.popup');
form.addEventListener('submit', e => {
e.preventDefault()
// tombol submit
// tombol loding
btnLoad.classList.toggle('d-none');
btnKir.classList.toggle('d-none');
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => {
btnLoad.classList.toggle('d-none');
btnKir.classList.toggle('d-none');
console.log('Success!', response);
popup.classList.toggle('d-none');
form.reset();
})
.catch(error => console.error('Error!', error.message))
})
</script>
<script>
const sec = document.querySelector('.sec');
const secbtn = document.querySelector('.secbtn');
secbtn.onclick = function () {
sec.classList.toggle('d-none');
}
</script>
<!-- aos -->
<script src="https://unpkg.com/aos@next/dist/aos.js">
</script>
<script>
AOS.init({
delay: 0, // values from 0 to 3000, with step 50ms
duration: 1000, // values from 0 to 3000, with step 50ms
easing: 'ease-in-out', // default easing for AOS animations
once: false, // whether animation should happen only once - while scrolling down
mirror: true, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
</script>
<!-- aos -->
<!-- gsap -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/TextPlugin.min.js"></script>
<script>
gsap.registerPlugin(TextPlugin);
gsap.from('.navbar', { duration: 1.5, y: '-100%', ease: 'bounce' });
gsap.from('.learnme', { duration: 2, delay: '5.7', opacity: 0, y: '+300%', ease: 'bounce' });
gsap.from('.readme', { duration: 2, delay: '1.5', opacity: 0, y: '+300%', ease: 'bounce' });
gsap.to('.lead', { duration: '3.5', delay: '2', text: '||Programmer || Gamer || Editor || Designer || Joker ||' });
</script>
<!-- gsap end -->
<script>
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function () {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function () {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function (event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
</body>
</html>