|
12 | 12 | rel="stylesheet" |
13 | 13 | type="text/css" |
14 | 14 | /> |
| 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> |
15 | 39 |
|
16 | 40 | <link href="https://fonts.googleapis.com" rel="preconnect" /> |
17 | 41 | <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous" /> |
18 | 42 | <link rel="shortcut icon" href="images/vertex/favicon.ico" type="image/x-icon" /> |
19 | 43 | <link href="images/vertex/favicon.ico" rel="apple-touch-icon" /> |
20 | 44 | </head> |
21 | | - <body class="body-3"> |
| 45 | + <body class="body body-3"> |
22 | 46 | <div class="navbar-logo-left-6"> |
23 | 47 | <div |
24 | 48 | data-animation="default" |
|
57 | 81 | > |
58 | 82 | <div class="dropdown-toggle-2 w-dropdown-toggle"> |
59 | 83 | <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> |
61 | 85 | </div> |
62 | 86 | <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> |
66 | 90 | </article> |
67 | 91 | </div> |
68 | 92 | </li> |
69 | 93 | <li class="list-item-5"> |
70 | 94 | <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> |
72 | 96 | </div> |
73 | 97 | </li> |
74 | 98 | </ul> |
|
107 | 131 | background-color: white; |
108 | 132 | color: #ec297b; |
109 | 133 | } |
| 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 | + } |
110 | 150 | .laia-hero { |
111 | 151 | display: flex; |
112 | 152 | flex-direction: column; |
|
150 | 190 | } |
151 | 191 | .laia-text { |
152 | 192 | 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; |
155 | 196 | } |
156 | 197 | /* Reveal on scroll */ |
157 | 198 | .reveal { |
|
169 | 210 | @media (max-width: 767px) { |
170 | 211 | .laia-section { |
171 | 212 | flex-direction: column; |
| 213 | + align-items: stretch; |
| 214 | + gap: 1rem; |
| 215 | + } |
| 216 | + .laia-col { |
| 217 | + flex: 1 1 auto; |
| 218 | + width: 100%; |
172 | 219 | } |
173 | 220 | .laia-text { |
174 | 221 | text-align: center; |
175 | 222 | } |
| 223 | + .laia-img img { |
| 224 | + width: 100%; |
| 225 | + height: auto; |
| 226 | + } |
| 227 | + .footer-light-2 { |
| 228 | + padding-bottom: 80px; |
| 229 | + } |
176 | 230 | } |
177 | 231 | </style> |
178 | 232 | </div> |
|
0 commit comments