forked from DesafioLatam/E2CP2A1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (196 loc) · 4.26 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Landing Page</title>
<link rel="stylesheet" href="#">
<style>
body {
margin: 0px;
font-family: sans-serif;
font-weight: normal;
}
.imagen1 {
width: auto;
background-image: url("images/bg.jpeg");
background-size: 100% 200%;*
background-repeat: no-repeat;
padding: 2.5em 14em;
background-position: 0px;
}
h1 {
font-family: sans-serif;
font-weight: normal;
margin-top: 100px;
color: white;
text-align: center;
line-height: 60px;
font-size: 44px;
}
.parrafo1 {
color: white;
text-align: center;
margin-top: 60px;
}
.logo {
width: 150px;
float: left;
left: 200px;
top: 20px;
}
.botones {
text-align: center;
margin: 0 auto;
}
.boton {
background-color: #337ab7;
border-radius: 10px;
padding: 20px;
margin-right: 10px;
color: white;
text-decoration: none;
}
.boton1 {
}
.boton2 {
background-color: #5cb85c;
}
.boton3 {
margin: 10px;
}
.menu {
float: right;
}
.menu a {
text-decoration: none;
color: gray;
font-size: 15px;
}
.menu ul {
list-style: none;
display: -webkit-inline-box;
}
.menu li {
margin-right: 20px;
}
.centro {
padding: 0 100px;
}
.parte2, .parte3 {
text-align: center;
padding: 4em 5em 0 5em;
}
.parte3 {
padding-bottom: 3em;
background-color: #fafafa;
border-top: 2px solid #ececec;
border-bottom: 2px solid #ececec;
}
.grupo {
width: 50%;
display: inherit;
position: relative;
left: 25%;
}
.parrafo3 {
margin-bottom: 40px;
}
.parrafo4 {
margin-top: 40px;
}
.contacto {
width: 25%;
float: left;
line-height: 1.5;
margin-left: 25%;
}
.tituloabajo {
margin-top: 0px;
}
.suscribete {
padding-top: 3px;
}
.formulario {
text-align: left;
}
.formulario input , .formulario button {
padding: 5px;
border:1px solid #ccc;
}
.formulario input {
}
.formulario button {
background-color: transparent;
}
.ultimaparte {
padding: 4em;
}
footer {
color: white;
font-size: 10px;
background-color: #222222;
}
footer h2 {
margin:0px;
padding:30px;
}
</style>
</head>
<body>
<div class="imagen1">
<img class="logo" src="images/latam_logo.png" alt="Desafio LATAM">
<nav class="menu">
<ul>
<li><a href="#" title="Equipo">Equipo</a></li>
<li><a href="#" title="Blog">Blog</a></li>
<li><a href="#" title="Contacto">Contacto</a></li>
</ul>
</nav>
<div class="centro">
<h1>COMIENZA UNA NUEVA VIDA Y ÚNETE AL MUNDO TECNOLÓGICO</h1>
<div class="botones">
<a class="boton boton1" href="#">Comienza acá!</a>
<a class="boton boton2" href="#">Más Info</a>
</div>
<p class="parrafo1" >Hay una escasez gigante de desarrolladores en el mundo y más aún en Latinoamérica, se necesitan más desarrolladores y Tú puedes ser uno!</p>
</div>
</div>
<div class="parte2">
<h2>EL BOOTCAMP DE PROGRAMACIÓN MÁS GRANDE DE LATINOAMÉRICA</h2>
<p class="parrafo2">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
</p>
</div>
<img class="grupo" src="images/viewing-gallery-for-happy-people.png" alt="grupo">
<div class="parte3">
<h2>SOLICITA INFORMACIÓN E INSCRÍBETE</h2>
<p class="parrafo3">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
</p>
<a class="boton boton3" href="#">Inscribete!</a>
<p class="parrafo4">Vive la experiencia Desafio LATAM!</p>
</div>
<div class="ultimaparte">
<div class="contacto">
<h2 class="tituloabajo">Contacto</h2>
<p><b>Desafio LATAM</b></br>
Ezequias Allende 2361</br>
P +569 9284829284</p>
</div>
<div class="suscribete">
<h2 class="tituloabajo">Suscríbete</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,</p>
<form class="formulario" action="#" method="get" accept-charset="utf-8">
<input type="text" placeholder="ingresa tu mail">
<button type="submit">Enviar</button>
</form>
</div>
</div>
<footer>
<h2>DESAFIO LATAM 2018 - CURSO FRONT END G7</h2>
</footer>
</body>
</html>