This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
156 lines (123 loc) · 3.86 KB
/
resume.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
%-------------------------
% Using: Resume in Latex Template
% Author: Sourabh Bajaj (https://github.com/sb2nov)
% Modified: Zeyu Li (https://github.com/Zeyu-Li)
% License: MIT
%------------------------
% doc size
\documentclass[letterpaper,12pt]{article}
% packages
\usepackage[empty]{fullpage}
\usepackage[english]{babel}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{hyperref}
% color
\usepackage{xcolor}
\definecolor{blueviolet}{RGB}{67, 114, 186}
% end packages
% hyperlink color
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=blue,
urlcolor=blueviolet,
}
% Sections formatting
\titlespacing{\section}{0pt}{1ex}{2ex}
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{#2 \vspace{-2pt}}
}
}
% more formatting
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
% circular unordered list
\renewcommand{\labelitemii}{$\circ$}
%-------------------------------------------
%%%%%% Resume STARTS HERE %%%%%%
\begin{document}
%----------HEADING-----------------
\begin{center}
\textbf{Joe Smith}\\
Mobile : (999) 999-9999\\
Email : \href{mailto:joe.smith@gmail.com}{joe.smith@gmail.com}\\
Website: \href{https:/joesmith.com}{joesmith.com}\\
\end{center}
%-----------Summery-----------------
\section{\color{blue}Summery}
\resumeSubHeadingListStart
Seeking position in: \textbf{Summer Student Software Developer}\newline\newline
A student looking for a summer position as a software dev.
\resumeSubHeadingListEnd
%-----------Skills-----------------
\section{\color{blue}Skills}
\resumeSubHeadingListStart
\resumeItemListStart
\resumeItemListEnd
{Tech:}
\resumeItemListStart
\resumeItem{}
{Python (Django), C++, C\#, JavaScript/TypeScript, CSS, SQL, Git/GitHub, AWS, \LaTeX}
\resumeItemListEnd
\resumeSubheading
{Design/ Productivity:}
\resumeItemListStart
\resumeItem{}
{Microsoft office: (PowerPoint, Word, and Excel), Adobe suit (Photoshop, Illustrator, After Effects),
Blender}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------Projects-----------------
\section{\color{blue}Projects}
\resumeSubHeadingListStart
\resumeItemListStart
\resumeItemListEnd
{}
\resumeItemListStart
\resumeItem{\href{https://www.youtube.com/watch?v=dQw4w9WgXcQ}{Video Project: }}
{A video made for you}
\resumeItem{\href{joesmith.com}{Website: }}
{A static login website}
{** Coding projects can be accessed via \href{joesmith.com}{website link} or go to \href{https://github.com/joe-smith}{github.com/joe-smith}
}
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------Awards-----------------
\section{\color{blue}Awards}
\resumeSubHeadingListStart
\resumeItemListStart
\resumeItemListEnd
{}
\resumeItemListStart
\resumeItem{}
{Chess Champion: 2020}
\resumeItem{}
{Top Company of the Year: 2019}
\resumeItem{}
{New York Bestsellers: 2018}
\resumeItemListEnd
\resumeSubHeadingListEnd
% -----------Education-----------------
\section{\color{blue}Education}
\resumeSubHeadingListStart
{MIT - Undergraduate in Computer Science} {\hfill Class: 2020-}
\resumeSubHeadingListEnd
% -----------Reference-----------------
\section{\color{blue}Reference}
\resumeSubHeadingListStart
\resumeSubheading
{Dr. Joe Smith - PhD Student\\}
\href{mailto:joe.smith@gmail.com}{joe.smith@gmail.com}\\
{(999) 999-9999}
\resumeSubHeadingListEnd
% end
\end{document}