-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaces.html
111 lines (96 loc) · 3.29 KB
/
places.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Delicious Karnataka | Places</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<link rel="icon" type="image/x-icon" href="fav.ico">
</head>
<style>
th, td {
padding-top: 10px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 10px;
}</style>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<!-- Brand/logo -->
<a class="navbar-brand" href="index.html">
<img src="img/logoW.png" alt="logo" style="width:100px;">
</a>
<!-- Links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="places.html">Places</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact Us</a>
</li>
</ul>
</nav>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>Bring out the foodie in you</h1>
<p>Celebrating all that is fun and fabulous about food</p>
</div>
</div>
<!--
<div class="container">
<p>This is some text.</p>
<p>This is another text.</p>
</div>-->
<center><table>
<tr>
<td><a href="bisi.html"><img src = "img/bisi.png" width = "400" ></a></td>
<td><a href="bun.html"><img src = "img/mangalore.png" width = "400"></a></td>
<td><a href="neer.html"><img src = "img/neer.png" width = "400"></a></td>
</tr>
</table></center>
<center><table>
<tr>
<td><a href="kunda.html"><img src = "img/kunda.png" width = "400" ></a></td>
<td><a href="karadantu.html"><img src = "img/karadantu.png" width = "400"></a></td>
<td><a href="roti.html"><img src = "img/roti.png" width = "400"></a></td>
</tr>
</table></center>
<center><table>
<tr>
<td><a href="benne.html"><img src = "img/benne.png" width = "400" ></a></td>
<td><a href="korri.html"><img src = "img/korri.png" width = "400"></a></td>
<td><a href="maddi.html"><img src = "img/udupi.png" width = "400"></a></td>
</tr>
</table></center>
<center><table>
<tr>
<td><a href="masaladosa.html"><img src = "img/masaladosa.png" width = "400" ></a></td>
<td><a href="roti1.html"><img src = "img/jolad.png" width = "400"></a></td>
<td><a href="holiga.html"><img src = "img/holige.png" width = "400"></a></td>
</tr>
</table></center>
<center><table>
<tr>
<td><a href="pak.html"><img src = "img/pak.png" width = "400" ></a></td>
<td><a href="peda.html"><img src = "img/peda.png" width = "400"></a></td>
<td><a href="koli.html"><img src = "img/koli.png" width = "400"></a></td>
</tr>
</table></center>
<center><table>
<tr>
<td><a href="mudde.html"><img src = "img/ragi.png" width = "400" ></a></td>
<td><a href="bonda.html"><img src = "img/bonda.png" width = "400"></a></td>
<td><a href="vade.html"><img src = "img/vade.png" width = "400"></a></td>
</tr>
</table></center>
</body>
</html>