-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
executable file
·130 lines (126 loc) · 5.38 KB
/
main.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
\documentclass{resume}
\begin{document}
\fontfamily{ppl}\selectfont
\noindent
\begin{tabularx}{\linewidth}{@{}m{0.8\textwidth} m{0.2\textwidth}@{}}
{
\Large{Christos Katsaros} \newline
\small{
\clink{
\href{mailto:chris.d.katsaros@gmail.com}{chris.d.katsaros@gmail.com} \textbf{·}
{\fontdimen2\font=0.75ex +30 6983603646} \textbf{·} \href{https://github.com/chkatsaros}{github.com/chkatsaros}
\newline
Isiodou 9, Volos, Greece
}
}
} &
{
\hfill
}
\end{tabularx}
\begin{center}
\begin{tabularx}{\linewidth}{@{}*{2}{X}@{}}
% left side %
{
\csection{EDUCATION}{\small
\begin{itemize}
% item 1 %
\item \frcontent{Diploma In Electrical and Computer Engineering}{University of Thessaly}{General Grade: seven point twenty five (7.25 out of 10)}{2016 - 2021}
% item 2 %
\item \frcontent{Front-End Web Development \textbar\space 100 hours hands-on training}{Project Future, powered by ReGeneration}{}{2021}
% item 3 %
\item \frcontent{MSc in Cybersecurity}{European University Cyprus}{}{2021 - }
\end{itemize}
}
\csection{RESEARCH EXPERIENCE}{\small
\begin{itemize}
% item 1 %
\item \frcontent{Diploma Thesis}{"Creation of Virtual Studio Technology Plugin For Digital Audio Workstation Software"}{Grade: ten (10 out of 10)}{2020 - 2021}
\end{itemize}
}
\csection{WORK EXPERIENCE}{\small
\begin{itemize}
% item 1 %
\item \frcontent{Full Stack Web Developer}{Contractor, Westron Media, Denmark}{}{March 2021 - November 2021}
% item 2 %
\item \frcontent{Front End Developer}{Full Time, Exus, UK}{}{November 2021 - }
\end{itemize}
}
\csection{HONORS \& AWARDS}{\small
\begin{itemize}
% item 1 %
\item \textbf{Project Future, powered by ReGeneration, Finalist}
\end{itemize}
}
\csection{HARD SKILLS}{\small
\begin{itemize}
\item \textbf{Programming Languages} \newline
{\footnotesize C/C++, Java, Go, Python, HTML, XML, CSS, PHP, Javascript, Typescript, SQL, MIPS Assembly, Arduino Programming Language, Verilog}
\end{itemize}
}
}
% end left side %
&
% right side %
{
\vspace{-1.4em}
\small
\begin{itemize}
\item \textbf{Other} \newline
{\footnotesize Git, MariaDB, MongoDB, Multithreading, LaTeX, Terminal, Arduino Development, Circuit Design, Digital Signal Processing, Low-Level Programming, Angular, React, Sass, Bootstrap, Docker, Kubernetes}
\end{itemize}
\csection{SOFT SKILLS}{\small
\begin{itemize}
\item \textbf{Languages} \newline
{\footnotesize Greek (Mother Tongue), English (C2), French (B2)}{}{}
\item \textbf{Music} \newline
{\footnotesize Certificate in music Harmony and Theory} \newline {\footnotesize Part of many musical groups as the lead singer} \newline {\footnotesize Winner of "Battle Of The Bands Thessaloniki 2018-2019" as lead singer in Vindigo Music Band}
\item \textbf{Communication} \newline
{\footnotesize Accustomed to working in groups during academic projects and musical ensembles}\newline {\footnotesize Confident verbal communication skills as demonstrated delivering multiple presentations at university and music concerts}
\end{itemize}
}
\csection{SIGNIFICANT PROJECTS}{\small
\begin{itemize}
\item \frcontent{Sparkles Music Player}
{\clink{\href{https://github.com/chkatsaros/Sparkles_Music_Player}{[github.com/chkatsaros/Sparkles\_Music\_Player]}}}
{A music player software application for android operating system}{}\textit{XML, Java}
\item \frcontent{VST Plugins} {\clink{\href{https://github.com/chkatsaros/VST_Plugins}{[github.com/chkatsaros/VST\_Plugins]}}}{Eight plugins for DAW software created as a part of my diploma thesis}{}\textit{C++}
\end{itemize}
}
\csection{HOBBIES \& INTERESTS}{\small
\vspace{0.32cm}
\begin{tabularx}{\linewidth}{@{}*{4}{>{\centering\arraybackslash}X}@{}}
{\centering
\includegraphics[width=0.8cm]{images/keyboard.png}
} &
{\centering
\includegraphics[width=0.8cm]{images/userexperience.png}
} &
{\centering
\includegraphics[width=0.8cm]{images/lamp.png}
} &
{\centering
\includegraphics[width=0.8cm]{images/cauldron.png}
} \\
{\footnotesize Programming} & {\footnotesize UI/UX} & {\footnotesize Problem Solving} & {\footnotesize Open Source}
\end{tabularx}
\begin{tabularx}{\linewidth}{@{}*{4}{>{\centering\arraybackslash}X}@{}}
{\centering
\includegraphics[width=0.8cm]{images/microphone.png}
} &
{\centering
\includegraphics[width=0.8cm]{images/travel.png}
} &
{\centering
\includegraphics[width=0.8cm]{images/tennis.png}
} &
{\centering
\includegraphics[width=0.8cm]{images/gaming.png}
} \\
{\footnotesize Singing} & {\footnotesize Travelling} & {\footnotesize Sports} & {\footnotesize Gaming}
\end{tabularx}
}
}
\end{tabularx}
\end{center}
\end{document}