-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.html
92 lines (89 loc) · 4.39 KB
/
aboutUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Octrinsic</title>
<link rel="stylesheet" href="stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="stylesheets/flat-ui.min.css">
<link rel="stylesheet" href="stylesheets/aboutUs.css">
</head>
<body>
<header class="container-fluid">
<section class="row menubar">
<nav role="navigation" class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" data-toggle="collapse" data-target="#myNavbarCollapse" class="navbar-toggle"><span class="sr-only">Toggle Navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a href="index.html" class="navbar-brand">S & S Boutique</a>
</div>
<div id="myNavbarCollapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="catalogue.html">Catalogue</a></li>
<li><a href="contactUs.html">Contact Us</a></li>
<li><a href="aboutUs.html">AboutUs</a></li>
<li><a href="visitUs.html">Visit Us</a></li>
</ul>
</div>
</div>
</nav>
</section>
<section class="row landing_plane">
<!-- landing_plane -->
<p class="h3 hover_text text-center">
Who we are
</p>
</section>
</header>
<section class="">
<section id="section1" class="container portfolio">
<div class="row">
<p class="col-md-12 text-left">
At S&S Boutique we take pride in offering the finest collection of Asian women’s clothing to suit your specific tastes and preferences. We work with experts to ensure that we always bring you a collection of both traditional and contemporary fashion trends.
<br><br>
Having been in the industry for the past 11 years, we have mastered the art of fashion and bring you timeless fashion trends that you will truly like. In fact, take a tour through our catalogues to be able to select the best for your occasion. Despite the season, you can rest assured that we have the best suit for you.
<br><br>
At S&S Boutique, we believe in authenticity and superior quality to ensure that you always pull out the most stylish and comfortable look. Our clothes come in a wide range of fabrics from cotton, pure silk, georgette, chiffon to a combination of others to choose from. Besides, we also provide a variety of color schemes to suit the mood and mode of your dressing.
<br><br>
All our outfits are inspired by the most outstanding fashion trends and designed by professionals to give you that sharp look. Now go ahead, browse through our catalogues to find your perfect match!
</p>
</div>
</section>
</section>
<footer class="container-fluid">
<section class="row links">
<ul class="col-md-3 col-sm-6 col-xs-12">
<li>
<p class="h4">Company</p>
</li>
<li> <a href="#">About Us</a></li>
<li> <a href="#">Terms of Service</a></li>
<li> <a href="#">Contact Us</a></li>
</ul>
<ul class="col-md-3 col-sm-6 col-xs-12">
<li>
<p class="h4">Support</p>
</li>
<li> <a href="#">Support</a></li>
</ul>
<section class="clearfix hidden-md hidden-lg"></section>
<ul class="col-md-3 col-sm-6 col-xs-12">
<li>
<p class="h4">Services & Accessories</p>
</li>
<li> <a href="#">Gowns</a></li>
<li> <a href="#">Suits</a></li>
</ul>
<ul class="col-md-3 col-sm-6 col-xs-12">
<li>
<p class="h4">Contacts</p>
</li>
<li> <a href="#">Contact Us</a></li>
</ul>
</section>
<article class="row copyright">
<p class="col-md-12 text-center">© 2014 S&S Boutique. All right reserved</p>
</article>
</footer>
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>