7
7
< link rel ="icon " href ="https://www.justin-schrader.com/favicon.ico?v=2 " />
8
8
< title > Justin Schrader's Resume</ title >
9
9
< style >
10
+ /* fonts */
11
+ @font-face {
12
+ font-family : 'Open Sauce Two Regular' ;
13
+ src : url ('./fonts/OpenSauceOne-Regular.ttf' ) format ('truetype' );
14
+ }
15
+ @font-face {
16
+ font-family : 'Open Sauce Two Light' ;
17
+ src : url ('./fonts/OpenSauceOne-Light.ttf' ) format ('truetype' );
18
+ }
19
+ @font-face {
20
+ font-family : 'Open Sauce Two Bold' ;
21
+ src : url ('./fonts/OpenSauceOne-Bold.ttf' ) format ('truetype' );
22
+ }
10
23
/* global rules */
11
24
html {
12
25
background : # f1f1f1 ;
13
26
}
14
27
body {
15
- font-family : Helvetica, Arial, sans-serif;
16
- font-size : 14 px ;
28
+ font-family : 'Open Sauce Two Regular' , Helvetica, Arial, sans-serif;
29
+ font-size : 0.8 em ;
17
30
margin : 0 auto;
18
31
width : auto;
19
32
max-width : 680px ;
27
40
h2 ,
28
41
h3 ,
29
42
h4 {
43
+ font-family : 'Open Sauce Two Bold' , Helvetica, Arial, sans-serif;
30
44
margin : 0 ;
31
45
}
32
46
h2 {
33
47
color : # 616161 ;
48
+ font-family : 'Open Sauce Two Light' , Helvetica, Arial, sans-serif;
34
49
font-size : 12px ;
35
50
text-align : right;
36
51
text-transform : uppercase;
51
66
address {
52
67
font-style : normal;
53
68
}
69
+ strong {
70
+ font-family : 'Open Sauce Two Bold' , Helvetica, Arial, sans-serif;
71
+ }
54
72
a {
55
73
color : # 000 ;
56
74
text-decoration : none;
142
160
padding : 0 17px ;
143
161
}
144
162
145
- span .years {
146
- color : # 000 ;
163
+ strong .years {
147
164
padding-left : 4px ;
148
- font-weight : bold ;
165
+ font-size : 0.85 em ;
149
166
}
150
167
151
168
/* techs */
172
189
align-items : center;
173
190
}
174
191
ul .stack li {
192
+ font-size : 0.8em ;
175
193
display : inline-block;
176
194
padding : 0 5px ;
177
195
background : # f1f1f1 ;
270
288
}
271
289
body {
272
290
padding-bottom : 0 ;
273
- font-size : 12 px ;
291
+ font-size : 0.75 em ;
274
292
line-height : 18px ;
275
293
}
276
294
body section {
284
302
}
285
303
dd .desc ,
286
304
p {
287
- color : # 363636 ;
305
+ color : # 424242 ;
288
306
}
289
307
}
290
308
</ style >
@@ -357,7 +375,7 @@ <h4>Senior Software Engineer</h4>
357
375
</ dd >
358
376
< dd >
359
377
< time datetime ="2018-10-01 "> Oct. 2018</ time > - Present
360
- < span class ="years "> (6 years)</ span >
378
+ < strong class ="years "> (6 years)</ strong >
361
379
</ dd >
362
380
< dd >
363
381
< ul class ="stack ">
@@ -373,10 +391,9 @@ <h4>Senior Software Engineer</h4>
373
391
</ ul >
374
392
</ dd >
375
393
< dd class ="desc ">
376
- Helping users understand < strong > petabytes</ strong > of system
377
- transaction data through Distributed Tracing, enabling them to
378
- resolve errors, improve latency, and monitor their complex
379
- architectures.
394
+ Helping users understand petabytes of system transaction data
395
+ through Distributed Tracing, enabling them to resolve errors,
396
+ improve latency, and monitor their complex architectures.
380
397
< ul >
381
398
< li >
382
399
Collaborate with design, PMs, and fellow engineers to
@@ -415,7 +432,7 @@ <h4>Senior Frontend Engineer</h4>
415
432
< dd >
416
433
< time datetime ="2016-11-01 "> Nov. 2016</ time > -
417
434
< time datetime ="2018-10-01 "> Oct. 2018</ time >
418
- < span class ="years "> (2 years)</ span >
435
+ < strong class ="years "> (2 years)</ strong >
419
436
</ dd >
420
437
< dd >
421
438
< ul class ="stack ">
@@ -463,7 +480,7 @@ <h4>Lead Frontend Engineer</h4>
463
480
< dd >
464
481
< time datetime ="2018-03-01 "> Mar. 2013</ time > -
465
482
< time datetime ="2015-10-01 "> Oct. 2016</ time >
466
- < span class ="years "> (3 years)</ span >
483
+ < strong class ="years "> (3 years)</ strong >
467
484
</ dd >
468
485
< dd >
469
486
< ul class ="stack ">
@@ -506,7 +523,7 @@ <h4>Senior Interactive Developer</h4>
506
523
< dd >
507
524
< time datetime ="2008-07-01 "> Jul. 2008</ time > -
508
525
< time datetime ="2018-03-01 "> Mar. 2013</ time >
509
- < span class ="years "> (5 years)</ span >
526
+ < strong class ="years "> (5 years)</ strong >
510
527
</ dd >
511
528
< dd class ="desc ">
512
529
Designed, animated, and developed advertising solutions for
@@ -526,7 +543,7 @@ <h4>Engineering & design</h4>
526
543
< dd >
527
544
< time datetime ="2006-06-01 "> Jun. 2006</ time > -
528
545
< time datetime ="2008-09-01 "> Sept. 2008</ time >
529
- < span class ="years "> (2 years)</ span >
546
+ < strong class ="years "> (2 years)</ strong >
530
547
</ dd >
531
548
< dd class ="desc ">
532
549
2007 summer internship at < strong > Big Spaceship</ strong > working
0 commit comments