-
Notifications
You must be signed in to change notification settings - Fork 0
/
womenFooter.html
60 lines (56 loc) · 3.13 KB
/
womenFooter.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="womenFooter.css">
</head>
<body>
<!-- upperbox -->
<div id="upperbox">
<hr>
<p class="head">MYTHERESA – WOMEN’S LUXURY AND DESIGNER FASHION</p>
<p>Mytheresa is the most-trusted source for finding the finest selection of luxurious womenswear. Our expert
buying team travels the globe with a simple mission: to bring international fashion’s finest directly to
your doorstep. With our runway-fresh new arrivals every week, an easy-to-navigate platform and a mobile app
to shop on-the-go, we ensure a boutique-like feeling for a unique shopping experience
</p>
<div id="sidetoside">
<div id="leftside">
<p class="head">A LUXURY SHOPPING EXPERIENCE</p>
<ul>
<li>The finest edit of more than 200 international luxury brands</li>
<li>900 new arrivals each week directly from the runway</li>
<li>Well-curated selection of items for a boutique-like shopping experience</li>
<li>Exclusive designer collaborations and capsule collections that you won’t find anywhere else</li>
</ul>
</div>
<div id="rightside">
<p class="head">SERVICE AND QUALITY</p>
<ul>
<li>Authentic products guaranteed</li>
<li>Fast, reliable delivery within 3 business days</li>
<li>Free returns and exchanges within 30 days</li>
<li>Exceptional customer service available 24 hours a day, 6 days a week in 13 different languages
</li>
</ul>
</div>
</div>
<p>Whether you are looking for the latest <u>Bottega Veneta </u> pouch for everyday wear,<u>Jimmy Choo heels</u>
for an upcoming wedding, or a Burberry scarf to gift a friend, our edit comprises the key pieces that you
need for an elegant season ahead. With our assortment of timeless items and exclusive capsule collections,
which includes everything from the understated luxury of <u>Loro Piana</u> and avant-garde appeal of Maison
Margiela, to <u>Saint Laurent bags</u> and time-honored Gucci loafers; you are certain to find everything
you want to build your dream closet</p>
<p>Get inspired by our coveted edit, which makes occasion dressing easy by breaking down our buy into
easy-to-shop categories such as <u>fashion sneakers</u> or exquisite <u>gowns</u>. Our exceptional customer
service team is here to help you through every step of the order process, and beyond, to make sure you start
every day dressed to conquer</p>
<p>Shop with us and discover why Mytheresa is your final destination for online shopping for women.</p>
</div>
<hr>
</div>
</body>
</html>