-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
138 lines (115 loc) · 3.58 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
\documentclass[10pt, letterpaper]{article}
%\usepackage{showframe}
\usepackage[margin=1in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[protrusion=true, expansion=true]{microtype}
\usepackage{booktabs}
\usepackage{setspace}
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx}
\def\COL{2.1}
% \renewcommand{\familydefault}{\sfdefault}
% \renewcommand\familydefault{\sfdefault}
\pagenumbering{gobble}
\begin{document}
% ======
% HEADER
% ======
\begin{center}
\textbf{Your Name Goes Here}
\rule{\textwidth}{0.4mm}
Your Address \\
City, Province, Country \\
+5 555-555-5555 \\
\href{mailto:[email protected]}{[email protected]} \\
\url{http://www.yourwebsite.net}
\rule{\textwidth}{0.4mm}
\end{center}
\noindent Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\section*{Education}
% =========
% FIRST
% =========
\noindent\enskip\textsc{Some University} \hfill City, State, Country
\medskip
\begin{tabular}{p{\COL cm}|l}
{\hfill Current} & \textbf{Bachelor of Something - Concentration} \\
{\hfill date} & G.P.A. (Last year) : 4/4 \\
{\hfill } & C.G.P.A. : 4/4
\end{tabular}
\medskip
% =========
% SECOND
% =========
\noindent\enskip\textsc{Another University} \hfill City, State, Country
\medskip
\begin{tabular}{p{\COL cm}|l}
{\hfill 2012} & \textbf{Bachelor of ... - Concentration} \\
{\hfill 2011} & G.P.A. (Last year) : 4/4
\end{tabular}
\medskip
\section*{Experience}
\noindent\enskip\textsc{Your Employer}
\medskip
\begin{tabular}{p{\COL cm} l}
{\hfill} & \textbf{Your job title ...}
\end{tabular}
\begin{tabular}{p{\COL cm}|l}
{\hfill 2013} & \textbf{Your Employer} \\
{\hfill} & $\bullet$ Accomplishment1 \\
{\hfill} & $\bullet$ Accomplishment2 ...
\end{tabular}
\medskip
\section*{Projects}
% =========
% A Project
% =========
\noindent\enskip\textsc{SomeProjectYouWorkedOn}\hfill \url{http://www.urltogithubrepo.net}
\medskip
\begin{tabular}{p{\COL cm}|l}
{\hfill 2013} & \textbf{Description} \\
{\hfill} & $\bullet$ Feature 1 \\
{\hfill} & $\bullet$ Feature 2 ...
\end{tabular}
\medskip
% ===============
% Another Project
% ===============
\noindent\enskip\textsc{AnotherPorjectYouWorkedOn}\hfill \url{http://www.urltogithubrepo.net}
\medskip
\begin{tabular}{p{\COL cm}|l}
{\hfill Present} & \textbf{Description} \\
{\hfill} & $\bullet$ Feature 1 \\
{\hfill 2013} & $\bullet$ Feature 2 \\
{\hfill} & $\bullet$ Feature 3 \\
{\hfill} & $\bullet$ Feature 4 \\
{\hfill} & $\bullet$ Some other feature...
\end{tabular}
\section*{Skills}
\indent
\indent
\begin{tabular}{p{\COL cm}|l}
{\hfill Programming} & Python, Java, C, etc \\
{\hfill Frameworks} & NodeJS, Rails and Whatnot \\
{\hfill Other} & Other skills you might have
\end{tabular}
\section*{Personal}
\indent
\indent
%==========
% Languages
%==========
\begin{tabular}{p{\COL cm}|l}
\multicolumn{1}{l}{}&\multicolumn{1}{l}{\textbf{Communication Skills}} \\
{\hfill Native} & French, English, Hindi \\
{\hfill Beginner} & Japanese, Chinese, German
\end{tabular}
\bigskip
% =========
% Interests
% =========
\begin{tabular}{p{\COL cm}|l}
\multicolumn{1}{l}{}&\multicolumn{1}{l}{\textbf{Interests}} \\
& Interest1, Interest2, Interest3...
\end{tabular}
\end{document}