Skip to content

Commit fd7c450

Browse files
committed
replace virtual por extendida
1 parent 062fee2 commit fd7c450

1 file changed

Lines changed: 53 additions & 16 deletions

File tree

laia-es.html

Lines changed: 53 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@
141141
</div>
142142
<div class="w-embed">
143143
<style>
144-
html { scroll-behavior: smooth; }
144+
html {
145+
scroll-behavior: smooth;
146+
}
145147
.btn-nav {
146148
position: relative;
147149
background: black;
@@ -197,7 +199,12 @@
197199
display: inline-block;
198200
padding: 12px 24px;
199201
border-radius: 50px;
200-
background: linear-gradient(135deg, #27aae1, #462466 50%, #ec297b);
202+
background: linear-gradient(
203+
135deg,
204+
#27aae1,
205+
#462466 50%,
206+
#ec297b
207+
);
201208
color: #fff;
202209
text-decoration: none;
203210
font-weight: 600;
@@ -254,14 +261,24 @@
254261
font-weight: 700;
255262
color: #fff;
256263
text-decoration: none;
257-
background: linear-gradient(135deg, #27aae1, #462466 50%, #ec297b);
264+
background: linear-gradient(
265+
135deg,
266+
#27aae1,
267+
#462466 50%,
268+
#ec297b
269+
);
258270
border-radius: 9999px;
259271
padding: 6px 12px;
260272
display: inline-block;
261273
line-height: 1;
262-
transition: filter 0.2s ease, transform 0.2s ease;
274+
transition:
275+
filter 0.2s ease,
276+
transform 0.2s ease;
277+
}
278+
.laia-soon-link:hover {
279+
filter: brightness(1.05);
280+
transform: translateY(-1px);
263281
}
264-
.laia-soon-link:hover { filter: brightness(1.05); transform: translateY(-1px); }
265282
.laia-sections {
266283
width: 100%;
267284
max-width: 1200px;
@@ -350,14 +367,20 @@
350367
});
351368
}
352369
}
353-
document.addEventListener('DOMContentLoaded', function() {
354-
var link = document.querySelector('.laia-soon-link');
355-
var target = document.getElementById('suscribete');
370+
document.addEventListener("DOMContentLoaded", function () {
371+
var link = document.querySelector(".laia-soon-link");
372+
var target = document.getElementById("suscribete");
356373
if (link && target) {
357-
link.addEventListener('click', function(e) {
374+
link.addEventListener("click", function (e) {
358375
e.preventDefault();
359-
try { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); }
360-
catch (err) { window.location.hash = '#suscribete'; }
376+
try {
377+
target.scrollIntoView({
378+
behavior: "smooth",
379+
block: "start",
380+
});
381+
} catch (err) {
382+
window.location.hash = "#suscribete";
383+
}
361384
});
362385
}
363386
});
@@ -367,7 +390,10 @@
367390

368391
<section class="w-layout-blockcontainer laia-hero w-container">
369392
<img src="images/laia-logo.png" alt="LAIA Hub Creativo" />
370-
<div class="laia-soon">Próximamente <a href="#suscribete" class="laia-soon-link">Suscríbete</a></div>
393+
<div class="laia-soon">
394+
Próximamente
395+
<a href="#suscribete" class="laia-soon-link">Suscríbete</a>
396+
</div>
371397
<h1 class="laia-title">LAIA: Hub Creativo</h1>
372398
</section>
373399

@@ -380,7 +406,13 @@ <h1 class="laia-title">LAIA: Hub Creativo</h1>
380406
/>
381407
</div>
382408
<div class="laia-col laia-text reveal from-right">
383-
LAIA - Hub Creativo es el primer centro tecnológico de El Salvador donde humanos, robots e inteligencia artificial colaboran en un mismo espacio. Ofrece laboratorios especializados, simuladores de realidad virtual, gemelos digitales y capacitaciones para empresas que buscan desarrollo de productos y experiencias tecnológicas de vanguardia.
409+
LAIA - Hub Creativo es el primer centro tecnológico de El
410+
Salvador donde humanos, robots e inteligencia artificial
411+
colaboran en un mismo espacio. Ofrece laboratorios
412+
especializados, simuladores de realidad extendida, gemelos
413+
digitales y capacitaciones para empresas que buscan
414+
desarrollo de productos y experiencias tecnológicas de
415+
vanguardia.
384416
</div>
385417
</section>
386418
<section class="laia-section">
@@ -407,7 +439,7 @@ <h1 class="laia-title">LAIA: Hub Creativo</h1>
407439
<div class="laia-col laia-text reveal from-right">
408440
LAIA cuenta con más de 523 m² de área general distribuida en
409441
espacios especializados que incluyen entrenamiento con
410-
gemelos digitales, capacitaciones en realidad virtual y
442+
gemelos digitales, capacitaciones en realidad extendida y
411443
estaciones de trabajo equipadas con inteligencia artificial.
412444
</div>
413445
</section>
@@ -457,13 +489,18 @@ <h1 class="laia-title">LAIA: Hub Creativo</h1>
457489
</div>
458490

459491
<section id="suscribete" class="laia-cta w-container">
460-
<h2 class="laia-cta-title"><span class="highlight">¡Suscríbete</span> al boletín de LAIA y mantente a la vanguardia de la innovación, donde humanos, robots e IA crean el futuro juntos!</h2>
492+
<h2 class="laia-cta-title">
493+
<span class="highlight">¡Suscríbete</span> al boletín de LAIA y
494+
mantente a la vanguardia de la innovación, donde humanos, robots
495+
e IA crean el futuro juntos!
496+
</h2>
461497
<a
462498
class="laia-cta-btn w-button"
463499
href="https://forms.gle/YTBuNWJLeLxu9MYj7"
464500
target="_blank"
465501
rel="noopener noreferrer"
466-
>Suscribirme</a>
502+
>Suscribirme</a
503+
>
467504
</section>
468505

469506
<section class="footer-light-2">

0 commit comments

Comments
 (0)