-
Notifications
You must be signed in to change notification settings - Fork 1
/
firma.html
76 lines (56 loc) · 1.97 KB
/
firma.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<meta charset="UTF-8">
<style>
.condensedlines {
font-size: 12pt;
line-height: 16pt;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#contenedor {
position: relative;
height:220px;
padding:10px;
}
#left {
float:left;
}
.divider{
position:absolute;
left:250px;
top:5px;
bottom:5px;
border-left:1px solid grey;
}
#right {
position:absolute;
left:270px;
width:390px;
height:200px;
float:right;
}
</style>
<hr style="width:670px;" align="left">
<div id= "contenedor">
<div id="left">
<img src="http://s3.postimg.org/r3opa07kj/logo_Emartinezconfondo.png" alt="Electrónica Martínez" height="220" width="220">
</div>
<div class="divider"></div>
<div id="right" class="condensedlines">
<b>Nombre:</b> %s<br>
<b>Cargo:</b> %s<br>
<b>Departamento:</b> %s<br>
<b>Email:</b> %s<br>
<b>Oficina:</b> 968 165 000<br>
<b>Averías:</b> 676 966 000<br>
<b>Página web:</b> <a href="http://www.electronicamartinez.com" target="_blank">www.electronicamartinez.com</a>
<hr>
<a href="https://www.linkedin.com/company/10271615" target="_blank" >
<img src="http://s15.postimg.org/ioxdj3dkr/Linked_In_logo_initials_1.png" alt="LinkedIn" height="45" width="45"></a>
<a href="https://twitter.com/EMartinez_SL" target="_blank" style="margin-left:10px;">
<img src="http://s16.postimg.org/7o3u41wlx/twitter_logo.png" alt="Twitter" height="45" width="45"></a>
<a href="https://www.facebook.com/Electrónica-Martínez-1702802093290734" target="_blank" style="margin-left:10px;">
<img src="http://s21.postimg.org/6ba5enton/fb_icon_325x325.png" alt="Facebook" height="45" width="45"></a>
<a href="https://plus.google.com/104958156336764853065" target="_blank" style="margin-left:10px;">
<img src="http://s27.postimg.org/8odzlznub/Google_Plus_Logo.png" alt="Google Plus" height="45" width="45"></a>
</div>
</div>
<hr style="width:670px;" align="left">