-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
523 lines (505 loc) · 30.7 KB
/
Copy pathindex.html
File metadata and controls
523 lines (505 loc) · 30.7 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
518
519
520
521
522
523
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minimal Moderno</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/"
}
}
</script>
</head>
<body>
<main class="hero">
<div class="hero__glow hero__glow--left" aria-hidden="true"></div>
<div class="hero__glow hero__glow--right" aria-hidden="true"></div>
<section class="hero__card">
<p class="hero__eyebrow">Welcome</p>
<div class="hero__title-wrap">
<h1 class="hero__title">
<span class="hero__title-soft">hi! i'm</span>
<span class="hero__title-strong">Lucifex</span>
</h1>
<img class="ghost-float" src="Assets/Ghost.png" alt="" aria-hidden="true">
</div>
<p class="hero__text" data-random-text="hero-description"></p>
<nav class="hero__nav" aria-label="Primary">
<button class="hero__nav-item" type="button" data-window-open="profile">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4Zm0 2c-4.2 0-7 2.1-7 5v1h14v-1c0-2.9-2.8-5-7-5Z"/>
</svg>
<span>Profile</span>
</button>
<button class="hero__nav-item" type="button" data-window-open="work">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M9 3h6l1 2h3a2 2 0 0 1 2 2v10a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a2 2 0 0 1 2-2h3Zm0 4H5v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7h-4.1l-1-2H10Z"/>
</svg>
<span>Work</span>
</button>
<button class="hero__nav-item" type="button" data-window-open="faq">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm.1 15.5a1.25 1.25 0 1 1-1.25 1.25 1.25 1.25 0 0 1 1.25-1.25Zm2.15-6.2-.9.7a2.17 2.17 0 0 0-.85 1.75v.25h-2v-.4a3.44 3.44 0 0 1 1.33-2.75l1.12-.88a1.74 1.74 0 0 0 .7-1.37 1.95 1.95 0 0 0-3.9.1H7.8a4 4 0 1 1 8 0 3.64 3.64 0 0 1-1.55 2.6Z"/>
</svg>
<span>Faq</span>
</button>
<button class="hero__nav-item" type="button" data-window-open="contact">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v.2l8 5.2 8-5.2V7Zm16 10V9.6l-7.45 4.85a1 1 0 0 1-1.1 0L4 9.6V17Z"/>
</svg>
<span>Contact</span>
</button>
</nav>
</section>
<div class="desktop-layer" aria-live="polite">
<section class="window window--profile" data-window="profile" aria-hidden="true">
<header class="window__bar" data-window-drag>
<span class="window__title">profile</span>
<button class="window__close" type="button" aria-label="Close profile window" data-window-close>[x]</button>
</header>
<div class="window__scroll window__scroll--profile">
<div class="window__top">
<div class="profile-card">
<div class="profile-card__avatar">
<img src="Assets/Profile.png" alt="Profile picture of Lucifex">
</div>
<div class="profile-card__intro">
<h2>Lucifex</h2>
<p>I have been animating for ≈2 years.</p>
<p>My name is Lucifex, and below you will find more information about me.</p>
</div>
</div>
</div>
<div class="window__content window__content--scrollable">
<p>
I am Lucifex, and I have been animating for ≈2 years. I started counting time from the moment I made
my first animation that I would argue was actually "ok". I have worked on multiple games, and I still am,
but not many of those have launched yet.
</p>
<ul class="profile-list">
<li>I am mainly an animator, but from time to time I find myself enjoying some modelling. I would consider those models pretty good. I am not a professional modeller, I do it for fun.</li>
<li>I have worked on Tag-Strike by WireSC, an unreleased CS:GO-inspired game, and on an unreleased classic Roblox drifting game. There are also other minor projects where I did not animate as much.</li>
<li>I use Blender and Roblox Studio for my animations. I do not use Moon Animator 2, Autodesk Maya, or Krita.</li>
<li>I'm chill and I like to make others laugh, but I really hate when I get ghosted. My goals are to go to RDC, attend animator events, and have my own animation company... or become an engineer.</li>
</ul>
<p>
My interests are obviously animating, modelling, and other development-related stuff, plus math, physics,
computers, engineering, and guns, since I find them weirdly interesting.
</p>
<p>
I first started doing stop-motion animations in mid-2023. In early 2024 I got into Roblox development
and started animating. That was when I made the animation I mentioned that was "ok". After that I learned
how to use Blender, and in January 2025 I started animating viewmodels. From there I began doing more
things in Blender, and that is what led me here.
</p>
<p>
In my time animating, I have met many people and had good experiences working for some games, and in the
future I would like to keep updating my portfolio.
</p>
<p>
My DMs are open: <strong>lucifex23</strong>
</p>
<section class="profile-stats" aria-label="Profile stats" data-animate-chart>
<div class="profile-stats__header">
<h3>Stats Overview</h3>
<p>A quick snapshot of completed animation, project, and model work.</p>
</div>
<div class="profile-stats__cards">
<article class="profile-stat-card">
<span class="profile-stat-card__label">Animations</span>
<strong class="profile-stat-card__value">224</strong>
</article>
<article class="profile-stat-card">
<span class="profile-stat-card__label">Projects</span>
<strong class="profile-stat-card__value">13</strong>
</article>
<article class="profile-stat-card">
<span class="profile-stat-card__label">Models</span>
<strong class="profile-stat-card__value">43</strong>
</article>
</div>
<div class="profile-chart">
<div class="profile-chart__grid" aria-hidden="true"></div>
<div class="profile-chart__bars" aria-hidden="true">
<div class="profile-chart__bar-wrap">
<div class="profile-chart__bar" style="--bar-height: 90%"></div>
<span>Anims</span>
</div>
<div class="profile-chart__bar-wrap">
<div class="profile-chart__bar" style="--bar-height: 16%"></div>
<span>Proj</span>
</div>
<div class="profile-chart__bar-wrap">
<div class="profile-chart__bar" style="--bar-height: 28%"></div>
<span>Models</span>
</div>
</div>
<svg class="profile-chart__line" viewBox="0 0 100 40" preserveAspectRatio="none" aria-hidden="true">
<defs>
<linearGradient id="profileLineGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#9ed1ff"></stop>
<stop offset="100%" stop-color="#2f8cff"></stop>
</linearGradient>
</defs>
<path class="profile-chart__area" d="M0,6 C12,5 20,7 33,8 C46,9 52,31 66,34 C78,36 88,31 100,28 L100,40 L0,40 Z"></path>
<path class="profile-chart__path" d="M0,6 C12,5 20,7 33,8 C46,9 52,31 66,34 C78,36 88,31 100,28"></path>
</svg>
</div>
</section>
</div>
</div>
<button class="window__resize" type="button" aria-label="Resize profile window" data-window-resize></button>
</section>
<section class="window window--work" data-window="work" aria-hidden="true">
<header class="window__bar" data-window-drag>
<span class="window__title">work</span>
<button class="window__close" type="button" aria-label="Close work window" data-window-close>[x]</button>
</header>
<div class="window__scroll window__scroll--work">
<div class="window__content window__content--work">
<section class="work-notice" aria-label="Work notice">
<p class="work-notice__title">
<span class="work-notice__icon" aria-hidden="true">
<svg viewBox="0 0 24 24">
<path d="M20.32 4.37A17.43 17.43 0 0 0 15.94 3l-.21.42a16.2 16.2 0 0 1 3.93 1.9 13.15 13.15 0 0 0-3.75-1.72 12.45 12.45 0 0 0-7.82 0A13.15 13.15 0 0 0 4.34 5.3a16.2 16.2 0 0 1 3.93-1.9L8.06 3A17.43 17.43 0 0 0 3.68 4.37C.91 8.52.16 12.57.54 16.56a17.65 17.65 0 0 0 5.37 2.7l1.15-1.88a11.45 11.45 0 0 1-1.81-.88l.44-.33a12.73 12.73 0 0 0 12.62 0l.44.33a11.45 11.45 0 0 1-1.81.88l1.15 1.88a17.65 17.65 0 0 0 5.37-2.7c.45-4.63-.77-8.65-3.14-12.19ZM9.25 13.91c-1.21 0-2.2-1.11-2.2-2.47s.97-2.47 2.2-2.47 2.22 1.11 2.2 2.47c0 1.36-.98 2.47-2.2 2.47Zm5.5 0c-1.21 0-2.2-1.11-2.2-2.47s.97-2.47 2.2-2.47 2.22 1.11 2.2 2.47c0 1.36-.98 2.47-2.2 2.47Z"/>
</svg>
</span>
Accepting work offers via my <a href="#contact">Discord</a>!
</p>
<p>Make sure to read the <strong>Faq</strong> section for informations about payment type, availability and others...</p>
</section>
<section class="work-section">
<div class="work-skills">
<div>
<h3 class="work-heading">Tools</h3>
<div class="skill-pills">
<span class="skill-pill">Blender</span>
<span class="skill-pill">Roblox Studio</span>
</div>
</div>
<div>
<h3 class="work-heading">Animation Development</h3>
<div class="skill-pills">
<span class="skill-pill">Stop-Motion</span>
<span class="skill-pill">Cycles</span>
<span class="skill-pill">Viewmodels</span>
<span class="skill-pill">Movement</span>
<span class="skill-pill">Combat</span>
<span class="skill-pill">Interactions</span>
<span class="skill-pill">Cutscenes</span>
</div>
</div>
</div>
</section>
<section class="work-section">
<div class="work-subheading">
<h4 class="work-subheading__title">Sections</h4>
<h3 class="work-heading work-heading--stacked">Videos</h3>
<div class="work-filter" aria-label="Work sections">
<button class="work-filter__button is-active" type="button" data-gallery-filter="all">All</button>
<button class="work-filter__button" type="button" data-gallery-filter="guns">Guns</button>
<button class="work-filter__button" type="button" data-gallery-filter="characters">Characters</button>
</div>
</div>
<div class="video-grid">
<article class="video-card" data-gallery-category="guns">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/lixwTvzWNDs" title="Second Realistic VM anim" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="guns">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/1gH3Cj1WZ_E" title="Realistic VM Anim 03" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="guns">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/YpLd75XI7Qk" title="Realistic VM Anim 04" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="guns">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/zAb6HRc4390" title="Realistic VM Anim 05" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="guns">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/bnHAFw65AZA" title="Realistic VM Anim 06" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/tfFU0iB9XfA" title="Realistic VM Anim 07" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/3nqOI4aU3hM" title="Realistic VM Anim 08" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/Jx4rtNon7PU" title="Realistic VM Anim 09" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/Rue128GzfVA" title="Realistic VM Anim 10" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/EabWJde1ltQ" title="Realistic VM Anim 11" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/TvtqJCYL7Q4" title="Realistic VM Anim 12" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/27jQqsWelaw" title="Realistic VM Anim 13" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/GLuLq4bXD6Y" title="Realistic VM Anim 14" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
<article class="video-card" data-gallery-category="characters">
<div class="video-card__frame">
<iframe class="video-card__player" src="https://www.youtube.com/embed/pYeaBc6RxjQ" title="Realistic VM Anim 15" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</article>
</div>
</section>
<section class="work-section">
<h3 class="work-heading">3D Preview</h3>
<div class="image-grid image-grid--models">
<article class="image-card image-card--tall model-card">
<div
class="model-card__viewer"
data-model-stage
data-model-src="Assets/M4A1Mehh.obj"
data-model-name="M4A1 OBJ Preview"
data-model-alt="Interactive OBJ preview of the M4A1 model"
>
<div class="model-card__fallback" data-model-fallback>
<p>M4A1 OBJ Preview</p>
<span>Cargando `Assets/M4A1Mehh.obj`.</span>
</div>
</div>
<div class="image-card__button model-card__button">
<span class="image-card__meta">Guns</span>
<span class="image-card__label">M4A1 OBJ Preview</span>
</div>
</article>
<article class="image-card image-card--tall model-card">
<div
class="model-card__viewer"
data-model-stage
data-model-src="Assets/AKS74UModelMehh.obj"
data-model-name="AKS74U OBJ Preview"
data-model-alt="Interactive OBJ preview of the AKS74U model"
>
<div class="model-card__fallback" data-model-fallback>
<p>AKS74U OBJ Preview</p>
<span>Cargando `Assets/AKS74UModelMehh.obj`.</span>
</div>
</div>
<div class="image-card__button model-card__button">
<span class="image-card__meta">Guns</span>
<span class="image-card__label">AKS74U OBJ Preview</span>
</div>
</article>
</div>
</section>
</div>
</div>
<button class="window__resize" type="button" aria-label="Resize work window" data-window-resize></button>
</section>
<section class="window" data-window="faq" aria-hidden="true">
<header class="window__bar" data-window-drag>
<span class="window__title">faq</span>
<button class="window__close" type="button" aria-label="Close faq window" data-window-close>[x]</button>
</header>
<div class="window__scroll window__scroll--faq">
<div class="window__content window__content--faq window__content--scrollable">
<section class="faq-intro">
<p class="faq-intro__eyebrow">Quick Answers</p>
<h2>Rates, services, and how I work</h2>
<p>Simple pricing, flexible payment, and a clear breakdown of what I can animate.</p>
</section>
<div class="faq-accordion">
<details class="faq-item">
<summary class="faq-item__summary">
<span>What are your prices?</span>
</summary>
<div class="faq-item__content">
<div class="faq-price-grid">
<article class="faq-price-card">
<h3>Movement</h3>
<ul>
<li>Walking - 300 robux</li>
<li>Running - 350 robux</li>
<li>Jumping - 400 robux</li>
<li>M1 - 500 to 750 robux</li>
<li>Complex movement - 600 robux</li>
</ul>
</article>
<article class="faq-price-card">
<h3>Viewmodels</h3>
<ul>
<li>Viewmodels - 750 to 1.5k robux</li>
<li>Long or complex - 4k to 6k robux</li>
</ul>
</article>
<article class="faq-price-card">
<h3>Cutscenes</h3>
<ul>
<li>Cutscenes - 3k robux</li>
<li>Long or complex cutscenes - 8k robux</li>
</ul>
</article>
</div>
<p class="faq-note">100 robux = 1 USD</p>
<p class="faq-note">I accept PayPal too.</p>
</div>
</details>
<details class="faq-item">
<summary class="faq-item__summary">
<span>What can you make?</span>
</summary>
<div class="faq-item__content">
<div class="skill-pills">
<span class="skill-pill">Movement</span>
<span class="skill-pill">Runs</span>
<span class="skill-pill">Complex movement</span>
<span class="skill-pill">Wallruns</span>
<span class="skill-pill">Vaulting</span>
<span class="skill-pill">Interactions</span>
<span class="skill-pill">Drinking</span>
<span class="skill-pill">Eating</span>
<span class="skill-pill">Talking</span>
<span class="skill-pill">Gun animations</span>
<span class="skill-pill">Viewmodels</span>
<span class="skill-pill">Cutscenes</span>
<span class="skill-pill">M1s</span>
</div>
</div>
</details>
<details class="faq-item">
<summary class="faq-item__summary">
<span>Why should I hire you?</span>
</summary>
<div class="faq-item__content">
<p>I keep my prices cheaper than a lot of other animators, and the work still comes out strong.</p>
<p>If you want solid animation without inflated pricing, I am a good pick.</p>
</div>
</details>
<details class="faq-item">
<summary class="faq-item__summary">
<span>What payment do you accept?</span>
</summary>
<div class="faq-item__content">
<p>I accept Robux and PayPal.</p>
</div>
</details>
</div>
</div>
</div>
<button class="window__resize" type="button" aria-label="Resize faq window" data-window-resize></button>
</section>
<section class="window" data-window="contact" aria-hidden="true">
<header class="window__bar" data-window-drag>
<span class="window__title">contact</span>
<button class="window__close" type="button" aria-label="Close contact window" data-window-close>[x]</button>
</header>
<div class="window__scroll window__scroll--contact">
<div class="window__content window__content--contact window__content--scrollable">
<section class="contact-hero">
<p class="contact-hero__eyebrow">Let’s Work</p>
<h2>Reach out for animation work</h2>
<p>Fastest reply is on Discord. I also accept Robux and PayPal for payment.</p>
</section>
<section class="contact-highlight">
<div class="contact-highlight__avatar">
<img src="Assets/Profile.png" alt="Profile picture of Lucifex">
</div>
<div class="contact-highlight__body">
<p class="contact-highlight__label">Before You Message Me</p>
<h3>Yes, that is me judging your brief in 4K</h3>
<p>Send references, animation type, deadline, and payment method so I can reply faster and not stare into the void guessing what you need.</p>
</div>
</section>
<section class="contact-grid" aria-label="Contact methods">
<article class="contact-card contact-card--discord">
<div class="contact-card__icon" aria-hidden="true">
<svg viewBox="0 0 24 24">
<path d="M20.32 4.37A17.43 17.43 0 0 0 15.94 3l-.21.42a16.2 16.2 0 0 1 3.93 1.9 13.15 13.15 0 0 0-3.75-1.72 12.45 12.45 0 0 0-7.82 0A13.15 13.15 0 0 0 4.34 5.3a16.2 16.2 0 0 1 3.93-1.9L8.06 3A17.43 17.43 0 0 0 3.68 4.37C.91 8.52.16 12.57.54 16.56a17.65 17.65 0 0 0 5.37 2.7l1.15-1.88a11.45 11.45 0 0 1-1.81-.88l.44-.33a12.73 12.73 0 0 0 12.62 0l.44.33a11.45 11.45 0 0 1-1.81.88l1.15 1.88a17.65 17.65 0 0 0 5.37-2.7c.45-4.63-.77-8.65-3.14-12.19ZM9.25 13.91c-1.21 0-2.2-1.11-2.2-2.47s.97-2.47 2.2-2.47 2.22 1.11 2.2 2.47c0 1.36-.98 2.47-2.2 2.47Zm5.5 0c-1.21 0-2.2-1.11-2.2-2.47s.97-2.47 2.2-2.47 2.22 1.11 2.2 2.47c0 1.36-.98 2.47-2.2 2.47Z"/>
</svg>
</div>
<div class="contact-card__body">
<p class="contact-card__label">Discord</p>
<h3>lucifex23</h3>
<p>Best place for commissions, updates, and quick replies.</p>
</div>
</article>
<article class="contact-card contact-card--gmail">
<div class="contact-card__icon" aria-hidden="true">
<svg viewBox="0 0 24 24">
<path d="M2 6.75A2.75 2.75 0 0 1 4.75 4h14.5A2.75 2.75 0 0 1 22 6.75v10.5A2.75 2.75 0 0 1 19.25 20H4.75A2.75 2.75 0 0 1 2 17.25Zm2.2-.75 7.8 6.03L19.8 6H4.2Zm15.8 1.86-7.39 5.71a1 1 0 0 1-1.22 0L4 7.86v9.39c0 .41.34.75.75.75h14.5c.41 0 .75-.34.75-.75Z"/>
</svg>
</div>
<div class="contact-card__body">
<p class="contact-card__label">Gmail</p>
<h3>Not available for now</h3>
<p>Email is not open right now, so please use Discord for commissions, references, and project details.</p>
</div>
</article>
<article class="contact-card contact-card--paypal">
<div class="contact-card__icon" aria-hidden="true">
<svg viewBox="0 0 24 24">
<path d="M7.4 3h7.55c2.8 0 4.9.57 6.02 1.9.95 1.12 1.2 2.6.77 4.51-.72 3.25-2.96 5.04-6.57 5.04H13.4a1 1 0 0 0-.98.83l-.8 5.02a.84.84 0 0 1-.83.7H6.75a.74.74 0 0 1-.73-.86L8.32 5.1A2.5 2.5 0 0 1 10.78 3Zm1.77 2.11-1.18 7.34h3.32c2.39 0 4.02-.95 4.46-2.96.22-1.01.07-1.75-.4-2.2-.56-.54-1.57-.79-3.16-.79Z"/>
</svg>
</div>
<div class="contact-card__body">
<p class="contact-card__label">PayPal</p>
<h3>Accepted</h3>
<p>I accept PayPal too if that works better for your project.</p>
</div>
</article>
</section>
<section class="contact-panel">
<h3>Payment and commission notes</h3>
<div class="skill-pills">
<span class="skill-pill">Robux</span>
<span class="skill-pill">PayPal</span>
<span class="skill-pill">Movement</span>
<span class="skill-pill">Viewmodels</span>
<span class="skill-pill">Cutscenes</span>
<span class="skill-pill">M1s</span>
</div>
<p class="contact-panel__note">When you message me, send the animation type, references, deadline, and payment method.</p>
</section>
</div>
</div>
<button class="window__resize" type="button" aria-label="Resize contact window" data-window-resize></button>
</section>
</div>
</main>
<footer class="site-footer">
<p>Made with <span class="site-footer__heart" aria-hidden="true">♥</span> by Mehh</p>
</footer>
<script src="script.js"></script>
<script type="module" src="viewer3d.js"></script>
</body>
</html>