Skip to content

Commit 323ef64

Browse files
committed
fix small details
1 parent 80c7575 commit 323ef64

1 file changed

Lines changed: 62 additions & 8 deletions

File tree

laia-es.html

Lines changed: 62 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,37 @@
1212
rel="stylesheet"
1313
type="text/css"
1414
/>
15+
<link href="fonts/stylesheet.css" rel="stylesheet" type="text/css" />
16+
<script
17+
src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"
18+
type="text/javascript"
19+
></script>
20+
<script type="text/javascript">
21+
WebFont.load({
22+
google: {
23+
families: [
24+
"Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic",
25+
],
26+
},
27+
});
28+
</script>
29+
<script type="text/javascript">
30+
!(function (o, c) {
31+
var n = c.documentElement,
32+
t = " w-mod-";
33+
((n.className += t + "js"),
34+
("ontouchstart" in o ||
35+
(o.DocumentTouch && c instanceof DocumentTouch)) &&
36+
(n.className += t + "touch"));
37+
})(window, document);
38+
</script>
1539

1640
<link href="https://fonts.googleapis.com" rel="preconnect" />
1741
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous" />
1842
<link rel="shortcut icon" href="images/vertex/favicon.ico" type="image/x-icon" />
1943
<link href="images/vertex/favicon.ico" rel="apple-touch-icon" />
2044
</head>
21-
<body class="body-3">
45+
<body class="body body-3">
2246
<div class="navbar-logo-left-6">
2347
<div
2448
data-animation="default"
@@ -57,18 +81,18 @@
5781
>
5882
<div class="dropdown-toggle-2 w-dropdown-toggle">
5983
<div class="icon-5 w-icon-dropdown-toggle"></div>
60-
<div class="text-block-11">Our Core</div>
84+
<div class="text-block-11">Nuestro Core</div>
6185
</div>
6286
<article class="dropdown-list w-dropdown-list">
63-
<a href="/games" class="dropdown-link w-dropdown-link">Games</a>
64-
<a href="/simulations" class="dropdown-link-3 w-dropdown-link">Simulations</a>
65-
<a href="/extended-reality" class="dropdown-link-3 w-dropdown-link">Extended Reality</a>
87+
<a href="/games" class="dropdown-link w-dropdown-link">Juegos</a>
88+
<a href="/simulations" class="dropdown-link-3 w-dropdown-link">Simulaciones</a>
89+
<a href="/extended-reality" class="dropdown-link-3 w-dropdown-link">Realidad Extendida</a>
6690
</article>
6791
</div>
6892
</li>
6993
<li class="list-item-5">
7094
<div class="btn-nav">
71-
<a href="/about-us" class="nav-link-15">About us</a>
95+
<a href="/about-us" class="nav-link-15">Acerca de</a>
7296
</div>
7397
</li>
7498
</ul>
@@ -107,6 +131,22 @@
107131
background-color: white;
108132
color: #ec297b;
109133
}
134+
/* Footer consistency with other pages */
135+
.footer-light-2 {
136+
margin-top: 2rem;
137+
padding-bottom: 60px;
138+
}
139+
.footer-divider-two-2 {
140+
margin-top: 40px;
141+
margin-bottom: 40px;
142+
}
143+
.footer-copyright-2 {
144+
color: #fff;
145+
text-align: center;
146+
font-size: 16px;
147+
line-height: 24px;
148+
margin-bottom: 20px;
149+
}
110150
.laia-hero {
111151
display: flex;
112152
flex-direction: column;
@@ -150,8 +190,9 @@
150190
}
151191
.laia-text {
152192
color: #fff;
153-
font-size: 1.1rem;
154-
line-height: 1.6;
193+
font-size: 22px; /* match .text-games.p_g1 */
194+
line-height: 30px; /* match .text-games.p_g1 */
195+
font-weight: 300;
155196
}
156197
/* Reveal on scroll */
157198
.reveal {
@@ -169,10 +210,23 @@
169210
@media (max-width: 767px) {
170211
.laia-section {
171212
flex-direction: column;
213+
align-items: stretch;
214+
gap: 1rem;
215+
}
216+
.laia-col {
217+
flex: 1 1 auto;
218+
width: 100%;
172219
}
173220
.laia-text {
174221
text-align: center;
175222
}
223+
.laia-img img {
224+
width: 100%;
225+
height: auto;
226+
}
227+
.footer-light-2 {
228+
padding-bottom: 80px;
229+
}
176230
}
177231
</style>
178232
</div>

0 commit comments

Comments
 (0)