-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
438 lines (428 loc) · 23 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<title>Instagram Bootstrap</title>
</head>
<body class="content">
<!--Modal-->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="form-group pt-2 pl-2 pr-2">
<textarea class="form-control" id="message-text"></textarea>
</div>
<div class="row pl-2 mb-4">
<div class="col-1">
<button type="button" class= "btn btn-outline-dark" data-dismiss="modal" style= "width:39px;">
<i class="fas fa-camera"></i>
</button>
</div>
<div class="col-1">
<button type="button" class="btn btn-outline-dark" data-dismiss="modal">
<i class="fas fa-map-marker-alt"></i>
</button>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-success">Publish</button>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top p-0">
<div class="container d-flex justify-content-between">
<a class="navbar-brand d-flex align-items-center" href="#">
<i class="fab fa-instagram" ></i>Instagram
</a>
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">
<!--Boton verde-->
<button type="button" class="btn btn-success" data-toggle="modal" data-target="#exampleModal">Create a new post
</button>
</a>
</li>
<!--Boton herramienta-->
<li class="nav-item dropdown d-flex align-items-center">
<div class="btn-group " role="group">
<a class="nav-link dropdown-toggle btn-light rounded" href="#" id="navbarDropdownMenuLink"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="far fa-sun"></i>
</a>
<div class="dropdown-menu" aria-labelledby="btnGroupDrop">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Log out</a>
</div>
</div>
</li>
</ul>
</div>
</nav>
<!--Barra navegación-->
<ul class="nav nav-pills justify-content-center mb-2 mt-2" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home"
aria-selected="true"><i class="fas fa-th"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile"
aria-selected="false"><i class="fas fa-stop"></i></a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<!--Imágenes-->
<div class="container-fluid">
<div class="row m-2">
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="https://picsum.photos/200/300" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="https://picsum.photos/200" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="https://picsum.photos/id/237/200/300" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="https://picsum.photos/seed/picsum/200/300" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="http://lorempixel.com/g/400/200" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="https://loremflickr.com/640/360" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="https://picsum.photos/id/870/200/300?grayscale&blur=2" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="https://picsum.photos/200/300?grayscale" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
<div class="col-md-4 pr-1 pl-1">
<div class="card mb-1 shadow-sm">
<img src="http://lorempixel.com/400/200/sports/1" class="card-img-top" style="height: 350px; width: 100%; display: block;" >
</div>
</div>
</div>
</div>
</div>
<!--Cards-->
<div class="tab-pane fade bg-secondary" id="profile" role="tabpanel"aria-labelledby="profile-tab">
<div class="row justify-content-center mb-3">
<div class="card mt-3" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="https://picsum.photos/200/300" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="https://picsum.photos/200" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="https://picsum.photos/id/237/200/300" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="https://picsum.photos/seed/picsum/200/300" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="http://lorempixel.com/g/400/200" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="https://loremflickr.com/640/360" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="https://picsum.photos/id/870/200/300?grayscale&blur=2" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="https://picsum.photos/200/300?grayscale" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="card" style="width: 800px" >
<div class="card-body pl-1">
<div class="row ml-2">
<div class="col-10">
<h4 class="card-text">My firts Photo</h4>
</div>
<div class="col">
<span>17/13</span>
</div>
</div>
</div>
<img class="card-img-top" src="http://lorempixel.com/400/200/sports/1" style="height: 500px; width: 100%; display: block;" alt="Card image cap">
<div class="card-body pb-0 pt-2">
<div class="row p-0 m-0"><h4>27 likes</h4></div>
<p class="card-text">This is my first photo of the feed. This is a multi line comment for testing purposes. I am learning to code with <strong>#Breathecode</strong></p>
<div class="row m-0 p-0">
<div class="col-1 pl-3"><i class="far fa-heart" style="font-size: 27px"></i>
</div>
<div class="col-10">
<div class="form-group">
<input type="text" class="form-control form-control-sm" id="formGroupExampleInput" placeholder="Coments...">
</div>
</div>
<div class="col-1"><i class="fas fa-ellipsis-v align-middle ml-2" style="font-size: 22px"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous">
</script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous">
</script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
crossorigin="anonymous">
</script>
</body>
</html>