-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsimulations.html
More file actions
669 lines (667 loc) · 23.2 KB
/
simulations.html
File metadata and controls
669 lines (667 loc) · 23.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
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
<!DOCTYPE html>
<!-- Last Published: Thu Dec 12 2024 22:19:15 GMT+0000 (Coordinated Universal Time) -->
<html
data-wf-page="675b60e3f77d4fad0529ea2a"
data-wf-site="675b60e3f77d4fad0529e9eb"
>
<head>
<meta charset="utf-8" />
<title>Simulations</title>
<meta content="Simulations" property="og:title" />
<meta content="Simulations" property="twitter:title" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="css/normalize.css" rel="stylesheet" type="text/css" />
<link href="css/webflow.css" rel="stylesheet" type="text/css" />
<link
href="css/vertex-studio24-f05ac5c717e1b041d007449.webflow.css"
rel="stylesheet"
type="text/css"
/>
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link
href="https://fonts.gstatic.com"
rel="preconnect"
crossorigin="anonymous"
/>
<script
src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"
type="text/javascript"
></script>
<script type="text/javascript">
WebFont.load({
google: {
families: [
"Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic",
],
},
});
</script>
<script type="text/javascript">
!(function (o, c) {
var n = c.documentElement,
t = " w-mod-";
(n.className += t + "js"),
("ontouchstart" in o ||
(o.DocumentTouch && c instanceof DocumentTouch)) &&
(n.className += t + "touch");
})(window, document);
</script>
<link
rel="shortcut icon"
href="images/vertex/favicon.ico"
type="image/x-icon"
/>
<link href="images/vertex/favicon.ico" rel="apple-touch-icon" />
<!-- owl.carousel 2.3.4 -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
integrity="sha256-UhQQ4fxEeABh4JrcmAJ1+16id/1dnlOEVCFOxDef9Lw="
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
integrity="sha256-kksNxjDRxd/5+jGurZUJd1sdR2v+ClrCl3svESBaJqw="
crossorigin="anonymous"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
rel="stylesheet"
/>
</head>
<body class="body-3">
<div class="navbar-logo-left-6">
<div
data-animation="default"
data-collapse="small"
data-duration="300"
data-easing="ease"
data-easing2="ease"
role="banner"
class="navbar-logo-left-container shadow-three w-nav"
>
<div class="container-39">
<div class="navbar-wrapper-9">
<a href="/" class="navbar-brand-8 w-nav-brand"
><img
width="131"
sizes="(max-width: 479px) 56vw, 131px"
alt=""
src="images/vertex_white.png"
loading="lazy"
srcset="
images/vertex_white-p-500.png 500w,
images/vertex_white-p-800.png 800w,
images/vertex_white-p-1080.png 1080w,
images/vertex_white-p-1600.png 1600w,
images/vertex_white.png 1884w
"
/></a>
<nav role="navigation" class="nav-menu-wrapper-7 w-nav-menu">
<ul role="list" class="nav-menu-two-6 w-list-unstyled">
<li class="list-item-5 core-btn">
<div
data-delay="0"
data-hover="true"
id="w-node-b1fcc513-8ae3-e76b-1eb9-c0f6ed669af3-ed669aea"
class="dropdown btn-nav w-dropdown"
>
<div class="dropdown-toggle-2 w-dropdown-toggle">
<div class="icon-5 w-icon-dropdown-toggle"></div>
<div class="text-block-11">Our Core</div>
</div>
<article class="dropdown-list w-dropdown-list">
<a href="/games" class="dropdown-link w-dropdown-link"
>Games</a
>
<a
href="/simulations"
aria-current="page"
class="dropdown-link-3 w-dropdown-link w--current"
>Simulations</a
>
<a
href="/extended-reality"
class="dropdown-link-3 w-dropdown-link"
>Extended Reality</a
>
</article>
</div>
</li>
<li class="list-item-5">
<div class="btn-nav">
<a href="/about-us" class="nav-link-15">About us</a>
</div>
</li>
</ul>
</nav>
<div class="menu-button-9 w-nav-button">
<div class="icon-6 w-icon-nav-menu"></div>
</div>
</div>
</div>
</div>
<div class="w-embed">
<style>
.btn-nav {
position: relative;
background: black;
transition: background-color 0.3s ease, border 0.3s ease;
text-align: center;
color: white;
}
.btn-nav::before {
content: "";
position: absolute;
inset: 0;
border-radius: 50px;
padding: 3px;
background: linear-gradient(135deg, #27aae1, #462466 50%, #ec297b);
mask: linear-gradient(#000 0 0) content-box,
linear-gradient(#000 0 0);
mask-composite: exclude;
}
.btn-nav:hover {
background: linear-gradient(135deg, #27aae1, #462466 50%, #ec297b);
border-radius: 50px;
color: white;
}
.dropdown-hidde {
z-index: 100;
}
.w-dropdown-link:hover {
background-color: white;
color: #ec297b;
}
</style>
</div>
<div class="w-embed w-script">
<script>
if (window.innerWidth <= 767) {
let coreDropDown = document.getElementsByClassName("core-btn")[0];
let contactDropDown =
document.getElementsByClassName("contact-btn")[0];
coreDropDown.addEventListener("touchstart", () => {
const actualZIndex =
window.getComputedStyle(contactDropDown).zIndex;
if (actualZIndex !== 1) {
contactDropDown.style.zIndex = "1";
}
});
}
</script>
</div>
</div>
<div class="w-layout-blockcontainer games-title-container w-container">
<h1 class="simulationstitle">Simulations</h1>
<div class="text-games simulations p_s1">
We deliver innovative, AI-powered simulations that help and transform
businesses optimize processes, enhance performance, and achieve
real-world results through immersive and interactive technology.
</div>
</div>
<div
data-w-id="04516fd1-5ef1-786e-55b5-4fabeac97907"
style="opacity: 0"
class="owl-carousel-wrapper-2"
>
<div class="owl-carousel owl-theme">
<div
id="w-node-_04516fd1-5ef1-786e-55b5-4fabeac97909-0529ea2a"
class="p-item-2"
>
<img
sizes="(max-width: 479px) 240px, 100vw"
srcset="
images/satellite-p-500.jpg 500w,
images/satellite-p-800.jpg 800w,
images/satellite-p-1080.jpg 1080w,
images/satellite-p-1600.jpg 1600w,
images/satellite-p-2000.jpg 2000w,
images/satellite-p-2600.jpg 2600w,
images/satellite.jpg 2608w
"
alt=""
src="images/satellite.jpg"
loading="lazy"
class="sumul1"
/>
</div>
<div
id="w-node-_04516fd1-5ef1-786e-55b5-4fabeac9790b-0529ea2a"
class="p-item-2"
>
<img
sizes="100vw"
srcset="
images/image-10_1-p-500.jpg 500w,
images/image-10_1.jpg 545w
"
alt=""
src="images/image-10_1.jpg"
loading="lazy"
class="sumul2"
/>
</div>
<div class="p-item-2">
<img
sizes="(max-width: 479px) 240px, 100vw"
srcset="
images/sumul3-p-500.jpg 500w,
images/sumul3-p-800.jpg 800w,
images/sumul3.jpg 847w
"
alt=""
src="images/sumul3.jpg"
loading="lazy"
class="sumul3"
/>
</div>
<div class="p-item-2">
<img
width="Auto"
height="Auto"
alt=""
src="images/airplane.jpg"
loading="lazy"
srcset="
images/airplane-p-500.jpg 500w,
images/airplane-p-800.jpg 800w,
images/airplane-p-1080.jpg 1080w,
images/airplane-p-1600.jpg 1600w,
images/airplane-p-2000.jpg 2000w,
images/airplane.jpg 2155w
"
sizes="(max-width: 479px) 240px, 100vw"
class="sumul4"
/>
</div>
<div class="p-item-2">
<img
sizes="(max-width: 479px) 240px, 100vw"
srcset="
images/image-11_1-p-500.png 500w,
images/image-11_1.png 766w
"
alt=""
src="images/image-11_1.png"
loading="lazy"
class="sumul5"
/>
</div>
</div>
</div>
<div
data-w-id="fa370eaa-51fa-4eef-3184-6a8d2691e21c"
style="opacity: 0"
class="owl-carousel-wrapper-2"
></div>
<section class="image-games-section">
<div class="margin">
<div class="img1 i1">
<div class="div-block-21 sim_ban_1"></div>
</div>
<div class="img1 i2">
<div class="div-block-22 sim_ban_2"></div>
</div>
<div class="img1 i3">
<div class="div-block-22 sim_ban_3"></div>
</div>
<div class="img1 i4">
<div class="div-block-22 sim_ban_4"></div>
</div>
<div class="img1 i5">
<div class="div-block-22 sim_ban_1"></div>
</div>
</div>
</section>
<section class="image-games-section"></section>
<section class="product-section generative-section">
<div
class="w-layout-blockcontainer product-container generative-container w-container"
>
<div class="successstory">
<img
src="images/succes_logo.png"
alt="Success logo"
width="Auto"
height="Auto"
class="clients-info-image"
/>
<div class="text-block-6">Success Story</div>
</div>
<h2 class="product-title simbotic_subtitle">Simbotic</h2>
<h3 class="subtitlepink_simulations">
3D Simulation engine and AI platform
</h3>
<div class="product-text generative-title p_s4">
We replicate simulations in real scenarios to train robots and
operators safely, reducing errors and increasing accuracy. Simbotic
powers dynamic multi-agent training environments for deep
reinforcement learning agents. From abstract, focused on physics
dynamics; to photorealistic, focused on computer vision.
</div>
<div class="w-layout-grid product-grid"></div>
<div
data-video-id="1034665108"
id="w-node-e17effa5-92d3-c0e7-e4c8-4e24e7647637-0529ea2a"
class="w-layout-blockcontainer simbotic-video video-container w-container"
></div>
<div class="div-block-26">
<img
id="w-node-c13a34ba-51b2-2ad1-d4c3-ff25b4dfc76a-0529ea2a"
sizes="(max-width: 479px) 94vw, (max-width: 767px) 95vw, (max-width: 991px) 728px, 940px"
alt=""
src="images/Group-25.png"
loading="lazy"
srcset="
images/Group-25-p-500.png 500w,
images/Group-25-p-800.png 800w,
images/Group-25-p-1080.png 1080w,
images/Group-25.png 1161w
"
class="paintin-image"
/>
</div>
</div>
</section>
<section class="product-section rag-section-copy">
<div
class="w-layout-blockcontainer product-container rag-container w-container"
>
<div class="successstory">
<img
src="images/succes_logo.png"
alt="Success logo"
width="Auto"
height="Auto"
class="clients-info-image"
/>
<div class="text-block-6">Success Story</div>
</div>
<h2 class="robotics">Ed Tech</h2>
<h1 class="subtitlepink_simulations">
Educational Robotic Simulation Platform
</h1>
<div class="product-text rag-text p_s2">
Empower young minds to explore robotics in an immersive 3D web-based
platform with realistic physics. Designed for students from
kindergarten to high school, this platform makes learning engaging and
rewarding. Through interactive lessons, students unlock new mechanics
and progress through levels, mastering robotics concepts step by step.
</div>
<div class="w-layout-grid product-grid">
<div
data-video-id="1036494936"
id="w-node-cb625ec6-1994-a5e9-8e43-50e0e74b47d5-0529ea2a"
class="w-layout-blockcontainer robox-maker-video video-container w-container"
></div>
<div
id="w-node-ab0e9f57-886b-b5f8-bf6d-935b3c048445-0529ea2a"
class="product-text rag-text p_s3"
>
From basic movements to advanced programming, this platform adapts
to their pace, sparking curiosity and creativity at every stage.
Prepare the next generation for the future with hands-on robotics
education in a virtual world!
</div>
<div
id="w-node-_750f3d5c-a4e2-f9cb-a920-ea31c55a3268-0529ea2a"
class="product-columns sim w-row"
>
<div class="product-column w-col w-col-6">
<img
loading="lazy"
src="images/Roboxmaker2-ezgif.com-video-to-gif-converter.gif"
alt=""
class="column-image edtech1"
/>
</div>
<div class="product-column w-col w-col-6">
<img
loading="lazy"
src="images/RoboxMaker1-ezgif.com-video-to-gif-converter.gif"
alt=""
class="column-image edtecdh2"
/>
</div>
</div>
<div
id="w-node-_53b89de2-af69-162f-711e-d2a49742a03d-0529ea2a"
class="product-text rag-text p_s3"
>
A hands-on AI-enabled environment for the education sector that
facilitates robotics training without physical hardware, ideal for
STEM education.
</div>
</div>
<div class="div-block-27">
<img
id="w-node-a03374c5-eab2-b9ec-a286-af3be92ca6b0-0529ea2a"
sizes="(max-width: 479px) 100vw, (max-width: 767px) 90vw, (max-width: 991px) 728px, 940px"
alt=""
src="images/image.png"
loading="lazy"
srcset="
images/image-p-500.png 500w,
images/image-p-800.png 800w,
images/image-p-1080.png 1080w,
images/image.png 1162w
"
class="agentic-image"
/>
</div>
</div>
</section>
<section class="product-section rag-section-copy">
<div
class="w-layout-blockcontainer product-container rag-container w-container"
>
<h2 class="digital">Digital Twins</h2>
<h1 class="subtitlepink_simulations recreating">Recreating Reality</h1>
<div class="product-text rag-text p_s2">
Our Digital Twin technology models real systems in manufacturing,
agriculture and logistics, enabling virtual testing, efficiency and
data-driven decisions.
</div>
<div class="w-layout-grid product-grid">
<div
data-video-id="1036534607"
id="w-node-aaeb4064-6a82-b83a-6d01-bc7c5e001f5b-0529ea2a"
class="w-layout-blockcontainer digital-twins-video video-container w-container"
></div>
<div
id="w-node-_0119c775-b625-ed7f-d761-c7732f588959-0529ea2a"
class="product-columns sim w-row"
>
<div class="product-column w-col w-col-6">
<img
sizes="(max-width: 479px) 100vw, (max-width: 767px) 45vw, (max-width: 991px) 364px, 470px"
srcset="
images/image-21-p-500.png 500w,
images/image-21-p-800.png 800w,
images/image-21-p-1080.png 1080w,
images/image-21.png 1120w
"
alt=""
src="images/image-21.png"
loading="lazy"
class="column-image dt1"
/>
</div>
<div class="product-column w-col w-col-6">
<img
sizes="(max-width: 479px) 100vw, (max-width: 767px) 45vw, (max-width: 991px) 364px, 470px"
srcset="
images/image-22-p-500.png 500w,
images/image-22-p-800.png 800w,
images/image-22-p-1080.png 1080w,
images/image-22.png 1120w
"
alt=""
src="images/image-22.png"
loading="lazy"
class="column-image dt2"
/>
</div>
</div>
</div>
</div>
</section>
<section class="footer-light">
<div class="heading-4 contact-us">Contact Us</div>
<section class="hero-stack-5">
<div class="container-56">
<!-- Image -->
<img
src="images/Group-39.png"
loading="lazy"
alt=""
class="image-26"
/>
<div class="footer-social-block-two">
<!-- Let's talk -->
<div class="">
<p class="follow">Let's Talk</p>
<div class="lets-talk-contact">
<a href="tel:+50325193270">
<img
src="images/phone.png"
loading="lazy"
width="25"
alt=""
class="contact-icon"
/>
</a>
<a href="tel:+50325193270" class="text-block-12"
>+503 2519 3270</a
>
</div>
<div class="lets-talk-contact">
<a href="mailto:info@vrx.group">
<img
src="images/mail.png"
loading="lazy"
width="25"
alt=""
class="contact-icon"
/>
</a>
<a href="mailto:info@vrx.group" class="text-block-12"
>info@vrx.group</a
>
</div>
</div>
<!-- Follow Us -->
<div>
<p class="follow">Follow us</p>
<div class="socials">
<a
href="https://www.linkedin.com/company/vxstudio"
class="footer-social-link-3 w-inline-block"
><img
src="images/LINKEDIN.png"
loading="lazy"
width="25"
alt=""
class="linkedin"
/></a>
<a
href="https://www.instagram.com/vertex.sv/"
target="_blank"
class="footer-social-link-3 w-inline-block"
><img
src="images/Asset-12.png"
loading="lazy"
width="25"
alt=""
class="instagram"
/></a>
<a
href="https://t.me/+Sfm8L4MgtkQ2YWUx"
target="_blank"
class="footer-social-link-3 w-inline-block"
><img
src="images/TELEGRAM.png"
loading="lazy"
width="25"
alt=""
class="telegram"
/></a>
<a
href="https://vimeo.com/vrxstudio"
target="_blank"
class="footer-social-link-3 w-inline-block"
><img
src="images/Asset-21.png"
loading="lazy"
width="25"
alt=""
class="vimeo"
/></a>
<a
href="https://www.facebook.com/vertexstudio.co"
target="_blank"
class="footer-social-link-3 w-inline-block"
>
<img
src="images/facebook.png"
loading="lazy"
width="25"
alt=""
class="facebook"
/>
</a>
</div>
</div>
</div>
</div>
</section>
<div
id="w-node-_690caf25-9263-4a62-9831-56a8cca39301-cca392df"
class="footer-divider-two-2"
></div>
<div class="footer-copyright-2">
© 2025 Vertex Studio. All rights reserved
</div>
</section>
<script
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=675b60e3f77d4fad0529e9eb"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script src="js/webflow.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.min.js"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script type="text/javascript">
/* Owl Carousel */
var owl = $(".owl-carousel");
owl.owlCarousel({
loop: true,
margin: 0,
nav: false,
responsive: {
0: {
items: 4,
center: true,
autoWidth: true,
},
600: {
items: 3,
},
1000: {
items: 4,
},
},
});
</script>
<script src="https://player.vimeo.com/api/player.js"></script>
<script src="js/videoPlayer.js" type="text/javascript"></script>
</body>
</html>