-
Notifications
You must be signed in to change notification settings - Fork 2
/
tech.html
278 lines (275 loc) · 7.65 KB
/
tech.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
<!DOCTYPE html>
<html lang="en">
<head>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"
></script>
<script>
$(function () {
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
<!--Title-->
<title>Writing Portfolio</title>
<!--Favicon-->
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<!--Encoding-->
<meta charset="UTF-8" />
<!--Metatext-->
<meta name="Portfolio" />
<!--SEO Keywords-->
<meta
name="keywords"
content="portfolio, coding-boot-camp, technical-writing, documentation, programming, engineering, slate"
/>
<!--Author-->
<meta name="author" content="Melissa Kinsey" />
<!--Viewport Dimensions-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--Bootstrap Link-->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
/>
<!-- Google Fonts Link -->
<link
href="https://fonts.googleapis.com/css2?family=Red+Rose:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!--CSS Link-->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!--NAV HEADER-->
<div id="header"></div>
<!--BEGIN CONTAINER-1-->
<div class="container-1">
<div class="jumbotron">
<div class="container text-center">
<img src="assets/name-5.png" width="50%" />
<p id="jumbotron">
I’m a versatile tech writer with experience in software
development and medical publishing. In addition to
producing developer documentation, I’ve written about
medicine, technology, and death for Slate.com,
Healthline.com, Fast Company, DFW Airport, Morningstar
(the suits, not the veggie burgers), QSR Magazine, and
others. I'm (still) trying to learn JavaScript and
German. <i>Fahrvergnügen.</i>
</p>
</div>
</div>
</div>
<!--BEGIN CONTAINER-2-->
<div class="container-fluid bg-3 text-center">
<h1 class="special">Writing Portfolio</h1>
<div class="row">
<div class="col-sm-3">
<p>
The Doctor Will Tweet a Photo of You Now (Slate)
<a
href="https://slate.com/technology/2014/01/doctors-on-social-media-share-embarrassing-photos-details-of-patients.html"
>
<img
src="assets/Doctor with scrip.jpg"
class="img-responsive"
style="width: 100%"
alt="Doctor holding a prescription"
/>
</a>
</p>
</div>
<div class="col-sm-3">
<p>
Leave the Meddling to the Hardy Boys (Slate)
<a
href="https://slate.com/technology/2018/08/meddling-is-the-worst-word-to-use-to-describe-russias-election-interference.html"
>
<img
src="assets/Meddling.jpg"
class="img-responsive"
style="width: 100%"
alt="Magnifying glass"
/>
</a>
</p>
</div>
<div class="col-sm-3">
<p>
Your Doctor's Germy Smartphone (Slate)
<a
href="https://slate.com/technology/2017/12/legacy-com-has-cornered-the-market-on-death-online.html"
>
<img
src="assets/Germy phones.jpg"
class="img-responsive"
style="width: 100%"
alt="Doctor in surgical gloves holding a smartphone"
/>
</a>
</p>
</div>
<div class="col-sm-3">
<p>
Leader of the Online Death Marketplace (Slate)
<a
href="https://slate.com/technology/2017/12/legacy-com-has-cornered-the-market-on-death-online.html"
>
<img
src="assets/Candle.jpg"
class="img-responsive"
style="width: 100%"
alt="A lit candle"
/>
</a>
</p>
</div>
</div>
</div>
<br />
<!--BEGIN CONTAINER-4-->
<div class="container-fluid bg-3 text-center">
<div class="row">
<div class="col-sm-3">
<p>
Lifesaving Implanted Medical Devices (Slate)
<a
href="https://slate.com/technology/2017/10/implanted-medical-devices-are-saving-lives-theyre-also-causing-exploding-corpses.html"
>
<img
src="assets/Crematorium.jpg"
class="img-responsive"
style="width: 100%"
alt=""
/>
</a>
</p>
</div>
<div class="col-sm-3">
<p>
The Absurdity of Smartphone Addiction (Slate)
<a
href="https://slate.com/technology/2015/08/smartphone-addiction-is-not-a-real-diagnosis.html"
>
<img
src="assets/Smartphone addiction.jpg"
class="img-responsive"
style="width: 100%"
alt="Woman holding smartphone"
/>
</a>
</p>
</div>
<div class="col-sm-3">
<p>
Facetime Farewells & Video Goodbyes (Slate)
<a
href="https://slate.com/technology/2014/10/facetime-skype-farewells-how-video-calling-changes-the-way-we-say-our-last-goodbyes.html"
>
<img
src="assets/Capt. Martin.jpg"
class="img-responsive"
style="width: 100%"
alt="Vintage photo of a handsome young Air Force captain"
/>
</a>
</p>
</div>
<div class="col-sm-3">
<p>
You Should Be Able to Email Your Doctor (Slate)
<a
href="https://slate.com/technology/2014/06/telemedicine-e-visits-doctors-should-start-using-email.html"
>
<img
src="assets/Doctor.jpg"
class="img-responsive"
style="width: 100%"
alt="Doctor in a white coat"
/>
</a>
</p>
</div>
</div>
</div>
<div class="col-sm-3">
<p>
The Electronic Health Record<br />for the Physician's Office
(Elsevier)
<a href="samples/sample-book-pages.pdf">
<img
src="assets/stethoscope.png"
class="img-responsive"
style="width: 100%"
alt=""
/>
</a>
</p>
<legend>
Elsevier (Saunders) asked me to help write this first-edition
textbook and generously acknowledged my contribution on the
title page.
</legend>
</div>
<div class="col-sm-3">
<p>
Partners for Life<br />(Blue Waters Group)
<a href="samples/partners-for-life.pdf">
<img
src="assets/microscope.png"
class="img-responsive"
style="width: 100%"
alt="Microscope icon, courtesy AdrianoKF/Pixabay"
/>
</a>
</p>
<legend>
Biomicrofluidics technology was new when I wrote this piece a
few years ago on behalf of The Blue Waters Group. The article
profiles a Notre Dame scientist who paired up with a biotech
entrepreneur to develop a handheld diagnostic tool.
</legend>
</div>
<div class="col-sm-3">
<p>
The Digestive System (Healthline.com)
<a href="samples/digestive-system.pdf">
<img
src="assets/digestive-system.png"
class="img-responsive"
style="width: 100%"
alt="Digestive system icon, courtesy mcmurryjulie/Pixabay"
/>
</a>
</p>
<legend>
When Healthline.com was just getting off the ground, the editors
asked me to write a series of "Learning Center" articles on
various body systems. This is one of my favorites.
</legend>
</div>
<div class="col-sm-3">
<p>
How the Eye Works (Lighthouse)
<a href="samples/how-the-eye-works.pdf">
<img
src="assets/glasses.png"
class="img-responsive"
style="width: 100%"
alt="Eyeglasses. Adapted from a photo by Morris Huberland (1909–1974), courtesy of the New York Public Library."
/>
</a>
</p>
<legend>
This piece is from a series of articles I wrote for Lighthouse
International, a charitable organization that supports people
with blindness or low vision.
</legend>
</div>
<!--BEGIN FOOTER-->
<div id="footer"></div>
</body>
</html>