-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (107 loc) · 3.44 KB
/
index.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
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
105
106
107
108
109
110
111
112
<!doctype html>
<head>
<title>La tarea de casa #1</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
</head>
<body>
<header>
<nav>
<a class='nav-link' href="#"> WebStudio</a>
<ul>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Studio</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Portfolio</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Contacts</a>
</li>
</ul>
</nav>
<ul>
<li>
<a href="#" class="info">[email protected]</a>
</li>
<li>
<a href="#" class="phone">+1 212-772-4150</a>
</li>
</ul>
</header>
<main>
<section>
<h1>SOLUCIONES EFICACES PARA SU NEGOCIO</h1>
<button>Solicitar un servicio. type="button"</button>
</section>
<section>
<ul>
<li>
<h4>ATENCIÓN A LOS DETALLES</h4>
<p>
Nos adentramos en todos los detalles y procesos de su negocio, para así desarrollar una solución a su medida.
</p>
</li>
<li>
<h4>PUNTUALIDAD</h4>
<p>Con nosotros, usted puede sentirse seguro y protegido. Un principio importante de la empresa: respetar su tiempo y respetar los plazos acordados.</p>
</li>
<li>
<h4>PLANIFICACIÓN</h4>
<p>Usted podrá observar y participar en cada fase del desarrollo y aplicación de soluciones.</p>
</li>
<li>
<h4>TEGNOLOGÍA MODERNA</h4>
<p>Usamos herramientas innovadoras para resolver las tareas asignadas. Es hora de simplificar los procesos laborales.</p>
</li>
</ul>
</section>
<section>
<h2> A Qué No Dedicamos</h2>
<ul>
<li><img src="./images/imagen01.jpg" alt="Diseño de software" width="350" height="320">
<h3>Especialistas en Diseño</h3>
</li>
<li><img src="./images/imagen02.jpg" alt="Diseño responsive" width="350" height="320">
<h3>Especialistas en diseño responsive</h3>
</li>
<li><img src="./images/imagen03.jpg" alt="Diseño con colores personalizado" width="360" height="320">
<h3>Personalización de sus productos</h3>
</li>
</ul>
</section>
<section>
<h2>Nuestro Equipo</h2>
<ul>
<li>
<img src="./images/equipo01.jpg" alt="Diseñador de Productos" width="270" height="260">
<h3>Andrés Cubo</h3>
<p>Diseñador de Productos</p>
</li>
<li>
<img src="./images/equipo02.jpg" alt="Desarroladora Frontend" width="270" height="260">
<h3>Carla Palacios</h3>
<p>Desarrolladora Frontend</p>
</li>
<li>
<img src="./images/equipo03.jpg" alt="marketing" width="270" height="260">
<h3>Mario Dorado</h3>
<p>Marketing</p>
</li>
<li>
<img src="./images/equipo04.jpg" alt="Desarrolador IU" width="270" height="260">
<h3>Pablo Milangos</h3>
<p>Desarrolador IU</p>
</li>
</ul>
</section>
</main>
<footer>
<a href="WebStudio">WebStudio</a>
<address> Calz. Ticomán 500, Ciudad de México, CDMX, México</address>
<ul>
<li><a href="malito:[email protected]">[email protected]</a></li>
<li><a href="tel:57+3203456768">3203456768</a> </li>
</ul>
</footer>
</body>
</html>