-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdark_matter.html
145 lines (132 loc) · 5.59 KB
/
dark_matter.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
<!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>
<link href="bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<style>body { background-color: #333333; }</style>
<!-- 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-dark-matter">
<div class="center-navbar navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<ul class="nav">
<li><a href="/">Home</a></li>
<li><a href="about_us.html">About Cy</a></li>
<li class="active"><a href="collections.html">Dark Matter</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>
<div class="container-fluid fw-below-nav">
<div class="row-fluid">
<div class="fw-home-fluid-pad">
<div class="span8">
<div class="row-fluid">
<div class="fw-home-fluid-pad">
<div class="span12">
<img src="assets/dark_matter_open.jpg" />
</div>
</div>
</div>
<div class="row-fluid">
<div class="fw-home-fluid-pad fw-dark-matter-vertcal-pad">
<div class="span7">
<img src="assets/dark_matter_spread.jpg" />
</div>
<div class="span5">
<img src="assets/dark_matter_photo.jpg" />
</div>
</div>
</div>
<div class="row-fluid">
<div class="fw-home-fluid-pad">
<div class="span12">
<p class="fw-dark-matter-quote">"We've looked and looked, but after all where are we?"</p>
<p class="fw-dark-matter-quote-attribution">Robert Frost from "The Starsplitter"</p>
</div>
</div>
</div>
</div><!--/span-->
</div><!--/fw-home-fluid-pad-->
<div class="span4">
<h1>Dark Matter</h1>
<h2>
"Photographer Keith Taylor plunged into "dark matter,"
that mysterious and still unfound stuff that scientists are
looking for via experiments conducted in a northern
Minnesota mine. Taylor’s dark images of the surrounding
forest, overgrown rail lines and strange structures are
evocative metaphors for this invisible stuff.
In 20 perfectly printed photogravures, he eloquently
suggests the hypnotic appeal of this strange
quest to crack a cosmic mystery".
</h2>
<h3>
Mary Abbe, Star Tribune, Nov. 17 2011
</h3>
<p class="fw-first-paragraph">
Deep inside an idle iron mine, below the ancient
hemitite rock formations of northern Minnesota,
a tiny elevator rattles to a halt on Level 27. Here
among dozing bats and artificial lights, people
wait. And wait. This is the unlikely site of the
Cryogenic Dark Matter Search (CDMS II) lab.
where scientists are looking for the tiny burst
that will indicate evidence of dark matter, a
product of the big bang believed to comprise
25% of the material in the universe. This
missing mass is called dark matter because it
does not emit or scatter light like ordinary matter
</p>
<p>
DARK MATTER is a conceptual investigation
of the visual phenomena of shadows inside the
CDMS II lab and in the forest around the site.
Since scientists don’t know what it is exactly,
these photographs imagine what this mysterious
substance might look like if it were visible.
</p>
<p class="fw_purchase">
$4500 <a href="contact.html#Purchase_Dark_Matter">Purchase</a>
</p>
</div>
</div><!--/row-->
</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>
</body>
</html>