Skip to content

Commit bc0af75

Browse files
authored
Merge pull request 4GeeksAcademy#7 from nawalbouanani/info
footer
2 parents caa1fc0 + 18e063d commit bc0af75

File tree

5 files changed

+417
-296
lines changed

5 files changed

+417
-296
lines changed

src/components/Footer.jsx

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,18 @@ export const Footer = () => {
88
return (
99
<footer className="bg-black text-white py-5 mt-auto border-top border-secondary border-opacity-25">
1010
<div className="container">
11-
<div className="row justify-content-center g-4">
12-
{/* Columna de Producto */}
13-
<div className="col-12 col-md-3 text-center text-md-start">
14-
<h5 className="fs-6 fw-bold mb-3 text-white">Producto</h5>
15-
<ul className="list-unstyled mb-0">
16-
<li className="mb-2">
17-
<a href="#producto-soluciones" className="text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7">Soluciones</a>
18-
</li>
19-
<li className="mb-2">
20-
<a href="#producto-educacion" className="text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7">Educación</a>
21-
</li>
22-
<li className="mb-2">
23-
<a href="#producto-equipo" className="text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7">Equipo</a>
24-
</li>
25-
</ul>
26-
</div>
11+
<div className="row justify-content-start g-4">
2712

2813
{/* Columna de Soporte */}
2914
<div className="col-12 col-md-3 text-center text-md-start">
3015
<h5 className="fs-6 fw-bold mb-3 text-white">Soporte</h5>
3116
<ul className="list-unstyled mb-0">
3217
<li className="mb-2">
33-
<a href="#soporte-ayuda" className="text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7">Centro de ayuda</a>
18+
<a href="#soporte-ayuda" className="text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7">Política de Privacidad</a>
3419
</li>
3520
<li className="mb-2">
3621
<a href="#soporte-terminos" className="text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7">Términos y Servicios</a>
3722
</li>
38-
<li className="mb-2">
39-
<a href="#soporte-sitio" className="text-white-50 text-decoration-none link-light link-opacity-75-hover fs-7">Sitio</a>
40-
</li>
4123
</ul>
4224
</div>
4325

@@ -71,12 +53,11 @@ export const Footer = () => {
7153
<FontAwesomeIcon icon={faInstagram} className="fa-lg text-primary-hover" />
7254
</a>
7355
{/* Reemplaza "https://www.tiktok.com/@tu_empresa_tiktok" con tu URL real de TikTok */}
74-
<a href="https://www.tiktok.com/@IN_RESET" target="_blank" rel="noopener noreferrer" className="text-white text-decoration-none">
56+
<a href="https://www.tiktok.com/@in_reset?is_from_webapp=1&sender_device=pc" target="_blank" rel="noopener noreferrer" className="text-white text-decoration-none">
7557
<FontAwesomeIcon icon={faTiktok} className="fa-lg text-primary-hover" />
7658
</a>
7759
</div>
7860
</div>
79-
8061
</div>
8162
</footer>
8263
);

src/components/Navbar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const Navbar = () => {
7878
Sobre Nosotros
7979
</a>
8080
</li>
81-
<li className="nav-item">
81+
{/*<li className="nav-item">
8282
<a className="nav-link text-white mx-2 py-1" href="#pilares"
8383
style={{
8484
transition: 'color 0.3s ease',
@@ -101,7 +101,7 @@ export const Navbar = () => {
101101
onMouseOut={(e) => e.target.style.color = 'white'}>
102102
Proyectos
103103
</a>
104-
</li>
104+
</li>*/}
105105
<li className="nav-item">
106106
<a className="nav-link text-white mx-2 py-1" href="#contacto"
107107
style={{

0 commit comments

Comments
 (0)