-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathequipo.html
55 lines (55 loc) · 2.1 KB
/
equipo.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
47
48
49
50
51
52
53
54
55
<!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="subcaja2">
<div class="card1">
<div class="foto1">
</div>
<div class="info1">
<h1>perfil1</h1>
<h2>Yo soy el usuario 1 encargado
de brindar soporte tecnico.
Estoy aqui para poder orientarte
sobre el uso adecuado de tu Pc.
</h2>
</div>
</div>
<div class="card2">
<div class="foto2">
</div>
<div class="info2">
<h1>perfil2</h1>
<h2>Mi nombre es usuario 2 y estoy a
cargo de las ventas de sistemas para
negocios, si necesitas informacion
puedes escribirme.
</h2>
</div>
</div>
</div>
</body>
</html>