forked from zamuro57/introduccion-html-css
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathejercicio9.html
298 lines (276 loc) · 8.8 KB
/
ejercicio9.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ejercicio 9</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100italic,300italic,100' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="fonts/nueva/style.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/ejercicio9.css">
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header class="row">
<nav class="navbar navbar-fixed-top" style="position: fixed;">
<div class="navbar-inner container">
<div class="container" style="width: auto; padding: 0 20px;">
<a class="brand" href="#">Mi Logo</a>
<ul class="nav">
<li class="active">
<a href="#">Home</a>
</li>
<!--coloca estado activo -->
<li>
<a href="#">enlace1</a>
</li>
<li class="divider-vertical"></li>
<!--coloca divisores verticales -->
<li>
<a href="#">enlace2</a>
</li>
<li class="divider-vertical"></li>
<li>
<a href="#">enlace2</a>
</li>
<li class="divider-vertical"></li>
<li>
<form class="navbar-search pull-right offset2">
<!--coloca campo de busqueda -->
<input type="text" class="search-query" placeholder="Search"></form>
</li>
</ul>
</div>
</div>
</nav>
<!-- Menu de navegaciòn con estilos de bootsptrap-->
</header>
<section class="row">
<aside class="span4">
<article>
<img class="img-polaroid" src="http://placehold.it/400x500">
<!--esto pertenece a la imagen -->
<h2>Articulo sorprendente</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, id, expedita, minima quasi iure nobis consequuntur
</p>
<h3 class="price">
<span class="icon">(</span>
$11.99
</h3>
<!-- clase icon coloca icono de icomoon-->
</article>
</aside>
<article>
<div class="span4">
<img class="img-polaroid"src="http://placehold.it/64x64">
<!--imagenes miniatura, la clase polaroid coloca el marco-->
<img class="img-polaroid"src="http://placehold.it/64x64">
<img class="img-polaroid"src="http://placehold.it/64x64">
<img class="img-polaroid"src="http://placehold.it/64x64">
<img class="img-polaroid"src="http://placehold.it/64x64">
<img class="img-polaroid"src="http://placehold.it/64x64">
</div>
<div class="span4">
<h3>Titulo de mi articulo</h3>
<hr>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque, cupiditate laudantium blanditiis? Magni, itaque aliquid recusandae iusto excepturi velit temporibus dolorum exercitationem praesentium expedita mollitia similique voluptate laboriosam laudantium illo!
</p><br>
<button type="button" class="btn btn-warning btn-large btn-block"><i class=" icon-shopping-cart"> </i> Añadir al carrito de compras</button>
<button type="button" class="btn btn-large btn-block"><i class=" icon-gift"> </i> Añadir a lista de deseos</button>
</div>
</article>
</section>
<ul class="breadcrumb">
<!--coloca migas de pan -->
<li>
<a href="#">Home</a>
<span class="divider">/</span>
</li>
<li>
<a href="#">Ropa</a>
<span class="divider">/</span>
</li>
<li class="active">Deportiva</li>
<!--clase active siempre coloca los elementos con estado activo-->
</ul>
<hr>
<section class="row">
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3> <i class="icon-star"></i>
<!--etiqueta "i" coloca iconos de bootsptrap--> <i class="icon-star"></i>
<!--la clase icon-star define el tipo de icono-->
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3>
<i class="icon-star"></i>
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
</section>
<section class="row">
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3>
<i class="icon-star"></i>
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3>
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
<article class="span3 box">
<img src="http://placehold.it/300x400">
<!--esto pertenece a la imagen -->
<h3>Item Name</h3>
<i class="icon-star"></i>
<i class="icon-star"></i>
<h4>$000.00</h4>
<button type="button cart" class="btn btn-warning agregar"><i class="icon-shopping-cart"></i> Agregar </button>
</article>
</section>
<section class="row container">
<div class="pagination">
<ul>
<li>
<a href="#">Prev</a>
</li>
<li>
<a href="#">1</a>
</li>
<li>
<a href="#">2</a>
</li>
<li>
<a href="#">3</a>
</li>
<li>
<a href="#">4</a>
</li>
<li>
<a href="#">5</a>
</li>
<li>
<a href="#">Next</a>
</li>
</ul>
</div>
</section>
<section class="row">
<!--Esto es una cabecera con fila-->
<div class="slide span12">
<!--capricho mio-->
<img src="http://placehold.it/960x100">
<!--esto pertenece a la imagen -->
</div>
</section>
<section class="row">
<article class="span3">
<img src="http://placehold.it/200x140"></article>
<article class="span3">
<h4>Titulo de mi articulo</h4>
<h5>Segundo titulo de mi articulo</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt, aspernatur, modi repudiandae iste ipsum.
</p>
</article>
<article class="span3">
<img src="http://placehold.it/200x140"></article>
<article class="span3">
<h4>Titulo de mi articulo</h4>
<h5>Segundo titulo de mi articulo</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt, aspernatur, modi repudiandae iste ipsum.
</p>
</article>
</section>
<hr>
<section class="row">
<article class="span5">
<h5>Titulo de mi articulo</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt, aspernatur, modi repudiandae iste ipsum.Deserunt, aspernatur, modi repudiandae iste ipsum.
</p>
</article>
<div class="span2">
<h5>Quick Links</h5>
<p>
<a href="#">Home</a>
<br>
<a href="#">Noticias</a>
<br>
<a href="#">Tienda</a>
<br>
<a href="#">Etc..</a>
<br>
<a href="#">Etc..</a>
<br></p>
</div>
<article class="span5">
<h5>Titulo de mi articulo</h5>
<h4> <b>Titulo de mi articulo</b>
</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt, aspernatur, modi repudiandae iste ipsumaspernatur, modi repudiandae iste ipsum.
</p>
</article>
</section>
<!-- row refiere a las filas , span a las columnas, seccion a las secciones, article a los articulos, aside a los elementos relacionados-->
</div>
<hr>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/myjs.js"></script>
</body>
</html>