-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
239 lines (181 loc) · 10.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://kit.fontawesome.com/85297bb956.js" crossorigin="anonymous"></script>
<title>IG feed bootstrap</title>
</head>
<body>
<div class="container-fluid">
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="https://www.kindpng.com/picc/m/276-2764257_instagram-icon-instagram-logo-small-size-hd-png.png" alt="" width="30" height="24" class="d-inline-block align-text-top">
Instagram
</a>
<div class="right d-flex">
<form class="d-flex pe-2">
<button class="btn btn-success pe-1px" type="submit" data-bs-toggle="modal" data-bs-target="#modalwindow">Create a new post</button>
<!--Modal, no tocar.-->
<div class="modal fade" id="modalwindow" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="modalwindowlabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content p-1">
<textarea class="form-control m-1"> </textarea>
<div class="modal-body">
<button class="btn btn-outline-secondary"><i class="fa-solid fa-camera"></i></button>
<button class="btn btn-outline-secondary"><i class="fa-solid fa-location-dot"></i> </button>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline-secondary" data-bs-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-success">Publish</button>
</div>
</div>
</div>
</div>
</form>
<div class="dropdown">
<button class="btn btn-light dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-gear ps-2" ></i>
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="dropdownMenu2">
<li><button class="dropdown-item" type="button">Action</button></li>
<li><button class="dropdown-item" type="button">Another action</button></li>
<li><button class="dropdown-item" type="button">Something else here</button></li>
<li>
<hr class="dropdown-divider">
</li>
<li><button class="dropdown-item" type="button">Log Out</button></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- malvadas nav tabs-->
<ul class="nav nav-pills mb-3 justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-grid" data-bs-toggle="pill" data-bs-target="#pills-left" type="button" role="tab" aria-controls="pills-home" aria-selected="true"><i class="fa-solid fa-table-cells"></i></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-col" data-bs-toggle="pill" data-bs-target="#pills-right" type="button" role="tab" aria-controls="pills-profile" aria-selected="false"><i class="fa-solid fa-square"></i></button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<!--GRID-->
<div class="tab-pane fade show active" id="pills-left" role="tabpanel" aria-labelledby="pills-grid-tab">
<div class="row mb-2 ms-1 me-1 d-flex w-100" id="grid">
<div class="col-4 ps-2 pb-2 pe-1">
<img src="https://d1dzh206jt2san.cloudfront.net/posts-content-images/1518762805c1RVS.jpg"
class="card-img-top h-100" alt="...">
</div>
<div class="col-4 ps-2 pb-2 pe-1">
<img src="https://hambedo.objects.dc-sto1.glesys.net/product/margin/538cb426-4f76-4902-b275-843d16ecdebc.jpg"
class="card-img-top h-100" alt="...">
</div>
<div class="col-4 ps-2 pb-2 pe-1">
<img src="https://imagearchive.com/proxy.php?image=http%3A%2F%2Ffc09.deviantart.net%2Ffs70%2Fi%2F2010%2F110%2Fe%2Fd%2FThe_Evil_Eye_by_Sendri.png&hash=ce37a65223071ca7181b59fb9a2effc6"
class="card-img-top h-100" alt="...">
</div>
<div class="col-4 ps-2 pb-2 pe-1">
<img src="https://static01.nyt.com/images/2019/07/13/arts/13video/bob-ross-cover-superJumbo-v2.png"
class="card-img-top h-100" alt="...">
</div>
<div class="col-4 ps-2 pb-2 pe-1">
<img src="https://thumbs.dreamstime.com/b/cute-couple-guinea-pigs-clothes-isolated-white-background-230636848.jpg"
class="card-img-top h-100" alt="...">
</div>
<div class="col-4 ps-2 pb-2 pe-1">
<img src="https://i0.wp.com/wherecialis.com/wp-content/uploads/2022/03/Adorable-Bunny-Rabbit-Dancing-Delights-the-Internet.jpg"
class="card-img-top h-100" alt="...">
</div>
</div>
</div>
<!-- COLUMNA-->
<div class="tab-pane fade" id="pills-right" role="tabpanel" aria-labelledby="pills-col-tab">
<!-- Post Feed 1-->
<div class="card container-fluid p-0 mb-5" style="width: 36rem;" id="feed">
<div class="card-header row d-flex align-time-center bg-white p-0 my-2 mx-1" >
<h3 class="card-title col-6">My first post </h3>
<h5 class="col-6 text-muted text-end">01/21</h5>
</div>
<img src="https://d1dzh206jt2san.cloudfront.net/posts-content-images/1518762805c1RVS.jpg"
class="card-img-top w-100" alt="...">
<div class="card-body">
<p class="card-text">5 likes</p>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- Post Feed 2-->
<div class="card container-fluid p-0 mb-5" style="width: 36rem;" id="feed">
<div class="card-header row d-flex align-time-center bg-white p-0 my-2 mx-1" >
<h3 class="card-title col-6">My first post </h3>
<h5 class="col-6 text-muted text-end">11/14</h5>
</div>
<img src="https://hambedo.objects.dc-sto1.glesys.net/product/margin/538cb426-4f76-4902-b275-843d16ecdebc.jpg"
class="card-img-top w-100" alt="...">
<div class="card-body">
<p class="card-text">23 likes</p>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- Post Feed 3-->
<div class="card container-fluid p-0 mb-5" style="width: 36rem;" id="feed">
<div class="card-header row d-flex align-time-center bg-white p-0 my-2 mx-1" >
<h3 class="card-title col-6">My first post </h3>
<h5 class="col-6 text-muted text-end">12/05</h5>
</div>
<img src="https://imagearchive.com/proxy.php?image=http%3A%2F%2Ffc09.deviantart.net%2Ffs70%2Fi%2F2010%2F110%2Fe%2Fd%2FThe_Evil_Eye_by_Sendri.png&hash=ce37a65223071ca7181b59fb9a2effc6"
class="card-img-top w-100" alt="...">
<div class="card-body">
<p class="card-text">30 likes</p>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- Post Feed 4-->
<div class="card container-fluid p-0 mb-5" style="width: 36rem;" id="feed">
<div class="card-header row d-flex align-time-center bg-white p-0 my-2 mx-1" >
<h3 class="card-title col-6">My first post </h3>
<h5 class="col-6 text-muted text-end">10/04</h5>
</div>
<img src="https://static01.nyt.com/images/2019/07/13/arts/13video/bob-ross-cover-superJumbo-v2.png"
class="card-img-top w-100" alt="...">
<div class="card-body">
<p class="card-text">110 likes</p>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- Post Feed 5-->
<div class="card container-fluid p-0 mb-5" style="width: 36rem;" id="feed">
<div class="card-header row d-flex align-time-center bg-white p-0 my-2 mx-1" >
<h3 class="card-title col-6">My first post </h3>
<h5 class="col-6 text-muted text-end">12/06</h5>
</div>
<img src="https://thumbs.dreamstime.com/b/cute-couple-guinea-pigs-clothes-isolated-white-background-230636848.jpg"
class="card-img-top w-100" alt="...">
<div class="card-body">
<p class="card-text">420 likes</p>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<!-- Post Feed 6-->
<div class="card container-fluid p-0 mb-5" style="width: 36rem;" id="feed">
<div class="card-header row d-flex align-time-center bg-white p-0 my-2 mx-1" >
<h3 class="card-title col-6">My first post </h3>
<h5 class="col-6 text-muted text-end">12/09</h5>
</div>
<img src="https://i0.wp.com/wherecialis.com/wp-content/uploads/2022/03/Adorable-Bunny-Rabbit-Dancing-Delights-the-Internet.jpg"
class="card-img-top w-100" alt="...">
<div class="card-body">
<p class="card-text">69 likes</p>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>