-
Notifications
You must be signed in to change notification settings - Fork 2
/
card.html
314 lines (241 loc) · 12.4 KB
/
card.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=3.0, minimum-scale=0.86">
<meta name="docsearch:language" content="en">
<meta name="docsearch:version" content="5">
<meta name="description" content="Bootstrap Extra is a free and advanced open source front end development framework for the creation of websites and web apps.">
<meta name="keywords" content="HTML, CSS, JavaScript, Responsive, Mobile, App, Jquery">
<meta name="author" content="Irfan Ghuori">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/animation.css" />
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Favicon /-->
<link rel="apple-touch-icon" sizes="57x57" href="./images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Favicon \ -->
<title>Bootstrap Extra</title>
<!-- Fonts and icons -->
<script>
WebFont.load({
google: {
"families": ["Lato:300,400,700,900"]
},
custom: {
"families": ["Flaticon", "Font Awesome 5 Solid", "Font Awesome 5 Regular", "Font Awesome 5 Brands", "simple-line-icons"],
urls: ['plugin/css/fonts.min.css']
},
active: function() {
sessionStorage.fonts = true;
}
});
</script>
<style>
pre {
font-size: 0.9rem;
}
</style>
</head>
<body>
<br>
<div class="container">
<div class="card">
<div class="card-header display-6"> Card </div>
<div class="card-body">
<!-- animated -->
<div class="row">
<div class="col-md-4">
<div class="card next">
<img class="card-img-animated" src="https://via.placeholder.com/425x315" alt="Card image cap">
<div class="card-body">
<h5 class="card-title mb-2 fw-mediumbold">Card title</h5>
<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>
<a href="#" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-animated shadow-4dp" src="https://via.placeholder.com/425x315" alt="Card image cap">
<div class="card-body">
<h5 class="card-title mb-2 fw-mediumbold">Card title</h5>
<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>
<a href="#" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-animated shadow-4dp" src="https://via.placeholder.com/425x315" alt="Card image cap">
<div class="card-body">
<h5 class="card-title mb-2 fw-mediumbold">Card title</h5>
<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>
<a href="#" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
</div>
<!-- animated -->
<br><br>
<hr>
<div> How to!</div>
<div>
<code>
<pre>
Example: Add animated image with cardAdd animated image with card
<img class="card-img-animated" src="..." alt="Card image cap">
<div class="card">
<img class="card-img-animated" src="..." alt="Card image cap">
<div class="card-body">
<h5 class="card-title mb-2 fw-mediumbold">Card title </h5>
<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>
<a href="#" class="btn btn-warning">Go somewhere <a>
</div>
<div>
</pre>
</code>
</div>
<!-- Next Card Example -->
<div class="row">
<div class="col-md-4">
<div class="card">
<img class="" src="https://via.placeholder.com/315x315" alt="Card image cap">
<div class="card-body">
<h5 class="card-title mb-2 fw-mediumbold">Card title</h5>
<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>
<a href="#" class="btn btn-warning">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4">
<!-- Card -->
<div class="card">
<div class="card-body d-flex flex-row">
<img src="https://via.placeholder.com/100x100" class="rounded-circle mr-3" height="50px" width="50px" alt="avatar">
<div>
<h4 class="card-title font-weight-bold mb-2">Card title</h4>
<p class="card-text">03/24/2020</p>
</div>
</div>
<div class="view overlay">
<img class="card-img-top rounded-0" src="https://via.placeholder.com/300x300" alt="Card image">
</div>
<div class="card-body">
<div class="collapse-content">
<p class="card-text collapse" id="collapseContent">Recently, we added several exotic new dishes to our restaurant menu. They come from countries such as Mexico, Argentina, and Spain. Come to us, have some delicious wine and enjoy our juicy meals from around the world.</p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut, iure!
</div>
</div>
</div>
<!-- Card -->
</div>
<!-- Card -->
<div class="col-md-4">
<div class="card">
<img class="card-img" src="https://via.placeholder.com/300x200" alt="Bologna">
<div class="card-img-overlay">
<a href="#" class="btn btn-light btn-sm"> Contact </a>
</div>
<div class="card-body">
<h4 class="card-title">Card title</h4>
<small class="text-muted cat">
<i class="far fa-clock text-info"></i> 30 minutes
<i class="fas fa-users text-info"></i> 4 portions
</small>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugiat, laboriosam.</p>
<a href="#" class="btn btn-info">Read full article</a>
</div>
<div class="card-footer text-muted d-flex justify-content-between bg-transparent border-top-0">
<div class="views">Oct 20, 12:45PM
</div>
<div class="stats">
<i class="far fa-eye"></i> 1347
<i class="far fa-comment"></i> 12
</div>
</div>
</div>
</div>
<!-- Card -->
</div>
<!-- Next Card Example -->
</div>
<div class="container">
<div>Some Example </div>
<code>
<pre>
<div class="card">
<img class="" src="https://via.placeholder.com/315x315" alt="Card image cap">
<div class="card-body">
<h5 class="card-title mb-2 fw-mediumbold">Card title <h5>
<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>
<a href="#" class="btn btn-warning">Go somewhere <a>
<div>
<div>
<div class="card">
<div class="card-body d-flex flex-row">
<img src="https://via.placeholder.com/100x100" class="rounded-circle mr-3" height="50px" width="50px" alt="avatar">
<div>
<h4 class="card-title font-weight-bold mb-2">Card title <h4>
<p class="card-text">03/24/2020 <p>
<div>
<div>
<div class="view overlay">
<img class="card-img-top rounded-0" src="https://via.placeholder.com/300x300" alt="Card image">
</div>
<div class="card-body">
<div class="collapse-content">
<p class="card-text collapse" id="collapseContent">Recently, we added several exotic new dishes to our restaurant menu.
They come from countries such as Mexico, Argentina, and Spain. Come to us, have some delicious wine and enjoy our juicy
meals from around the world.<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut, iure!
</div>
</div>
</div>
<div class="card">
<img class="card-img" src="https://via.placeholder.com/300x200" alt="Bologna">
<div class="card-img-overlay">
<a href="#" class="btn btn-light btn-sm"> Contact </a>
</div>
<div class="card-body">
<h4 class="card-title">Card title</h4>
<small class="text-muted cat">
<i class="far fa-clock text-info"></i> 30 minutes
<i class="fas fa-users text-info"></i> 4 portions
</small>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugiat, laboriosam.</p>
<a href="#" class="btn btn-info">Read full article</a>
</div>
<div class="card-footer text-muted d-flex justify-content-between bg-transparent border-top-0">
<div class="views">Oct 20, 12:45PM
</div>
<div class="stats">
<i class="far fa-eye"></i> 1347
<i class="far fa-comment"></i> 12
</div>
</div>
<div>
</pre>
</code>
</div>
</div>
</div>
<script src="js/bootstrap.js"></script>
</body>
</html>