-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdesign.html
607 lines (481 loc) · 30.4 KB
/
design.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
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
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Miguel Divo</title>
<link rel="icon" href="index_resources/tab-logo3.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
</head>
<body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk4vzc/dW8b5tv6v0w7pCqF5/2z2PpXhpz3q5t5z" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Rx+T1VzGupg4BHQYs2gCW9It+akI2MM/mndMCy36UVfodzcJcF0GGLxZIzObiEfa" crossorigin="anonymous"></script>
<nav class="navbar sticky-top shadow-sm" id="navbar" style="background-color: rgb(255, 255, 255);">
<div class="container-fluid">
<div class="row align-items-center col-12 d-flex">
<div id="logoname" class="col-1 " style="width: 70px;">
<a class="navbar-brand padding-right-0" href="index.html">
<img src="index_resources/logo2.png" alt="" width="50" height="50" class="d-inline-block align-text-top">
</a>
</div>
<div class="col d-flex">
<a class="navbar-brand" href="index.html">
MIGUEL<br>DIVO
</a>
</div>
<div id="headerlinks" class="col d-flex justify-content-end align-items-center">
<a id="ux-item" class="navbar-brand ms-auto" href="https://mdivo.github.io/index.html#ux-projects">UX</a>
<style>
#ux-item{
margin-right: auto !important;
}
</style>
<div id="project-item" class="dropdown">
<a class="navbar-brand ms-auto dropdown-toggle" href="#" role="button" id="projectsDropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
PROJECTS
</a>
<ul class="dropdown-menu" aria-labelledby="projectsDropdown">
<li><a class="dropdown-item" href="code.html">CODE</a></li>
<li><a class="dropdown-item" href="design.html">DESIGN</a></li>
<li><a class="dropdown-item" href="sound.html">SOUND</a></li>
</ul>
</div>
<a id="archive-item" class="navbar-brand ms-auto" href="archives.html">ARCHIVES</a>
<a id="about-item" class="navbar-brand ms-auto" href="about.html">ABOUT</a>
<div class="menu-botton-container" onclick="menuAnimate(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div>
</div>
</div>
</nav>
<div id="overlay-menu">
<div id="menu-content">
<ul>
<li><a class="navbar-brand ms-auto" href="https://mdivo.github.io/index.html#ux-projects">UX PROJECTS</a></li>
<div class="dropdown" style="margin-bottom: 20px; margin-left: 13px;">
<a class="navbar-brand ms-auto dropdown-toggle" href="#" role="button" id="projectsDropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="font-size: 1.5em;">
PROJECTS
</a>
<ul class="dropdown-menu" aria-labelledby="projectsDropdown">
<li><a class="dropdown-item" style="font-size: 1em;" href="code.html">CODE</a></li>
<li><a class="dropdown-item" style="font-size: 1em;" href="design.html">DESIGN</a></li>
<li><a class="dropdown-item" style="font-size: 1em;" href="sound.html">SOUND</a></li>
</ul>
</div>
<li><a class="navbar-brand ms-auto" href="archives.html">ARCHIVES</a></li>
<li><a class="navbar-brand ms-auto" href="about.html">ABOUT</a></li>
</ul>
</div>
</div>
<script>
function menuAnimate(x) {
x.classList.toggle("change");
var overlayMenu = document.getElementById("overlay-menu");
if (overlayMenu.style.opacity === "0" || overlayMenu.style.opacity === "") {
overlayMenu.style.display = "block";
setTimeout(function () {
overlayMenu.style.opacity = "1"; // Set opacity to 1 to fade in
}, 10); // Add a small delay to ensure the display change takes effect before fading in
} else {
overlayMenu.style.opacity = "0"; // Set opacity to 0 to fade out
setTimeout(function () {
overlayMenu.style.display = "none";
}, 300); // Wait for the fade-out transition to complete before hiding
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<div id="quick-info-page-section" class="container-fluid full-1st-height full-width ">
<div class="row " style="height: 70vh; justify-content: center; align-items: center;">
<style>
.oval-image {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
position: relative;
transition: filter 0.3s;
background-color: rgba(0, 0, 0, 0.4);
}
.oval-image video {
position: absolute;
width: 125%;
height: 125%;
object-fit: cover;
z-index: -1;
}
.oval-image .content {
height: 42vh;
width: 40vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
overflow: hidden;
position: relative;
z-index: 1;
color: rgb(255, 255, 255);
}
.oval-image:hover {
filter: invert(100%);
}
</style>
<div class="oval-image ">
<video autoplay muted loop>
<source src="design_resources/design-oval.mov" type="video/mp4">
</video>
<div class="content">
<p style="font-size: 0.7rem; margin-top: 0;">LET'S CHECK OUT SOME <i class="fancy-font">Project</i></p>
<p style="font-size: 2rem;">PROJECTS INVOLVING <i class="fancy-font">Design</i><br> CAN BE FOUND HERE </p>
<p style="font-size: 0.7rem; margin-bottom: 0;">Explore all my <i class="fancy-font">Design</i> projects below. Click on any project and it will take you to the project.</p>
</div>
</div>
</div>
<div class="col-12 ">
<div class="row">
<div class="col-12" style="height: 14vh;">
<p style="font-size: 2rem; padding-top: 5vh; padding-bottom: 0px; margin-bottom: 0px;">DESIGN <i class="fancy-font">Projects</i></p>
<hr style="color: #000000; height: 12px; margin-top: 0px;">
</div>
<!-- Card 1 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="design_resources/ECS661U UX Design CW2 - Miguel Divo 200261001.pdf" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ① - UX RESEARCH CASE STUDY</li>
</ul>
<img class="rounded-5 border" src="design_resources/ux-uni-casestudy.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-1" style="font-weight: 400;">IMPROVING THE UX OF UNIVERSITY <i class="fancy-font"> Apr, 2023</i></h5>
<p class="card-text">Looked into improving the UX at university for students. From improving the UI of <i class="fancy-font">learning hubs</i>, to creating a <i class="fancy-font">device ecosystem</i>, the study looks at all ascepts of student's study life.</p>
</div>
</a>
</div>
</div>
<!-- Card 1 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://www.figma.com/file/6F8U0r2etoaRG6tzbcQkJJ/BrainStation-UX-Design-Workshop?node-id=0%3A1&t=xaUOstMiLKFocDfK-1" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ② - APP DESIGN</li>
</ul>
<img class="rounded-5" src="design_resources/workshop.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-1" style="font-weight: 400;">UX WORKSHOP <i class="fancy-font"> Mar, 2023</i></h5>
<p class="card-text">Took part in a UX design workshop at <i class="fancy-font">BrainStation London</i>. My Design was voted <i class="fancy-font">2nd Best Design</i> at the workshop.</p>
</div>
</a>
</div>
</div>
<!-- Card 2 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://www.figma.com/file/4VaTgUePdeV4sbefPrH4OZ/carchived?node-id=0%3A1&t=a00ZZPkZTNEP7WGX-1" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ③ - WEB DESIGN</li>
</ul>
<img class=" rounded-5" src="design_resources/carchived.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-4" style="font-weight: 400;">CARCHIVED<i class="fancy-font"> Feb, 2023</i></h5>
<p class="card-text">High-fidelity, wireframe web design for <i class="fancy-font">Carchived</i>, an Instagram page dedicated to cars, created using <i class="fancy-font">Figma</i>.</p>
</div>
</a>
</div>
</div>
<!-- Card 3 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://www.figma.com/file/HIWfu6AyYGb06NDAL23U8M/Archive-Radio?node-id=0%3A1&t=Ta1eK57sY9Aq4AGm-1" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ④ - WEB DESIGN</li>
</ul>
<img class="rounded-5" src="design_resources/archive-radio.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-2" style="font-weight: 400;">ARCHIVE RADIO<i class="fancy-font"> Feb, 2023</i></h5>
<p class="card-text">Created a high-fidelity web design and graphics prototype for a single page application using <i class="fancy-font">Figma</i>. Will be developing the page and adding radio episodes of my own music/mixes.</p>
</div>
</a>
</div>
</div>
<!-- Card 4 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ⑤ - PRODUCT DESIGN</li>
</ul>
<img class=" rounded-5" src="" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-4" style="font-weight: 400;">PASTRY PRODUCT LABELS<i class="fancy-font"> Nov, 2022</i></h5>
<p class="card-text">Designed mockups and final drafts of labels for product packaging for a Venezuelan home pastry business using <i class="fancy-font">Adobe Photoshop</i>. Created designs for different types of labels and utilising different typefaces.</p>
</div>
</a>
</div>
</div>
<!-- Card 5 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://drive.google.com/drive/folders/1kpsRF62X2LuB1EyvIg6xFJYbpEPaSdva?usp=share_link" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ⑥ - UI / UX DESIGN</li>
</ul>
<img class="rounded-5" src="design_resources/weather-app.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-1" style="font-weight: 400;">STYLESKY WEATHER APP <i class="fancy-font"> Apr, 2022</i></h5>
<p class="card-text">Created the GUI for a fashion-based weather app that reccomends certain clothing items depending on the weather. Designed using <i class="fancy-font">Figma</i> and developed using <i class="fancy-font">ReactJS</i>.</p>
</div>
</a>
</div>
</div>
<!-- Card 6 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://drive.google.com/drive/folders/15bn5hY4upm7koWFaoDn0gqQuEvQmDaLZ?usp=share_link" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ⑦ - GAME DESIGN</li>
</ul>
<img class="rounded-5" src="design_resources/the-dreamer.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-2" style="font-weight: 400;">THE DREAMER<i class="fancy-font"> Dec, 2021</i></h5>
<p class="card-text">Desgined the storyboard, game world, characters for a lofi game. Based on a character who wakes up in a labyrinth of empty rooms and tries to escape but encounters an ominous dark shadow called the Sleepwalker. The character's objective is to survive inorder to make it to the next day. Designed usind <i class="fancy-font">Abode Photoshop</i>.</p>
</div>
</a>
</div>
</div>
<!-- Card 7 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://drive.google.com/drive/folders/1gG4r8-75EzIg6TQOiIBQ_tW9dVxSLvSA?usp=share_link" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ⑧ - DESIGN</li>
</ul>
<img class="rounded-5 border" src="design_resources/desing-portfolio.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-2" style="font-weight: 400;">DESIGN PORTFOLIO <i class="fancy-font"> Apr, 2021</i></h5>
<p class="card-text">A portfolio containing all design project is produced between 2020 to 2021. Created using <i class="fancy-font">Adobe Photoshop</i>.</p>
</div>
</a>
</div>
</div>
<!-- Card 8 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://www.instagram.com/miggydivo/?hl=en" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ⑨ - DESIGN</li>
</ul>
<img class=" rounded-5 border" src="design_resources/music-posters.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-4" style="font-weight: 400;">MUSIC PROMO POSTERS<i class="fancy-font"> Mar, 2021</i></h5>
<p class="card-text">Digital posters to promote singles and an EP. Created using <i class="fancy-font">Adobe Photoshop</i>.</p>
</div>
</a>
</div>
</div>
<!-- Card 9 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://www.tiktok.com/@miguel.divo/video/6952876488899218689?is_from_webapp=1&sender_device=pc&web_id=7065741071129036293" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ①⓪ - DESIGN</li>
</ul>
<img class="rounded-5" src="design_resources/pdf9.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-1" style="font-weight: 400;">SPOTIFY CANVAS VIDEOS <i class="fancy-font"> Mar, 2021</i></h5>
<p class="card-text">Produced video promos for an EP which are also used for Spotify's song canvas feature. Created using <i class="fancy-font">Adobe Photoshop</i>.</p>
</div>
</a>
</div>
</div>
<!-- Card 10 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://linktr.ee/mdivo" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ①① - DESIGN</li>
</ul>
<img class="rounded-5 border" src="design_resources/album-covers.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-2" style="font-weight: 400;">ALBUM COVERS <i class="fancy-font"> Mar, 2021</i></h5>
<p class="card-text">Album covers created using <i class="fancy-font">Adobe Photoshop</i>.</p>
</div>
</a>
</div>
</div>
<!-- Card 11 -->
<div class="col-12 col-sm-6 col-md-3 d-flex justify-content-center align-items-center">
<div class="card" style="width: 90%; height: 100%; margin-bottom: 2vh; border-color: rgb(255, 255, 255);">
<a href="https://drive.google.com/drive/folders/1qBlxfiAmCapZwSzKv00Hn_aY93W3kyE6?usp=share_link" target="_blank" style="text-decoration: none !important; color: #000000 !important;">
<ul class="list-group list-group-flush"">
<li class="list-group-item" style="font-weight:300; font-size: 0.9em;">No. ①② - DATA VISUALISATION</li>
</ul>
<img class="rounded-5 border" src="design_resources/data-visualisation.png" style="width: 100%; height: 40vh; object-fit: cover;">
<div class="card-body" >
<h5 class="card-title-projects-2" style="font-weight: 400;">MUSIC DATA VISUALISATION <i class="fancy-font"> May, 2020</i></h5>
<p class="card-text">Using <i class="fancy-font">Minimalistic Swiss Style</i>, I visualed data collected of my weekly music listening with detailed analysis of certain music information. Created using <i class="fancy-font">Krita</i>.</p>
</div>
</a>
</div>
</div>
</div>
</div>
<style>
.card:hover h5 {
text-decoration: underline;
}
.card:hover img {
transform: scale(1.03); /* Zoom in effect on hover (adjust the scale value as needed) */
transition: transform 0.3s ease-in-out; /* Add smooth transition for zoom effect */
}
</style>
</div>
<button id="scroll-to-top" class="btn btn-primary rounded-circle " style="display: block;">↑</button>
<style>
#scroll-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
</style>
<script>
window.addEventListener('scroll', function() {
var scrollPosition = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
if (scrollPosition > 220) {
document.getElementById('scroll-to-top').style.display = 'block';
} else {
document.getElementById('scroll-to-top').style.display = 'none';
}
});
document.getElementById('scroll-to-top').addEventListener('click', function() {
window.scrollTo({
top: 0,
left: 0,
behavior: 'smooth'
});
});
</script>
</body>
</html>
<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Silkscreen&display=swap');
</style>
<style>
.fancy-font{
font-family: 'Adobe-Caslon-Pro';
}
</style>
<style>
#overlay-menu {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255); /* Semi-transparent white background */
z-index: 1000;
opacity: 0; /* Initially, set opacity to 0 */
transition: opacity 0.8s ease; /* Transition for opacity property */
}
#menu-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#menu-content ul {
list-style-type: none;
padding: 0;
}
#menu-content ul li {
margin-bottom: 20px;
}
#menu-content ul li a {
color: #000000;
font-size: 24px;
text-decoration: none;
}
</style>
<style>
/* Styles for screens 591px or higher */
@media (min-width: 592px) {
#ux-item, #project-item, #archive-item, #about-item {
display: block !important;
}
.menu-botton-container {
display: none;
}
}
/* Styles for screens 590px or lower */
@media (max-width: 590px) {
#ux-item, #project-item, #archive-item, #about-item {
display: none !important;
}
.menu-botton-container {
display: inline-block;
}
}
.menu-botton-container {
cursor: pointer;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 2px;
background-color: #333;
margin: 9px 0;
transition: 0.4s;
}
.change .bar1 {
transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {
opacity: 0;
}
.change .bar3 {
transform: translate(0, -11px) rotate(45deg);
}
</style>
<style>
.no-margin {
margin: 0 !important;
}
.full-width {
width: 100vw;
}
.four-col-height {
height: 22.625vh;
}
.full-1st-height {
height: 90.5vh;
}
.font-weight-normal {
font-weight: 400!important;
}
.text-dark {
color: #343a40!important;
}
html{
font-size: 100%;
}
.font-size-for-scroll{
font-size: 0.8rem;
}
.oval-image {
width: 77vw;
height: 50vh;
overflow: hidden;
border-radius: 50%;
}
.oval-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
</style>