-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheval3.html
More file actions
45 lines (43 loc) · 1.27 KB
/
eval3.html
File metadata and controls
45 lines (43 loc) · 1.27 KB
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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="evaluacion.css">
</head>
<body>
<h1>Directorio personal</h1>
<h2 id="clientes">Clientes</h2>
<div>
<img src="https://img.icons8.com/bubbles/50/000000/analytics-professional-female.png"/>
<p>Fundadora startup ABC: 342-342-342</p>
</div>
<div>
<img src="https://img.icons8.com/bubbles/50/000000/businesswoman.png" />
<p>CEO BeautyMax: 444-777-333</p>
</div>
<div>
<img src="https://img.icons8.com/bubbles/50/000000/coco-chanel.png"/>
<p>Fundadora Coco: 777-777-777</p>
</div>
<h2 id="proveedores">Proveedores</h2>
<div>
<img src="https://img.icons8.com/bubbles/50/000000/user-male.png"/>
<p>Marketing Powder: 111-444-222 </p>
</div>
<div>
<img
src="https://img.icons8.com/bubbles/50/000000/administrator-male.png"
/>
<p>Gerente de ABChemicals SA: 321-321-321</p>
</div>
<h2 id="colegas">Colegas</h2>
<div>
<img src="https://img.icons8.com/bubbles/50/000000/about-me-male.png" />
<p>Marketing Junior: 234-234-234</p>
</div>
<h2 id="personales">Personales</h2>
<div>
<img src="https://img.icons8.com/bubbles/50/000000/female-beloved.png" />
<p>Esposa: 333-444-222</p>
</div>
</body>
</html>