-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (185 loc) · 10 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="assets/icons/favicon.png" />
<title>florenciaarezzo.com</title>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- Tailwind -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Custom styles -->
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./styles/loader.css">
<script defer src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
crossorigin="anonymous"></script>
<!-- ThreeJs -->
<script defer src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script defer type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@latest/build/three.module.js"
}
}
</script>
</head>
<body class="bg-black overflow-x-hidden m-0">
<!-- Loading spinner -->
<section id="loading-screen" style="z-index: 20;">
<div class="absolute z-30 vh-100 vw-100 bg-black">
<div class="text-center mt-[30%]">
<svg role="status"
class="inline w-12 h-12 mr-2 text-gray-200 animate-spin dark:text-gray-600 fill-gray-600 dark:fill-gray-300"
viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
fill="currentColor" />
<path
d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
fill="currentFill" />
</svg>
<p class="text-white mt-6 tracking-widest animate-pulse" style="font-family: 'DolceVitaBold'">
Loading...
</p>
</div>
</div>
</section>
<!-- Navbar -->
<div class="absolute top-0 start-0 m-4" style="z-index: 10;">
<div class="row row-cols-auto text-white text-xl" style="font-family: 'DolceVitaBold'">
<a class="col no-underline mx-2 hover:text-gray-700" href="pages/about.html">About</a>
<div id="projectsHeaderLink" class="col no-underline mx-2 cursor-pointer hover:text-gray-700">
Projects
</div>
</div>
</div>
<!-- Hero -->
<div id="hero">
<!-- Hero video -->
<video id="hero-video" class="vw-100 vh-100 object-cover" poster="assets/images/three_amigos_poster.jpg" autoplay
loop muted playsinline preload="auto" onclick="this.paused ? this.play() : this.pause();"></video>
<!-- Audio control -->
<img id="audio-button" class="audio-button-off" src="assets/icons/sound-off-icon.svg" alt="audio-control"
width="30px">
<!-- Hero title -->
<div class="absolute top-50 start-50 translate-middle text-white text-center tracking-[0.6rem] lg:tracking-[3rem]"
style="font-family: 'DolceVitaBold'">
<div class="col fs-1">FlorenciaArezzo</div>
<div class="col fs-5">3DDesigner</div>
</div>
<!-- Scroll hint -->
<div id="btn-down-one-screen" class="down-arrow"></div>
</div>
<!-- Content -->
<div id="content" class="relative">
<!-- Back to top button -->
<button type="button" data-mdb-ripple="true" data-mdb-ripple-color="light"
class="inline-block p-3 bg-gray-300 text-black font-medium text-xs leading-tight uppercase rounded-full shadow-md hover:bg-gray-500 hover:shadow-lg focus:bg-gray-500 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-gray-500 active:shadow-lg transition duration-150 ease-in-out hidden bottom-5 right-5 fixed z-10"
id="btn-back-to-top">
<svg aria-hidden="true" focusable="false" data-prefix="fas" class="w-4 h-4" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor"
d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z">
</path>
</svg>
</button>
<!-- Stripe 1 -->
<section>
<div class="md:flex text-center text-white text-lg md:text-2xl tracking-[0.6rem] dolcevitabold">
<div class="relative h-screen w-full">
<a class="absolute w-fit top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 border-white border-2 bg-black px-3 py-4 hover:text-gray-500"
href="pages/digitalapparel.html">
Digital Apparel
</a>
<img class="w-100 h-screen object-cover" src="assets/images/landing-image.jpg" alt="" />
</div>
<div class="relative h-screen w-full">
<a class="absolute z-10 w-fit top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 border-white border-2 bg-black px-3 py-4 hover:text-gray-500"
href="pages/animations.html">
Animations
</a>
<!-- <img class="w-100 h-screen object-cover" src="assets/images/ANIMATIONS2000x2000.jpg" alt="" /> -->
<video class="object-cover" src="./assets/videos/ANIMATIONS.mp4" autoplay loop muted playsinline
preload="auto" onclick="this.paused ? this.play() : this.pause();" style="height: 100%;"></video>
</div>
</div>
</section>
<!-- Stripe 2 -->
<section>
<div class="md:flex text-center text-white text-lg md:text-2xl tracking-[0.6rem] dolcevitabold">
<div class="relative h-screen w-full">
<a class="absolute w-fit top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 border-white border-2 bg-black px-3 py-4 hover:text-gray-500"
href="pages/virtualreality.html">
Augmented Reality
</a>
<img class="w-100 h-screen object-cover" src="assets/images/VIRTUAL REALITY-01.jpg" alt="" />
</div>
<div class="relative h-screen w-full">
<a class="absolute w-fit top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 border-white border-2 bg-black px-3 py-4 hover:text-gray-500"
href="pages/aifashion.html">
AI Fashion
</a>
<img class="w-100 h-screen object-cover" src="assets/images/aifashion/sweaters/S_01.jpg" alt="" />
</div>
<!-- <div id="webgl" class="relative h-screen md:w-1/2">
<a class="absolute w-fit top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 border-white border-2 bg-black px-3 py-4 hover:text-gray-500"
href="pages/aifashion.html">
AI Fashion
</a>
</div> -->
</div>
</section>
<!-- Footer -->
<footer class="my-12 flex justify-center">
<a href="pages/about.html">
<img class="mx-3 cursor-pointer" src="assets/icons/email.png" style="height: 1rem" alt="" />
</a>
<div class="mx-2" style="border-left: 1px solid white; height: 1rem"></div>
<a href="https://www.instagram.com/flors_____/" target="_blank">
<img class="mx-3 cursor-pointer" src="assets/icons/insta.png" style="height: 1rem" alt="" />
</a>
<div class="mx-2" style="border-left: 1px solid white; height: 1rem"></div>
<a href="https://linkedin.com/in/florencia-arezzo-419b39167" target="_blank">
<img class="mx-3 cursor-pointer" src="assets/icons/linkedin.png" style="height: 1rem" alt="" />
</a>
<div class="mx-2" style="border-left: 1px solid white; height: 1rem"></div>
<a href="pages/about.html">
<img class="mx-3 cursor-pointer" src="assets/icons/whatsapp.png" style="height: 1rem" alt="" />
</a>
</footer>
<div style="height: 10px"></div>
</div>
<!-- Custom scripts -->
<script type="module" src="scripts/main.js"></script>
<script type="module" src="scripts/webgl.js"></script>
<script type="module" src="scripts/utils.js"></script>
<script type="x-shader/x-vertex" id="vertexshader">
attribute float scale;
void main() {
vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );
gl_PointSize = scale * ( 300.0 / - mvPosition.z );
gl_Position = projectionMatrix * mvPosition;
}
</script>
<script type="x-shader/x-fragment" id="fragmentshader">
uniform vec3 color;
void main() {
if ( length( gl_PointCoord - vec2( 0.5, 0.5 ) ) > 0.475 ) discard;
gl_FragColor = vec4( color, 1.0 );
}
</script>
<!-- Bootstrap script -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
crossorigin="anonymous"></script>
</body>
</html>