-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.html
More file actions
81 lines (75 loc) · 2.56 KB
/
service.html
File metadata and controls
81 lines (75 loc) · 2.56 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="Style/WebsiteStyle.css">
<title>FRIAS Kid's Wear | Home</title>
</head>
<body>
<div id="ContentBackground">
<img src="Images/logo.png" width="100%">
<div id="tagline_right">
<p>Phone: +65-44446677 | Mail: <a href="mailto:frias@gmail.com">frias@gmail.com</a></p>
<p id="tagline_right"><a href="payment.html"><h3>Payment</h3></a></p>
</div>
<table align="center">
<tr>
<td>
<a href="index.html">Home</a>
</td>
<td>
<a href="aboutus.html">About Us</a>
</td>
<td>
<a href="products.html">Products</a>
</td>
<td>
<a href="cafe.html">Café</a>
</td>
<td>
<a href="events.html">Events</a>
</td>
<td>
<a href="service.html">Service</a>
</td>
<td>
<a href="faq.html">FAQ</a>
</td>
<td>
<a href="contactus.html">Contact Us</a>
</td>
</tr>
</table>
<div id="Content">
<br/>
<div id="breadcrumb">
<ul>
<li class="first">You Are Here</li>
<li>»</li>
<li><a href="index.html">Homepage</a></li>
<li>»</li>
<li class="current"><a href="service.html">Service</a></li>
</ul>
</div>
<div class="box">
<h1>Service</h1>
<img src="Images/services.jpg" width="100%">
<p><br>
<u>Wouldn’t you love your own personal stylist? Even better, your own Frias personal stylist!</u><br>
<br>
Our team of Style Advisors are ready to help take the stress out of your shopping. With knowledge across every department in the store, from fashion to homewares and everything in between, Style Advisors will help make your shopping experience a breeze.<br>
With a simple swipe on their iPad, Style Advisors can share with you the latest season trends available at Frias.<br>
Whether you need help with styling tips, an entire wardrobe update, or a last minute gift idea, our Style Advisors will come to the rescue.</p>
<p><u>Expert alterations to create the perfect fit<br>
</u><br>
Enjoy the perfect fit with our Fashion Alteration Service, available in all stores. Ask your Frias Sales Assistant about our expert alterations service, available on fashion items purchased instore. Items that you’ve purchased online can also be altered instore.</p>
<div class="clear"></div>
</div>
<footer>
<p id="tagline_left">Copyright © 2016 - All Rights Reserved - Frias Kid's Wear</p>
<p id="tagline_right">Design by CP1406 Group 11</p>
<br class="clear"/>
</footer>
</div>
</div>
</body>
</html>