-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (234 loc) · 6.51 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
<html>
<head>
<title>www.kedage.in</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.carousel-control.right, .carousel-control.left {
background-image: none;
color: #232843;
}
.carousel-indicators li {
border-color: white;
}
.carousel-indicators li.active {
background-color: #abb1d3;
}
a.blackAnchor {
color: BLACK;
}
a.blackAnchor:visited {
color: BLACK;
}
a.blackAnchor:hover {
color: BLACK;
text-decoration:none;
}
body {
margin:0;
background: linear-gradient(to top, #5864a7, white);
}
.topnav {
overflow: hidden;
background-color: #232843;
}
.topnav a {
float: right;
display:
block;
color: #ffffff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #cdd0e5;
color: #353c64;
}
.topnav a.active {
background-color: #7983b9;
color: white;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #232843;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.topnav span {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 19px;
cursor:
pointer;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #abb1d3;
display: block;
transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
color: white;
}
.sidenav .closebtn {
position: absolute;
color: #ffffff;
text-align: center;
top: 3px;
right: 25px;
font-size: 30px;
margin-left: 50px;
cursor: pointer;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style>
<script>
function openNav() {
document.getElementById("mySidenav").style.width =
"250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
</head>
<body >
<div id="mySidenav" class="sidenav" onclick="closeNav()">
<span class="closebtn">Kedage ×</span>
<a href="#About">About</a>
<a href="#Product">Products</a>
<a href="#Feedback">Feedback</a>
</div>
<div class="topnav" id="myTopnav">
<a
href="#Feedback" onclick="closeNav()">Feedback</a>
<a href="#About" onclick="closeNav()">About</a>
<span onclick="openNav()">☰</span>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-8"><img class="img-responsive center-block" src="logo.jpg"/></div>
<div class="col-lg-2"></div>
</div>
</div>
<br>
<br>
<div align="center">
<font size="5em" color="BLACK">
<b>
Kedage ಕೇದಗೆ केदगे </b>
</font>
</div>
<p style="margin:1em">
<font size="4em" >
<b>
<a id="About" class="blackAnchor">Why choose KEDAGE home-made pickles?</a>
</b>
<br><br>
<font color="BLACK">
<i>
An authentic Indian pickle hand-crafted with crisp chunks of hand-picked raw mangoes mixed with Garlic, spices like Mustard, Fenugreek, Cumin, Turmeric and Asafoetida
a natural acidity regulator all dipped in edible oil and salt to preserve it for long. No additional preservative added.Share your experience with us.
</i>
<br><br><br>
<div id="myCarousel" class="carousel slide text-center" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active" align="center">
<img src="Rawmangowithtree.jpg">
</div>
<div class="item" align="center">
<img src="Cutmango.jpg">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br><br>
<b>
Ingredients:
</b>
<br><br>
<i>
Mango, Garlic, Edible Oil, Chilli powder<br>
Mixed spices, Asafoetida, Tumeric & Salt
</i>
<br><br> <br><br>
<a id="Product" class="blackAnchor"><b>Product</b></a>
<ul style="list-style-type:disc">
<li> 300g <br>
<ul style="list-style-type:none">
<li>Nutrition Facts :<br><br>
<ul style="list-style-type:none">
<li> <table style="background-color:#cdd0e5"> <tr> <td>
<table style="border: 1px solid black; background-color:#cdd0e5"><tr ><th style="border-bottom: 1px solid black">Serving Size</th><th style="border-bottom: 1px solid black">100g</th></tr>
<tr><td>Protein (N x 6.25)</td><td>3.27g</td></tr>
<tr><td>Carbohydrate</td><td>15.65g</td></tr>
<tr><td>Energy</td><td>162.44kcal</td></tr>
<tr><td>Fat</td><td>9.64g</td></tr>
</table>
</td></tr>
</table>
</li>
<br>
<li>Price :<br>
<ul style="list-style-type:none">
<li> ₹55/- <font size="2em"><i>(Maximum Retail Price)</i></font></li>
</ul>
</li>
</ul>
</ul>
</li>
</ul>
<div style="float: right; margin-right:2em">
<br><br><br>
<b>
<a id="Feedback" class="blackAnchor">Crafted at:</a><br>
</b>
<br>
<i>
<span class="glyphicon glyphicon-map-marker"></span>Kedage & Co.<br>
Varwadi, Pernankila,<br>
Udupi-576113<br>
<span class="glyphicon glyphicon-phone"></span> +91 7337836528<br>
<span class="glyphicon glyphicon-envelope"></span> [email protected]
</i>
</div>
</font>
</p>
</body>
</html>