-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcover.tex
90 lines (69 loc) · 3.59 KB
/
cover.tex
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
\documentclass[letterpaper,12pt]{article}
\RequirePackage{lato-font}
\RequirePackage{raleway-font}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{fontawesome5}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{multirow}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1in}
\urlstyle{rm}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-3pt}\scshape\center\huge
}{}{0em}{}[\color{black} \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{{\Huge \customRalewayBold{{Ayush Rathore}}}} & {\href{tel:+917000497170}{{\faIcon{phone-square-alt} +91-7000497170}}} \\ \href{https://linkedin.com/in/ayushr1}{\faIcon{linkedin} LinkedIn}
{\href{https://github.com/ayushr1}{\faIcon{github} GitHub}}
{\href{https://ayushr1.netlify.app/}
{\faIcon{link} Portfolio}}
\href{https://www.leetcode.com/ayushr1}{\includegraphics[height=10pt,width=10pt]{leetcode.png}LeetCode}
&
{\faIcon{envelope} \href{mailto:[email protected]}{[email protected]} }\\
\end{tabular*}
%-----------EDUCATION--------------------
\section{\textbf{Cover Letter}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{12pt}
\vspace{0.2cm}
Date: \today \par \vspace{-0.1cm}
Dear Hiring Manager,
I am writing to express my interest in the software engineer Intern position, I am currently pursuing a Bachelor's degree in Computer Science and have a strong background in programming, software development, and problem-solving. I am skilled in C++, and Python and have experience in software development, have built projects and contributed to open source revolving around rest apis softwares. Additionally, I am a fast learner, who is always eager to learn new programming languages and tools, to enhance my skills and knowledge in the field.
I am a results-oriented team player, with strong communication skills, and I am enthusiastic about using technology to enhance people's lives. I am excited about the opportunity to learn and grow, and I believe that my skills, experience and passion make me a great fit for the Intern role. I also have some experience developing with parts of your tech stack (Android, node.js) and am open to learning new technologies.
Thank you for considering my application, I am excited about the opportunity to be part of the GameChanger team and to contribute to the development of cutting-edge games and technology. I look forward to the opportunity to discuss my qualifications further.
\par
%%%%%%% --------------------------------------------------------------------------------------
%%%%%%% SIGNATURE
%%%%%%% --------------------------------------------------------------------------------------
\vspace{0.5cm}
\raggedright
Yours Faithfully \\ {\vspace{-10pt}} \includegraphics[width=3cm]{sign.png} \\ Ayush Rathore \\ +91-7000497170 \\ \href{mailto:[email protected]}{[email protected]}
\end{document}