-
Notifications
You must be signed in to change notification settings - Fork 0
/
icecreams.html
203 lines (184 loc) · 7.92 KB
/
icecreams.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Icecreams</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<link rel="stylesheet" href="css/zerogrid.css" type="text/css" media="all">
<link rel="stylesheet" href="css/responsive.css" type="text/css" media="all">
<link rel="stylesheet" href="css/rating.css" type="text/css" media="all">
<script src="js/jquery-1.6.js" ></script>
<script src="js/cufon-yui.js"></script>
<script src="js/cufon-replace.js"></script>
<script src="js/Forum_400.font.js"></script>
<script src="js/atooltip.jquery.js"></script>
<script src="js/css3-mediaqueries.js"></script>
<script src="js/rating.js"></script>
</head>
<body id="page3">
<div class="body6">
<div class="body1">
<div class="main zerogrid">
<header>
<section><h1><a href="index.html" id="logo"><img src="images/logo.png" alt="Logo Darn Good Soup"></a></h1></section>
<nav>
<ul id="top_nav">
<li><a href="index.html"><img src="images/icon_1.gif" alt=""></a></li>
<li><a href="#"><img src="images/icon_2.gif" alt=""></a></li>
<li class="end"><a href="Contacts.html"><img src="images/icon_3.gif" alt=""></a></li>
</ul>
</nav>
<nav>
<ul id="menu">
<li><a href="oursoups2.html">Our Soups</a></li>
<li><a href="icecreams.html">Ice Creams</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="login3.html">Login/Signup</a></li>
<li><a href="Contacts.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="content">
<div class="wrap">
<section>
<div class="wrap-col">
<div class="box">
<div>
<h2> <span>Sweet Caramel</span></h2>
<figure><img src="images/page3_img1_icecream.jpg" alt="Sweet Caramel" ></figure>
<p class="pad_bot1">Ingredients: Sugar, Heavy Cream, Vanilla extract, Milk, Eggs</p>
<a href="icecream1.html" class="button1">Read More</a>
<br>
<br>
<p class= "rate-heading"><span>Rating</span>
<div class="rating">
<span><input type="radio" name="rating" id="strr25" value="5"><label for="strr25"></label></span>
<span><input type="radio" name="rating" id="strr24" value="4"><label for="strr24"></label></span>
<span><input type="radio" name="rating" id="strr23" value="3"><label for="strr23"></label></span>
<span><input type="radio" name="rating" id="strr22" value="2"><label for="strr22"></label></span>
<span><input type="radio" name="rating" id="strr21" value="1"><label for="strr21"></label></span>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="wrap-col">
<div class="box">
<div>
<h2><span>Black Walnut</span></h2>
<figure><img src="images/page3_img2_icecream.jpg" alt="Sweet Caramel" ></figure>
<p class="pad_bot1">Ingredients: Sugar, Heavy Cream, Vanilla extract, Milk, Eggs</p>
<a href="icecream2.html" class="button1">Read More</a>
<br>
<br>
<p class= "rate-heading"><span>Rating</span>
<div class="rating">
<span><input type="radio" name="rating" id="strr5" value="5"><label for="strr5"></label></span>
<span><input type="radio" name="rating" id="strr4" value="4"><label for="strr4"></label></span>
<span><input type="radio" name="rating" id="strr3" value="3"><label for="strr3"></label></span>
<span><input type="radio" name="rating" id="strr2" value="2"><label for="strr2"></label></span>
<span><input type="radio" name="rating" id="strr1" value="1"><label for="strr1"></label></span>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="wrap-col">
<div class="box">
<div>
<h2><span>Birthday Cake</span></h2>
<figure><img src="images/page3_img3_icecream.jpg" alt="Black Walnut" ></figure>
<p class="pad_bot1">Ingredients: Sugar, Cake mix, Heavy Cream, Sprinkles, Vanilla extract</p>
<a href="icecream3.html" class="button1">Read More</a>
<br>
<br>
<p class= "rate-heading"><span>Rating</span>
<div class="rating">
<span><input type="radio" name="rating" id="strr15" value="5"><label for="strr15"></label></span>
<span><input type="radio" name="rating" id="strr14" value="4"><label for="strr14"></label></span>
<span><input type="radio" name="rating" id="strr13" value="3"><label for="strr13"></label></span>
<span><input type="radio" name="rating" id="strr12" value="2"><label for="strr12"></label></span>
<span><input type="radio" name="rating" id="strr11" value="1"><label for="strr11"></label></span>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<div class="body2">
<div class="main zerogrid">
<div id="content2">
<section>
<div class="wrapper">
<div class="col-1-3">
<h2 style="padding-left: 10px;">Ice Cream Delivery</h2>
<div class="wrap-col mag-2">
<div class="wrapper pad_bot1">
<figure class="pad_bot1"><img src="images/page3_img4.jpg" alt=""></figure>
Ice creams are available for the delivery, to place the order please call us @ 812 369 2148
else please contact us via contact us page.
</div></div>
</div>
<div class="col-2-3">
<h2 style="padding-left: 10px;">Our Ice Cream List</h2>
<div class="col-1-2"><div class="wrap-col">
<ul class="price">
<li><a href="#">Brownie ice cream</a><span>$12</span></li>
<li><a href="#">Bastani Sonnati</a><span>$12</span></li>
<li><a href="#">Beer ice cream</a><span>$12</span></li>
<li><a href="#">Oreo Icecream</a><span>$12</span></li>
<li><a href="#">Butter Brickle</a><span>$12</span></li>
<li><a href="#">Butter Pecan</a><span>$12</span></li>
<li><a href="#">Cherry ice cream</a><span>$12</span></li>
<li><a href="#">Chocolate ice cream</a><span>$12</span></li>
</ul>
</div></div>
<div class="col-1-2"><div class="wrap-col">
<ul class="price">
<li><a href="#">Sed ut perspiciatis unde</a><span>$15</span></li>
<li><a href="#">Omnis iste natus error</a><span>$15</span></li>
<li><a href="#">Sit voluptatem accusantium</a><span>$15</span></li>
<li><a href="#">Doloremque laudantium</a><span>$15</span></li>
<li><a href="#">Totam rem aperiam</a><span>$14</span></li>
<li><a href="#">Eaque ipsa quae ab illo</a><span>$15</span></li>
<li><a href="#">Inventore veritatis et quasi</a><span>$15</span></li>
<li><a href="#">Architecto beatae vitae</a><span>$15</span></li>
</ul>
</div></div>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="body3">
<div class="main zerogrid">
<footer>
<div class="wrapper">
<section class="col-2-3">
<h3>Contact: <span>812 369 2148</span></h3>
<h6> Designed by : <span><a href ="https://www.indiana.edu/" rel="nofollow" target="_blank">Indiana University </a></span></h6>
</section>
<section class="col-1-3">
<h3>Follow Us </h3>
<ul id="icons">
<li><a href="https://www.facebook.com/Darn-Good-Soup-180191948664267/" class="normaltip" title="Facebook" target="_blank"><img src="images/icon1.gif" alt="Facebook link"></a></li>
<li><a href="#" class="normaltip" title="Linkedin"><img src="images/icon2.gif" alt=""></a></li>
<li><a href="#" class="normaltip" title="Twitter"><img src="images/icon3.gif" alt=""></a></li>
</ul>
</section>
</div>
</footer>
</div>
</div>
</body>
</html>