Tercer Commit... aver
This commit is contained in:
90
HTML/Productos.html
Normal file
90
HTML/Productos.html
Normal file
@@ -0,0 +1,90 @@
|
||||
<!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">
|
||||
<title>La Forja Dorada</title>
|
||||
<script src="../JS/index.js"></script>
|
||||
|
||||
</head>
|
||||
<body onload="cargado(),genListaProd()" class="kuerpo-prod">
|
||||
<header class="grid-cabeza-container">
|
||||
<div class="grid-cabeza-logo">
|
||||
<img src="..\RECURSOS\Logo\LogoForjaDorada200x160.png" alt="">
|
||||
</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-prod">
|
||||
<section class="art-inicio-productos">
|
||||
<h1 class="titulo-inicio" >PRODUCTOS</h1>
|
||||
</section>
|
||||
|
||||
<div class="contenedor-productos">
|
||||
<ul class="lista-productos" id="contenedorProductos2"></ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user