-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (86 loc) · 4.09 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fairweather Editions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<script type="text/javascript" src="//use.typekit.net/zsn2bep.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<style type="text/css">
.fw-splash {
background-color: #584a2a !important;
}
</style>
<link href="bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="bootstrap/assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="bootstrap/assets/ico/favicon.png">
</head>
<body class="fw-splash">
<div class="container-fluid">
<div class="row-fluid">
<div class="span11">
<div class="hero-unit">
<h1>Fairweather<img src="assets/logo.png" />Editions</h1>
</div>
</div><!--/span-->
</div><!--/row-->
<div class="row-fluid">
<div class="span4 slideshow">
<img src="assets/four_elements_splash.jpg" />
<img class="inactive_slide" src="assets/four_elements_water_splash.jpg" />
<img class="inactive_slide" src="assets/four_elements_air_splash.jpg" />
<img class="inactive_slide" src="assets/dark_matter2_splash.jpg" />
<img class="inactive_slide" src="assets/dark_matter_splash.jpg" />
<img class="inactive_slide" src="assets/four_elements_earth_splash.jpg" />
<img class="inactive_slide" src="assets/dozen_roses_splash.jpg" />
<img class="inactive_slide" src="assets/dozen_roses_intro_splash.jpg" />
<img class="inactive_slide" src="assets/four_elements_fire_splash.jpg" />
</div><!--/span-->
</div><!--/row-->
<div class="row-fluid">
<div class="span11">
<h2>Limited Edition Artist’s Books & Portfolios</h2>
</div><!--/span-->
</div><!--/row-->
<div class="row-fluid">
<div class="span12">
<ul class="fw-splash-nav">
<li><a href="about_us.html">About Cy</a></li>
<li><a href="collections.html">The Collections</a></li>
<!--
<li><a href="how_we_work.html">How We Work</a></li>
--> <li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div><!--/.fluid-container-->
<!-- Placed at the end of the document so the pages load faster -->
<script src="jquery/jquery.js"></script>
<script src="bootstrap/assets/js/bootstrap-transition.js"></script>
<script src="bootstrap/assets/js/bootstrap-alert.js"></script>
<script src="bootstrap/assets/js/bootstrap-modal.js"></script>
<script src="bootstrap/assets/js/bootstrap-dropdown.js"></script>
<script src="bootstrap/assets/js/bootstrap-scrollspy.js"></script>
<script src="bootstrap/assets/js/bootstrap-tab.js"></script>
<script src="bootstrap/assets/js/bootstrap-tooltip.js"></script>
<script src="bootstrap/assets/js/bootstrap-popover.js"></script>
<script src="bootstrap/assets/js/bootstrap-button.js"></script>
<script src="bootstrap/assets/js/bootstrap-collapse.js"></script>
<script src="bootstrap/assets/js/bootstrap-carousel.js"></script>
<script src="bootstrap/assets/js/bootstrap-typeahead.js"></script>
<script src="assets/slideshow.js"></script>
</body>
</html>