-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (296 loc) · 16.2 KB
/
index.html
File metadata and controls
303 lines (296 loc) · 16.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zajno - Clone</title>
<link rel="stylesheet" href="./src/style.css">
</head>
<body>
<!-- Nav Section -->
<nav class="relative">
<div class="nav absolute top-0 left-0 w-full flex justify-between px-4 py-5">
<a class="font-bold text-md lg:text-lg tracking-tight" href="#">zajno®</a>
<a class="font-bold text-md lg:text-lg tracking-tight" href="#">digital studio</a>
<div class="flex flex-col ml-20">
<a class="font-bold text-md lg:text-lg tracking-tight" href="#">work</a>
<a class="font-bold text-md lg:text-lg tracking-tight" href="#">studio</a>
<a class="font-bold text-md lg:text-lg tracking-tight" href="#">contact</a>
</div>
<div class="flex gap-4">
<a class="font-bold text-md lg:text-lg tracking-tight uppercase" href="#">en</a>
<a class="font-bold text-md lg:text-lg tracking-tight uppercase" href="#">ru</a>
</div>
<a class="font-bold text-md lg:text-lg tracking-tight" href="#">log angeles, ca</a>
</div>
<img id="img" src="./zajno.png" class="w-full h-full object-cover" alt="">
</nav>
<!-- Video Section -->
<section id="video-section" class="w-full h-[80vh] relative">
<button class="absolute top-1/2 left-1/2 z-[2] -translate-x-1/2 -translate-y-1/2">
<h3 class="font-bold text-lg tracking-tight px-5 py-4 bg-[var(--color-primary)] rounded-full">Watch Showreel</h3>
</button>
<img src="./video.jpg" alt="video-img" class="w-full h-full object-cover object-top">
</section>
<div class="mt-20"></div>
<!-- Work Section -->
<section id="work-section" class="w-full flex p-8">
<div class="w-[10vw] md:w-[15vw] flex items-baseline gap-4">
<h3 class="text-xs md:text-3xl font-bold tracking-tight leading-none">Work</h3>
<svg width="22" height="23" viewBox="0 0 22 23">
<polygon points="14,7 14,15.923 2.976,4.899 0.148,7.728 11.42,19 2,19 2,23 14,23 18,23 18,19 18,7"></polygon>
</svg>
</div>
<div class="w-[90vw] md:w-[85vw]">
<div class="flex justify-between">
<p class="font-bold tracking-tight leading-none w-[35vw] text-xs md:text-3xl">At Zajno, we know your time is
precious, and that’s why we prioritize simplicity and efficiency. Our team has the expertise and creativity to
handle everything from research and planning to custom design and development, freeing you from the burden of
micromanagement.</p>
<div class="font-bold tracking-tight leading-none text-xs md:text-3xl">©2015-25</div>
</div>
<div class="mt-40"></div>
<div class="projects">
<div id="project-1"
class="project mt-4 flex items-start justify-between border-t-2 border-neutral-500/50 pt-4 group">
<h4
class="font-bold text-xs md:text-3xl group-hover:text-[var(--color-secondary)] cursor-pointer transition duration-300">
01
</h4>
<h1
class="font-bold max-w-xs w-xs text-xs md:text-3xl group-hover:text-[var(--color-secondary)] transition duration-300 cursor-pointer">
Design & Development of the website's 3 pages</h1>
<div class="max-w-xs w-xs">
<h3 class="font-bold text-xs md:text-3xl text-[#FF3928]">Brightmark</h3>
<h3 class="font-bold text-xs md:text-3xl">Technology</h3>
</div>
<div class="w-[100px] md:w-[300px] bg-black justify-self-end">
<img src="1.jpg" alt="" class="w-full h-full object-cover object-center">
</div>
</div>
<div id="project-2"
class="project mt-4 flex items-start justify-between border-t-2 border-neutral-500/50 pt-4 group">
<h4
class="font-bold text-xs md:text-3xl group-hover:text-[var(--color-secondary)] cursor-pointer transition duration-300">
02
</h4>
<h1
class="font-bold max-w-xs w-xs text-xs md:text-3xl group-hover:text-[var(--color-secondary)] transition duration-300 cursor-pointer">
Homepage
design,<br />2D
Illustrations,<br />animations,<br />visual identity</h1>
<div class="max-w-xs w-xs">
<h3 class="font-bold text-xs md:text-3xl text-[#FF3928]">Ooki</h3>
<h3 class="font-bold text-xs md:text-3xl">Crypto</h3>
</div>
<div class="w-[100px] md:w-[300px] bg-black justify-self-end">
<img src="2.jpg" alt="" class="w-full h-full object-cover object-center">
</div>
</div>
<div id="project-3"
class="project mt-4 flex items-start justify-between border-t-2 border-neutral-500/50 pt-4 group">
<h4
class="font-bold text-xs md:text-3xl group-hover:text-[var(--color-secondary)] cursor-pointer transition duration-300">
03
</h4>
<h1
class="font-bold max-w-xs w-xs text-xs md:text-3xl group-hover:text-[var(--color-secondary)] transition duration-300 cursor-pointer">
Full-cycle website creation, branding</h1>
<div class="max-w-xs w-xs">
<h3 class="font-bold text-xs md:text-3xl text-[#FF3928]">8Finance</h3>
<h3 class="font-bold text-xs md:text-3xl">Crypto</h3>
</div>
<div class="w-[100px] md:w-[300px] bg-black justify-self-end">
<img src="3.jpg" alt="" class="w-full h-full object-cover object-center">
</div>
</div>
<div id="project-4"
class="project mt-4 flex items-start justify-between border-t-2 border-neutral-500/50 pt-4 group">
<h4
class="font-bold text-xs md:text-3xl group-hover:text-[var(--color-secondary)] cursor-pointer transition duration-300">
04
</h4>
<h1
class="font-bold max-w-xs w-xs text-xs md:text-3xl group-hover:text-[var(--color-secondary)] transition duration-300 cursor-pointer">
Full-cycle website creation, branding</h1>
<div class="max-w-xs w-xs">
<h3 class="font-bold text-xs md:text-3xl text-[#FF3928]">8Finance</h3>
<h3 class="font-bold text-xs md:text-3xl">Crypto</h3>
</div>
<div class="w-[100px] md:w-[300px] bg-black justify-self-end">
<img src="4.jpg" alt="" class="w-full h-full object-cover object-center">
</div>
</div>
<div id="project-5"
class="project mt-4 flex items-start justify-between border-t-2 border-neutral-500/50 pt-4 group">
<h4
class="font-bold text-xs md:text-3xl group-hover:text-[var(--color-secondary)] cursor-pointer transition duration-300">
05
</h4>
<h1
class="font-bold max-w-xs w-xs text-xs md:text-3xl group-hover:text-[var(--color-secondary)] transition duration-300 cursor-pointer">
Full-cycle website creation</h1>
<div class="max-w-xs w-xs">
<h3 class="font-bold text-xs md:text-3xl text-[#FF3928]">Maslo</h3>
<h3 class="font-bold text-xs md:text-3xl">AI Platform and app</h3>
</div>
<div class="w-[100px] md:w-[300px] bg-black justify-self-end">
<img src="5.jpg" alt="" class="w-full h-full object-cover object-center">
</div>
</div>
</div>
</div>
</section>
<div class="mt-20"></div>
<div class="border-t-2 border-neutral-500/50 mx-8"></div>
<div class="mt-20"></div>
<!-- Studio Section -->
<section id="studio-section" class="w-full p-8">
<div class="w-full flex">
<div class="w-[10vw] md:w-[15vw] flex items-baseline gap-4">
<h3 class="text-xs md:text-3xl font-bold tracking-tight leading-none">Studio</h3>
<svg width="22" height="23" viewBox="0 0 22 23">
<polygon points="14,7 14,15.923 2.976,4.899 0.148,7.728 11.42,19 2,19 2,23 14,23 18,23 18,19 18,7"></polygon>
</svg>
</div>
<div class="w-[90vw] md:w-[85vw]">
<p class="font-bold tracking-tight leading-none w-[35vw] text-xs md:text-3xl">We're a digital design
studio that's all about breaking the mold! We don't do boring websites or ordinary apps - we specialize in
crafting the wildest, most unconventional digital experiences out there.</p>
</div>
</div>
<div class="mt-20"></div>
<div class="w-full flex">
<div class="flex-1">
<img src="6.jpg" alt="" class="w-full h-full object-cover object-center">
</div>
<div class="flex-1 flex items-start justify-self-end gap-6">
<div class="flex w-full justify-end gap-6">
<div class="studio-border border-l-2 border-neutral-500/50"></div>
<div class="studio-services flex flex-col px-4">
<h3 class="font-bold text-3xl mb-4">Services:</h3>
<h3 class="font-bold text-3xl leading-none">Web Design</h3>
<h3 class="font-bold text-3xl leading-none">Web Development</h3>
<h3 class="font-bold text-3xl leading-none">Branding</h3>
<h3 class="font-bold text-3xl leading-none">Visual Identity</h3>
<h3 class="font-bold text-3xl leading-none">Webflow</h3>
<h3 class="font-bold text-3xl leading-none">UI/UX Design</h3>
<h3 class="font-bold text-3xl leading-none">Animation</h3>
<h3 class="font-bold text-3xl leading-none">3D Design</h3>
</div>
<div class="studio-border border-l-2 border-neutral-500/50"></div>
<div class="studio-services flex flex-col px-4">
<h3 class="font-bold text-3xl mb-4">Stats:</h3>
<h3 class="font-bold text-3xl leading-none">Founded 2015</h3>
<h3 class="font-bold text-3xl leading-none">Clients 300+</h3>
<h3 class="font-bold text-3xl leading-none">Countries 12</h3>
<h3 class="font-bold text-3xl leading-none">Awwwards 62</h3>
<h3 class="font-bold text-3xl leading-none">Team 28</h3>
</div>
</div>
</div>
</div>
</section>
<div class="mt-20"></div>
<div class="border-t-2 border-neutral-500/50 mx-8"></div>
<div class="mt-20"></div>
<!-- Playground Section -->
<section id="playground-section" class="w-full p-8">
<div class="w-full flex justify-between">
<div class="flex items-baseline gap-4">
<h3 class="text-xs md:text-3xl font-bold tracking-tight leading-none">Playground</h3>
<svg width="22" height="23" viewBox="0 0 22 23">
<polygon points="14,7 14,15.923 2.976,4.899 0.148,7.728 11.42,19 2,19 2,23 14,23 18,23 18,19 18,7">
</polygon>
</svg>
</div>
<div class="flex max-w-lg gap-4">
<div class="playground-border border-l-2 border-neutral-500/50"></div>
<p class="font-bold tracking-tight leading-none text-xs md:text-3xl">We dare to be different: to
experiment, innovate, bring things into being, and spark emotions in the hearts of people interacting with us.
We proudly stand with our heads up in the midst of today’s reality that is oversaturated with templated
solutions, and we invite you to join us in creating something truly unique.</p>
</div>
</div>
</section>
<div class="mt-20"></div>
<!-- Playground Images Section -->
<section id="playground-images-section" class="h-screen relative overflow-hidden w-full">
<div class="w-full z-[2] h-full overflow-hidden flex justify-between absolute left-16 top-0 gap-x-16">
<div class="w-[20vw] h-[20vw] space-y-4">
<img src="8.jpg" alt="" class="w-full h-full object-cover object-center">
<h1 class="text-md font-bold tracking-tight leading-none">Motion.ed — 2025</h1>
</div>
<div class="w-[20vw] h-[20vw] mt-32 space-y-4">
<img src="7.jpg" alt="" class="w-full h-full object-cover object-center">
<h1 class="text-md font-bold tracking-tight leading-none">The power of sound — 2019</h1>
</div>
<div class="w-[20vw] h-[20vw] space-y-4">
<img src="9.jpg" alt="" class="w-full h-full object-cover object-center">
<h1 class="text-md font-bold tracking-tight leading-none">TL/E — 2023</h1>
</div>
<div class="w-[20vw] h-[20vw] mt-32 space-y-4">
<img src="10.jpg" alt="" class="w-full h-full object-cover object-center">
<h1 class="text-md font-bold tracking-tight leading-none">Zajno Grid — 2018</h1>
</div>
</div>
<div
class="text-[50rem] md:text-[70rem] text-[var(--color-secondary)] absolute -bottom-[32rem] leading-none tracking-tight font-bold left-0">
715
</div>
</section>
<div class="border-t-2 border-neutral-500/50 mx-8"></div>
<div class="mt-20"></div>
<!-- Footer Section -->
<footer id="footer-section" class="w-full p-8 flex items-start">
<div class="flex-1">
<svg width="150" height="50" viewBox="0 0 1877 641" fill="#1A1A1A">
<path
d="M1834.6,166.2c4.2,2.4,8.9,3.6,14,3.6c5.2,0,9.9-1.2,14.2-3.6c4.3-2.4,7.6-5.6,10.1-9.8c2.5-4.1,3.7-8.7,3.7-13.7c0-5.1-1.2-9.7-3.7-13.9c-2.5-4.1-5.8-7.4-10.1-9.8c-4.3-2.4-9-3.6-14.2-3.6c-5.1,0-9.8,1.2-14,3.6s-7.6,5.7-10,9.9c-2.5,4.2-3.7,8.8-3.7,13.9c0,5,1.2,9.6,3.7,13.7C1827,160.6,1830.3,163.8,1834.6,166.2z M1830.1,131.8c1.9-3.3,4.4-5.9,7.6-7.8s6.8-2.8,10.8-2.8c4.1,0,7.7,0.9,10.9,2.8c3.2,1.9,5.8,4.4,7.6,7.7c1.9,3.3,2.8,6.9,2.8,11c0,4-0.9,7.6-2.8,10.9c-1.9,3.3-4.4,5.8-7.6,7.7s-6.9,2.8-10.9,2.8s-7.6-0.9-10.8-2.8c-3.2-1.9-5.8-4.4-7.6-7.6c-1.9-3.2-2.8-6.8-2.8-10.8C1827.3,138.8,1828.2,135.1,1830.1,131.8z">
</path>
<ellipse cx="856.7" cy="44.8" rx="44.8" ry="44.8"></ellipse>
<path
d="M1844.5,147.4h4.1l5.7,10.1h7.1l-6.5-11.4c2-0.7,3.5-1.8,4.6-3.3s1.6-3.3,1.6-5.2c0-2.9-1-5.3-3.1-7s-4.9-2.6-8.4-2.6h-11.7v29.5h6.5v-10.1H1844.5z M1844.5,133.3h4.8c1.6,0,2.9,0.4,3.8,1.1c0.9,0.7,1.4,1.8,1.4,3.2s-0.5,2.5-1.4,3.3c-1,0.8-2.2,1.2-3.8,1.2h-4.8V133.3z">
</path>
<path
d="M98.3,472.1l210.1-182.9c69.1-60.2,26.6-173.9-65.1-173.9H1V205h236c11,0,16,13.6,7.8,20.8L34.6,408.7C-34.6,468.8,8,582.5,99.7,582.5h235v-89.6H106C95.1,492.9,90,479.3,98.3,472.1z">
</path>
<path
d="M1642.8,115.4c-128.9,0-233.7,104.8-233.7,233.6s104.8,233.6,233.7,233.6s233.7-104.8,233.7-233.6S1771.7,115.4,1642.8,115.4z M1642.8,492.9c-79.4,0-144-64.6-144-143.9c0-79.4,64.6-143.9,144-143.9s144,64.6,144,143.9S1722.2,492.9,1642.8,492.9z">
</path>
<path
d="M1154.5,115.4c-54.3,0-104.3,18.6-144,49.7v-49.7h-89.7V349v233.6h89.7V349c0-79.4,64.6-143.9,144-143.9s144,64.6,144,143.9v233.6h89.7V349C1388.2,220.2,1283.4,115.4,1154.5,115.4z">
</path>
<path
d="M901.6,115.4h-89.7V349c0,90.5-47.9,170.1-119.6,214.7l47.4,76.3c22.1-13.7,42.7-30.1,61.6-48.9c64.5-64.4,100.1-151,100.3-242.1l0,0v-1l0,0l0,0V115.4z">
</path>
<path
d="M792.6,349V115.4H703v49.7c-39.7-31.1-89.7-49.7-144-49.7c-128.9,0-233.7,104.8-233.7,233.6S430.1,582.6,559,582.6C687.8,582.5,792.6,477.7,792.6,349z M559,492.9c-79.4,0-144-64.6-144-143.9c0-79.4,64.6-143.9,144-143.9S703,269.6,703,349C703,428.3,638.4,492.9,559,492.9z">
</path>
</svg>
</div>
<div class="flex-1 flex items-start justify-self-start gap-6">
<div class="flex w-full justify-start gap-6">
<div class="footer-border border-l-2 border-neutral-500/50"></div>
<div class="footer-services flex flex-col px-4">
<h3 class="font-bold text-3xl leading-none">Work</h3>
<h3 class="font-bold text-3xl leading-none">Studio</h3>
<h3 class="font-bold text-3xl leading-none">Contact</h3>
<h3 class="font-bold text-3xl leading-none mt-8">©zajno 2025</h3>
</div>
<div class="footer-border border-l-2 border-neutral-500/50"></div>
<div class="footer-services flex flex-col px-4">
<h3 class="font-bold text-3xl leading-none">Instagram</h3>
<h3 class="font-bold text-3xl leading-none">Twitter</h3>
<h3 class="font-bold text-3xl leading-none">LinkedIn</h3>
<h3 class="font-bold text-3xl leading-none">Clutch</h3>
<h3 class="font-bold text-3xl leading-none">Dribble</h3>
</div>
</div>
</div>
</footer>
<!-- Canvas -->
<canvas class="fixed top-0 left-0 z-[0] pointer-events-none" id="canvas"></canvas>
<script type="module" src="./src/main.js"></script>
</body>
</html>