-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (130 loc) · 4.73 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
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
146
147
148
149
150
151
152
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Bill Couch</title>
<meta name="description" content="Photographer, runner, and cyclist based in New York City."/>
<meta name="keywords" content="William Couch, Bill Couch, New York City, New York, photography, leadership, management, engineer, manager, leader, running, cycling" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="all" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta http-equiv="imagetoolbar" content="false" />
<meta http-equiv="X-XRDS-Location" content="http://www.myopenid.com/xrds?username=wcouch.myopenid.com" />
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://wcouch.myopenid.com/" />
<link rel="me" href="https://macaw.social/@couch" />
<link rel="me" href="https://couch.studio" />
<link rel="me" href="https://twitter.com/couch" />
<link rel="me" href="https://instagram.com/couch" />
<link rel="me" href="https://linkedin.com/in/wcouch" />
<link ref="me" href="https://github.com/couch" />
<style>
* {
padding: 0;
margin: 0;
}
body {
background: #fff;
}
p {
color: #FFF;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
margin-bottom: 22px;
-webkit-font-smoothing: antialiased;
}
a {
color: #FFF;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,0.3);
-webkit-transition: border .3s;
transition: border .3s;
}
a:hover {
color: #BBB880;
border-bottom: 1px solid rgba(192,179,164,1);
-webkit-transition: border .3s;
transition: border .3s;
}
::-webkit-selection {
background:#98ab6f;
}
::-moz-selection {
background:#98ab6f;
}
::selection {
background:#98ab6f;
}
#about,
#credit {
width: 30%;
min-width: 300px;
max-width: 360px;
padding: 0;
margin: 60px auto 0 5%;
overflow: visible;
}
#credit {
max-width: 200px;
margin-top: 40px;
}
#credit p {
color: #EEE;
font-size: 12px;
line-height: 18px;
}
@media only screen and (max-width: 600px), (max-height: 600px) {
p {
font-size: 14px;
line-height: 21px;
}
#about,
#credit {
margin-top: 20px;
min-width: 200px;
max-width: 280px;
}
}
</style>
</head>
<body>
<div id="about">
<p>
<strong>Bill Couch</strong> is a photographer, runner, and cyclist in New York City.
He's a seasoned engineering leader, currently growing and leading the <a href="https://help.figma.com/hc/en-us/articles/360040314193-Guide-to-prototyping-in-Figma">Prototyping Fidelity</a> engineering team at <a href="https://figma.com/">Figma</a>, after spending over a decade in engineering at Twitter. Learn more <a href="https://couch.studio/about">here</a>.
</p>
<p>
Driven by shaping culture, building relationships, and enabling transparency,
his previous work in engineering leadership, journalism, design, and multimedia can be found
on his <a href="https://resume.williamcouch.com" rel="me">résumé</a>.
</p>
<p>
He publishes a photojournal newsletter from <a href="https://couch.studio/#/portal" rel="me">couch.studio</a>, and can be found <a href="https://couch.studio/more/">elsewhere across the web</a>.
</p>
<p>
Perhaps you'd like to
say hello via <a href="mailto:[email protected]">email</a> or <a href="https://signal.org/install/">Signal</a>.
</p>
</div>
<div id="credit">
<p>Self-portrait inspired by <a href="http://noahkalina.com/">Noah Kalina</a>, taken in Anglesey, Wales, 3 June 2018.</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script type="text/javascript">
$.backstretch("img/couch-wales.jpg");
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-362648-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>