Skip to content

Commit

Permalink
chore: update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
katlyn committed Jan 26, 2024
1 parent baa232b commit de32b9c
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 0 deletions.
62 changes: 62 additions & 0 deletions public/letter.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/letter.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions public/letter.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
@import url("/lexend/lexend.css");
@import url("https://cdn.jsdelivr.net/gh/jgthms/minireset.css@master/minireset.min.css");

:root {
--peach: #efc4df;
--strawberry: #e5a0a0;
--cantaloupe: #f9b28c;
--banana: #f0cf9f;
--watermelon: #b0d2b0;
--mint: #95fecc;
--water: #80bbdb;
--ube: #a99dbd;
--tapioca: #c1c1c1;
--dark: #111;
--light: #EEE;
--accent: var(--watermelon);
color: var(--dark);
background-color: var(--light);
font-family: "Lexend", sans-serif;
}

$headerMargin: 2rem;
$afterHeaderMargin: 0.75rem;
$innerSectionMargin: 0.75rem;
$innerContentMargin: 1rem;
$listMargin: 0.25rem;

header {
border-bottom: var(--accent) solid 3px;
padding-bottom: 0.5em;
display: flex;
align-items: center;
gap: 1em;

img {
height: 3.5em;
}

h1 {
font-size: 2em;
}

span {
justify-self: end;
}

margin-bottom: $headerMargin;
}

p {
margin-top: $innerContentMargin;
}

.address {
text-align: right;
}

@media not print {
body {
margin: 0 auto;
padding: 2rem;
max-width: 60rem;
}
}

@media print {
:root {
color: black;
background: transparent;
margin: 0 0.25em;
}
}
77 changes: 77 additions & 0 deletions views/letter.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#f9b28c">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#f9b28c">

<meta property="og:description" content="Full Stack Developer and Systems Engineer">
<meta property="og:title" content="Katlyn Lorimer - Resume">

<meta name="author" content="Katlyn Lorimer">
<meta name="description" content="Full Stack Developer and Systems Engineer">
<meta name="theme-color" content="#b0d2b0">

<link rel="stylesheet" href="/letter.css">

<title>Katlyn Lorimer - Cover Letter</title>
</head>
<body style="--accent: var(--<%= color %>)">
<header>
<img src="/polyfox.svg" alt="A low poly fox">
<div>
<h1>Katlyn Lorimer</h1>
<span>Full Stack Developer and Systems Engineer</span>
</div>
</header>
<main>
<p class="address">December 12, 2023<br><br>
Katlyn Lorimer<br>
(720) 481-9292<br>
[email protected]
</p>
<br>
<br>
<br>
<p>To whom it may concern,</p>
<br>
<p>
I was excited to discover the opening of the Junior Software Engineer position at the Alaska Satellite Facility.
I am currently a student employee for the University of Alaska's Office of Information Technology, which has
allowed me to gain experience with the University's IT systems, as well as experience with working within a team
and in a collaborative environment. I feel that my current skills align with requirements of the
Junior Software Engineer position, and I am reaching out to formally apply. I am a citizen of the United States
of America.
</p>
<p>
In my current position with the university, I have worked daily on various systems and have been able to
establish connections within the organization. I have completed and contributed to various projects that have
increased my experience in software development, database interactions, and server administration. Through
completing this work I have received positive feedback and recognition from coworkers and other staff. I have
also gained experience in project planning and management through leading the migration of a large application
to a new architecture.
</p>
<p>
Please review my enclosed resume for a more in-depth view of my current experience. I look forward to meeting
and discussing my skills and how they are fit to support the Alaska Satellite Facility through the Junior
Software Engineer position. I am available to be contacted via email at [email protected] and phone at
(720) 481-9292.
</p>
<br>
<p>Thank you for your consideration,</p>
<p>Katlyn Lorimer</p>
</main>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
data-cf-beacon='{"token": "27dbaac591ac48b899c032e4b6c26e7b"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>

0 comments on commit de32b9c

Please sign in to comment.