-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
471 lines (356 loc) · 29.1 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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hungerbuds-Welcome to my World</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=stylesheet href="bootstrap-4.4.1-dist/css/bootstrap-grid.min.css">
<link rel=stylesheet href="bootstrap-4.4.1-dist/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Caladea&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/7f0fdb081a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navcolor">
<a class="navbar-brand" href="#"><img class="img-fluid hunger" src="coollogo_com-163712370.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="#">Recipes <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="#">Gallery</a>
<a class="nav-item nav-link active" href="#">Videos</a>
<a class="nav-item nav-link active" href="videos.html" tabindex="-1" aria-disabled="true">Video Recipes</a>
</div>
</div>
</nav>
<div class="sectionLight">
<div class="row">
<div class="col-lg-12 col-md-12">
<div id="mainCarousel" class="carousel slide" data-ride="carousel" data-pause:hover>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="chris-hardy-vUcE1U2oysk-unsplash.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="chris-hardy-vUcE1U2oysk-unsplash.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="jade-wulfraat-Wo_JUaWp7Dg-unsplash.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="jade-wulfraat-Wo_JUaWp7Dg-unsplash.jpg" class="d-block w-100 choco" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#mainCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#mainCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<!-- Section-2 -->
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Wake up your buds with hungerbuds</h1>
</div>
</div>
</div>
</div>
<!-- Section-3 -->
<div class="sectin-3">
<div class="row">
<div class="col-1"></div>
<div class="col-md-7 col-sm-12">
<div class="thumbnail-container">
<div class="box" style="width: 400px">
<a href="#modal"><img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-26-11-55-07-680_com.instagram.android.png"></a>
<div class="details">
<div class="content">
<h2>Choco Brownie Shake</h2>
<p>Shakes are the best mood maker for me! Especially in this summer cold-coffee,milkshakes and freak shakes are the best way to chill out!
So I loved it but i wont like Whipped cream much so expect that portion I love the shake.<br><br>Anything is good if its made of chocolate.</p>
<small>PRICE:149/-<br>PLACE: Eleven 11 Restro Cafe</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Choco Brownie Shake</h2>
<p class="img-paragraph">Shakes are the best mood maker for me! Especially in this summer cold-coffee,milkshakes and freak shakes are the best way to chill out!
So I loved it but i wont like Whipped cream much so expect that portion I love the shake.</p>
<p class="placeList">PRICE:149/-<br>PLACE: Eleven 11 Restro Cafe</p>
<div class="box" style="width: 400px">
<a href=""><img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-26-11-55-25-613_com.instagram.android.png"></a>
<div class="details">
<div class="content">
<h2>Chocolate Overloaded</h2>
<p>This is one of the most favourite place.And their milkshakes and jars are the best.the've introduced some new jars and shakes .I tried one of them.<br>If you are a chocolate lover you should not miss this.They've added Belgium chocolate Ice cream,Nuts,Brownie,Nutella and topped with brownie crumbs and waffy stick</p>
<small>PRICE:200/-<br>PLACE:Mleko The Milkshake</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Chocolate overloaded</h2>
<p class="img-paragraph">This is one of the most favourite place.And their milkshakes and jars are the best.the've introduced some new jars and shakes .I tried one of them.<br>If you are a chocolate lover you should not miss this.They've added Belgium chocolate Ice cream,Nuts,Brownie,Nutella and topped with brownie crumbs and waffy stick.</p>
<p class="placeList">PRICE:200/-<br>PLACE:Mleko The Milkshake</p>
<div class="box" style="width: 400px">
<a href=""><img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-26-11-55-43-113_com.instagram.android.png"></a>
<div class="details">
<div class="content">
<h2>Supreme Nachos</h2>
<p>SbrSocialAhmedabad is obviously the best place to hangout with yur friends,family or with the people you love the most.You'll get many good food options!<br>Here's my favourite SUPREME NACHOS from nachos n more<br>I love this because this has perfect amount of beans,veggies and cheese,cheese sauce.They dont compromise their quality.</p>
<small>PRICE:271/-<br>PLACE: SBR Social Ahmedabad</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame:Supreme Nachos</h2>
<p class="img-paragraph">SbrSocialAhmedabad is obviously the best place to hangout with yur friends,family or with the people you love the most.You'll get many good food options!<br>Here's my favourite SUPREME NACHOS from nachos n more<br>I love this because this has perfect amount of beans,veggies and cheese,cheese sauce.They dont compromise their quality.</p>
<p class="placeList">PRICE:271/-<br>PLACE: SBR Social Ahmedabad</p>
<div class="box" style="width: 400px">
<a href=""><img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-26-13-22-39-171_com.instagram.android.png"></a>
<div class="details">
<div class="content">
<h2>Chicago Style Deep Dish Margherita Pizza</h2>
<p>. “You better cut the pizza in four pieces because I’m not hungry enough to eat six.”</p>
<small>PRICE:695/-(Costly but worth trying)<br>PLACE: Little french House</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame:Chicago Style Deep Dish Margherita Pizza</h2>
<p class="img-paragraph">This place Little French House has been on my list from so long.So before sometime I visited the place.It was an amazing experience.
</p>
<ol class="img-orderList">
<li>They have really nice ambience that you can enjoy seating there.</li>
<li>They have a realy nive bakery,which had different kind of French food.</li>
<li>Staff is very friendly and cooperative.</li>
</ol>
<p class="img-paragraph">I was so excited to eat this Deep Dish Margherita Pizza to try this.And the pizza stuffed with mozzarella and parmesan cheese it was so mouthwatering.I'm still drooling over it.Even this pizza is enough for 3 people.</p>
<p class="placeList">PRICE:695/-(Costly but worth trying)<br>PLACE: Little french House</p>
<div class="box" style="width: 400px">
<a href=""><img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-26-13-23-24-932_com.instagram.android.png"></a>
<div class="details">
<div class="content">
<h2>Kurtosh Ice Cream</h2>
<p>Do you know what kurtosh is?<br>So basically it is known as chimney cake the kurtoh kalach originated from Hungary.<br>This is one of the sweet Kurtosh we tried: Smiley And Fun<br>This was filled with cadbury gems and topped with Vanilla ice cream and waffy stick, this sure will satisfy your sweet tooth.</p>
<small>PLACE: Praladhnagar Garden<br>PRICE:149/-</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Kurtosh Ice Cream</h2>
<p class="img-paragraph">Do you know what kurtosh is?<br>So basically it is known as chimney cake the kurtoh kalach originated from Hungary.<br>This is one of the sweet Kurtosh we tried: Smiley And Fun<br>This was filled with cadbury gems and topped with Vanilla ice cream and waffy stick, this sure will satisfy your sweet tooth.</p>
<p class="placeList">PLACE: Praladhnagar Garden<br>PRICE:149/-</p>
<div class="box" style="width: 400px">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-28-18-48-27-440_com.instagram.android.png">
<div class="details">
<div class="content">
<h2>Spicy Paneer Fusion Meal</h2>
<p>Coffee CultureIn is one of the best place to spend time with your family and friends. It is very specious and nicely arranged. Obviously when it comes to food,they serve amazing food,best combination of taste and presentation. This place is surely recommend.<br>This was one of the bst Punjabi mal I ever had.Also they serve a small piece of brownie which make dish tastier</p>
<small>PRICE:349/-<br>PLACE: Coffee Culture</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Spicy Paneer Fusion Meal</h2>
<p class="img-paragraph">Coffee CultureIn is one of the best place to spend time with your family and friends. It is very specious and nicely arranged. Obviously when it comes to food,they serve amazing food,best combination of taste and presentation. This place is surely recommend.<br>This was one of the bst Punjabi mal I ever had.Also they serve a small piece of brownie which make dish tastier.</p>
<p class="placeList">PRICE:349/-<br>PLACE: Coffee Culture</p>
<div class="box" style="width: 400px">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-28-18-46-51-826_com.instagram.android.png">
<div class="details">
<div class="content">
<h2>Kiwi Strawberry Martini</h2>
<p>New Place Alert<br>The Happening House!<br>The name itself define atmosphere of place,its very cheerful.Moreover they have pocket friendly menu and delicious food in impressive quantity. Also a heaven for smokers as they also have smoking room.<br><br>(Ever thought about combination of Kiwi and Strawberry?<br>No right?So did I.But,once you taste it you'll love it.)</p>
<small>PRICE:149/-<br>PLACE: The Happening House</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Kiwi Strawberry Martini</h2>
<p class="img-paragraph">New Place Alert<br>The Happening House!<br>The name itself define atmosphere of place,its very cheerful.Moreover they have pocket friendly menu and delicious food in impressive quantity. Also a heaven for smokers as they also have smoking room.<br><br>(Ever thought about combination of Kiwi and Strawberry?<br>No right?So did I.But,once you taste it you'll love it.)</p>
<p class="placeList">PRICE:149/-<br>PLACE: The Happening House</p>
<span id="more">
<div class="box" style="width: 400px">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-28-18-47-27-849_com.instagram.android.png">
<div class="details">
<div class="content">
<h2>KitKat Shake</h2>
<p>This amazing KitKat Shake topped with whipped cream,chocolate sauce and Kitkat.Also pieces of kitkats in the shake give blast to the taste buds.<br>So don't wait and go and grab your shake.<br><br>They have three outlets:</p>
<small>PRICE:150/-<br>PLACE: TropicalSnow</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: KitKat Shake</h2>
<p class="img-paragraph">This amazing KitKat Shake topped with whipped cream,chocolate sauce and Kitkat.Also pieces of kitkats in the shake give blast to the taste buds.<br>So don't wait and go and grab your shake.<br><br>They have three outlets: </p>
<ol class="img-orderList">
<li>Law garden</li>
<li>SBR Social</li>
<li>Armeida,Sindhubhavan Road</li>
</ol>
<p class="placeList">PRICE:150/-<br>PLACE: Ahmedabad TropicalSnow</p>
<div class="box" style="width: 400px">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-27-00-30-42-128_com.instagram.android.png">
<div class="details">
<div class="content">
<h2>Broken Virginity</h2>
<p>Whenever it comes to partying or to spend time with people/gang this place @lilheaven always cross my mind.It has very nice ambience,dancefloor and lights and music will drive you crazy.</p>
<small>PRICE:210/-<br>PLACE: Lil Heaven</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Broken Virginity</h2>
<p class="img-paragraph">Whenever it comes to partying or to spend time with people/gang this place @lilheaven always cross my mind.It has very nice ambience,dancefloor and lights and music will drive you crazy.</p>
<ol class="img-orderList">
<li>Perfect Blended</li>
<li>Amazingly balanced taste</li>
<li>So refreshing and Presentation on point</li>
</ol>
<p class="placeList">PRICE:210/-<br>PLACE: Ahmedabad Lil Heaven</p>
<div class="box" style="width: 400px">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-28-18-45-00-914_com.instagram.android.png">
<div class="details">
<div class="content">
<h2>Mexian Bowl</h2>
<p>When it comes to Mexian food TOMATO's is the best option. But recently i visited M.A.D by TOMATO'S and tried something new and that cross all my expectations.So presenting something more tastier:Mexian Bowl<br>Its an amazing bowl,Trust me you dont wanna miss</p>
<small>PRICE:350/-<br>PLACE: Mad By Tomato's</small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Mexian Bowl</h2>
<p class="img-paragraph">When it comes to Mexian food TOMATO's is the best option. But recently i visited M.A.D by TOMATO'S and tried something new and that cross all my expectations.So presenting something more tastier:Mexian Bowl<br>Its an amazing bowl,Trust me you dont wanna miss</p>
<p class="placeList">PRICE:350/-<br>PLACE: Mad By Tomato's</p>
<div class="box" style="width: 400px">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-28-18-46-36-792_com.instagram.android.png">
<div class="details">
<div class="content">
<h2> Hulk At Ristretto_Behindtherods</h2>
<p>Theme at Ristretto behind the rods just like jail, so the decor is according to that.Its a multilevel cafe and has partitions using iron rods which gives the feeling being behind the rods.Also the cafe has a modern seating arrangement though its being made rustic and very lively atmosphere.<br><br>Such a thoughtful idea of naming drink after a MARVEL character.</p>
<small>PRICE:200/-<br>PLACE:Ristretto_Behindtherods </small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Hulk At Ristretto_Behindtherods</h2>
<p class="img-paragraph">Theme at Ristretto behind the rods just like jail, so the decor is according to that.Its a multilevel cafe and has partitions using iron rods which gives the feeling being behind the rods.Also the cafe has a modern seating arrangement though its being made rustic and very lively atmosphere.<br><br>Such a thoughtful idea of naming drink after a MARVEL character<br>It has a slight flavour of mint and thats delight to your tastebuds.</p>
<p class="placeList">PRICE:200/-<br>PLACE: Ristretto_Behindtherods</p>
<div class="box" style="width: 400px">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-27-00-30-13-330_com.instagram.android.png">
<div class="details">
<div class="content">
<h2> Four Cheese Pizza</h2>
<p>Sunday morning with friends and pizza!What else can we get better?<br>Pizza base with amazing gravy and covered with 4 different tupes of cheese: mozzarella,cheddar,bocconcini and grated parmesan cheese.Topped with basil leaves.And these all ingredients gave special taste to pizza.</p>
<small>PRICE:395/-<br>PLACE:The Blue Oven </small>
</div>
</div>
</div>
<h2 class="img-heading">In Frame: Four Cheese Pizza</h2>
<p class="img-paragraph">Sunday morning with friends and pizza!What else can we get better?<br>Pizza base with amazing gravy and covered with 4 different tupes of cheese: mozzarella,cheddar,bocconcini and grated parmesan cheese.Topped with basil leaves.And these all ingredients gave special taste to pizza</p>
<p class="placeList">PRICE:395/-<br>PLACE: The Blue Oven</p>
</span>
`<button type="button" onclick="read()" id="morebtn" class="btn btn-secondary butt">See More Post</button>
</div>
</div>
<!-- Section-3 Right Part -->
<div class="col-md-3 col-sm-12">
<input type="text" onkeyup="search()" placeholder="Search..." id="searchKey">
<div class="socialWrapper">
<a href="https://instagram.com/hungerbuds"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://facebook.com/hungerbuds"><i class="fab fa-facebook-f fa-2x"></i></a>
<a href="https://twitter.com/hungerbuds"><i class="fab fa-twitter fa-2x"></i></a>
</div>
<h3 class="updateHeading">Weekly Updates</h3>
<hr class="dashedLine">
<form class="subscribeForm">
<input type="text" placeholder="Email Address">
<button type="button" class="btn btn-secondary subscribeBtn">Subscribe</button>
</form>
<br><br>
<h3 class="updateHeading">My Favourites</h3>
<hr class="dashedLine">
<div class="mostFavouriteGrid">
<div class="row">
<div class="col-lg-6 gridcolleft">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-27-00-27-35-468_com.instagram.android.png">
</div>
<div class="col-lg-6 gridcolright">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-27-00-28-17-076_com.instagram.android.png">
</div>
</div>
<div class="row">
<div class="col-lg-6 gridcolleft">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-27-00-29-51-547_com.instagram.android.png">
</div>
<div class="col-lg-6 gridcolright">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-28-18-46-20-465_com.instagram.android.png">
</div>
</div>
<div class="row">
<div class="col-lg-6 gridcolleft">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-27-00-32-35-851_com.instagram.android.png">
</div>
<div class="col-lg-6 gridcolright">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-27-00-28-17-076_com.instagram.android.png">
</div>
</div>
</div>
<br>
<br>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner nitiksha">
<div class="carousel-item active">
<img src="hungerbudsImages/Screenshot_2020-05-29-19-26-46-644_com.instagram.android.png" class="d-block w-100" alt="Slide-1">
</div>
<div class="carousel-item">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-29-00-43-08-013_com.instagram.android.png" class="d-block w-100" alt="Slide-2">
</div>
<div class="carousel-item">
<img src="hungerbudsImages/Screenshot_2020-05-29-19-29-40-210_com.instagram.android.png" class="d-block w-100" alt="Slide-3">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br><br>
<img class="img-fluid article" src="hungerbudsImages/ashwin%20article.jpg">
</div>
<div class="col-md-1"></div>
</div>
</div>
<footer class="footsy">
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-3 col-sm-12">
<img class="img-fluid" src="hungerbudsImages/Screenshot_2020-05-29-20-30-26-736_com.instagram.android.png">
</div>
<div class="col-lg-3 col-sm-12">
<p class="footer-paragraph">A girl who loves food and loves to eat.<br>I Solemnly Swear that I am up no good!!<br>DM for the invites.<br>Handled by: @nittu1111<br>Photographer: @roameel</p>
</div>
<div class="col-lg-3" col-sm-12>
<p class="footer-paragraph">Nitiksha Shah||Food Blogger</p>
<div class="footer-icons">
<a href="https://instagram.com/hungerbuds"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://facebook.com/hungerbuds"><i class="fab fa-facebook-f fa-2x"></i></a>
<a href="https://twitter.com/hungerbuds"><i class="fab fa-twitter fa-2x"></i></a>
</div>
</div>
</div>
</footer>
</div>
<script src="index.js" charset="utf-8"></script>
</body>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="bootstrap-4.4.1-dist/js/bootstrap.min.js"></script></html>