-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
430 lines (362 loc) · 13.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
LAZAREV. 🪀 — Digital Product Design Agency | Award Winning UX UI Agency
</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon"
href="https://assets-global.website-files.com/64a2ab71942e1d57feb6fe39/6528221f95333ff155d01ad2_fav.gif"
type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css" />
</head>
<body>
<div id="Container">
<div id="Open-Anime">
<div id="Anime">
<h1>Created</h1>
<h1>By</h1>
<h1>
<a href="https://aditya0950.github.io/Aditya-Kumar/" target="_blank">AdityaKumar</a>
</h1>
</div>
</div>
<div id="Cursor">
<p>-</p>
</div>
<div id="HoverBox">
<div id="Left">
<p>This website uses cookies.</p>
<h2>Learn More</h2>
</div>
<div id="Right">
<p id="#RightP">Accept</p>
</div>
</div>
<nav>
<div id="NavContainer">
<h1>LAZAREV.</h1>
<div id="NavCenter">
<h2>Case Studies</h2>
<h2>Area Of Expertise</h2>
<h2>Ui Ux Design</h2>
<h2>Product Design</h2>
<h2>Design Process</h2>
<h2>About Agency</h2>
</div>
<div id="NavTalk">
<h2>Let's Talk</h2>
<span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z">
</path>
</svg></span>
</div>
</div>
<div id="NavBottom">
<div id="NavBottomContainer">
<div id="NBCContainer">
<a href="" id="Part1">Case Studies</a>
<div id="Part2" class="NavBottomPart">
<a href="">🔥Ai & Ml</a>
<a href="">FinTech</a>
<a href="">Real Estate</a>
<a href="">E-Commerce</a>
<a href="">Web3</a>
</div>
<div id="Part3" class="NavBottomPart">
<a href="">UX Audit</a>
<a href="">UI Design</a>
<a href="">UX Design</a>
<a href="">UX Research</a>
</div>
<div id="Part4" class="NavBottomPart">
<a href="">SaaS</a>
<a href="">Web App</a>
<a href="">Mobile App</a>
<a href="">Website Design</a>
</div>
<div id="Part5" class="NavBottomPart">
<a href="">MVP</a>
<a href="">Relaunch</a>
</div>
<div id="Part6" class="NavBottomPart">
<a href="">Our Story</a>
<a href="">Clients' Feedback</a>
<a href="">Careers</a>
<a href="">News & Articles</a>
</div>
</div>
</div>
</div>
</nav>
<div id="Page1">
<div id="Page1Container">
<h1>
Ai & Ml Pr<span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z">
</path>
</svg></span>duct
</h1>
<h1>Design Agency</h1>
<p>
We partner with AI & ML businesses, guiding them from series A<br />to
series D and beyond with our expertise in
</p>
<div id="Page1Design">
<h4>brand design</h4>
<h4>user experience</h4>
<h3>and</h3>
<h4>digital product design</h4>
<h2>.</h2>
</div>
</div>
<div id="Page1Moving">
<div class="Blur" id="Blur1">
<!-- This is just a box providing blur to the slider -->
</div>
<div id="Slider">
<div id="First" class="Page1Part">
<p>|</p>
<img src="https://lazarev.kiev.ua/la24/awww.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/rd.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/awww.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/rd.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/webby.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/fwa.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/webby.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/fwa.svg" alt="">
<p>|</p>
</div>
<div id="Second" class="Page1Part">
<p>|</p>
<img src="https://lazarev.kiev.ua/la24/forbes.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/wf.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/forbes.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/wf.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/pmi.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/adweek.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/pmi.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/adweek.svg" alt="">
<p>|</p>
</div>
<div id="Third" class="Page1Part">
<p>|</p>
<img src="https://lazarev.kiev.ua/la24/forbes.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/wf.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/forbes.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/wf.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/pmi.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/adweek.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/pmi.svg" alt="">
<img src="https://lazarev.kiev.ua/la24/adweek.svg" alt="">
<p>|</p>
</div>
</div>
<div class="Blur" id="Blur2">
<!-- This is just a box providing blur to the slider -->
</div>
</div>
</div>
<div id="Page2">
<div id="Page2Container">
<div id="Left">
<div id="Top">
<h4>Exclusive insights into</h4>
<h4>UI/UX and product design</h4>
</div>
<div id="Bottom">
<p>Being a design studio at the forefront of digital transformation and product design, we take it upon
ourselves to drop some knowledge, share insights, let out insider tips, and put our work on full display
</p>
</div>
</div>
<div id="Right">
<div class="Part">
<img src="Assets/1st img.webp" alt="">
<div class="PartLeft">
<h2>Effective Design Principles For</h2>
<h2>Cryptocurrency Trading Interfaces</h2>
</div>
<div class="PartRight">
<p>3 min read</p>
<i class="ri-arrow-right-up-line"></i>
</div>
</div>
<div class="Part">
<img src="Assets/2nd img.webp" alt="">
<div class="PartLeft">
<h2>How to design an AI interface users will</h2>
<h2>Trust In 2024?</h2>
</div>
<div class="PartRight">
<p>5 min read</p>
<i class="ri-arrow-right-up-line"></i>
</div>
</div>
<div class="Part">
<img src="Assets/3rd img.webp" alt="">
<div class="PartLeft">
<h2>How AI Influences Design and the</h2>
<h2>Reciprocal Impact of UX on AI-Driven</h2>
<h2>Products</h2>
</div>
<div class="PartRight">
<p>5 min read</p>
<i class="ri-arrow-right-up-line"></i>
</div>
</div>
<div class="Part">
<img src="Assets/4th img.webp" alt="">
<div class="PartLeft">
<h2>Lazarev becomes a Professional Webflow</h2>
<h2>Partner</h2>
</div>
<div class="PartRight">
<p>3 min read</p>
<i class="ri-arrow-right-up-line"></i>
</div>
</div>
</div>
</div>
</div>
<div id="Page3">
<div id="Page3Container">
<video src="https://lazarev.kiev.ua/la24/la-reel--min.mp4"></video>
<div id="Design">
<svg fill="none" viewBox="0 0 210 210">
<rect width="210" height="210" fill="#fff" rx="105"></rect>
<path fill="#111" d="m125 105-30 17.321V87.68L125 105Z"></path>
</svg>
<div id="Watch">
<p>Watch Showreel</p>
</div>
</div>
<img src="Assets/Video img.webp" alt="">
</div>
</div>
<div id="Page4">
<div id="Page4-Container">
<div id="Page4-Left">
<h1>Success Stories</h1>
<h1>Shaped By Our</h1>
<h1>User Experience</h1>
<h1>Digital Agency</h1>
</div>
<div id="Page4-Right">
<div id="Right-One">
<p class="Sub-Heading">Partnership mentality</p>
<p class="Lecture">Along with taking the lead in designing AI-powered solutions, we embody a partnership
mentality. This exact commitment has been the bedrock of our clients’ successes. When you choose to
collaborate with us, we promise to be right where your audience's changing desires meet your ambitious
business goals. We don't settle for mediocrity; we strive for excellence in every Figma pixel, every
touchpoint, and every UX interaction.</p>
</div>
<div id="Right-Two">
<p class="Sub-Heading">Results</p>
<p class="Lecture">That is how we've built 50+ sustainable startup products and helped 400+ brands secure
millions in funding, achieve successful acquisitions, and establish themselves as globally recognized
companies.</p>
</div>
</div>
</div>
</div>
<div id="Page5">
<div id="Page5-Container">
<div class="Box">
<div class="Top">
<h5>$500M</h5>
<p>In funding secured owning to our designs</p>
</div>
<p>/001</p>
</div>
<div class="Box">
<div class="Top">
<h5>+1 million</h5>
<p>Increase in customer base</p>
</div>
<p>/002</p>
</div>
<div class="Box">
<div class="Top">
<h5>+10 million</h5>
<p>Of active marketplace users</p>
</div>
<p>/003</p>
</div>
<div class="Box">
<div class="Top">
<h5>25 million</h5>
<p>Monthly E-commerce visits</p>
</div>
<p>/004</p>
</div>
<div class="Box">
<div class="Top">
<h5>+300%</h5>
<p>Increse in sign-up conversion rate</p>
</div>
<p>/005</p>
</div>
<div class="Box">
<div class="Top">
<h5>+42%</h5>
<p>Increase in the app's retention rate</p>
</div>
<p>/006</p>
</div>
</div>
</div>
<div id="Page6">
<div id="Page6-Container">
<div id="Box">
<h2>Featured digital</h2>
<h2>design projects</h2>
</div>
<div id="P-Box">
<p class="Top-p">Our portfolio encompasses a wide range</p>
<p class="Top-p">of digital designs essential for the growth</p>
<p class="Medium-p">of modern businesses. From B2B SaaS and B2C mobile</p>
<p class="Medium-p">apps to marketing design for promotions, we display our</p>
<p class="Medium-p">work created for early-stage startups and enterprises at</p>
<p class="End">various stages of their growth.</p>
</div>
</div>
</div>
<div id="Page7">
<div id="Page7-Container">
<div id="Container-Left">
<div id="Left-Top">
<h2>NODO</h2>
<i class="ri-arrow-right-up-line"></i>
</div>
<div id="Left-Middle">
<p>A promo website for unique cinematography equipment. Inertia Wheels MAX – the first-hand wheels developed
to streamline the operating experience.</p>
</div>
</div>
<div id="Container-Right">
<div id="Right-Hover">
<i class="ri-arrow-right-up-line"></i>
<div id="Hover-Bottom">
<p>View</p>
<p>Case study</p>
</div>
</div>
<div id="Right-Video">
<img src="Assets/Hover Img.png" alt="">
<video src="https://lazarev.kiev.ua/cases/la24/nodo-cover-big.mp4" muted></video>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"
integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>