-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManuelhtml75.htm
More file actions
104 lines (57 loc) · 2.49 KB
/
Manuelhtml75.htm
File metadata and controls
104 lines (57 loc) · 2.49 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<link rel="stylesheet" type="text/css" href="Style.css" media="screen" />
<style type="text/css">
.place-right
{
height: 172px;
width: 147px;
margin-left: 144px;
margin-right: 0px;
}
.izquierda
{
height: 88px;
width: 100px;
margin-top: 17px;
}
.imagenizquierda
{
height: 53px;
width: 63px;
margin-top: 18px;
}
</style>
</head>
<body >
<div class="place-left">
<img alt="Logo Universidad de Málaga"
src="http://riatec.lcc.uma.es/images/logoUMA.png"
style="left:50px; margin-left: 26px; margin-top: 16px; background-color: #FFFFFF; width: 158px; height: 167px;" />
<div class="text-center">
<li> <p> content</p></li>
<li><p>Home Page </p></li>
<li><p>Company</p></li>
<li> <p>My Pictures</p></li>
<li><p>Miscellaneus</p></li>
</div>
</div>
<div class="derecha">
<img class="place-right" src="250px-Berserker.png" />
</div>
<div class=cuerpo>
<h1 class="text-left" > Manuel Cañero Sancho</h1>
<h2 class="text-left" style="color: #0066FF"> My Position</h2>
<p style="color: #008000" > Departamento</p>
<p> Compañia</p>
</div>
<hr style="margin-left: 186px; width: 100%;"/>
<div class=cuerpo>
<img class="imagenizquierda" src="email-icon.jpg" /> <a href="http://www.gmail.com" target="_blank">manuelcasancho@gmail.com</a><br />
<img class="imagenizquierda" src="phone_icon.png" /> Número de teléfono<br />
<img class="imagenizquierda" src="Hardware-Fax-icon.png" /> Número de Fax<br />
<img class="imagenizquierda" src="Mailbox.png" /> Dirección <br />
<img class="imagenizquierda" src="facebook-icon.png" /><a href="http://www.facebook.com" target="_blank">Página de Facebook</a><br />
</body>
</html>