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
/
Copy pathindex.html
287 lines (250 loc) · 12.1 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
287
<!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</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'>
<link rel="stylesheet" type="text/css" href="x/css/main.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 class="current-menu-item">
<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="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 Colum</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="flexslider" id="homepage-slider">
<ul class="slides">
<li>
<div class="caption-progression">
<div class="width-container">
<!-- <span class="text-background"> -->
Don't settle for store-bought wines.<br>Make it personal!
<!-- </span> -->
</div>
</div><!-- close .caption-progression -->
<img src="x/img/gift_wine_cropped.jpg" alt="slide">
</li>
<li>
<div class="caption-progression">
Have a special message to send?<br>
Why not on a wine bottle?<br>
Customized labels done right.
</div>
<img src="x/img/home/baby_label_cropped.jpg" alt="slide">
</li>
<li>
<div class="caption-progression ">
<div class="width-container">
An array of wines for<br>every taste and style
</div>
</div><!-- close .caption-progression -->
<img src="x/img/wine_backlight_cropped.jpg" alt="slide">
</li>
</ul>
</div><!-- close .flexslider -->
<div id="page-title-divider"></div>
</div><!-- #page-title -->
<div class="clearfix"></div>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('#homepage-slider').flexslider({
animation: "fade", //String: Select your animation type, "fade" or "slide"
slideshow: true, //Boolean: Animate slider automatically
slideshowSpeed: 8000, //Integer: Set the speed of the slideshow cycling, in milliseconds
animationDuration: 500, //Integer: Set the speed of animations, in milliseconds
directionNav: true, //Boolean: Create navigation for previous/next navigation? (true/false)
controlNav: true, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
keyboardNav: true, //Boolean: Allow slider navigating via keyboard left/right keys
mousewheel: false, //Boolean: Allow slider navigating via mousewheel
prevText: "Previous", //String: Set the text for the "previous" directionNav item
nextText: "Next", //String: Set the text for the "next" directionNav item
pausePlay: false, //Boolean: Create pause/play dynamic element
pauseText: 'Pause', //String: Set the text for the "pause" pausePlay item
playText: 'Play', //String: Set the text for the "play" pausePlay item
randomize: false, //Boolean: Randomize slide order
slideToStart: 0, //Integer: The slide that the slider should start on. Array notation (0 = first slide)
useCSS: true,
animationLoop: true, //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
pauseOnAction: true, //Boolean: Pause the slideshow when interacting with control elements, highly recommended.
pauseOnHover: false //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering
});
});
</script>
<div id="main">
<div class="width-container">
<div>
<h1>Welcome to Cadeau Wines - where the gift of giving comes first.</h1>
<p id="homepage-description">Here at Cadeau Wines, we believe that making the perfect wine gift requires more than just taking a bottle of luxury wine out of a case. Forget the standard - we're here to make it extra neat for that special someone you have in mind. With our unique custom label offering, you can combine a wine produced with the highest of standards with a personalized message from the heart.</p>
<br>
</div>
<div class="grid3column">
<h3>Customized Labels</h3>
<img src="images/demo/welcome-image.jpg" alt="slide" class="aligncenter">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar est eget odio porttiror molestie. Vestibulum id dui quis erat vehicula pulvinar. Duis eu felis justo, vitae viverra dui. Pellentesque venenatis mi vel sapien adipiscing venenatis.
</p>
<p><a href="about.html" class="rock-button">Read more about us</a></p>
</div>
<div class="grid3column">
<h3>Adherence to quality</h3>
<img src="images/demo/reserve-table.jpg" alt="slide" class="aligncenter">
<p>Our wines are made with love. However, we know that our wines cannot be great without a laser-sharp focus on quality. Our wines are produced in Napa Valley, reputed in the world to have the most luscious grapes and best growing conditions. Growing our wines methodically, we are not only scientists, but passionate vintners as well, with the hopes that you will enjoy our wines as much as we love making them.</p>
<p><a href="about.html" class="rock-button">Find out more about our wine origin</a></p>
</div>
<div class="grid3column lastcolumn">
<h3>All popular varieties available</h3>
<img src="images/demo/our-menu.jpg" alt="slide" class="aligncenter">
<p>Concerned you can't the wine you want? No worries. We will soon </p>
<p><a href="wines.html" class="rock-button">See our collection</a></p>
</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="grid4column homepage-widget lastcolumn">
<h3 class="header-underline">Our Hours</h3>
<ul id="open-hours">
<li>
<div class="date-day grid2column"><h6>Monday</h6></div><div class="hours-date grid2column lastcolumn">8:00 AM - 11:00 PM</div><div class="clearfix"></div>
</li>
<li>
<div class="date-day grid2column"><h6>Tuesday</h6></div><div class="hours-date grid2column lastcolumn">8:00 AM - 11:00 PM</div><div class="clearfix"></div>
</li>
<li>
<div class="date-day grid2column"><h6>Wednesday</h6></div><div class="hours-date grid2column lastcolumn">8:00 AM - 11:00 PM</div><div class="clearfix"></div>
</li>
<li>
<div class="date-day grid2column"><h6>Thursday</h6></div><div class="hours-date grid2column lastcolumn">8:00 AM - 11:00 PM</div><div class="clearfix"></div>
</li>
<li>
<div class="date-day grid2column"><h6>Friday</h6></div><div class="hours-date grid2column lastcolumn">11:00 AM - 11:00 PM</div><div class="clearfix"></div>
</li>
<li>
<div class="date-day grid2column"><h6>Saturday</h6></div><div class="hours-date grid2column lastcolumn">11:00 AM - 11:00 PM</div><div class="clearfix"></div>
</li>
<li>
<div class="date-day grid2column"><h6>Monday</h6></div><div class="hours-date grid2column lastcolumn">Closed</div><div class="clearfix"></div>
</li>
</ul>
</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>
</body>
</html>