-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (248 loc) · 9.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119035464-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-119035464-2');
</script>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>
✍️</text></svg>">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/f63ad9e480.js" crossorigin="anonymous"></script>
<title>E R I N || D A W S O N</title>
<!-- S T Y L E -->
<style>
@font-face {
font-family: 'futura-medium';
src: url('Futura PT W01 Medium.ttf');
}
@font-face {
font-family: 'equip-bold';
src: url('Hoftype - Equip-Bold.otf');
}
@font-face {
font-family: 'eqiup-medium';
src: url('Hoftype - Equip-Medium.otf');
}
body {
background-color: white;
font-family: 'futura-medium';
margin: 50px;
font-size: 2vh;
}
::selection {
background-color: #ffd552;
color: black;
}
a {
text-decoration: none;
border-bottom: tomato 0.125em solid;
color: black;
}
span {
display: inline-block;
}
h1 {
font-family: 'equip-bold';
font-size: 3vw;
margin: 0px;
padding: 0px;
}
h2 {
text-align: right;
margin: 50px;
}
#container {
display: grid;
grid-template-columns: 1.8fr 3.9fr 1fr 0.5fr;
grid-template-rows: 0.1fr 0.1fr 1fr;
align-items: center;
}
#name {
grid-column: 1;
grid-row: 1
}
#title {
grid-column: 1;
grid-row: 2;
font-weight: lighter;
}
#technical-writing {
grid-column: 1;
grid-row: 4;
}
#technical-writing-content {
grid-column: 2;
grid-row: 4;
}
#development {
grid-column: 1;
grid-row: 5;
}
#development-content {
grid-column: 2;
grid-row: 5;
}
#personal {
grid-column: 1;
grid-row: 6;
}
#personal-content {
grid-column: 2;
grid-row: 6;
}
#resume {
grid-column: 1;
grid-row: 3;
}
#resume-content {
grid-column: 2;
grid-row: 3;
}
#circle {
/* display: grid; */
position: sticky;
border-radius: 100%;
background-color: tomato;
width: 150px;
height: 150px;
grid-column: 4;
grid-row: 1;
scale: 2;
translate: 130px;
transform: translateY(-10px);
z-index: -1;
position: -webkit-sticky;
/* Safari */
top: 0;
}
.fa-external-link-alt {
font-size: 11px;
}
i {
color: tomato
}
@media screen and (max-width: 1100px) {
#container {
display: inherit;
}
h1 {
font-size: 8vw;
text-align: center;
}
h2 {
text-align: center;
font-size: 3.3vw;
font-weight: lighter;
}
h3 {
text-align: center;
}
h4 {
font-size: 2.3vw;
}
.fas {
display: none;
}
#circle {
display: none;
}
}
#icons a {
text-decoration: none;
border-bottom: 0px;
}
</style>
<!-- E N D || S T Y L E -->
</head>
<body>
<div id="container">
<h1 id="name">Erin Dawson</h1>
<h3 id="title">Writer, developing developer <span>✍️ 💻 ☕️</span><br><br>
<div id="icons">
<a href="https://github.com/GreatGhostsss" target="blank"><i class="fab fa-github"></a></i>
<a href="https://twitter.com/JeSuppose" target="blank"><i class="fab fa-twitter"></a></i> </i><a
href="https://erindawson.bandcamp.com/" target="blank"><i class="fab fa-bandcamp"></i></a>
<a href="https://www.linkedin.com/in/dawsontech/" target="blank"><i class="fab fa-linkedin"></i></a>
</div>
</h3>
<div id="circle"></div>
<div id="resume">
<h2>Resume</h2>
</div>
<div id="resume-content">
<h4><a href="resume-dawson-1.pdf" target="blank">PDF <i class="fas fa-external-link-alt"></i></a></h4>
<p>Technical writing samples are difficult to share due to the nature of NDA. </p>
<p>I've listed a handful here, but the best way to know me is to start a conversation. Message me at
erindawson.work [@] gmail.com.</p>
<hr>
</div>
<div id="technical-writing">
<h2>Technical Writing</h2>
</div>
<div id="technical-writing-content">
<h4><a href="https://www.everbridge.com/wp-content/uploads/DS-VisualCommandCenter-Oct-2019-WEB.pdf"
target="blank">Everbridge Visual Command Center for Critical Event Management <i
class="fas fa-external-link-alt"></i></a></h4>
<p>This white paper elaborates on the features and business continuity advantages of Visual Command Center,
a risk management platform for enterprise businesses.</p>
<h4><a href="updating-vcc-excerpt.pdf" target="blank">Network Diagram <i
class="fas fa-external-link-alt"></i></a></h4>
<p>This excerpt captures VCC's cloud infrastructure as it was developed at IDV Solutions. This guide is the
result of my collaboration as a technical writer with the back-end engineers.</p>
<h4><a href="https://greatghostsss.github.io/gh_getting_going/" target="blank">Getting Going with GitHub <i
class="fas fa-external-link-alt"></i></a></h4>
<p>A sample of process-oriented writing. Here, I've written something for which there were no articles tackling command-line workflows using
conversational or approachable language.</p>
<hr>
</div>
<div id="development">
<h2>Development</h2>
</div>
<div id="development-content">
<h4><a href="https://greatghostsss.github.io/Wordnik-API/index.html" target="blank">Wordnik API App<i
class="fas fa-external-link-alt"></i></a></h4>
<p>APIs are my friend.</p>
<p>Check out this simple-as-can-be web app that queries the Wordnik API.</p>
<h4><a href="https://greatghostsss.github.io/dynamic_navigation-master/" target="blank">Dynamic
navigation <i class="fas fa-external-link-alt"></i></a></h4>
<p>This is a project I coded when learning how to build a dynamic menu which responds to where you have
scrolled in a different area of the site. It could still use some work, but it sharpened my JavaScript
skills and made me excited about using CSS animations, media queries, and ::before, which led to some
cool hover effects, especially useful for tool-tip features in user documentation.
</p>
<hr>
</div>
<div id="personal">
<h2>Publications & Personal Projects
</h2>
</div>
<div id="personal-content">
<h4><a href="https://erindawson.bandcamp.com/" target="blank">Music <i
class="fas fa-external-link-alt"></i></a></h4>
<h4><a href="https://medium.com/@erindawson.work" target="blank">Blog <i
class="fas fa-external-link-alt"></i></a></h4>
<h4><a href="https://www.baristamagazine.com/soundtrack-coffeeshop/" target="blank">Barista Magazine <i
class="fas fa-external-link-alt"></i></a></h4>
<h4><a href="https://www.amazon.com/Roderick-Line-Guide-Erin-Dawson-ebook/dp/B07BCTRXWY"
target="blank">Roderick on the
Line: A Guide <i class="fas fa-external-link-alt"></i></a></h4>
<h4><a href="https://htmlgiant.com/random/confessions-of-a-sleepreader/#more-101759" target="blank">HTML
Giant <i class="fas fa-external-link-alt"></i></a></h4>
<h4><a href="https://www.instagram.com/untoldlosangeles/?hl=en" target="blank">Storytellers <i
class="fas fa-external-link-alt"></i></a></h4>
</div>
</div>
<script>
const circle = document.querySelector('#circle');
</script>
</body>
</html>