-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
466 lines (452 loc) · 18.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>VisionzLab</title>
<meta property="og:title" content="VisionzLab" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div>
<link href="./index.css" rel="stylesheet" />
<script
type="text/javascript"
src="https://unpkg.com/dangerous-html/dist/default/lib.umd.js"
></script>
<div class="home-container">
<div class="home-navbar">
<header data-thq="thq-navbar" class="home-navbar-interactive">
<div class="home-branding">
<a
href="https://visionzlab.com"
target="_blank"
rel="noreferrer noopener"
class="home-link"
>
VisionzLab
</a>
</div>
<div
data-thq="thq-navbar-nav"
data-role="Nav"
class="home-desktop-menu"
>
<nav
data-thq="thq-navbar-nav-links"
data-role="Nav"
class="home-nav"
>
<div class="home-right">
<div class="nav-links-links">
<a
href="#services"
rel="noreferrer noopener"
class="nav-links-link navLink"
>
<span>Services</span>
</a>
<a
href="https://goortani.com"
target="_blank"
rel="noreferrer noopener"
class="nav-links-link1 navLink"
>
<span>Portfolio</span>
</a>
</div>
<div class="home-button">
<a
href="https://frankgoortani.typeform.com/to/VaoYV6iJ"
target="_blank"
rel="noreferrer noopener"
class="home-work-with-us button"
>
<span class="home-text">work with us</span>
<img
alt="image"
src="public/hamburger.svg"
class="home-image"
/>
</a>
</div>
</div>
</nav>
</div>
<div data-thq="thq-burger-menu" class="home-burger-menu">
<button class="home-work-with-us1 button">
<span class="home-text01">work with us</span>
<img
alt="image"
src="public/hamburger.svg"
class="home-image01"
/>
</button>
</div>
<div data-thq="thq-mobile-menu" class="home-mobile-menu">
<div
data-thq="thq-mobile-menu-nav"
data-role="Nav"
class="home-nav1"
>
<div class="home-top">
<div class="home-branding1">
<span class="home-text02">VisionzLab</span>
</div>
<div data-thq="thq-close-menu" class="home-menu-close">
<svg viewBox="0 0 1024 1024" class="home-icon">
<path
d="M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z"
></path>
</svg>
</div>
</div>
<nav
data-thq="thq-mobile-menu-nav-links"
data-role="Nav"
class="home-middle"
>
</nav>
</div>
</div>
</header>
</div>
<div class="home-hero">
<div class="home-header">
<h1 class="home-text04">
Creating visual identity that fits like a dream for conscious
teams with innovative products in web3 and SaaS
</h1>
<img alt="image" src="public/mouse.svg" class="home-image02" />
</div>
<div class="home-hero-image">
<img alt="image" src="public/computer.svg" class="home-image03" />
</div>
</div>
<div class="home-who">
<div class="home-header1">
<div class="home-heading">
<h2 class="home-text05">
We are a next-generation technology-driven design and
development studio.
</h2>
<span class="home-text06">
Welcome to our world, where artistry meets technology. We
specialize in designing and developing web, mobile, and cloud
applications that redefine digital landscapes. Our team of
expert designers and developers are committed to delivering
exceptional quality in every product, ensuring our clients
always stay at the forefront of innovation.
</span>
</div>
<a
href="https://frankgoortani.typeform.com/to/VaoYV6iJ"
target="_blank"
rel="noreferrer noopener"
class="home-link04 button"
>
let’s chat
</a>
</div>
<div class="home-preview">
<div class="home-image04">
<img alt="image" src="public/preview.svg" class="home-image05" />
</div>
<div class="home-purpose">
<span class="home-caption">What we do</span>
<span class="home-description">
We arrive at business-reflective design decisions by integrating
strategic thinking with mature design and transferrable
functionality. From helping transform the image of a legacy
brand to creating an ultra-modern identity for a space tech
startup - we’re always up for a fresh challenge.
</span>
</div>
</div>
</div>
<div class="home-services" id="services">
<div class="home-services1">
<span class="home-caption1">
<span class="home-text07">Services</span>
<br />
</span>
<div class="home-list">
<div data-role="accordion-container" class="home-item">
<div
data-role="accordion-trigger"
class="home-trigger accordion-trigger accordion-trigger-active"
>
<span class="home-title">Web and Cloud Apps</span>
</div>
<div
data-role="accordion-content"
class="accordion-content accordion-content-active"
>
<span class="home-text09">
Get your custom web and cloud applications tailored to your
specific business needs. From concept to deployment, we got
you covered. Our cloud solutions cover public and private
clouds including Salesforce, Azure, GCP and AWS
</span>
</div>
</div>
<div data-role="accordion-container" class="home-item1">
<div
data-role="accordion-trigger"
class="home-trigger1 accordion-trigger accordion-trigger-active"
>
<span class="home-title1">Mobile Apps</span>
</div>
<div
data-role="accordion-content"
class="accordion-content accordion-content-active"
>
<span class="home-text10">
Your customers are on the go and so should your business. We
develop hybrid, native iOS, and Android mobile applications
that are both user-friendly and visually stunning.
</span>
</div>
</div>
<div data-role="accordion-container" class="home-item2">
<div
data-role="accordion-trigger"
class="home-trigger2 accordion-trigger accordion-trigger-active"
>
<span class="home-title2">
<span>DevOps, MLOps</span>
<br />
</span>
</div>
<div
data-role="accordion-content"
class="accordion-content accordion-content-active"
>
<span class="home-text13">
We automate your software development and IT operations,
ensuring faster delivery of high-quality software. We also
help you scale your Machine Learning processes and enable
you to manage models at scale with our MLOps services.
</span>
</div>
</div>
<div data-role="accordion-container" class="home-item3">
<div
data-role="accordion-trigger"
class="home-trigger3 accordion-trigger accordion-trigger-active"
>
<span class="home-title3">
<span>AI Automation</span>
<br />
</span>
</div>
<div
data-role="accordion-content"
class="accordion-content accordion-content-active"
>
<span class="home-text16">
We leverage the latest AI technologies to automate your
business processes, enabling you to focus on growing your
business. From chatbots to machine learning algorithms, we
have the expertise to help you maximize automation.
</span>
</div>
</div>
<div data-role="accordion-container" class="home-item4">
<div
data-role="accordion-trigger"
class="home-trigger4 accordion-trigger accordion-trigger-active"
>
<span class="home-title4">
<span>Data Engineering</span>
<br />
</span>
</div>
<div
data-role="accordion-content"
class="accordion-content accordion-content-active"
>
<span class="home-text19">
<span>
We help you make sense of your data by designing data
architectures, pipelines, and warehouses that are
optimized for your business needs. Get ready to make
data-driven decisions!
</span>
<br />
<br />
</span>
</div>
</div>
</div>
<div>
<dangerous-html
html="<script>
/*
Accordion - Code Embed
*/
/* listenForUrlChangesAccordion() makes sure that if you changes pages inside your app,
the Accordions will still work*/
const listenForUrlChangesAccordion = () => {
let url = location.href;
document.body.addEventListener(
'click',
() => {
requestAnimationFrame(() => {
if (url !== location.href) {
runAccordionCodeEmbed();
url = location.href;
}
});
},
true
);
};
const runAccordionCodeEmbed = () => {
const accordionContainers = document.querySelectorAll('[data-role='accordion-container']'); // All accordion containers
const allTriggers = document.querySelectorAll('[data-role='accordion-trigger']'); // All accordion triggers
const allContents = document.querySelectorAll('[data-role='accordion-content']'); // All accordion content
accordionContainers.forEach((container) => {
const accordionTrigger = container.querySelector('[data-role='accordion-trigger']'); // Scopped accordion trigger
const accordionContent = container.querySelector('[data-role='accordion-content']'); // Scopped accordion content
accordionTrigger.addEventListener('click', ()=>{
/*
Uncomment the code bellow to make all the other sections
collapse when clicking on one of them.
allTriggers.forEach(trigger => trigger.classList.remove('accordion-trigger-active'))
allContents.forEach(content => content.classList.remove('accordion-content-active'))
*/
if(accordionContent.classList.contains('accordion-content-active')){
accordionContent.classList.remove('accordion-content-active');
accordionTrigger.classList.remove('accordion-trigger-active')
} else {
accordionContent.classList.add('accordion-content-active');
accordionTrigger.classList.add('accordion-trigger-active')
}
})
});
}
runAccordionCodeEmbed()
listenForUrlChangesAccordion()
/*
Here's what the above is doing:
1. Selects all accordion containers, contents, and icons
2. Hides all accordion contents
3. Adds an event listener to each accordion container
4. When an accordion container is clicked, it:
- Hides all accordion contents
- Resets all icon transforms to 0deg (default)
- Checks if this container has class 'accordion-open'
- If it does, it removes class 'accordion-open'
- If it doesn't, it:
- Removes class 'accordion-open' from all containers
- Adds class 'accordion-open' to this container
- Shows accordion content
- Rotates accordion icon 180deg
*/
</script>
"
></dangerous-html>
</div>
</div>
</div>
<div class="home-book">
<div class="home-content">
<div class="home-left">
<h2 class="home-text23">
Book a 15 minutes consultation to check how can we help you
</h2>
<a
href="https://frankgoortani.typeform.com/to/VaoYV6iJ"
target="_blank"
rel="noreferrer noopener"
class="home-link05 button"
>
<span class="home-text24">book a call</span>
</a>
</div>
<img alt="image" src="public/message.svg" class="home-image06" />
</div>
</div>
<footer class="home-footer">
<div class="home-header2">
<a
href="https://visionzlab.com"
target="_blank"
rel="noreferrer noopener"
class="home-branding2"
>
VisionzLab
</a>
</div>
<div class="home-content1">
<div class="home-contact">
<span class="home-number">info@visionzlab.com</span>
<span class="home-number1">+1 647.983.5277</span>
</div>
<div class="home-links-row">
<div class="home-links-column">
<a
href="#services"
rel="noreferrer noopener"
class="home-link06"
>
Services
</a>
<a
href="https://www.linkedin.com/in/frankgoortani/"
target="_blank"
rel="noreferrer noopener"
class="home-link07"
>
Team
</a>
<a
href="https://frankgoortani.typeform.com/to/VaoYV6iJ"
target="_blank"
rel="noreferrer noopener"
class="home-link08"
>
Careers
</a>
</div>
</div>
</div>
</footer>
</div>
</div>
<script
data-section-id="navbar"
src="https://unpkg.com/@teleporthq/teleport-custom-scripts"
></script>
</body>
</html>