Start to make edits
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Author: Sid Lacy
|
||||
License: Creative Commons CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
|
||||
Source: Overleaf Template Gallery (https://www.overleaf.com/latex/templates/simple-cover-letter/jmkbrdnmxmbn)
|
||||
@@ -0,0 +1,5 @@
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam ultrices aliquet. Cras ac placerat ex, non rhoncus tortor. Phasellus accumsan sit amet felis vitae varius. Nullam efficitur lorem nec orci scelerisque, commodo rutrum arcu varius. Nullam orci metus, rutrum sit amet enim sit amet, luctus rutrum metus. Vivamus commodo, quam a euismod venenatis, felis lorem porta massa, ac cursus massa nibh eu lectus. Duis pretium in elit nec sodales. Vivamus consectetur tristique ante eget ultricies. Cras sed lectus luctus, commodo urna fringilla, placerat urna.
|
||||
|
||||
Aliquam ut ligula orci. Sed cursus interdum ante, et cursus erat aliquam vel. Maecenas sodales ligula mattis condimentum convallis. Donec aliquet ut libero eget dignissim. Etiam gravida bibendum venenatis. Maecenas accumsan magna lectus. Mauris leo urna, tincidunt at eros vel, consequat varius urna. Curabitur blandit, nunc sed ultricies vehicula, neque turpis blandit massa, pulvinar ultrices orci ligula et enim. Morbi at efficitur ipsum. Aliquam ullamcorper consequat nunc, quis pulvinar orci facilisis sit amet. Pellentesque volutpat quam vitae luctus euismod.
|
||||
|
||||
Fusce mauris enim, maximus in lorem mattis, volutpat euismod nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse ac leo cursus, bibendum justo eget, laoreet risus. In sodales nisl vel viverra fringilla. Ut venenatis nisl id dapibus mollis. In elit tellus, venenatis sit amet lacinia in, cursus id erat. In hac habitasse platea dictumst. Pellentesque pharetra risus eu ex luctus bibendum. Proin dictum neque sit amet mauris viverra, et hendrerit lacus elementum.
|
||||
@@ -0,0 +1,19 @@
|
||||
% Edit the following
|
||||
|
||||
% Personal information
|
||||
\newcommand{\myname}{Joshua Coles} % Your name (e.g. "John Smith")
|
||||
\newcommand{\mytitle}{Applicant} % Your title (e.g. "Applicant")
|
||||
\newcommand{\myemail}{me@joshucoles.me} % Your email (e.g. "me@mydomain.com")
|
||||
\newcommand{\mylinkedin}{johndoe} % Your LinkedIn profile name (e.g. "myname")
|
||||
\newcommand{\myphone}{0756419926} % Your phone number (e.g. "123.456.7890")
|
||||
\newcommand{\mylocation}{City, ST} % Your general location (e.g. "PNW, USA")
|
||||
\newcommand{\recipient}{Hiring Manager} % The recipient (e.g. "Hiring Manager")
|
||||
\newcommand{\greeting}{Dear} % The greeting to use (e.g. "Dear")
|
||||
\newcommand{\closer}{Kind Regards} % The closer to use (e.g. "Kind Regards")
|
||||
|
||||
% Company information
|
||||
\newcommand{\company}{Microsoft Corporation} % The company (e.g. "Microsoft Corporation")
|
||||
\newcommand{\street}{1 Microsoft Way} % The company's street address (e.g. "1 Microsoft Way")
|
||||
\newcommand{\city}{Redmond} % The company's city (e.g. "Redmond")
|
||||
\newcommand{\state}{WA} % The company's state prefix (e.g. "WA")
|
||||
\newcommand{\zip}{98052} % The company's zip code (e.g. "98052")
|
||||
@@ -0,0 +1,81 @@
|
||||
% Project: TeX Cover Letter Template
|
||||
% Author: Sid Lacy
|
||||
|
||||
\documentclass[12pt]{letter}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[empty]{fullpage}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{fontawesome5}
|
||||
\usepackage{eso-pic}
|
||||
\usepackage{charter}
|
||||
|
||||
\usepackage{geometry} % Required for adjusting page dimensions and margins
|
||||
|
||||
\geometry{
|
||||
paper=a4paper,
|
||||
top=1.75cm, % Top margin
|
||||
bottom=1.75cm, % Bottom margin
|
||||
left=2cm, % Left margin
|
||||
right=2cm, % Right margin
|
||||
headheight=0.75cm, % Header height
|
||||
footskip=1cm, % Space from the bottom margin to the baseline of the footer
|
||||
headsep=0.5cm, % Space from the top margin to the baseline of the header
|
||||
% showframe, % Uncomment to show how the type block is set on the page
|
||||
}
|
||||
|
||||
|
||||
%\addtolength{\topmargin}{-0.5in}
|
||||
%\addtolength{\textheight}{1.0in}
|
||||
\definecolor{gr}{RGB}{225,225,225}
|
||||
|
||||
\input{info}
|
||||
|
||||
\begin{document}
|
||||
|
||||
% Shaded header banner
|
||||
\AddToShipoutPictureBG{%
|
||||
\color{gr}
|
||||
\AtPageUpperLeft{\rule[-1.3in]{\paperwidth}{1.3in}}
|
||||
}
|
||||
|
||||
% Header
|
||||
\begin{center}
|
||||
{\fontsize{28}{0}\selectfont\scshape \myname}
|
||||
|
||||
\href{mailto:\myemail}{\faEnvelope\enspace \myemail}\hfill
|
||||
\href{https://linkedin.com/in/\mylinkedin}{\faLinkedinIn\enspace linkedin.com/in/\mylinkedin}\hfill
|
||||
\href{tel:\myphone}{\faPhone\enspace \myphone}\hfill
|
||||
\faMapMarker\enspace \mylocation
|
||||
\end{center}
|
||||
|
||||
\vspace{0.2in}
|
||||
|
||||
% Opening block
|
||||
\today\\
|
||||
|
||||
\vspace{-0.1in}\recipient\\
|
||||
\company\\
|
||||
\street\\
|
||||
\city, \state\ \zip\\
|
||||
|
||||
\vspace{-0.1in}\greeting\ \recipient,\\
|
||||
|
||||
% Body
|
||||
\vspace{-0.1in}\setlength\parindent{24pt}
|
||||
\noindent\input{body}
|
||||
|
||||
% Closer
|
||||
\vspace{0.1in}
|
||||
\vfill
|
||||
|
||||
\begin{flushright}
|
||||
\closer,
|
||||
|
||||
\vspace{-0.1in}\includegraphics[width=1.5in]{sig.png}\vspace{-0.1in}
|
||||
|
||||
\myname\\
|
||||
\mytitle
|
||||
\end{flushright}
|
||||
|
||||
\end{document}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user