chore: bootstrap initial HLL Vietnam project structure
This commit is contained in:
64
frontend/index.html
Normal file
64
frontend/index.html
Normal file
@@ -0,0 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Comunidad hispana de HLL Vietnam. Accede al Discord oficial y descubre el trailer del proyecto."
|
||||
/>
|
||||
<title>Comunidad Hispana - HLL Vietnam</title>
|
||||
<link rel="stylesheet" href="./assets/css/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-shell">
|
||||
<header class="hero">
|
||||
<div class="hero__overlay"></div>
|
||||
<div class="hero__content">
|
||||
<div class="logo-frame">
|
||||
<img
|
||||
src="./assets/img/logo.png"
|
||||
alt="Logo de HLL Vietnam"
|
||||
class="logo-frame__image"
|
||||
/>
|
||||
</div>
|
||||
<p class="eyebrow">Comunidad táctica hispana</p>
|
||||
<h1>Comunidad Hispana - HLL Vietnam</h1>
|
||||
<p class="hero__text">
|
||||
Punto de encuentro para jugadores, escuadras y comunidad alrededor
|
||||
del futuro universo HLL Vietnam.
|
||||
</p>
|
||||
<a
|
||||
class="discord-button"
|
||||
href="https://discord.com/invite/PedEqZ2Xsa"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Unirse al Discord
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main class="content">
|
||||
<section class="panel">
|
||||
<div class="panel__header">
|
||||
<p class="eyebrow">Trailer</p>
|
||||
<h2>Primer vistazo a HLL Vietnam</h2>
|
||||
</div>
|
||||
<div class="video-wrapper">
|
||||
<iframe
|
||||
src="https://www.youtube.com/embed/JzYzYNVWZ_A"
|
||||
title="Trailer HLL Vietnam"
|
||||
loading="lazy"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerpolicy="strict-origin-when-cross-origin"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<script src="./assets/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user