-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicios.html
46 lines (46 loc) · 1.68 KB
/
servicios.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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paulo Lopez</title>
<link rel="stylesheet" href="style.css">
<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=IBM+Plex+Mono:wght@500&display=swap" rel="stylesheet">
<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+Sans&display=swap" rel="stylesheet">
</head>
<body class="fondo">
<div class="caja">
<div class="menu">
<div class="logo">
<a href="index.html"><h1 class="texlogo">FETKET</h1></a>
</div>
<div class="indice">
<a href="servicios.html"><h1 class="texto">Servicios</h1></a>
<a href="equipo.html"><h1 class="texto">Equipo</h1></a>
<a href="clientes.html"><h1 class="texto">Clientes</h1></a>
<a href="contactanos.html"><h1 class="texto">Contactanos</h1></a>
</div>
</div>
<div class="slider">
<ul>
<li>
<img src="slider1.jpg" alt="">
<h1>CONSULTAS</h1>
</li>
<li>
<img src="slider2.jpg" alt="">
<h1>SOPORTE</h1>
</li>
<li>
<img src="slider3.jpg" alt="">
<h1>PROGRAMAS</h1>
</li>
</ul>
</div>
</div>
</body>
</html>