-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBlogPart.html
237 lines (208 loc) · 8.48 KB
/
BlogPart.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Blog!</title>
<style>
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
display: flex;
padding: 0px;
}
.title {
color: grey;
font-size: 18px;
}
.links{
display: flex;
justify-content: center;
column-gap: 10px;
}
button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a {
text-decoration: none;
font-size: 22px;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
#con{
row-gap: 20px;
}
</style>
</head>
<body>
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/front1.jfif" alt="oops!">
<div class="carousel-caption d-none d-md-block">
<h1><em>Welcome to the Blog section!</em></h1>
</div>
</div>
<div class="carousel-item">
<img src="img/front2.jfif" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1><em>We bring to you some of the weirdest dishes across the globe!</em></h1>
</div>
</div>
<div class="carousel-item">
<img src="img/front3.jfif" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h1><em>You would be amazed at such weird but delicious dishes!</em></h1>
</div>
</div>
</div>
<br />
<br />
<div class="row row-cols-md-3 g-4" id="con">
<div class="card">
<img class="card-img-top" src="img\tacos.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Sea Urchin Dhacamole Tacos</h5>
<p class="card-text">Never heard of these right?</p>
<p class="card-text">Do check them out!!!!.</p>
</div>
<div class="card-footer">
<a href="https://www.foodrepublic.com/recipes/alex-stupaks-sea-urchin-guacamole-tacos/" class="btn btn-dark btn-sm">Read Blog!</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="img/salad.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Moroccan salad</h5>
<p class="card-text">Probably the most healthy stuff!</p>
<p class="card-text">Fitness freaks in the house, do check them out !!</p>
</div>
<div class="card-footer">
<a href="https://www.foodrepublic.com/recipes/spicy-moroccan-carrot-salad-with-chili-and-cumin/" class="btn btn-dark btn-sm">Read Blog!</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="img/THD.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">The Humm Dog</h5>
<p class="card-text">These Hamburgers surely gonna amaze you!</p>
</div>
<div class="card-footer">
<a href="https://www.foodrepublic.com/recipes/nomad-at-home-the-humm-dog-with-bacon-black-truffle-and-celery/" class="btn btn-dark btn-sm">Read Blog!</a>
</div>
</div>
</div>
<br />
<br />
<div class="row row-cols-md-3 g-4" id="con">
<div class="card">
<img class="card-img-top" src="img\avacado.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">'Nduja Avacado Toast</h5>
<p class="card-text">
</p>Can't spell them properly, Right? </p>
</p>Amazing Blog!</p>
</div>
<div class="card-footer">
<a href="https://www.foodrepublic.com/recipes/a-green-breakfast-for-carnivores-nduja-avocado-toast/" class="btn btn-dark btn-sm">Read Blog!</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="img/mashroompasta.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Peeping Mashroom Pasta</h5>
<p class="card-text">Ever thought Mushrooms could scare you?</p>
</div>
<div class="card-footer">
<a href="https://www.foodrepublic.com/recipes/peeping-mushroom-pasta/" class="btn btn-dark btn-sm">Read Blog!</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="img/hotchicken.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Nashvilee Hot Chicken</h5>
<p class="card-text">Hotest and the most spicy form of the chicken ever made!!!!</p>
</div>
<div class="card-footer">
<a href="https://www.foodrepublic.com/recipes/nashville-necessity-fried-hot-chicken/" class="btn btn-dark btn-sm">Read Blog!</a>
</div>
</div>
</div>
<br />
<br />
<hr>
<br />
<br />
<h1 style="color:#9f5f80" text align="center">About Us!</h1>
<p>
We are a community of people dedicated in bringing taste to a next level by bringing forward some of the best recipes across the globe. We are dedicated to empower people by encouraging them to share their own recipes. We promote these ideas to
the local restaurants in order to help such ideas to grow and provide some financial assistance to those people!
</p>
<br />
<br />
<div class="row row-cols-md-3 g-4" id="con">
<div class="card">
<img src="img/akarsh.png" alt="John" style="width:100%;">
<h3>Akarsh Pandey</h1>
<p class="title">Student </p>
<p>IIIT Kottayam</p>
<div class="links">
<a href="https://www.instagram.com/iamakarsh___/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/iamakarsh___" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
</div>
</div>
<div class="card">
<img src="img/bhavya.jpg" alt="John" style="width:100%">
<h3>Bhavya Goyal</h1>
<p class="title">Student</p>
<p>IIIT Kottayam</p>
<div class="links">
<a href="https://www.instagram.com/bhavya_g55/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/BHAVYAG25747088" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/bhavya-goyal-832418203/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/profile.php?id=100008964584719" target="_blank"><i class="fa fa-facebook"></i></a>
</div>
</div>
<div class="card">
<img src="img/divyansh.jpeg" alt="John" style="width:100%">
<h3>Divansh Panwar</h1>
<p class="title">Student</p>
<p>IIIT Kottayam</p>
<div class="links">
<a href="https://www.instagram.com/junior._.geek/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/home" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/divyanshpanwar/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/divyansh.panwar.3154" target="_blank"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<br /><br />
<hr>
<br />
<br />
<div class="card text-center">
<div class="card-footer text-muted">
© 2021 —Created by the team Akarsh,Bhavya & Divyansh
</div>
</div>
<br /> <br /> <br />
</body>
</html>