-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
403 lines (331 loc) · 9.38 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<html>
<head>
<title>Dacia Ray - Freelance Copy Editor Seattle WA</title>
<meta name="description" content="I am a freelance copy editor with over 15
years of experience working on a variety of projects from magazines to books
to corporate websites." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Base -->
<style>
body {
font-family: Helvetica, Arial, sans-serif;
font-weight: lighter;
font-size: 16px;
background-color: #FFF;
color: #2F2F2F;
margin: 0px;
padding: 0px;
}
header, section, footer {
margin: 0;
padding: 24px;
}
header h1, header h2 {
margin-bottom: 0;
padding-bottom: 0;
}
header {
margin-top: 21px;
margin-bottom: 0;
padding-bottom: 0;
}
header h2 {
font-size: 21px;
}
p, li, blockquote {
line-height: 140%;
}
ol, ul {
margin: 0 0 12px 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
list-style: none;
}
a:link {
font-weight: bold;
color: #ED9C9B;
}
footer {
margin: 21px;
padding: 26px 0 66px 0;
}
footer img {
display: block;
margin: auto;
width: 100px;
margin-bottom: 26px;
}
footer p {
border-top: solid 1px #ED9C9B;
padding-bottom: 66px;
margin: 0;
padding: 21px 0 0 0;
}
h1, h2, h3 {
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 100;
letter-spacing: 1px;
padding: 0;
margin: 0 0 12px 0;
}
blockquote {
display: block;
font-style: italic;
padding: 0px 21px 21px 21px;
margin: 0 21px 21px 21px;
border-bottom: solid 1px #C7DFB4;
}
cite {
font-style: normal;
display: block;
}
#page {
width: 100%;
background-color: white;
padding: 0;
margin: 0;
}
#chevron {
width: 220px;
margin: -8 9px 0 -3px;
padding: 0 0 0 0;
height: 60px;
top: 0;
right:0;
background-size: contain;
background-image: url('./img/chevron.png');
background-repeat: no-repeat;
background-position: center;
}
#contact {
padding: 21px 0 21px 0;
text-align: center;
background-color: #FBFBFB;
margin-bottom: 33px;
}
#contact a.btn {
background-color: #ED9C9B;
display: block;
padding: 13px 9px 13px 9px;
color: white;
text-decoration: none;
text-align: center;
font-weight: normal;
border-radius: 6px;
max-width: 300px;
margin: auto;
}
#selected-work img {
max-height: 200px;
}
#selected-work br {
display: none;
}
#selected-work .graphic {
min-height: 130px;
text-align: center;
display: block;
background-color: #EDEDED;
padding: 16px 9px 9px 9px;
}
#selected-work ul {
margin-bottom: 16px;
}
#selected-work .desc {
padding: 9px;
background-color: #BCBCBC;
}
#client-list li {
list-style: square;
margin-left: 19px;
padding-left: 0px;
}
#quote p {
font-size: 24px;
font-style: italic;
padding: 0;
margin: 0;
}
</style>
<!-- Everything Else -->
<style>
@media only screen
and (min-device-width : 768px) {
body {
font-size: 21px;
}
header, section, footer {
margin: 0;
padding: 32px;
}
header h1 {
margin-top: 32px;
font-size: 36px;
}
blockquote {
padding: 9px 62px 62px 62px;
}
#contact {
padding: 36px 0 36px 0;
margin-bottom: 33px;
}
#selected-work .graphic {
padding: 36px 9px 26px 9px;
}
#selected-work img {
max-height: 300px;
}
#selected-work .desc {
font-size: 16px;
padding: 16px;
}
#selected-work br {
display: none;
}
#client-list h2 {
margin-bottom: 32px;
}
#client-list h3 {
}
#client-list ul {
margin-bottom: 36px;
}
}
</style>
<!-- Desktop -->
<style>
@media only screen
and (min-device-width : 1025px) {
body {
background-color: #E3E3E3;
}
header, section, footer {
margin: 0;
padding: 0 64px 32px 64px;
}
header {
padding-top: 112px;
}
#page {
background-color: white;
max-width: 966px;
margin: auto;
}
#about {
padding-top: 0px;
}
#selected-work img {
max-width: 200px;
max-height: 200px;
}
#selected-work .fed img {
padding-top: 21px;
}
#selected-work cite {
font-size: 18px;
}
#selected-work ul li.work {
display: inline-block;
width: 266px;
}
#selected-work ul li.work li.graphic {
height: 200px;
}
#selected-work li.work ul {
display: block;
width: 100%;
}
}
</style>
</head>
<body>
<section id="page">
<header>
<h1>Dacia Ray</h1>
<h2>Copy Editor - Seattle, WA</h2>
<div style="text-align: right"><section id="chevron"></section></div>
</header>
<section id="about">
<p>I am a freelance copy editor with over 15 years of experience working on a
variety of projects from magazines to books to corporate websites. In addition
to copy editing, I have a background as both a journalist and project manager at
several publications, start-ups, and design firms. Whether you are looking for a
final proofread or an experienced eye to make your copy sing, I can help you.
I can edit in Word, InDesign, Google Docs, or HTML with or without
version control (Git).</p>
</section>
<section id="contact"><a class="btn" href="mailto:[email protected]">Contact Me<a></section>
<blockquote>
<p>"Dacia has done copy editing work for me since 2007 and is truly one
of the best. Dacia provides spectacular work quickly, reliably backed
up with sharp insight, intelligence, and improvements. Hire her!"</p>
<cite>- Henk Groenewald <br /> The Brand Ecologist</cite>
</blockquote>
<section id="selected-work">
<h2>Selected Work</h2>
<ul>
<li class="work jasper">
<ul>
<li class="graphic"><img src="img/jasper_johns_cover.jpg"></li>
<li class="desc">
<cite>Jasper Johns: <br /> From Plate to Print</cite>
</li>
</ul>
</li>
<li class="work fed">
<ul>
<li class="graphic"><img src="img/fed.png"></li>
<li class="desc">
<cite>FHLB of Seattle <br /> Annual Report</cite>
</li>
</ul>
</li>
<li class="work burned">
<ul>
<li class="graphic"><img src="img/burned.png"></li>
<li class="desc">
<cite>Chihuly: <br /> Burned Drawings Volume 1</cite>
</li>
</ul>
</li>
</ul>
</section>
<section id="client-list">
<h2>Client List</h2>
<h3>Publications</h3>
<ul>
<li>Yale University Art Gallery</li>
<li>MediaPost.com</li>
<li><i>Sew News</i> magazine</li>
<li><i>Seattle Business</i> magazine</li>
<li>Past the Popcorn</li>
<li><i>Jonathan Raker and the Rise of Eve</i></li>
<li><i>Memoirs of Doris and George Van Vleet</i></li>
</ul>
<h3>Corporate</h3>
<ul>
<li>Clearwater Paper</li>
<li>Coca-Cola</li>
<li>Boeing</li>
<li>Chihuly</li>
<li>GAP</li>
<li>Microsoft</li>
<li>BNSF Railways</li>
<li>Federal Home Loan Bank of Seattle</li>
<li>Agility Logistics</li>
<li>Itron</li>
</ul>
</section>
<footer>
<p>
I live in the Fremont neighborhood of Seattle with my
husband, two sons, and a cat. In my spare time, I enjoy painting,
cooking, and sewing.
Email me at <a href="mailto:[email protected]">[email protected]</a>.</p>
</footer>
</section>
</body>
</html>