This repository has been archived by the owner on May 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wines.html
333 lines (284 loc) · 12.2 KB
/
wines.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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Cadeau Wines - Wines</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<script src="js/libs/modernizr-2.6.2.min.js"></script>
<script src="js/libs/jquery.js"></script>
<script src="js/libs/jquery-migrate-1.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<header>
<div id="header-top-bar"></div>
<div class="width-container">
<h1 id="logo"><a href="index.html"><img src="images/logo.png" alt="WordPress Theme" width="288"></a></h1>
<nav>
<ul class="sf-menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About us</a>
</li>
<li class="current-menu-item">
<a href="wines.html">Wines</a>
<ul>
<li>
<a href="wines.html">Wine Menu</a>
</li>
<!-- <li>
<a href="page-sidebar.html">Page w/Sidebar</a>
</li>
<li>
<a href="portfolio-2-column.html">Portfolio 2 Column</a>
</li>
<li>
<a href="portfolio-3-column.html">Portfolio 3 Column</a>
</li>
<li>
<a href="portfolio-4-column.html">Portfolio 4 Column</a>
</li> -->
</ul>
</li>
<!-- <li>
<a href="blog.html">News</a>
</li> -->
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<div class="clearfix"></div>
</div><!-- close .width-container -->
</header>
<div id="page-title">
<div class="width-container paged-title">
<h1>Wine Menu</h1>
</div>
<div id="page-title-divider"></div>
</div><!-- #page-title -->
<div class="clearfix"></div>
<div id="main">
<div class="width-container">
<div class="grid3column">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/01_2012_viognier.jpg" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2012 Viognier - Custom Deluxe</h5>
<p>Russian River Valley<br>The 2012 Russian River Valley Viognier is a floral wine with excellent aromatics of honeysuckle, jasmine and stonefruit with light texture. Fermented in neutral barrels undergoing partial malolactic fermentation created this light to medium bodied wine.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/02_2009_syrah.jpg" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2009 Syrah - Custom Deluxe</h5>
<p>Santa Barbara<br>Earth, smoked meats and minerality are immediately followed with just a hint of dark chocolate and pepper. The palate offers rich red fruits, vanilla and cloves.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column lastcolumn">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/04_2011_cabernet_sauvignon.jpg" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2011 Cabernet Sauvignon - Custom Deluxe</h5>
<p>Napa Valley<br>Traditional Napa Cabernet Sauvignon is composed of four vineyards from Coombsville to St. Helena, Showcasing dark fruit, full body, high acid and a long finish. The mid palate is bolstered with Petite Verdot resulting in full, round flavor.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/05_2012_pinot_noir.jpg" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2012 Pinot Noir - Custom Deluxe</h5>
<p>Sonoma Coast<br>This ripe California style, fruit forward wine with well balanced acid, a blend of dark and red fruits heightens your length of enjoyment, on the traditional spectrum, this wine scores well competition-wise</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/06_2008_white_rhone.jpg" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2008 White Rhone - Custom Deluxe</h5>
<p>Russian River Valley<br>This White Rhone blend of 50% Marsanne and 50% Roussanne is bright and clean, with a floral, fruity bouquet and well-balanced on the palate.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column lastcolumn">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/07_kagan_2012PinotNoirManchesterRidge.gif" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2012 Kagan Pinot Noir</h5>
<p>Manchester Ridge<br>This Pinot Noir opens with a beautiful floral scent mixed with smoke, pepper and anise. The wine carries the red fruit flavors of raspberry and strawberry through to the mineral-rich mid-palate and ends with soft tannins and good structure.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/08_kagan_2011chardonnaySplitRockVineyard.gif" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2011 Kagan Chardonnay</h5>
<p>Split Rock Vineyard<br>An opulent and lively Chardonnay. It glows around a core of Asian pear, citrus and perfumed honeysuckle. Green apple and lemon flavors dance on the mid-palate and meld with light butter and hazelnut for a crisp and luxurious finish.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/09_kagan_2011CabernetSauvignonStagecoachVineyard.gif" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2011 Kagan Cabernet Sauvignon</h5>
<p>Stagecoach Vineyard<br>Opens with a dense nose of black fruit, plum, dark chocolate and tobacco. Opulent notes of blackberry, licorice, and espresso are layered across the palate with deeper earth flavors. Medium-grained tannins assert themselves adding depth and minerality from the mid-palate to the finish.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="grid3column lastcolumn">
<div class="menu-item-container">
<a href="menu-post.html">
<div class="grid3column">
<img src="x/img/wines/10_kagan_2012SyrahWhiteHawkVineyard.gif" alt="wine-menu" class="noborder">
</div>
<div class="grid3columnbig lastcolumn">
<br>
<h5 class="menu-item-header-wine">2010 Kagan Syrah</h5>
<p>White Hawk Vineyard<br>Provides a lush palate with intense dark fruit flavors. Aging in multiple French oak barrels imparts a toastiness that gives the impression of sweet vanilla in the background. Notes of pepper, earth, and minerals coupled with the well-rounded tannins give the wine a long and anchored finish.</p>
</div>
<div class="clearfix"></div>
</a>
</div>
</div>
<div class="clearfix"></div>
<div class="clearfix"></div>
</div><!-- close .width-container -->
<div class="widget-area-highlight">
<div class="width-container">
<div class="grid3column homepage-widget">
<h3 class="header-underline">About us</h3>
<p>Cadeau Wines was conceived of in November 2014.</p>
</div>
<div class="grid3column homepage-widget">
<h3 class="header-underline">Email Updates</h3>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://progressionstudios.us1.list-manage.com/subscribe/post?u=1a06aa3bca8613232881e8a6e&id=2f5a556941" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<label for="mce-EMAIL">Join our digital mailing list and get news, deals, and be first to know about events at White Rock!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter e-mail address" required>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End MailChimp Signup Form-->
</div>
<div class="grid3column homepage-widget lastcolumn">
<h3 class="header-underline">Visit us</h3>
<h6 class="heading-address-widget">Cadeau Wines</h6>
<div class="address-widget">2515 Telegraph Ave #147<br>Berkeley, CA 94704</div>
<div class="phone-widget"><span>Phone:</span> (510) 629-3264</div>
<div class="e-mail-widget"><span>E-mail:</span> <a href="#">[email protected]</a></div>
<div class="social-icons">
<a class="rss" href="#" target="_blank">r</a>
<a class="facebook" href="http://facebook.com" target="_blank">F</a>
<a class="twitter" href="https://twitter.com/Progression_S" target="_blank">t</a>
<a class="skype" href="http://skype.com" target="_blank">s</a>
<a class="vimeo" href="http://vimeo.com" target="_blank">v</a>
<a class="linkedin" href="http://linkedin.com/" target="_blank">l</a>
<!--a class="dribbble" href="http://dribbble.com/" target="_blank">d</a-->
<!--a class="forrst" href="http://forrst.com/" target="_blank">f</a-->
<!--a class="flickr" href="http://flickr.com" target="_blank">n</a-->
<!--a class="google" href="http://google.com" target="_blank">g</a-->
<!--a class="youtube" href="http://youtube.com" target="_blank">y</a-->
<div class="clearfix"></div>
</div><!-- close .social-icons -->
</div>
<div class="clearfix"></div>
</div><!-- close .width-container -->
</div><!-- close .widget-area-highlight -->
<div class="clearfix"></div>
</div><!-- close #main -->
<footer>
<div class="width-container">
<div id="copyright">
<div class="grid2column">
<a href="index.html"><img src="images/logo-footer.png" width="150" alt="Logo-footer"></a>
</div>
<div class="grid2column lastcolumn">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="blog.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div><!-- close #copyright -->
</div><!-- close .width-container -->
</footer>
<script>
$("#page-title").backstretch([
"images/demo/page-title.jpg"
],{
fade: 750,
duration: 100
});
</script>
</body>
</html>