-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalogue.html
166 lines (166 loc) · 5.89 KB
/
catalogue.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
<!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/catalogue.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">
What we offer
</p>
</section>
</header>
<section class="">
<section id="section1" class="container portfolio">
<div class="row port_photos">
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/1_n.jpg" class="img-responsive img-rounded">
<figcaption>
Asian Collections
</figcaption>
</figure>
</section>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/2_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
<div class="clearfix hidden-lg"></div>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/3_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
<div class="clearfix hidden-md hidden-sm"></div>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/3_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/3_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/3_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/3_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/3_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
<section class="col-xs-12 col-sm-6 col-lg-4">
<figure>
<img src="images/3_n.jpg" class="img-responsive img-rounded">
<figcaption>
Lorem Ipsum
</figcaption>
</figure>
</section>
</div>
</section>
<section class="row portfolio-footer">
<article class="col-md-12">
<p class="text-center">Find out more <a href="aboutUs.html">about us</a>
</article>
</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>