Skip to content

Commit

Permalink
Nuevo Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
juanruiztorcates committed Nov 13, 2023
1 parent 5f31402 commit 950bf08
Show file tree
Hide file tree
Showing 9 changed files with 1,968 additions and 1,571 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense para saber los atributos posibles.
// Mantenga el puntero para ver las descripciones de los existentes atributos.
// Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "msedge",
"request": "launch",
"name": "Open caballeros.html",
"file": "/Users/juanruiztorcates/Desktop/perfumes/page/caballeros.html"
}
]
}
143 changes: 133 additions & 10 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 31 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,18 +376,42 @@ <h2 class="label-2"><a href="./page/kits.html" >KITS</a></h2>

<footer class="footer-1">
<div class="footer-2">
<h4>Quienes Somos</h4>
<a class="footer-label" href="./page/contactoccct.html"><i class="fa-regular fa-address-card fa-2x" style="color:burlywood;"></i><br><br>Perfumes CCCT</a>
<h4>PerfumesCCCT</h4>
<ul>
<li>Quienes Somos</li>
<li>Ayuda y Contacto</li>
<li>Descuentos Especiales</li>
<li>Historia del Perfume</li>
<li><a href="./page/contactoccct.html">Nuestra Tienda</a></li>
<li><a href="./page/damas.html">Mujer</a></li>
<li><a href="./page/caballeros.html">Hombre</a></li>
<li><a class="footer-label" href="./page/contactoccct.html">Perfumes CCCT <i class="fa-regular fa-address-card fa-1x" style="color:burlywood;"></i></a></li>
<li><a class="footer-label" href="https://www.instagram.com/perfumes_ccct/" target="_blank">Instagram <i class="fab fa-instagram fa-1x" style="color:burlywood;"></i></a></li>
</ul>
</div>

<div class="footer-2">
<h4>Preguntas</h4>
<a class="footer-label" aria-label="Chat on WhatsApp" href="https://wa.me/584241359647" target="_blank"><i class="fa-brands fa-whatsapp fa-2x" style="color:#25de66;"></i><br><br>Habla con Nosotros</a>
<h4>Informacion de Interes</h4>
<ul>
<li>Gastos de Envio</li>
<li>Preguntas Frecuentes</li>
<li>Descuentos</li>
<li>Tarjetas de Regalo</li>
<li>Opiniones de Clientes</li>
<li>Como Comprar</li>
<li>Devoluciones y Reembolsos</li>
<li><a class="footer-label" aria-label="Chat on WhatsApp" href="https://wa.me/584241359647" target="_blank">Habla con Nosotros <i class="fa-brands fa-whatsapp fa-1x" style="color:#25de66;"></i></a></li>
</ul>
</div>

<div class="footer-2">
<h4>Siguenos</h4>
<a class="footer-label" href="https://www.instagram.com/perfumes_ccct/" target="_blank"><i class="fab fa-instagram fa-2x" style="color:burlywood;"></i><br><br>Instagram</a>
<h4>Informacion Legal</h4>
<ul>
<li>Condiciones Generales</li>
<li>Informacion General</li>
<li>Politica de Privacidad</li>
<li>Politoca de Cookies</li>
</ul>
</div>
</footer>

Expand Down
Loading

0 comments on commit 950bf08

Please sign in to comment.