-
Notifications
You must be signed in to change notification settings - Fork 1
/
carchived.html
375 lines (273 loc) · 12 KB
/
carchived.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
<!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(37, 50, 71, 0.467);
}
.oval-image img {
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);
}
</style>
<div class="oval-image ">
<img class="rounded-5" src="carchived_resources/oval-image.png" >
<div class="content">
<p style="font-size: 0.7rem; margin-top: 0;"></p>
<a href="https://www.figma.com/file/4VaTgUePdeV4sbefPrH4OZ/carchived?type=design&node-id=0%3A1&mode=design&t=vtgMovEhBqMzfLll-1" target="_blank" style="font-size: 2rem; color: white;"> CLICK <i class="fancy-font">Here</i> TO VIEW<br><i class="fancy-font">The Prototype</i> </a>
<p style="font-size: 0.7rem; margin-bottom: 0;"></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;">CARCHIVED<i class="fancy-font"> / Web UI Design</i></p>
<hr style="color: #000000; height: 12px; margin-top: 0px;">
</div>
<div>
<img src="carchived_resources/carchive-bg.png" width="100%">
</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>
</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>