-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
235 lines (200 loc) · 10.9 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Orthodox Foods</title>
<link rel="stylesheet" href="style.css">
<!-- bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<!-- bootstrap css -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-warning" >
<a class="navbar-brand" href="#">Orthodox Foods</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<!-- <li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li> -->
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<!-- Navbar Ends -->
<!-- cards -->
<!-- 1 -->
<div class="container">
<!-- Content here -->
<div class="card" style="width: 25rem;">
<img src="/pics_/rissoto.jpeg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Italian Foods</h5>
<p class="card-text">Italian cuisine is a celebration of fresh ingredients, simple recipes, and time-honored techniques.
Known for its diversity and regional specialties, it offers a rich tapestry of flavors that have gained worldwide recognition.
From hearty pasta dishes to delicate desserts, Italian food captures the essence of comfort and elegance.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- 2 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/indian.jpg" class="card-img-top" alt="..." style="height: 14.5rem;">
<div class="card-body">
<h5 class="card-title">Indian Foods</h5>
<p class="card-text">Indian cuisine is a vibrant tapestry of flavors, colors, and aromas, reflecting the country's rich
cultural diversity and heritage. Known for its bold spices, intricate cooking techniques, and regional variety, Indian
food is a true sensory experience that appeals to palates worldwide.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- 3 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/mexican.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Mexican Foods</h5>
<p class="card-text">Mexican cuisine is a vibrant and diverse celebration of bold flavors, colorful ingredients, and
centuries-old traditions. Rooted in ancient Mesoamerican culture and influenced by Spanish, African, and Caribbean flavors,
Mexican food offers an exciting culinary journey with each dish.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<!-- container 2 -->
<div class="container">
<!-- Content here -->
<!-- 4 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/chinese.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Chinese Foods</h5>
<p class="card-text">Chinese cuisine is a culinary tradition that reflects thousands of years of history, rich cultural
heritage, and a deep appreciation for flavors, textures, and presentation. Known for its diversity and regional specialties,
Chinese food is beloved worldwide for its balance of taste, aroma, and color.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- 5 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/japanses.jpg" class="card-img-top" alt="..." styles="14.5rem">
<div class="card-body">
<h5 class="card-title">Japanese Foods</h5>
<p class="card-text">Japanese cuisine, or washoku, is a harmonious blend of seasonal ingredients, meticulous preparation, and
aesthetic presentation. Renowned for its emphasis on freshness and balance, Japanese food reflects the nation’s cultural
reverence for nature and tradition</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- 6 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/kenya.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Kenya Foods</h5>
<p class="card-text">Kenyan cuisine is a flavorful fusion of indigenous traditions and influences from Arab, Indian, and
European cultures. It is known for its hearty meals, fresh ingredients, and diverse flavors that reflect the country’s
vibrant heritage and varied landscapes.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<!-- Container 3 -->
<div class="container">
<!-- Content here -->
<!-- 7 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/russian.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Russia Foods</h5>
<p class="card-text">Russian cuisine is hearty, comforting, and steeped in tradition, reflecting the country’s vast geography,
cold climate, and rich history. Known for its robust flavors and simple preparation techniques, it emphasizes the use of
seasonal ingredients like grains, potatoes, and root vegetables.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- 8 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/spanish.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Spanish Foods</h5>
<p class="card-text">Spanish cuisine is a vibrant expression of the country’s diverse culture, rich history, and Mediterranean
influences. Known for its use of fresh, local ingredients and bold flavors, Spanish food emphasizes sharing and enjoyment,
often centered around social gatherings and lively celebrations.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<!-- 9 -->
<div class="card" style="width: 25rem;">
<img src="/pics_/mediterranean.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Mediterranean Foods</h5>
<p class="card-text">Mediterranean cuisine is known for its emphasis on fresh, high-quality ingredients, simple preparation,
and vibrant flavors. Originating from the countries that border the Mediterranean Sea, such as Greece, Italy, Spain, Turkey,
and Morocco, this cuisine is celebrated for its balance of healthy fats, fresh vegetables, grains, legumes, and seafood</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<!-- Footer -->
<nav class="navbar navbar-expand-lg navbar-light bg-warning" >
<p class="lead">
This is stays under copyright
</p>
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button> -->
<!-- <div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- <ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<!-- <li class="nav-item">
<a class="nav-link disabled">Disabled</a>
</li> -->
<!-- </ul> -->
<!-- <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form> -->
</nav>
<!-- Footer Ends -->
</body>
</html>