-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
583 lines (522 loc) · 24.4 KB
/
index.html
File metadata and controls
583 lines (522 loc) · 24.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Senior Webflow Developer & Digital Designer — crafting high-converting, pixel-perfect websites for ambitious brands." />
<title>YNStudio — Webflow Developer & Designer</title>
<!-- Fonts: Instrument Serif (display) + Inter (body) -->
<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=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;1,14..32,300&display=swap" rel="stylesheet" />
<!-- Swiper CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="styles/main.css" />
</head>
<body>
<!-- ═══════════════════════════════════════
PAGE LOADER
═══════════════════════════════════════ -->
<div class="loader" id="loader">
<div class="loader__inner">
<div class="loader__logo">YN<span>Studio</span></div>
<div class="loader__bar-wrap">
<div class="loader__bar"></div>
</div>
<span class="loader__pct" id="loaderPct">0</span>
</div>
</div>
<!-- ═══════════════════════════════════════
NAVIGATION
═══════════════════════════════════════ -->
<nav class="nav" id="nav">
<a href="#" class="nav__logo logo">YN<span>Studio</span></a>
<div class="nav__links">
<a href="#work" class="nav__link"><span class="nav__dot"></span>Work</a>
<a href="#services" class="nav__link"><span class="nav__dot"></span>Services</a>
<a href="#about" class="nav__link"><span class="nav__dot"></span>About</a>
</div>
<a href="#contact" class="btn btn--nav">
Book a Free Call <span class="btn__arrow">→</span>
</a>
<button class="nav__hamburger" id="hamburger" aria-label="Open menu">
<span></span><span></span>
</button>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobileMenu">
<div class="mobile-menu__links">
<a href="#work" class="mobile-link" data-close>Work</a>
<a href="#services" class="mobile-link" data-close>Services</a>
<a href="#about" class="mobile-link" data-close>About</a>
<a href="#contact" class="mobile-link" data-close>Contact</a>
</div>
<a href="#contact" class="btn btn--primary mobile-cta" data-close>
Book a Free Call <span class="btn__arrow">→</span>
</a>
</div>
<!-- ═══════════════════════════════════════
HERO
═══════════════════════════════════════ -->
<section class="hero" id="hero">
<div class="hero__left">
<!-- Rotating tag -->
<div class="hero__tag-wrap">
<div class="hero__tag">
<div class="hero__tag-track" id="tagTrack">
<span>Webflow Dev</span>
<span>UX Designer</span>
<span>No-Code Expert</span>
<span>Webflow Dev</span>
</div>
</div>
</div>
<!-- Main Headline — split into words by JS -->
<h1 class="hero__headline" id="heroHeadline">
Designing for<br><em>results</em> that <br>speak.
</h1>
<p class="hero__desc" id="heroDesc">
Senior Webflow developer & digital designer helping ambitious brands
build websites that convert — with pixel-perfect craft and no-code precision.
</p>
<div class="hero__actions" id="heroActions">
<a href="#work" class="btn btn--primary">View My Work <span class="btn__arrow">→</span></a>
<a href="#contact" class="btn btn--ghost">Let's Talk</a>
</div>
</div>
<div class="hero__right">
<div class="hero__image-frame" id="heroFrame">
<img
src="https://images.unsplash.com/photo-1549692520-acc6669e2f0c?w=700&q=80"
alt="Portfolio — Webflow Developer"
class="hero__img"
loading="eager"
/>
<!-- Availability badge -->
<div class="hero__avail">
<span class="hero__avail-dot"></span>
Available for new projects
</div>
<!-- Stat badge -->
<div class="hero__badge">
<span class="hero__badge-num" id="heroCount">0</span>
<span class="hero__badge-label">Projects Delivered</span>
</div>
</div>
</div>
<!-- Scroll hint -->
<div class="hero__scroll">
<span>Scroll</span>
<div class="hero__scroll-line"></div>
</div>
</section>
<!-- ═══════════════════════════════════════
WORK / PROJECTS
═══════════════════════════════════════ -->
<section class="work" id="work">
<div class="section-header">
<span class="section-label reveal-label">Selected Work</span>
<h2 class="section-title split-title">Projects that move<br>the needle<em>…</em></h2>
</div>
<div class="work__grid">
<article class="project-card project-card--wide" data-index="01">
<a href="#" class="project-card__link">
<div class="project-card__img-wrap">
<img src="https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?w=1000&q=80" alt="Luminary Interiors" loading="lazy" />
<div class="project-card__overlay">
<span>View Project →</span>
</div>
</div>
<div class="project-card__meta">
<div class="project-card__tags">
<span>Web Design</span><span>Webflow Dev</span><span>Branding</span>
</div>
<h3>Luminary Interiors</h3>
</div>
</a>
</article>
<article class="project-card project-card--narrow" data-index="02">
<a href="#" class="project-card__link">
<div class="project-card__img-wrap">
<img src="https://images.unsplash.com/photo-1558655146-9f40138edfeb?w=700&q=80" alt="Meridian Co." loading="lazy" />
<div class="project-card__overlay">
<span>View Project →</span>
</div>
</div>
<div class="project-card__meta">
<div class="project-card__tags">
<span>E-commerce</span><span>UX Research</span>
</div>
<h3>Meridian Co.</h3>
</div>
</a>
</article>
<article class="project-card project-card--narrow" data-index="03">
<a href="#" class="project-card__link">
<div class="project-card__img-wrap">
<img src="https://images.unsplash.com/photo-1501854140801-50d01698950b?w=700&q=80" alt="Verde Foundation" loading="lazy" />
<div class="project-card__overlay">
<span>View Project →</span>
</div>
</div>
<div class="project-card__meta">
<div class="project-card__tags">
<span>Non-profit</span><span>Web Design</span>
</div>
<h3>Verde Foundation</h3>
</div>
</a>
</article>
<article class="project-card project-card--wide" data-index="04">
<a href="#" class="project-card__link">
<div class="project-card__img-wrap">
<img src="https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1000&q=80" alt="Apex Athletes" loading="lazy" />
<div class="project-card__overlay">
<span>View Project →</span>
</div>
</div>
<div class="project-card__meta">
<div class="project-card__tags">
<span>Small Business</span><span>Webflow Dev</span><span>CMS</span>
</div>
<h3>Apex Athletes</h3>
</div>
</a>
</article>
</div>
<div class="work__cta">
<a href="#" class="btn btn--outline">View All Projects <span class="btn__arrow">→</span></a>
</div>
</section>
<!-- ═══════════════════════════════════════
MARQUEE
═══════════════════════════════════════ -->
<div class="marquee-section" aria-hidden="true">
<div class="marquee">
<div class="marquee__track">
<ul class="marquee__list">
<li>Webflow Expert</li><li class="marquee__sep">✦</li>
<li>No-Code Pioneer</li><li class="marquee__sep">✦</li>
<li>5+ Years Experience</li><li class="marquee__sep">✦</li>
<li>50+ Projects Delivered</li><li class="marquee__sep">✦</li>
<li>Global Clients</li><li class="marquee__sep">✦</li>
<li>Pixel Perfect</li><li class="marquee__sep">✦</li>
<li>Webflow Expert</li><li class="marquee__sep">✦</li>
<li>No-Code Pioneer</li><li class="marquee__sep">✦</li>
<li>5+ Years Experience</li><li class="marquee__sep">✦</li>
<li>50+ Projects Delivered</li><li class="marquee__sep">✦</li>
<li>Global Clients</li><li class="marquee__sep">✦</li>
<li>Pixel Perfect</li><li class="marquee__sep">✦</li>
</ul>
<ul class="marquee__list" aria-hidden="true">
<li>Webflow Expert</li><li class="marquee__sep">✦</li>
<li>No-Code Pioneer</li><li class="marquee__sep">✦</li>
<li>5+ Years Experience</li><li class="marquee__sep">✦</li>
<li>50+ Projects Delivered</li><li class="marquee__sep">✦</li>
<li>Global Clients</li><li class="marquee__sep">✦</li>
<li>Pixel Perfect</li><li class="marquee__sep">✦</li>
<li>Webflow Expert</li><li class="marquee__sep">✦</li>
<li>No-Code Pioneer</li><li class="marquee__sep">✦</li>
<li>5+ Years Experience</li><li class="marquee__sep">✦</li>
<li>50+ Projects Delivered</li><li class="marquee__sep">✦</li>
<li>Global Clients</li><li class="marquee__sep">✦</li>
<li>Pixel Perfect</li><li class="marquee__sep">✦</li>
</ul>
</div>
</div>
</div>
<!-- ═══════════════════════════════════════
SERVICES
═══════════════════════════════════════ -->
<section class="services" id="services">
<div class="section-header">
<span class="section-label reveal-label">What I Do</span>
<h2 class="section-title split-title">How I can help<br><em>you grow…</em></h2>
</div>
<div class="services__layout">
<div class="services__list">
<div class="service-item active" data-service="0">
<span class="service-item__num">01</span>
<div class="service-item__body">
<h3>Website Design, Development & Maintenance</h3>
<p>End-to-end Webflow sites built to perform — from concept to launch and beyond.</p>
</div>
<span class="service-item__arrow">↗</span>
</div>
<div class="service-item" data-service="1">
<span class="service-item__num">02</span>
<div class="service-item__body">
<h3>Elevating Your Digital Presence</h3>
<p>SEO, performance tuning, and CRO strategies that turn visitors into paying clients.</p>
</div>
<span class="service-item__arrow">↗</span>
</div>
<div class="service-item" data-service="2">
<span class="service-item__num">03</span>
<div class="service-item__body">
<h3>Webflow Migrations & Custom Integrations</h3>
<p>Migrate from any platform to Webflow with custom logic, CMS, and API integrations.</p>
</div>
<span class="service-item__arrow">↗</span>
</div>
</div>
<div class="services__images">
<div class="svc-img active" data-svc-img="0">
<img src="https://images.unsplash.com/photo-1547658719-da2b51169166?w=700&q=80" alt="Website Design" loading="lazy" />
</div>
<div class="svc-img" data-svc-img="1">
<img src="https://images.unsplash.com/photo-1432888498266-38ffec3eaf0a?w=700&q=80" alt="Digital Presence" loading="lazy" />
</div>
<div class="svc-img" data-svc-img="2">
<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=700&q=80" alt="Migrations" loading="lazy" />
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════
TESTIMONIALS
═══════════════════════════════════════ -->
<section class="testimonials" id="testimonials">
<div class="section-header">
<span class="section-label reveal-label">Client Love</span>
<h2 class="section-title split-title">What clients <em>say…</em></h2>
</div>
<div class="swiper testimonials__swiper" id="testimonialSwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testi-card">
<blockquote>
"Working with them was an absolute game changer. Our new Webflow site
<strong>tripled our inbound leads</strong> in the first month. The attention
to detail and animation work is truly unparalleled."
</blockquote>
<div class="testi-card__author">
<img src="https://ui-avatars.com/api/?name=Sarah+Lim&background=c9b99a&color=111110&size=80&bold=true&font-size=0.4" alt="Sarah Lim" />
<div>
<strong>Sarah Lim</strong>
<span>CEO, Nova Collective</span>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testi-card">
<blockquote>
"From our very first call, I knew this was the right person for our rebrand.
The Webflow site they built is <strong>stunning, fast, and truly reflects</strong>
who we are as a brand."
</blockquote>
<div class="testi-card__author">
<img src="https://ui-avatars.com/api/?name=Marcus+Webb&background=c9b99a&color=111110&size=80&bold=true&font-size=0.4" alt="Marcus Webb" />
<div>
<strong>Marcus Webb</strong>
<span>Founder, Terrain Studio</span>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testi-card">
<blockquote>
"The level of craft and the speed of delivery blew us away.
<strong>Best investment we've made</strong> for our online presence. Our
bounce rate dropped 40% since launch."
</blockquote>
<div class="testi-card__author">
<img src="https://ui-avatars.com/api/?name=Elena+Russo&background=c9b99a&color=111110&size=80&bold=true&font-size=0.4" alt="Elena Russo" />
<div>
<strong>Elena Russo</strong>
<span>Marketing Director, Vela Brands</span>
</div>
</div>
</div>
</div>
</div>
<div class="testimonials__controls">
<div class="testimonials__fraction" id="testimonialFrac">1 / 3</div>
<div class="testimonials__nav">
<button id="tPrev" class="testi-btn" aria-label="Previous">←</button>
<button id="tNext" class="testi-btn" aria-label="Next">→</button>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════
ABOUT
═══════════════════════════════════════ -->
<section class="about" id="about">
<div class="about__visual">
<div class="about__img-wrap">
<img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=700&q=80" alt="About the developer" loading="lazy" />
</div>
<div class="about__stats">
<div class="stat">
<span class="stat__num" data-count="50">0</span><span class="stat__suf">+</span>
<span class="stat__label">Projects</span>
</div>
<div class="stat">
<span class="stat__num" data-count="5">0</span><span class="stat__suf">+</span>
<span class="stat__label">Years Exp.</span>
</div>
<div class="stat">
<span class="stat__num" data-count="98">0</span><span class="stat__suf">%</span>
<span class="stat__label">Satisfaction</span>
</div>
</div>
</div>
<div class="about__content">
<span class="section-label reveal-label">About Me</span>
<h2 class="about__title split-title">I'm a Webflow dev who <em>obsesses</em> over the details.</h2>
<div class="about__body">
<p>With 5+ years of experience as a Webflow developer, I've helped startups, agencies,
and established brands build websites that don't just look good — they <em>perform</em>.</p>
<p>My approach blends technical Webflow mastery with a sharp design eye. Every project
receives the same obsessive attention to typography, motion, and interaction design.</p>
<p>I specialize in high-converting landing pages, full brand websites, and complex
CMS-driven Webflow builds — all delivered on time with clean, maintainable structure.</p>
</div>
<div class="about__skills">
<div class="skills-col">
<h4>Web Development</h4>
<ul>
<li>Webflow Expert</li>
<li>GSAP Animations</li>
<li>CMS Architecture</li>
<li>E-commerce</li>
</ul>
</div>
<div class="skills-col">
<h4>Design</h4>
<ul>
<li>UI / UX Design</li>
<li>Figma to Webflow</li>
<li>Brand Identity</li>
<li>Design Systems</li>
</ul>
</div>
</div>
<a href="#contact" class="btn btn--primary">Work With Me <span class="btn__arrow">→</span></a>
</div>
</section>
<!-- ═══════════════════════════════════════
FAQ
═══════════════════════════════════════ -->
<section class="faq" id="faq">
<div class="section-header">
<span class="section-label reveal-label">FAQs</span>
<h2 class="section-title split-title">Questions you <em>might have…</em></h2>
</div>
<div class="faq__list">
<div class="faq-item">
<button class="faq-item__q">
<span>What platforms do you work with?</span>
<span class="faq-item__icon"><span></span><span></span></span>
</button>
<div class="faq-item__a">
<p>I specialize exclusively in Webflow — and knowing it deeply means I can deliver more
polished, optimized results than a generalist. I also integrate with Figma, Airtable,
Zapier, Make, and custom REST APIs.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-item__q">
<span>What does a typical project timeline look like?</span>
<span class="faq-item__icon"><span></span><span></span></span>
</button>
<div class="faq-item__a">
<p>Most website projects take 3–6 weeks from kick-off to launch depending on scope.
Landing pages can be turned around in 1–2 weeks. Every proposal includes a detailed
timeline so there are zero surprises.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-item__q">
<span>What does it cost to work with you?</span>
<span class="faq-item__icon"><span></span><span></span></span>
</button>
<div class="faq-item__a">
<p>Projects start at $1,500 for landing pages and $3,000+ for full websites. Monthly
maintenance retainers are also available. Every project gets a custom, no-obligation
quote — book a free call to get yours.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-item__q">
<span>Do you offer payment plans?</span>
<span class="faq-item__icon"><span></span><span></span></span>
</button>
<div class="faq-item__a">
<p>Yes — I work with a 50% deposit upfront and 50% on completion. For larger engagements
we can structure milestone-based payments. Flexibility matters and I'm always happy
to discuss what works best for you.</p>
</div>
</div>
</div>
</section>
<!-- ═══════════════════════════════════════
CTA SECTION
═══════════════════════════════════════ -->
<section class="cta-band" id="contact">
<div class="cta-band__content">
<span class="section-label reveal-label">Let's Work Together</span>
<h2 class="cta-band__title split-title">
Ready to bring your<br><em>ideas to life?</em>
</h2>
<p>Book a free 30-minute discovery call. No pressure — just a conversation about your project.</p>
<a href="mailto:hello@ynstudio.co" class="btn btn--large">
Book a Free Call <span class="btn__arrow">→</span>
</a>
</div>
<div class="cta-band__deco" aria-hidden="true">
<div class="cta-band__ring cta-band__ring--1"></div>
<div class="cta-band__ring cta-band__ring--2"></div>
<div class="cta-band__ring cta-band__ring--3"></div>
</div>
</section>
<!-- ═══════════════════════════════════════
FOOTER
═══════════════════════════════════════ -->
<footer class="footer">
<div class="footer__top">
<a href="#" class="footer__logo logo">YN<span>Studio</span></a>
<div class="footer__cols">
<div class="footer__col">
<h5>Work</h5>
<a href="#">Luminary Interiors</a>
<a href="#">Meridian Co.</a>
<a href="#">Verde Foundation</a>
<a href="#">Apex Athletes</a>
</div>
<div class="footer__col">
<h5>Connect</h5>
<a href="mailto:hello@ynstudio.co">Email</a>
<a href="#" target="_blank" rel="noopener">LinkedIn</a>
<a href="#" target="_blank" rel="noopener">Twitter / X</a>
<a href="#" target="_blank" rel="noopener">Dribbble</a>
</div>
<div class="footer__col">
<h5>Services</h5>
<a href="#services">Web Design</a>
<a href="#services">Webflow Dev</a>
<a href="#services">Migrations</a>
<a href="#services">Maintenance</a>
</div>
</div>
</div>
<div class="footer__bottom">
<span>© 2025 YNStudio. All rights reserved.</span>
<span>Designed & built with craft in Webflow</span>
</div>
</footer>
<div class="cursor-blob"></div>
<!-- ═══════════════════════════════════════
SCRIPTS
═══════════════════════════════════════ -->
<script src="https://cdn.jsdelivr.net/npm/lenis@1.1.14/dist/lenis.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.13.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.13.0/ScrollTrigger.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="scripts/utils.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>