-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.html
129 lines (117 loc) · 5.32 KB
/
about_us.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
<!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">
<!-- 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-how-we-work">
<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 class="active"><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>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="hero-unit">
<h1>Fairweather<img src="assets/logo_bw.png" />Editions</h1>
<h2>About Cy</h2>
</div>
</div><!--/span-->
</div><!--/row-->
<div class="row-fluid about_someone">
<div class="span3">
<img src="assets/portrait_cy.jpg" />
</div>
<div class="span9">
<h1>Cy DeCosse</h1>
<p>
Cy brings his background of artist and art director to the art of photogaphy. His love of
photography began in Florence, Italy as a Fulbright student. His learning continued as
he collaborated with many of America’s best photographers in his career as an agency
Art Director. Cy believes in close, intimate images that show ordinary things in a surprising
new light. He paints backgrounds that “float” the subject in a world of its own. Alternative
processes give his images a look that is different and approriate to the moment.<a href="history.html">
Cy DeCosse Photography Shows & Articles</a>
</p>
</div>
</div>
<!--
<div class="row-fluid about_someone">
<div class="span3">
<img src="assets/portrait_keith.jpg" />
</div>
<div class="span9">
<h1>Keith Taylor - Printer</h1>
<p>
Keith has been printing for Cy DeCosse for over 15 years. Keith hails from London U.K.
where he printed for many of England’s top photographers. His specialty is historic
alternative processes, platinum-palladium, polymer-photogravure and 3-color gum
dichromate. Keith brings an amazing technical expertise and print quality to Cy’s works.
(<a href="http://www.keithtaylorphoto.com">www.keithtaylorphoto.com</a>)
</p>
</div>
</div>
<div class="row-fluid about_someone">
<div class="span3">
<img src="assets/portrait_bernie.jpg" />
</div>
<div class="span9">
<h1>Bernie Maehren - Manager</h1>
<p>
Bernie is the “go-to” person at the Cy DeCosse studio. She manages the purchases and
records of all numbered editions. She maintains up-to-date files and availability of all
images in the collections and keeps track of where they are, whether they are at a gallery,
a museum or in our own studio files. In addition she handles layout and graphic design
issues and quote research as needed.
</p>
</div>
</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>