-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfood_fest.html
158 lines (145 loc) · 6.96 KB
/
food_fest.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
<!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">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
body {background-color:black}
h2{
padding-top: 30px;
color:white;
text-align: center;
font-weight: 100px;
font-family: 'Nunito Sans', sans-serif;
text-transform: capitalize;
}
p{
padding: 20px 20px;
color: white;
text-align: center;
font-family: 'Nunito Sans', sans-serif;
}
h4{
padding: 20px 0 0 0;
color: white;
text-align: center;
font-family: 'Nunito Sans', sans-serif;
}
.box-style {
border-radius: 15px;
border: 2px solid white;
}
.own{
background-color: #1d0483;
}
</style>
</head>
<body>
<div class="text">
<h2>Food Fiesta</h2>
<p>The Hostel management encourages and permits the hostelites to conduct the Food Fiesta during every Hostel month. We give opportunities for the students from 1st year to final year to prepare their own new menu representing each state food with the help of the wardens assisted by dedicated mess workers. Here again the energetic & enthusiastic hostelites conduct the food fiesta deserves praises & prizes.</p>
<h4>Gallery</h4>
</div>
<div class="container h-50 w-75 my-5 rounded-circle">
<div id="carouselExampleFade" class="carousel slide carousel-fade my-5" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Images/foodFest.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food01.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food02.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food03.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food04.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food05.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food06.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food07.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food09.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Third slide label</h5>
<p>Some representative placeholder content for the third slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food10.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
<div class="carousel-item">
<img src="Images/food11.jpg" class="d-block w-100 box-style" alt="...">
<div class="carousel-caption d-none d-md-block">
<!-- <h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p> -->
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="prev">
<span class="carousel-control-prev-icon own" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="next">
<span class="carousel-control-next-icon own" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- Initialize Swiper -->
</body>
</html>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
</body>
</html>