-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
38 lines (36 loc) · 1.15 KB
/
services.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Servicios</title>
<link rel="stylesheet" href="css/styles.css">
<script src="js/scripts.js"></script>
</head>
<body>
<header>
<h1>Nuestros Servicios</h1>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<lo><a href="about.html">Sobre Nosotros</a></li>
<lo><a href="services.html">Servicios</a></li>
<li><a href="contact.html">Contacto</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Consultoría</h1>
<p>Ofrecemos servicios de consultoría para ayudar a tu empresa a crecer y mejorar sus procesos.</p>
<h2>Desarrollo de Software</h2>
<p>Desarrollamos software a medida para satisfacer las necesidades específicas de tu negocio.</p>
</section>
<section>
<h2>Capacitación</h3>
<p>Brindamos capacitación para que tu equipo esté siempre a la vanguardia.</p>
</section>
</main>
<footer>
<p>© 2024 Nombre de la Empresa</p>
</footer>
</body>
</html>