-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathextended-reality.html
More file actions
555 lines (553 loc) · 19.4 KB
/
extended-reality.html
File metadata and controls
555 lines (553 loc) · 19.4 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
<!DOCTYPE html>
<!-- Last Published: Thu Dec 12 2024 22:19:15 GMT+0000 (Coordinated Universal Time) -->
<html
data-wf-page="675b60e3f77d4fad0529ea2b"
data-wf-site="675b60e3f77d4fad0529e9eb"
>
<head>
<meta charset="utf-8" />
<title>Extended Reality</title>
<meta content="Extended Reality" property="og:title" />
<meta content="Extended Reality" 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"
class="dropdown-link-3 w-dropdown-link"
>Simulations</a
>
<a
href="/extended-reality"
aria-current="page"
class="dropdown-link-3 w-dropdown-link w--current"
>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>
<section class="title-games-section">
<div class="w-layout-blockcontainer games-title-container-2 w-container">
<h1 class="extendeedtitle-2">Extended Reality<br /></h1>
<div class="p_e1-2">
By combining real‑time rendering, physics, and lifelike visuals with
our proprietary Procedural Augmented Generation (PAG), we create
immersive XR experiences that transform complex ideas into interactive
environments—accelerating skill development and deepening user engagement.
</div>
</div>
<div
data-w-id="1b8076d3-e449-9c15-fbf2-a0eb5eef70b9"
style="opacity: 0"
class="owl-carousel-wrapper-2"
>
<div class="owl-carousel owl-theme">
<div
id="w-node-_1b8076d3-e449-9c15-fbf2-a0eb5eef70bb-0529ea2b"
class="p-item-2"
>
<img
sizes="(max-width: 479px) 240px, 100vw"
srcset="
images/openart-image_gUiLT9b5_1732150306602_raw-p-500.jpg 500w,
images/openart-image_gUiLT9b5_1732150306602_raw-p-800.jpg 800w,
images/openart-image_gUiLT9b5_1732150306602_raw.jpg 1024w
"
alt=""
src="images/openart-image_gUiLT9b5_1732150306602_raw.jpg"
loading="lazy"
class="extend1"
/>
</div>
<div
id="w-node-_1b8076d3-e449-9c15-fbf2-a0eb5eef70bd-0529ea2b"
class="p-item-2"
>
<img
sizes="(max-width: 479px) 240px, 100vw"
srcset="
images/Ehealth1-p-500.png 500w,
images/Ehealth1-p-800.png 800w,
images/Ehealth1-p-1080.png 1080w,
images/Ehealth1.png 1215w
"
alt=""
src="images/Ehealth1.png"
loading="lazy"
class="extend2"
/>
</div>
<div class="p-item-2">
<img
sizes="(max-width: 479px) 240px, 100vw"
srcset="
images/openart-image_zirGYhYM_1732147979549_raw-p-500.jpg 500w,
images/openart-image_zirGYhYM_1732147979549_raw-p-800.jpg 800w,
images/openart-image_zirGYhYM_1732147979549_raw.jpg 1024w
"
alt=""
src="images/openart-image_zirGYhYM_1732147979549_raw.jpg"
loading="lazy"
id="extend3"
class="extend3"
/>
</div>
<div
id="w-node-_1b8076d3-e449-9c15-fbf2-a0eb5eef70c1-0529ea2b"
class="p-item-2"
>
<img
width="Auto"
height="Auto"
alt=""
src="images/Ehealth.jpg"
loading="lazy"
srcset="
images/Ehealth-p-500.jpg 500w,
images/Ehealth-p-800.jpg 800w,
images/Ehealth-p-1080.jpg 1080w,
images/Ehealth-p-1600.jpg 1600w,
images/Ehealth.jpg 1669w
"
sizes="(max-width: 479px) 240px, 100vw"
class="extend4"
/>
</div>
<div class="p-item-2">
<img
sizes="(max-width: 479px) 240px, 100vw"
srcset="
images/openart-image_WIuQ3wgN_1732147265117_raw-p-500.jpg 500w,
images/openart-image_WIuQ3wgN_1732147265117_raw-p-800.jpg 800w,
images/openart-image_WIuQ3wgN_1732147265117_raw.jpg 1024w
"
alt=""
src="images/openart-image_WIuQ3wgN_1732147265117_raw.jpg"
loading="lazy"
class="extend5"
/>
</div>
</div>
</div>
</section>
<section class="image-games-section">
<div class="margin">
<div class="img1 i1">
<div class="div-block-23"></div>
</div>
<div class="img1 i2">
<div class="div-block-24 img2"></div>
</div>
<div class="img1 i3">
<div class="div-block-24 img3"></div>
</div>
<div class="img1 i4">
<div class="div-block-24 img4"></div>
</div>
<div class="img1 i5">
<div class="div-block-24 img5"></div>
</div>
</div>
</section>
<!-- XR Reel: Main video for Extended Reality page (placed after image-games-section) -->
<div class="w-layout-blockcontainer w-container" style="margin: 2rem auto 0;">
<div
data-video-id="1057659138"
class="w-layout-blockcontainer video-container w-container"
></div>
</div>
<section class="product-section rag-section">
<div
class="w-layout-blockcontainer product-container rag-container w-container"
>
<div class="successstory">
<img
width="Auto"
height="Auto"
alt="Success logo"
src="images/succes_logo.png"
class="clients-info-image-2"
/>
<div class="text-block-7">Success Story</div>
</div>
<h2 class="product-title medixlab">E-health</h2>
<h1 class="heading-22 nursing">
VR training lab for healthcare personel
</h1>
<div class="p_e2">
The first VR lab for health education in El Salvador, providing
students a safe, immersive space to practice clinical skills. Through
realistic medical scenarios, students refine techniques and
decision-making, preparing them for real-world healthcare challenges.
</div>
<div class="w-layout-grid product-grid">
<div
data-video-id="1032464300"
id="w-node-_60f4f28f-fdd7-2c5f-e09b-cec738df5923-0529ea2b"
class="w-layout-blockcontainer robox-maker-video video-container principal_games w-container"
></div>
<div
id="w-node-_60f4f28f-fdd7-2c5f-e09b-cec738df5924-0529ea2b"
class="product-columns w-row"
>
<div class="product-column w-col w-col-6 extended-product">
<div class="div-block-29">
<img
loading="lazy"
src="images/extended_6.png"
alt="Success logo"
class="column-image"
/>
</div>
</div>
<div class="product-column w-col w-col-6 extended-product">
<div class="p_e3">
We create immersive Extended Reality (XR) environments that
transform training and engagement across industries.
<br /><br />With real-time rendering, XR enables realistic
simulations, helping users develop skills in lifelike scenarios.
</div>
</div>
</div>
<div class="div-block-28">
<img
id="w-node-_60f4f28f-fdd7-2c5f-e09b-cec738df592e-0529ea2b"
sizes="(max-width: 479px) 92vw, (max-width: 767px) 90vw, (max-width: 991px) 728px, 940px"
alt=""
src="images/extended_8.png"
loading="lazy"
srcset="
images/extended_8-p-500.png 500w,
images/extended_8-p-800.png 800w,
images/extended_8-p-1080.png 1080w,
images/extended_8.png 1162w
"
class="agentic-image"
/>
</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>