-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (70 loc) · 3.01 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rogers & Goffigon</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/rg.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="../assets/ico/favicon.png">
</head>
<body>
<header class="masthead container">
<div class="row">
<h3 class="span6 offset3"><a href="index.html">Rogers & Goffigon LTD</a></h3>
</div>
<nav class="row">
<ul class="span6 offset3">
<li><a href="#">About Us</a></li>
<li><a href="collection.html">The Collection</a>
<ul>
<li><a href="#">Textiles</a></li>
<li><a href="#">Passementarie</a></li>
<li><a href="#">Leather</a></li>
</ul>
</li>
<li><a href="#">Login</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Search</a></li>
</ul>
</nav><!-- /.navbar -->
</header>
<main class="container">
<div class="row">
<!-- Jumbotron -->
<div class="jumbotron offset2 span8">
<h1>Textile Images!</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
</div>
</div>
</main>
<footer class="container">
<div class="row">
<p>© Rogers & Goffigon 2013</p>
<p>41 Chestnut Street, Greenwich, Connecticut</p>
<p>tel 203 532 8068</p>
</div>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> -->
<script src="js/jquery-1.10.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- <script src="http://malsup.github.io/min/jquery.cycle2.min.js"></script> -->
<script src="js/jquery.cycle2.min.js"></script>
</body>
</html>