-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisitUs.html
88 lines (88 loc) · 3.39 KB
/
visitUs.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
<!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">
Where we are
</p>
</section>
</header>
<section class="">
<section id="section1" class="container portfolio">
<div class="row">
<p class="col-md-12 h3 text-center">
Map directions will go here...
</p>
</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>