IMPLEMENTACION DE LOS VIDEOS EN EL CATALOGO PUBLICO

This commit is contained in:
2026-06-13 08:52:18 -05:00
parent e4588b75db
commit 33331f9016
17 changed files with 441 additions and 298 deletions
+7 -2
View File
@@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="estilos.css?v=7">
<link rel="stylesheet" href="estilos.css?v=13">
</head>
<body>
@@ -55,6 +55,11 @@
</div>
</section>
<!-- VIDEOS -->
<section class="redes-section" id="redes">
<div class="redes-grid" id="redesGrid"></div>
</section>
<!-- PRODUCTOS -->
<section class="productos-section" id="catalogo">
<div class="section-header">
@@ -184,6 +189,6 @@
</div>
</div>
<script src="app.js?v=8"></script>
<script src="app.js?v=13"></script>
</body>
</html>