-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (56 loc) · 2.72 KB
/
Copy pathindex.html
File metadata and controls
59 lines (56 loc) · 2.72 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
<!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>
<meta http-equiv="Content-Type" content="text/html charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alarmas Verisure</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body style="width: 600px; margin: auto">
<div class="verisure_lead_block">
<div class="verisure_block_1">
<img class="img_verisure_logo" src="images/logo-completo-white.png">
</div>
<div class="verisure_block_2">
<p class="text_verisure_style1">COVID-19</p>
<p class="text_verisure_style2">Cumplimos con todos los protocolos de protección </p>
</div>
<div class="verisure_block_3">
<p class="text_verisure_style3">¡Hola!</p>
<p class="text_verisure_style4">Yo seré el Especialista de Seguridad que te atenderá.</p>
</div>
<div class="verisure_block_4">
<!-- En la siguiente línea reemplazar el src por la $imagen -->
<img src="images/cut-image-user.png" alt="Especialista">
</div>
<div class="verisure_block_5">
<p class="text_verisure_style5">$Nombre $Nombre2 $Apellido $Apellido2</p>
</div>
<div class="verisure_block_6">
<p class="text_verisure_style6">· Especialista en la protección de hogar y negocio ·</p>
</div>
</div>
<div class="verisure_secundary_block">
<div class="verisure_block_7">
<p class="text_verisure_style7">Conóceme aquí</p>
</div>
<div class="verisure_block_8">
<img class="img_verisure_1" src="images/down-arrow.png">
<div class="verisure_block_10">
<span class="text_verisure_style8">DNI:</span><span class="text_verisure_style14">$NumDNI</span>
<span class="text_verisure_style8">Nº de matrícula:</span><span
class="text_verisure_style14">$NumMatricula</span>
</div>
<p class="text_verisure_style9">¡Ponte en contacto conmigo!</p>
<p class="text_verisure_style10 icono_mobile">01 922 222 222</p>
<p class="text_verisure_style11">INSTALADOR HOMOLOGADO DE VERISURE PERÚ S.A.</p>
</div>
<div class="verisure_block_9">
<p class="text_verisure_style12">Alarmas Verisure</p>
<p class="text_verisure_style13">Protección las 24H para hogar y negocio </p>
</div>
</div>
</body>
</html>