Segundo Commit
This commit is contained in:
parent
48cd47338b
commit
db9812571f
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,136 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../CSS/main.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
||||
<script src="../JS/index.js"></script>
|
||||
<title>La Forja Dorada</title>
|
||||
|
||||
</head>
|
||||
<body onload="cargado(), galletas()">
|
||||
<header class="grid-cabeza-container">
|
||||
<div class="grid-cabeza-logo">
|
||||
<img src="..\RECURSOS\Logo\LogoForjaDorada200x160.png" alt="fotoForja">
|
||||
</div>
|
||||
|
||||
<ul class="barraInicio">
|
||||
<li class="itemBarra">
|
||||
<a href="index.html" class="enlacePaginas"><b>INICIO</b></a>
|
||||
|
||||
</li>
|
||||
<li class="itemBarra">
|
||||
<a href="Productos.html" class="enlacePaginas"><b>PRODUCTOS</b></a>
|
||||
</li>
|
||||
<li class="itemBarra">
|
||||
<a href="Servicios.html" class="enlacePaginas"><b>SERVICIOS</b></a>
|
||||
|
||||
</li>
|
||||
<li class="itemBarra">
|
||||
<a href="Eventos.html" class="enlacePaginas"><b>EVENTOS</b></a>
|
||||
|
||||
</li>
|
||||
<li class="itemBarra">
|
||||
<a href="Contactos.html" class="enlacePaginas"><b>CONTACTO</b></a>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<button class="btn-up" id="botonArriba">
|
||||
<i class="fa-solid fa-arrow-up"></i>
|
||||
</button>
|
||||
|
||||
</header>
|
||||
<main class="cuerpo" id="cuerpo">
|
||||
|
||||
|
||||
<h2 class="titulo-inicio">
|
||||
LA FORJA
|
||||
</h2>
|
||||
<!-- ARTICULO INICIO -->
|
||||
|
||||
|
||||
<div class="art-inicio" id="articulo-inicio">
|
||||
<figure class="img-inicio">
|
||||
<img src="../RECURSOS/IntroForja/FotoIntroForja500px.jpg" alt="imagenforja">
|
||||
</figure>
|
||||
<article class="cuerpo-inicio">
|
||||
<h3 class="titulos-h3">
|
||||
¡Bienvenidos a la Forja Dorada!
|
||||
</h3>
|
||||
|
||||
<p>La Forja Dorada es un taller especializado en
|
||||
miniaturas para Wargames y juegos de mesa. Abordamos todos los aspectos de este tipo
|
||||
de hobbies: montaje, modelado, pintura y competición.
|
||||
</p>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia, reprehenderit
|
||||
nostrum totam autem enim molestias dignissimos error perferendis veniam exercitationem
|
||||
aliquam temporibus libero magnam? Nihil cumque corporis error voluptatum molestias.
|
||||
</p>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Iste incidunt distinctio ipsa maxime dolore tenetur dolorem optio, minima perspiciatis minus voluptatibus nostrum asperiores eos a enim laborum, earum at adipisci.</p>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="aviso-galletas" id="avisoGalleta">
|
||||
<img class="img-galleta" src="../RECURSOS/IntroForja/pngGalleta.png" alt="galleta">
|
||||
<h3 class="titulo-galletas">Cookies</h3>
|
||||
<p class="parrafo-galletas">Utilizamos cookies propias y de terceros para mejorar nuestros servicios.
|
||||
</p>
|
||||
<ul class="lista-galletas">
|
||||
<li>
|
||||
<input type="checkbox" id="galletasPubli" name="galletasPubli"/>
|
||||
<label for="galletasPubli">Cookies Publicidad</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="galletasAnaliticas" name="galletasAnaliticas"/>
|
||||
<label for="galletasAnaliticas">Cookies Analíticas</label>
|
||||
</li>
|
||||
<li><input type="checkbox" id="galletasNecesarias" name="galletasNecesarias" checked/>
|
||||
<label for="galletasNecesarias">Cookies Necesarias</label>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<button class="boton-galletas" id="botonGalleta">Aceptar</button>
|
||||
<a class="enlace-galletas" href="../HTML/Galletas.html">Gestión de Cookies</a>
|
||||
|
||||
</div>
|
||||
<div class="fondo-aviso-galletas" id="fondoAvisoGalletas"></div>
|
||||
|
||||
<footer class="pie-forja">
|
||||
<nav class="contenedor-listas-pie">
|
||||
<ul class="lista-pie-forja">
|
||||
<li class="cabeza-lista-pie">Redes Sociales</li>
|
||||
<li class="item-lista-pie">
|
||||
<a href="https://instagram.com/arkantthos?utm_source=qr" target="_blank">
|
||||
Instagram
|
||||
</a>
|
||||
</li>
|
||||
<li class="item-lista-pie">Facebook</li>
|
||||
<li class="item-lista-pie">
|
||||
<a href="https://www.ebay.es/usr/thegoldenforge" target="_blank">Ebay</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="lista-pie-forja">
|
||||
<li class="cabeza-lista-pie">Documentación de Interés</li>
|
||||
<li class="item-lista-pie">
|
||||
<a href="../HTML/PoliticaDatos.html">Política de Privacidad</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="item-lista-pie">
|
||||
<a href="../HTML/Galletas.html">Gestión de Cookies</a>
|
||||
|
||||
</li>
|
||||
<li class="item-lista-pie">
|
||||
<a href="../HTML/AvisosLegales.html">Avisos Legales</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue