Skip to content

Commit 2a1b2bb

Browse files
committed
change md to html, modify css formatting, modify build rules
1 parent 9836a2a commit 2a1b2bb

3 files changed

Lines changed: 130 additions & 78 deletions

File tree

resume-style.css

Lines changed: 53 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,88 @@
1-
/* Header styling */
1+
body {
2+
font-family: Helvetica, Arial, sans-serif;
3+
font-size: 10pt;
4+
line-height: 1.2;
5+
margin: 0.75in;
6+
color: #333;
7+
max-width: 8.5in;
8+
}
9+
210
.header {
311
display: flex;
412
justify-content: space-between;
5-
align-items: center;
6-
margin-bottom: 10px;
13+
align-items: baseline;
14+
margin-bottom: 8px;
715
}
816

917
.header h1 {
1018
margin: 0;
11-
font-size: 24px;
12-
font-weight: bold;
19+
font-size: 18pt;
20+
font-weight: normal;
21+
text-align: left;
1322
}
1423

15-
.header .contact-info {
24+
.contact-info {
1625
text-align: right;
1726
font-style: italic;
27+
font-size: 10pt;
1828
}
1929

20-
/* Separator line */
2130
.separator {
2231
border-top: 1px solid #333;
23-
margin: 15px 0;
32+
margin: 12px 0;
2433
}
2534

26-
/* General body styling */
27-
body {
28-
font-family: 'Times New Roman', serif;
29-
font-size: 11pt;
30-
line-height: 1.15;
31-
margin: 1in;
32-
color: #333;
33-
}
34-
35-
/* Section headers */
3635
h2 {
37-
font-size: 14pt;
36+
font-size: 12pt;
3837
font-weight: bold;
39-
margin-top: 20px;
40-
margin-bottom: 10px;
38+
margin-top: 16px;
39+
margin-bottom: 6px;
4140
border-bottom: 1px solid #ddd;
4241
padding-bottom: 2px;
4342
}
4443

45-
/* Job titles and company names */
4644
h3 {
4745
font-size: 12pt;
4846
font-weight: bold;
49-
margin-top: 15px;
50-
margin-bottom: 5px;
47+
margin-top: 10px;
48+
margin-bottom: 4px;
5149
}
5250

53-
/* Remove default margins from paragraphs in lists */
54-
li p {
55-
margin: 0;
51+
.job-title {
52+
font-weight: normal;
53+
font-size: 12pt;
54+
}
55+
56+
.job-date {
57+
font-style: italic;
58+
font-size: 9pt;
5659
}
5760

58-
/* Spacing for list items */
5961
ul {
60-
margin-bottom: 10px;
62+
margin: 6px 0;
63+
padding-left: 20px;
6164
}
6265

6366
li {
64-
margin-bottom: 5px;
67+
margin-bottom: 3px;
68+
font-size: 9pt;
69+
}
70+
71+
.education {
72+
font-size: 10pt;
73+
}
74+
75+
/* Print styles */
76+
@media print {
77+
body {
78+
margin: 0.5in;
79+
}
80+
81+
.header h1 {
82+
font-size: 16pt;
83+
}
84+
85+
h2 {
86+
font-size: 11pt;
87+
}
6588
}

resume.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Devin Logan - Resume</title>
7+
<link rel="stylesheet" href="resume-style.css">
8+
</head>
9+
<body>
10+
<div class="header">
11+
<h1>Devin Logan</h1>
12+
<div class="contact-info">Arlington, VA | devinannlogan@gmail.com</div>
13+
</div>
14+
15+
<div class="separator"></div>
16+
17+
<h2>Experience</h2>
18+
19+
<h3>Self-Employed</h3>
20+
21+
<div class="job-title">Lead Technical Writer – Fern</div>
22+
<div class="job-date">Jun 2025 – present</div>
23+
<ul>
24+
<li>Write quickstart tutorials and configuration references for Fern's TypeScript and Python SDKs to make onboarding and development processes more self-serve. Test and provide feedback on end-to-end SDK creation workflows.</li>
25+
</ul>
26+
27+
<div class="job-title">Technical Writer Consultant – Class Constructor Corp</div>
28+
<div class="job-date">May – Jun 2025</div>
29+
<ul>
30+
<li>Tested existing user manuals, created walk-through videos, and advised on documentation strategy for a server-side tagging product. Class Constructor Corp is a small engineering consultancy building features for Usercentrics (consent management platform).</li>
31+
</ul>
32+
33+
<div class="job-title">Technical Writing Consultant – Dowling Community Garden</div>
34+
<div class="job-date">Mar 2025</div>
35+
<ul>
36+
<li>Wrote payment processing and migration documentation for Dowling Community Garden as the organization moved from a physical to digital payment processing system.</li>
37+
</ul>
38+
39+
<h3>Google – Senior Technical Writer, Google Search</h3>
40+
<div class="job-date">Jul 2018 – Dec 2024</div>
41+
<ul>
42+
<li>Lead writer on internal developer documentation for ~1,500 engineers building Local Search features and infrastructure. Wrote high-level overviews, concept docs, codelabs, and end-to-end development instructions using Markdown, HTML, CSS, and GitHub-like version control systems. Documented Java, Python, and C++ code to support engineers and product managers of varying experience levels. Analytics and user studies showed my documentation initiatives resulted in a more self-serve onboarding and development process.</li>
43+
<li>Lead writer and reviewer for AI Overviews (also called Search Generative Experience), a critical 2023/2024 priority for Search available in 100+ countries and locales and serving over 1 billion users. Designed, wrote, reviewed, and refined model training data; addressed model training losses and biases; and trained 50+ new writers and reviewers under tight deadlines.</li>
44+
<li>Mentored 4 junior writers on writing quality, content and site design, project planning, docs-as-code processes, and version control tools. Reviewed documentation and project proposals written by engineers and junior writers. I was a sought-after reviewer for my attention to detail, knowledge of style guidelines, and ability to define a user-centric document structure.</li>
45+
<li>Created and executed data-driven documentation content strategies. Assessed customer needs by interviewing subject matter experts, reading existing artifacts, and analyzing customer data. Proposed solutions, coordinated stakeholder reviews, and refined solutions based on stakeholder feedback.</li>
46+
<li>Identified information gaps through qualitative user studies and Google Analytics.</li>
47+
</ul>
48+
49+
<h3>MapR Data Technologies – Technical Writer Intern</h3>
50+
<div class="job-date">Jun 2017 – Aug 2017</div>
51+
<ul>
52+
<li>Wrote and reconfigured user-centric release and migration documentation using Oxygen XML, DITA standards, JIRA, and Bugzilla.</li>
53+
</ul>
54+
55+
<h3>Raymond A. Mason School of Business – Communications Writer</h3>
56+
<div class="job-date">Oct 2015 – May 2018</div>
57+
<ul>
58+
<li>Proposed and wrote articles and website content for William & Mary's Business School</li>
59+
<li>Used Cascade CMS and XML source code to create, update, and refine website content.</li>
60+
</ul>
61+
62+
<h2>Volunteering</h2>
63+
64+
<h3>Distributed Proofreaders – Proofreader and Formatter</h3>
65+
<div class="job-date">Apr 2025 – present</div>
66+
<ul>
67+
<li>Proofread and format scanned page images and optical character recognition (OCR) outputs for books in the public domain. Completed text is submitted to the Project Gutenberg e-book archive.</li>
68+
</ul>
69+
70+
<h2>Education</h2>
71+
72+
<div class="education">
73+
<strong>The College of William & Mary</strong> | summa cum laude | Aug 2014 – May 2018<br>
74+
Majors: English and Accounting | Minor: Computer Science
75+
</div>
76+
</body>
77+
</html>

resume.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)