-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
262 lines (240 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Rosie</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
</head>
<body>
<nav class="nav nav_top">
<div class="logo">
<a href="#"><img src="logo.png" width="250"></a>
</div>
<div class="nav_side">
<a href="whatsnew.html">WHAT'S NEW</a>
<a href="women.html">WOMEN</a>
<a href="dresses.html">DRESSES</a>
<a href="classics.html">CLASSICS</a>
<a href="cart.html">CART</a>
<a href="#">LOGIN/SIGN UP</a>
</div>
</nav>
<div class="main">
<div class="main_content">
<h2>Elegance at it's peak
<br>
<span>Fashion you can buy, but style you possess</span>
</h2>
<div class="btn">
<a href="#">SHOP NOW</a>
</div>
</div>
</div>
<div class="product">
<h2>Featured Products</h2>
<div class="product_container">
<div class="item">
<div class="item_img">
<img src="images/image1.jpg">
</div>
<div class="item_content">
<h3>CHROME ROBE</h3>
<p>Loungewear // Seamist</p>
<a href="#">Buy Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/image2.jpg">
</div>
<div class="item_content">
<h3>KETZ-KE</h3>
<p>Layer Cami // Black</p>
<a href="#">Buy Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/image3.jpg">
</div>
<div class="item_content">
<h3>BUTTERMILK</h3>
<p>Georgia // Classic</p>
<a href="#">Buy Now</a>
</div>
</div>
</div>
<br>
<div class="product_container">
<div class="item">
<div class="item_img">
<img src="images/image4.jpg">
</div>
<div class="item_content">
<h3>BETTY BASICS</h3>
<p>Eagle Strike Tee</p>
<a href="#">Buy Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/image5.jpg">
</div>
<div class="item_content">
<h3>BLOOD MOON</h3>
<p>Bonnie // Cerise</p>
<a href="#">Buy Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/image6.jpg">
</div>
<div class="item_content">
<h3>REMAIN</h3>
<p>Billy Jumper - Chrome</p>
<a href="#">Buy Now</a>
</div>
</div>
</div>
<div class="product_btn">
<a href="whatsnew.html">Explore Our Collection</a>
</div>
</div>
<hr>
<div class="keypoint">
<h2>BRANDS AVAILABLE</h2><br><br><br>
<div class="key_container">
<div class="key_content">
<li>Ziggy Denim</li>
<li>Betty Basics</li>
<li>Rue Stiic</li>
<li>LTB Denim</li>
<li>Marie</li>
<li>Foxwood</li>
<li>Ricochet</li>
</div>
<div class="key_img">
<img src="images/back2.jpg">
</div>
</div>
</div>
<div class="testi">
<h2>WHAT'S NEW</h2>
<div class="testi_container">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="item_img">
<img src="images/dresses.jpg" alt="Dresses">
</div>
<div class="item_content">
<h3>SHOP DRESSES</h3>
<p>Explore our Collection of ROSIE dresses. Our new season includes dresses for every occasion, bespoke floral prints, eye-catching billow sleeves, floating hems and perfectly tailored waist lines to accentuate your figure in all the right ways.</p>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/loungewear.jpg" alt="Loungewear">
</div>
<div class="item_content">
<h3>SHOP LOUNGEWEAR</h3>
<p>Explore our range of loungewear that come in an array of fabrics such as soft jersey, textured cotton, beautiful linen and more. Explore our comfortable styles that will flatter every shape and size. Our clothes are available in inclusive sizes ranging from an XXS to 4XL so there is something special to suit EVERY body!</p>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/classics.jpg" alt="Classics">
</div>
<div class="item_content">
<h3>SHOP CLASSICS</h3>
<p>Our ROSIE Classics range has staple looks so versatile in colour, cut and fabrication that there is something to suit EVERY body. Our premium quality classics have been thoughtfully tailored to perfection and flatter at every seam. Hit 'repeat' on these effortless styles and discover a new confidence brought about by having your wardrobe fit your body shape in high quality fabrics you can feel proud of.</p>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/shades.jpg" alt="Shades">
</div>
<div class="item_content">
<h3>SHOP SHADES</h3>
<p>At ROSIE, we pride ourselves in our ability to dress women of all shapes and sizes due to our inclusive sizing and thoughtful designs. Find classic wardrobe staples in block colours and neutral tones in beautiful linens or, celebrate and liven up your wardrobe with vibrant and custom prints in our modern cuts.</p>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/hijabs.jpg" alt="Hijabs">
</div>
<div class="item_content">
<h3>SHOP HIJABS</h3>
<p>Introducing our new season arrivals. We are proud to bring you fresh, fashion forward looks to suit every occasion. Explore our range of floral hijabs of classic colours and prints that will never go out of style.</p>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" 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="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<footer>
<div class="footer_logo">
<a href="#"><img src="logo.png" width="250"></a>
</div>
<div class="pages">
<h3>Customer Care</h3>
<a href="#">Contact Us</a>|
<a href="#">FAQs</a>|
<a href="#">Store Location</a>|
<a href="#">Shipping</a>|
<a href="#">Returns</a>|
<a href="#">Blog</a>
</div>
<div class="doc">
<h3>Documents</h3>
<a href="#">Privacy Policy</a>|
<a href="#">Terms of Use</a>|
<a href="#">Refund Policy</a>
</div>
<div class="social">
<h3>Follow Us</h3>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
<div class="contact">
<h3>Contact Us</h3>
<a href="https://api.WhatsApp.com/send?phone=+910000000000" target="_blank"><i class="fa fa-whatsapp" aria-hidden="true"></i></a>
<a href="tel: +910000000000"><i class="fa fa-phone" aria-hidden="true"></i></a>
<a href="mailto: [email protected]"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
</div>
<hr>
<p>Copyright © 2021 Rosie. All rights reserved.</p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
</body>
</html>