-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
298 lines (287 loc) · 9.93 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
288
289
290
291
292
293
294
295
296
297
298
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<!-- Custom css-->
<link href="css/app.css" type="text/css" rel="stylesheet"/>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/png" href="img/fav.ico"/>
<title>Project Wine</title>
</head>
<body>
<!-- http://www.millbrookwine.com -->
<section>
<!-- Responsive Horizontal Sliding Menu -->
<!-- End -->
<!-- Navigationbar -->
<div class="wrap-nav">
<div class="menu">
<i>MENU</i>
<span></span>
</div>
<div class="nav-logo">
<img src="img/your_logo.png">
</div>
<nav class="navbar-menu ">
<ul class="menu-listing">
<li><a href="#">HOME</a></li>
<li><a href="#">VISIT +</a>
<ul>
<li>Tours, Tasting, & Visiting the Winery</li>
<li>Map & Directions</li>
<li>The Vineyard Taproom & Terrace</li>
<li>Vineyard Grille</li>
<li>Group Tours</li>
<li>20th Annual Art in the Loft</li>
<li>Vineyard Walking Trail</li>
<li>Dutchess Wine Trail</li>
<li>Local Restaurants</li>
</ul>
</li>
<li><a href="#">SHOP +</a>
<ul>
<li>Wine Portfolio</li>
<li>Private Labels</li>
</ul>
</li>
<li><a href="#">EVENTS +</a>
<ul>
<li>Wine Portfolio</li>
<li>PSR Club Membership</li>
</ul>
</li>
<li><a href="#">ABOUT +</a>
<ul>
<li>Millbrook Staff</li>
<li>Video Gallery</li>
<li>Our Wine Family</li>
<li>Employment</li>
<li>Trade</li>
</ul>
</li>
<li><a href="#">CONTACT</a></li>
<li class="search"><a href="#"><img src="img/search.png"></a></li>
</ul>
</nav>
</div>
</section>
<section>
<div class="vines">
<div class="vines-l"></div>
<div class="vines-r"></div>
</div>
<div class="container-fluid px-0">
<div id="carouselExampleControls" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner bg-info" role="listbox">
<div class="carousel-item active">
<div class="d-flex align-items-center justify-content-center ">
<h2 class="display-1"><img src="img/slider/slide1.jpg" ></h1>
</div>
</div>
<div class="carousel-item">
<div class="d-flex align-items-center justify-content-center ">
<h2 class="display-1"><img src="img/slider/slide3.jpg"></h1>
</div>
</div>
<div class="carousel-item">
<div class="d-flex align-items-center justify-content-center ">
<h2 class="display-1"><img src="img/slider/slide2.jpg"></h1>
</div>
</div>
<div class="carousel-item">
<div class="d-flex align-items-center justify-content-center ">
<h2 class="display-1"><img src="img/slider/slide4.jpg"></h1>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section class="visit">
<div class="fp-main">
<div class="wrap-fp-main">
<p>Welcome to the Valley winery” Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.The Wall Street Journal. The winery is conveniently located in the magnificent Hudson River Valley just 1.5 hours from both New York City and Albany. It is a glorious place to visit any time of year for a tour and wine tasting.</p>
</div>
</div>
<div class="container ">
<div class="row">
<div class="col-lg-12 h3-wrap">
<h3>Visiting the Winery</h3>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-0 fix-img">
<div class="img-wrap">
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 ">
<div class="wrap-tx">
<span> An Experience to Savor</span>
<i>Come See Our Beautiful Lorem Ipsum</i>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<button type="button" class="btn btn-light">READ MORE</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="t-l">
<div class="t-l-1">
<div class="overlay">
<i>Group Tours</i>
</div>
</div>
<div class="t-l-2">
<div class="overlay">
<i>Private Labels</i>
</div>
</div>
</div>
</section>
<section>
<div class="pr-img">
<div class="shop">
<img src="img/img1.jpg" align="center">
<div class="container">
<div class="row shop-pr">
<div class="col-lg-4 col-md-12">
<span>Our Products</span>
</div>
<div class="col-lg-3 ">
</div>
<div class="col-lg-5 col-md-12 shop-r">
<i>View Millbrook Winery's Wines</i>
<a href="#" class="btn-sh-r">SHOP NOW</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="inf-n-p">
<p>Latest News</p>
</div>
<div class="row list-w">
<div class="col-lg-6 col-sm-12 ">
<div class="n-con-w">
<span>Feb 16</span>
<p>
<i> Chili Weather Weekends</i>
Starting january 5th, come spend a winter weekend
afternoon with us chilin in the taparoom by the fire with a delicios bowl of chili<a href="#"> Read More »</a>
</p>
</div>
<div class="n-con-w">
<span>Feb 16</span>
<p>
<i> Chili Weather Weekends</i>
Starting january 5th, come spend a winter weekend
afternoon with us chilin in the taparoom by the fire with a delicios bowl of chili <a href="#"> Read More »</a>
</p>
</div>
</div>
<div class="col-lg-6 col-sm-12">
<div class="n-con-w">
<span>Jan 14</span>
<p>
<i>We Still have Great Dates for 2019 Available</i>
Click here for more information about Winery Weddings!<a href="#"> Read More »</a>
</p>
</div>
<div class="n-con-w">
<span>Mar 17</span>
<p>
<i> Chili Weather Weekends</i>
Starting january 5th, come spend a winter weekend
afternoon with us chilin in the taparoom by the fire with a delicios bowl of chili <a href="#"> Read More »</a>
</p>
</div>
</div>
</div>
<div class="btn-ln">
<a href="" class="btn-ln-1"><span>READ MORE</span></a>
</div>
</div>
</section>
<section>
<div class="mail-l">
<div class="w-mail">
<div class="sub-text">
<span>JOIN OUR VIP MAILING LIST</span>
</div>
<div class="sub-pop">
<i>SIGN UP</i>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 w-ft">
<span>CONTACT</span>
<p>Millbrook Winery<br>
26 Wing Road, Millbrook, NY 12545<br>
Phone 800.662.9463 | 845.677.8383<br>
Fax 845.677.6186<br>
</p>
</div>
<div class="col-lg-4 col-md-6 w-ft">
<span> OPENING HOURS</span>
<p>Open Year Round<br>
Monday-Sunday 12:00 p.m. to 5:00 p.m. <br>
Vineyard Grille<br>
Saturdays & Sundays Opens May 28, 2019<br>
</p>
</div>
<div class="col-lg-4 col-md-12 w-ft">
<span>CONNECT WITH US</span>
<ul>
<li>FACEBOOK</li>
<li>TWITTER</li>
<li>PINTEREST</li>
<li>INSTAGRAM</li>
</ul>
</div>
</div>
<div class="row ">
<div class="col- f-e-msg">
<span> 2019 Lorem ipsum dolor sit amet, adipisicing elit, Design by MSM DesignZ, Inc.</span>
</div>
</div>
</div>
</footer>
</section>
<!-- End -->
<!-- jQuery cdn -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>