-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
672 lines (625 loc) · 34.1 KB
/
Copy pathfaq.html
File metadata and controls
672 lines (625 loc) · 34.1 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
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<!-- Page Title -->
<title>FAQ - Ulik Studio</title>
<!-- Meta Tags -->
<meta name="description"
content="Frequently asked questions about my services, process, and how to work with me. Find answers to common questions about web development and design projects.">
<meta name="keywords"
content="portfolio, web developer, designer, frontend developer, web design, FAQ, frequently asked questions">
<meta name="author" content="ulikstudio">
<!-- Viewport Meta-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Template Favicon & Icons Start -->
<link rel="icon" href="img/favicon/favicon.ico" sizes="any">
<link rel="icon" href="img/favicon/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/favicon/apple-touch-icon.png">
<link rel="manifest" href="img/favicon/manifest.webmanifest">
<!-- Template Favicon & Icons End -->
<!-- Facebook Metadata Start -->
<meta property="og:image:height" content="1200">
<meta property="og:image:width" content="1200">
<meta property="og:title" content="FAQ - Ulik Studio">
<meta property="og:description"
content="Frequently asked questions about my services, process, and how to work with me. Find answers to common questions about web development and design projects.">
<meta property="og:url" content="https://ulik.vercel.app/faq.html">
<meta property="og:image" content="https://ulik.vercel.app/img/og-image.jpg">
<!-- Facebook Metadata End -->
<!-- Template Styles Start -->
<link rel="stylesheet" type="text/css" href="css/loaders/loader.css">
<link rel="stylesheet" type="text/css" href="css/plugins.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- Template Styles End -->
<!-- Custom Browser Color Start -->
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#FAF7F6">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#161616">
<meta name="msapplication-navbutton-color" content="#161616">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Custom Browser Color End -->
</head>
<body>
<!-- Loader Start -->
<div id="loader" class="loader">
<div class="loader__wrapper">
<div class="loader__content">
<div class="loader__count">
<span class="count__text">0</span>
<span class="count__percent">%</span>
</div>
</div>
</div>
</div>
<!-- Loader End -->
<!-- Menu & Menu Hamburger Start -->
<nav class="mxd-nav__wrap" data-lenis-prevent="">
<!-- Hamburger Start -->
<div class="mxd-nav__contain loading__fade">
<a href="#0" class="mxd-nav__hamburger">
<!-- flip element -->
<div class="hamburger__base"></div>
<div class="hamburger__line"></div>
<div class="hamburger__line"></div>
</a>
</div>
<!-- Hamburger End -->
<!-- Main Navigation Start -->
<div class="mxd-menu__wrapper">
<!-- background active layer -->
<div class="mxd-menu__base"></div>
<!-- menu container -->
<div class="mxd-menu__contain">
<div class="mxd-menu__inner">
<!-- left side -->
<div class="mxd-menu__left">
<p class="mxd-menu__caption menu-fade-in">🦄 Innovative design<br>and cutting-edge development</p>
<div class="main-menu">
<nav class="main-menu__content">
<ul id="main-menu" class="main-menu__accordion">
<li class="main-menu__item">
<a class="main-menu__link btn btn-anim" href="index.html">
<span class="btn-caption">Home</span>
</a>
</li>
<li class="main-menu__item">
<a class="main-menu__link btn btn-anim" href="about.html">
<span class="btn-caption">About Me</span>
</a>
</li>
<li class="main-menu__item">
<a class="main-menu__link btn btn-anim" href="services.html">
<span class="btn-caption">Services</span>
</a>
</li>
<li class="main-menu__item">
<a class="main-menu__link btn btn-anim" href="works.html">
<span class="btn-caption">Works</span>
</a>
</li>
<li class="main-menu__item">
<a class="main-menu__link btn btn-anim" href="faq.html">
<span class="btn-caption">FAQ</span>
</a>
</li>
<li class="main-menu__item">
<a class="main-menu__link btn btn-anim" href="contact.html">
<span class="btn-caption">Contact</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- right side -->
<div class="mxd-menu__right">
<div class="menu-promo">
<div class="menu-promo__content">
<p class="menu-promo__caption menu-fade-in">👋 Hey there!<br>I’m Ulvin Najafov — a front-end developer
with a passion for design and illustration.<br>
I love crafting digital experiences that look great and feel even better.</p>
<div class="menu-promo__video">
<video class="menu-video" id="inner-video" preload="auto" autoplay="autoplay" loop="loop"
muted="muted" poster="video/540x310_video-01.webp">
<source type="video/mp4" src="video/540x310_video-01.mp4">
</video>
</div>
</div>
</div>
</div>
<!-- data bottom line -->
<div class="mxd-menu__data menu-fade-in">
<p class="t-xsmall">
Made with
<i class="ph-fill ph-heart t-additional"></i>
by
<a class="no-effect" href="https://ulik.vercel.app/" target="_blank">Ulik</a>
</p>
<p class="t-xsmall">
<i class="ph ph-copyright"></i>
2025 Ulik Studio
</p>
</div>
</div>
</div>
</div>
<!-- Main Navigation End -->
</nav>
<!-- Menu & Menu Hamburger End -->
<!-- Header Start -->
<header id="header" class="mxd-header">
<!-- header logo -->
<div class="mxd-header__logo loading__fade">
<a href="index.html" class="mxd-logo">
<!-- logo icon -->
<svg class="mxd-logo__image" version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
viewBox="0 0 56 56" style="enable-background:new 0 0 56 56;" xml:space="preserve">
<style type="text/css">
.mxd-logo__bg {
fill: var(--base-opp);
}
.mxd-logo__cat {
clip-path: url(#mxd-logo__id);
fill: var(--base);
}
</style>
<path class="mxd-logo__bg" d="M56,28c0,11.1-2.9,28-28,28S0,39.1,0,28S2.9,0,28,0S56,16.9,56,28z" />
<g>
<defs>
<path id="mxd-logo__clippath" d="M28,0C2.9,0,0,16.9,0,28s2.9,28,28,28s28-16.9,28-28S53.1,0,28,0z" />
</defs>
<clipPath id="mxd-logo__id">
<use xlink:href="#mxd-logo__clippath" style="overflow:visible;" />
</clipPath>
<path class="mxd-logo__cat"
d="M33.6,34.5h0.9
c0.5,0,0.9,0.4,0.9,0.9v3.7c0,0.5-0.4,0.9-0.9,0.9h-0.9c-0.5,0-0.9-0.4-0.9-0.9v-3.7C32.7,34.9,33.1,34.5,33.6,34.5z M20.5,37.3
v1.9c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9-0.4,0.9-0.9v-3.7c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5,0-0.9,0.4-0.9,0.9V37.3L20.5,37.3z
M39.2,21.5v0.9c0,0.5-0.4,0.9-0.9,0.9h-0.9c-0.5,0-0.9-0.4-0.9-0.9v-0.9c0-0.5,0.4-0.9,0.9-0.9h0.9C38.8,20.5,39.2,21,39.2,21.5z
M34.5,26.1h0.9c0.5,0,0.9-0.4,0.9-0.9v-0.9c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5,0-0.9,0.4-0.9,0.9v0.9C33.6,25.7,34,26.1,34.5,26.1z
M28,26.1h-4.7c-0.5,0-0.9,0.4-0.9,0.9V28c0,0.5,0.4,0.9,0.9,0.9h9.3c0.5,0,0.9-0.4,0.9-0.9v-0.9c0-0.5-0.4-0.9-0.9-0.9H28L28,26.1
z M19.6,24.3v0.9c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9-0.4,0.9-0.9v-0.9c0-0.5-0.4-0.9-0.9-0.9h-0.9C20,23.3,19.6,23.8,19.6,24.3z
M16.8,21.5v0.9c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9-0.4,0.9-0.9v-0.9c0-0.5-0.4-0.9-0.9-0.9h-0.9C17.2,20.5,16.8,21,16.8,21.5z
M14,26.1v4.7c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9-0.4,0.9-0.9v-6.5c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5,0-0.9,0.4-0.9,0.9V26.1
L14,26.1z M11.2,34.5v1.9c0,0.5-0.4,0.9-0.9,0.9H7.5c-0.5,0-0.9,0.4-0.9,0.9v0.9c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9,0.4,0.9,0.9
V42c0,0.5-0.4,0.9-0.9,0.9H7.5c-0.5,0-0.9,0.4-0.9,0.9v0.9c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9,0.4,0.9,0.9V56
c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9-0.4,0.9-0.9v-6.5c0-0.5,0.4-0.9,0.9-0.9h3.7c0.5,0,0.9-0.4,0.9-0.9v-0.9
c0-0.5-0.4-0.9-0.9-0.9h-3.7c-0.5,0-0.9-0.4-0.9-0.9v-6.5c0-0.5,0.4-0.9,0.9-0.9c0.5,0,0.9-0.4,0.9-0.9v-3.7c0-0.5-0.4-0.9-0.9-0.9
h-0.9c-0.5,0-0.9,0.4-0.9,0.9L11.2,34.5L11.2,34.5z M42,26.1v-1.9c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5,0-0.9,0.4-0.9,0.9v6.5
c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9-0.4,0.9-0.9V26.1L42,26.1z M49.5,39.2v-0.9c0-0.5-0.4-0.9-0.9-0.9h-2.8
c-0.5,0-0.9-0.4-0.9-0.9v-3.7c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5,0-0.9,0.4-0.9,0.9v3.7c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9,0.4,0.9,0.9
v6.5c0,0.5-0.4,0.9-0.9,0.9h-3.7c-0.5,0-0.9,0.4-0.9,0.9v0.9c0,0.5,0.4,0.9,0.9,0.9h3.7c0.5,0,0.9,0.4,0.9,0.9V56
c0,0.5,0.4,0.9,0.9,0.9h0.9c0.5,0,0.9-0.4,0.9-0.9v-9.3c0-0.5,0.4-0.9,0.9-0.9h0.9c0.5,0,0.9-0.4,0.9-0.9v-0.9
c0-0.5-0.4-0.9-0.9-0.9h-0.9c-0.5,0-0.9-0.4-0.9-0.9v-0.9c0-0.5,0.4-0.9,0.9-0.9h0.9C49,40.1,49.5,39.7,49.5,39.2L49.5,39.2z" />
</g>
</svg>
<!-- logo text -->
<span class="mxd-logo__text">Ulik<br>Studio</span>
</a>
</div>
<!-- header controls -->
<div class="mxd-header__controls loading__fade">
<button id="color-switcher" class="mxd-color-switcher" type="button" role="switch" aria-label="light/dark mode"
aria-checked="true"></button>
<a class="btn btn-anim btn-default btn-mobile-icon btn-outline slide-right-up" href="contact.html">
<span class="btn-caption">Say Hello</span>
<i class="ph-bold ph-arrow-up-right"></i>
</a>
</div>
</header>
<!-- Header End -->
<!-- Page Content Start -->
<main id="mxd-page-content" class="mxd-page-content inner-page-content">
<!-- Section - Inner Page Headline Start -->
<div class="mxd-section mxd-section-inner-headline padding-s-text-pre-block">
<div class="mxd-container grid-container">
<!-- Block - Inner Page Headline Start -->
<div class="mxd-block loading-wrap">
<div class="container-fluid px-0">
<div class="row gx-0">
<!-- Inner Headline Name Start -->
<div class="col-12 col-xl-2 mxd-grid-item no-margin">
<div class="mxd-block__name name-inner-headline loading__item">
<p class="mxd-point-subtitle">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px"
viewBox="0 0 20 20" fill="currentColor">
<path fill="currentColor" d="M19.6,9.6c0,0-3,0-4,0c-0.4,0-1.8-0.2-1.8-0.2c-0.6-0.1-1.1-0.2-1.6-0.6c-0.5-0.3-0.9-0.8-1.2-1.2
c-0.3-0.4-0.4-0.9-0.5-1.4c0,0-0.1-1.1-0.2-1.5c-0.1-1.1,0-4.4,0-4.4C10.4,0.2,10.2,0,10,0S9.6,0.2,9.6,0.4c0,0,0.1,3.3,0,4.4
c0,0.4-0.2,1.5-0.2,1.5C9.4,6.7,9.2,7.2,9,7.6C8.7,8.1,8.2,8.5,7.8,8.9c-0.5,0.3-1,0.5-1.6,0.6c0,0-1.2,0.1-1.7,0.2
c-1,0.1-4.2,0-4.2,0C0.2,9.6,0,9.8,0,10c0,0.2,0.2,0.4,0.4,0.4c0,0,3.1-0.1,4.2,0c0.4,0,1.7,0.2,1.7,0.2c0.6,0.1,1.1,0.2,1.6,0.6
c0.4,0.3,0.8,0.7,1.1,1.1c0.3,0.5,0.5,1,0.6,1.6c0,0,0.1,1.3,0.2,1.7c0,1,0,4.1,0,4.1c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4
c0,0,0-3.1,0-4.1c0-0.4,0.2-1.7,0.2-1.7c0.1-0.6,0.2-1.1,0.6-1.6c0.3-0.4,0.7-0.8,1.1-1.1c0.5-0.3,1-0.5,1.6-0.6
c0,0,1.3-0.1,1.8-0.2c1,0,4,0,4,0c0.2,0,0.4-0.2,0.4-0.4C20,9.8,19.8,9.6,19.6,9.6L19.6,9.6z" />
</svg>
<span>FAQ</span>
</p>
</div>
</div>
<!-- Inner Headline Name Start -->
<!-- Inner Headline Content Start -->
<div class="col-12 col-xl-8 mxd-grid-item no-margin">
<div class="mxd-block__content">
<div class="mxd-block__inner-headline">
<h1 class="inner-headline__title headline-img-before headline-img-02 loading__item">Everything you
need to know</h1>
<p class="inner-headline__text t-large t-bright loading__item">Have questions? I've got the answers!
Here, you'll find clear and concise information about my services, process,
and what to expect when working with me. If you need more details, feel free to
reach out!</p>
</div>
</div>
</div>
<!-- Inner Headline Content End -->
</div>
</div>
</div>
<!-- Block - Inner Page Headline End -->
</div>
</div>
<!-- Section - Inner Page Headline End -->
<!-- Section - Inner Page Headline Start -->
<div class="mxd-section mxd-section-inner-form padding-default">
<div class="mxd-container grid-container">
<!-- Block - Inner Page Headline Start -->
<div class="mxd-block">
<div class="container-fluid px-0">
<div class="row gx-0">
<!-- Inner Headline Name Start -->
<div class="col-12 col-xl-2 mxd-grid-item no-margin"></div>
<!-- Inner Headline Name Start -->
<!-- Inner Headline Content Start -->
<div class="col-12 col-xl-8 mxd-grid-item no-margin">
<div class="mxd-block__content">
<div class="mxd-accordion loading__fade">
<!-- accordion single item -->
<div class="mxd-accordion__item">
<div class="mxd-accordion__divider anim-uni-in-up"></div>
<div class="mxd-accordion__title anim-uni-in-up">
<h6>What services do you offer?</h6>
<div class="mxd-accordion__arrow">
<i class="ph ph-plus"></i>
</div>
</div>
<div class="mxd-accordion__content">
<p class="mxd-accordion__text">I design and develop modern, responsive websites and web apps.
My focus is on front-end development: clean UI, smooth animations,
interactive experiences (GSAP / Three.js), landing pages, and small
JavaScript-based games or prototypes. I can work from your existing
design (Figma/PSD) or help you shape the UX and layout from scratch.</p>
</div>
<div class="mxd-accordion__divider anim-uni-in-up"></div>
</div>
<!-- accordion single item -->
<div class="mxd-accordion__item">
<div class="mxd-accordion__divider anim-uni-in-up"></div>
<div class="mxd-accordion__title anim-uni-in-up">
<h6>How long does a project take?</h6>
<div class="mxd-accordion__arrow">
<i class="ph ph-plus"></i>
</div>
</div>
<div class="mxd-accordion__content">
<p class="mxd-accordion__text">It depends on the scope. A simple one-page landing can take
about 1-2 weeks, while a larger multi-page site or interactive
project can take several weeks. After I understand your goals and
content, I'll send a clear timeline with milestones so you always
know what's happening next.</p>
</div>
<div class="mxd-accordion__divider anim-uni-in-up"></div>
</div>
<!-- accordion single item -->
<div class="mxd-accordion__item">
<div class="mxd-accordion__divider anim-uni-in-up"></div>
<div class="mxd-accordion__title anim-uni-in-up">
<h6>Who do you usually work with?</h6>
<div class="mxd-accordion__arrow">
<i class="ph ph-plus"></i>
</div>
</div>
<div class="mxd-accordion__content">
<p class="mxd-accordion__text">I work with solo creators, startups, and established companies.
Whether you need a portfolio, a product page, or a small web app,
I adapt the process to your team size and workflow - from “it's
just me” to collaborating with designers and backend developers</p>
</div>
<div class="mxd-accordion__divider anim-uni-in-up"></div>
</div>
<!-- accordion single item -->
<div class="mxd-accordion__item">
<div class="mxd-accordion__divider anim-uni-in-up"></div>
<div class="mxd-accordion__title anim-uni-in-up">
<h6>Can you redesign my existing website?</h6>
<div class="mxd-accordion__arrow">
<i class="ph ph-plus"></i>
</div>
</div>
<div class="mxd-accordion__content">
<p class="mxd-accordion__text">Yes. I can take your current website and rebuild it with a more
modern look, better performance, and improved UX. I'll review
what works, what doesn't, and then I'll propose a redesign that
keeps your brand but feels fresh and easier to use.</p>
</div>
<div class="mxd-accordion__divider anim-uni-in-up"></div>
</div>
<!-- accordion single item -->
<div class="mxd-accordion__item">
<div class="mxd-accordion__divider anim-uni-in-up"></div>
<div class="mxd-accordion__title anim-uni-in-up">
<h6>Do you handle SEO as well?</h6>
<div class="mxd-accordion__arrow">
<i class="ph ph-plus"></i>
</div>
</div>
<div class="mxd-accordion__content">
<p class="mxd-accordion__text">I'm not a full SEO agency, but I do take care of the technical
basics: fast loading, clean HTML, proper headings, meta tags,
mobile-friendly layout, and good URL structure. For ongoing SEO
strategy, link building, or content marketing, I'm happy to
collaborate with your SEO specialist or recommend partnering
with one.</p>
</div>
<div class="mxd-accordion__divider anim-uni-in-up"></div>
</div>
<!-- accordion single item -->
<div class="mxd-accordion__item">
<div class="mxd-accordion__divider anim-uni-in-up"></div>
<div class="mxd-accordion__title anim-uni-in-up">
<h6>Do you provide ongoing support and maintenance?</h6>
<div class="mxd-accordion__arrow">
<i class="ph ph-plus"></i>
</div>
</div>
<div class="mxd-accordion__content">
<p class="mxd-accordion__text">Yes. If you need help after launch, I can handle updates,
bug fixes, small feature additions, and performance tweaks.
I can set up a simple monthly support package or work on an
hourly basis for occasional changes.</p>
</div>
<div class="mxd-accordion__divider anim-uni-in-up"></div>
</div>
<!-- accordion single item -->
<div class="mxd-accordion__item">
<div class="mxd-accordion__divider anim-uni-in-up"></div>
<div class="mxd-accordion__title anim-uni-in-up">
<h6>How do I get started?</h6>
<div class="mxd-accordion__arrow">
<i class="ph ph-plus"></i>
</div>
</div>
<div class="mxd-accordion__content">
<p class="mxd-accordion__text"> Send me a message through the contact page or email me directly
with a short description of your project, budget range, and any
references you like. I'll get back to you with a few questions
and, if it's a good fit, a proposal with scope, timeline, and
price.</p>
</div>
<div class="mxd-accordion__divider anim-uni-in-up"></div>
</div>
</div>
</div>
</div>
<!-- Inner Headline Content End -->
</div>
</div>
</div>
<!-- Block - Inner Page Headline End -->
</div>
</div>
<!-- Section - Inner Page Headline End -->
<!-- Section - CTA Start -->
<div class="mxd-section overflow-hidden">
<div class="mxd-container">
<!-- Block - CTA Start -->
<div class="mxd-block">
<div class="mxd-promo">
<div class="mxd-promo__inner anim-zoom-out-container">
<!-- background -->
<div class="mxd-promo__bg"></div>
<!-- caption -->
<div class="mxd-promo__content">
<p class="mxd-promo__title anim-uni-in-up">
<span class="mxd-promo__icon">
<img src="img/icons/300x300_obj-cta-01.webp" alt="Icon">
</span>
<span class="mxd-promo__caption reveal-type">Let's talk about your project!</span>
</p>
<div class="mxd-promo__controls anim-uni-in-up">
<a class="btn btn-anim btn-default btn-large btn-additional slide-right-up" href="contact.html">
<span class="btn-caption">Contact Us</span>
<i class="ph-bold ph-arrow-up-right"></i>
</a>
</div>
</div>
<!-- parallax images -->
<div class="mxd-promo__images">
<img class="promo-image promo-image-1" src="img/illustrations/cta-img-01.webp" alt="Image">
<img class="promo-image promo-image-2" src="img/illustrations/cta-img-02.webp" alt="Image">
</div>
</div>
</div>
</div>
<!-- Block - CTA End -->
</div>
</div>
<!-- Section - CTA End -->
</main>
<!-- Page Content End -->
<!-- Footer Start -->
<footer id="mxd-footer" class="mxd-footer">
<!-- Footer Block - Fullwidth Text Start -->
<div class="mxd-footer__text-wrap">
<div class="fullwidth-text__tl-trigger"></div>
<div class="mxd-footer__fullwidth-text anim-top-to-bottom">
<svg class="mxd-footer__svg-v2" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 72"
style="enable-background:new 0 0 480 72;" xml:space="preserve">
<text x="240" y="50" text-anchor="middle"
style="font-family: 'Funnel Display', sans-serif; font-size: 60px; font-weight: 600; fill: currentColor; letter-spacing: -0.006rem;">ulikstudio</text>
</svg>
</div>
</div>
<!-- Footer Block - Fullwidth Text End -->
<!-- Footer Block - Info Columns Start -->
<div class="mxd-footer__footer-blocks">
<!-- single column -->
<div class="footer-blocks__column animate-card-3">
<!-- inner card -->
<div class="footer-blocks__card fullheight-card">
<!-- footer navigation -->
<div class="footer-blocks__nav">
<ul class="footer-nav">
<li class="footer-nav__item anim-uni-in-up">
<a href="index.html" class="footer-nav__link btn-anim">
<span class="btn-caption">Home</span>
</a>
</li>
<li class="footer-nav__item anim-uni-in-up">
<a href="about.html" class="footer-nav__link btn-anim">
<span class="btn-caption">About Me</span>
</a>
</li>
<li class="footer-nav__item anim-uni-in-up">
<a href="services.html" class="footer-nav__link btn-anim">
<span class="btn-caption">Services</span>
</a>
</li>
<li class="footer-nav__item anim-uni-in-up">
<a href="works.html" class="footer-nav__link btn-anim">
<span class="btn-caption">Works</span>
</a>
<p class="footer-nav__counter">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px"
viewBox="0 0 20 20" fill="currentColor">
<path fill="currentColor" d="M19.6,9.6c0,0-3,0-4,0c-0.4,0-1.8-0.2-1.8-0.2c-0.6-0.1-1.1-0.2-1.6-0.6c-0.5-0.3-0.9-0.8-1.2-1.2
c-0.3-0.4-0.4-0.9-0.5-1.4c0,0-0.1-1.1-0.2-1.5c-0.1-1.1,0-4.4,0-4.4C10.4,0.2,10.2,0,10,0S9.6,0.2,9.6,0.4c0,0,0.1,3.3,0,4.4
c0,0.4-0.2,1.5-0.2,1.5C9.4,6.7,9.2,7.2,9,7.6C8.7,8.1,8.2,8.5,7.8,8.9c-0.5,0.3-1,0.5-1.6,0.6c0,0-1.2,0.1-1.7,0.2
c-1,0.1-4.2,0-4.2,0C0.2,9.6,0,9.8,0,10c0,0.2,0.2,0.4,0.4,0.4c0,0,3.1-0.1,4.2,0c0.4,0,1.7,0.2,1.7,0.2c0.6,0.1,1.1,0.2,1.6,0.6
c0.4,0.3,0.8,0.7,1.1,1.1c0.3,0.5,0.5,1,0.6,1.6c0,0,0.1,1.3,0.2,1.7c0,1,0,4.1,0,4.1c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4
c0,0,0-3.1,0-4.1c0-0.4,0.2-1.7,0.2-1.7c0.1-0.6,0.2-1.1,0.6-1.6c0.3-0.4,0.7-0.8,1.1-1.1c0.5-0.3,1-0.5,1.6-0.6
c0,0,1.3-0.1,1.8-0.2c1,0,4,0,4,0c0.2,0,0.4-0.2,0.4-0.4C20,9.8,19.8,9.6,19.6,9.6L19.6,9.6z">
</path>
</svg>
<span>22</span>
</p>
</li>
<li class="footer-nav__item anim-uni-in-up">
<a href="faq.html" class="footer-nav__link btn-anim">
<span class="btn-caption">FAQ</span>
</a>
</li>
<li class="footer-nav__item anim-uni-in-up">
<a href="contact.html" class="footer-nav__link btn-anim">
<span class="btn-caption">Contact</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- single column -->
<div class="footer-blocks__column animate-card-3">
<!-- inner card -->
<div class="footer-blocks__card">
<p class="mxd-point-subtitle anim-uni-in-up">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px"
viewBox="0 0 20 20" fill="currentColor">
<path fill="currentColor" d="M19.6,9.6c0,0-3,0-4,0c-0.4,0-1.8-0.2-1.8-0.2c-0.6-0.1-1.1-0.2-1.6-0.6c-0.5-0.3-0.9-0.8-1.2-1.2
c-0.3-0.4-0.4-0.9-0.5-1.4c0,0-0.1-1.1-0.2-1.5c-0.1-1.1,0-4.4,0-4.4C10.4,0.2,10.2,0,10,0S9.6,0.2,9.6,0.4c0,0,0.1,3.3,0,4.4
c0,0.4-0.2,1.5-0.2,1.5C9.4,6.7,9.2,7.2,9,7.6C8.7,8.1,8.2,8.5,7.8,8.9c-0.5,0.3-1,0.5-1.6,0.6c0,0-1.2,0.1-1.7,0.2
c-1,0.1-4.2,0-4.2,0C0.2,9.6,0,9.8,0,10c0,0.2,0.2,0.4,0.4,0.4c0,0,3.1-0.1,4.2,0c0.4,0,1.7,0.2,1.7,0.2c0.6,0.1,1.1,0.2,1.6,0.6
c0.4,0.3,0.8,0.7,1.1,1.1c0.3,0.5,0.5,1,0.6,1.6c0,0,0.1,1.3,0.2,1.7c0,1,0,4.1,0,4.1c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4
c0,0,0-3.1,0-4.1c0-0.4,0.2-1.7,0.2-1.7c0.1-0.6,0.2-1.1,0.6-1.6c0.3-0.4,0.7-0.8,1.1-1.1c0.5-0.3,1-0.5,1.6-0.6
c0,0,1.3-0.1,1.8-0.2c1,0,4,0,4,0c0.2,0,0.4-0.2,0.4-0.4C20,9.8,19.8,9.6,19.6,9.6L19.6,9.6z"></path>
</svg>
<a
href="mailto:ulvin.oguzlu@gmail.com?subject=Hi%20I%20write%20from%20your%20site">ulvin.oguzlu@gmail.com</a>
</p>
</div>
<!-- inner card -->
<div class="footer-blocks__card">
<p class="mxd-point-subtitle anim-uni-in-up">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px"
viewBox="0 0 20 20" fill="currentColor">
<path fill="currentColor" d="M19.6,9.6c0,0-3,0-4,0c-0.4,0-1.8-0.2-1.8-0.2c-0.6-0.1-1.1-0.2-1.6-0.6c-0.5-0.3-0.9-0.8-1.2-1.2
c-0.3-0.4-0.4-0.9-0.5-1.4c0,0-0.1-1.1-0.2-1.5c-0.1-1.1,0-4.4,0-4.4C10.4,0.2,10.2,0,10,0S9.6,0.2,9.6,0.4c0,0,0.1,3.3,0,4.4
c0,0.4-0.2,1.5-0.2,1.5C9.4,6.7,9.2,7.2,9,7.6C8.7,8.1,8.2,8.5,7.8,8.9c-0.5,0.3-1,0.5-1.6,0.6c0,0-1.2,0.1-1.7,0.2
c-1,0.1-4.2,0-4.2,0C0.2,9.6,0,9.8,0,10c0,0.2,0.2,0.4,0.4,0.4c0,0,3.1-0.1,4.2,0c0.4,0,1.7,0.2,1.7,0.2c0.6,0.1,1.1,0.2,1.6,0.6
c0.4,0.3,0.8,0.7,1.1,1.1c0.3,0.5,0.5,1,0.6,1.6c0,0,0.1,1.3,0.2,1.7c0,1,0,4.1,0,4.1c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4
c0,0,0-3.1,0-4.1c0-0.4,0.2-1.7,0.2-1.7c0.1-0.6,0.2-1.1,0.6-1.6c0.3-0.4,0.7-0.8,1.1-1.1c0.5-0.3,1-0.5,1.6-0.6
c0,0,1.3-0.1,1.8-0.2c1,0,4,0,4,0c0.2,0,0.4-0.2,0.4-0.4C20,9.8,19.8,9.6,19.6,9.6L19.6,9.6z"></path>
</svg>
<a href="tel:+905346508333">+90 534-650-8333</a>
</p>
</div>
<!-- inner card -->
<div class="footer-blocks__card fill-card notify">
<!-- card title -->
<div class="footer-blocks__title anim-uni-in-up">
<p class="footer-blocks__title-m">Get in touch:</p>
</div>
<!-- subscribe form container -->
<div class="form-container anim-uni-in-up">
<!-- reply messages -->
<div class="form__reply subscription-ok">
<span class="reply__text">Done! Thanks for subscribing.</span>
</div>
<div class="form__reply subscription-error">
<span class="reply__text">Ooops! Something went wrong. Please try again later.</span>
</div>
<!-- subscribe form -->
<form class="form notify-form form-light">
<input type="email" name="email" placeholder="Your Email" required>
<button class="btn btn-form btn-absolute-right btn-muted slide-right-up anim-no-delay" type="submit">
<i class="ph ph-arrow-up-right"></i>
</button>
</form>
</div>
</div>
</div>
<!-- single column -->
<div class="footer-blocks__column animate-card-3">
<!-- inner card -->
<div class="footer-blocks__card fullheight-card">
<!-- nav block -->
<div class="footer-blocks__block">
<!-- card title -->
<div class="footer-blocks__title anim-uni-in-up">
<p class="footer-blocks__title-l">Ecosystem</p>
</div>
<!-- footer socials -->
<div class="footer-blocks__socials">
<ul class="footer-socials">
<li class="footer-socials__item anim-uni-in-up"><a href="https://www.instagram.com/ulvin_necefov/"
class="footer-socials__link" target="_blank">Instagram</a></li>
<li class="footer-socials__item anim-uni-in-up"><a href="https://github.com/Ulikgames"
class="footer-socials__link" target="_blank">Github</a></li>
</ul>
</div>
</div>
<!-- links -->
<div class="footer-blocks__links anim-uni-in-up">
<p class="t-xsmall t-muted">
<a class="no-effect" href="https://ulik.vercel.app" target="_blank">UlikStudio</a>
<i class="ph-bold ph-copyright"></i>
2025
</p>
</div>
</div>
</div>
</div>
<!-- Footer Block - Info Columns End -->
</footer>
<!-- Footer End -->
<!-- To Top Button Start -->
<a href="#0" id="to-top" class="btn btn-to-top slide-up anim-no-delay">
<i class="ph ph-arrow-up"></i>
</a>
<!-- To Top Button End -->
<!-- Load Scripts Start -->
<script src="js/libs.min.js"></script>
<script src="js/app.js"></script>
<!-- Load Scripts End -->
</body>
</html>