Merge finnish and english to root directory

This commit is contained in:
Marko Korhonen 2023-04-14 19:07:29 +03:00
parent 69f8daf20c
commit cf126c8ac8
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
19 changed files with 7 additions and 370 deletions

View file

@ -1,164 +0,0 @@
% !TEX TS-program = xelatex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Friggeri Resume/CV for A4 paper format
% XeLaTeX Template
% Version 1.1
%
% A4 version author:
% Marvin Frommhold (depressiverobot.com)
% https://github.com/depressiveRobot/friggeri-cv-a4
%
% Original author:
% Adrien Friggeri (adrien@friggeri.net)
% https://github.com/afriggeri/CV
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Options
% 'print': remove colors from this template for printing
% 'nocolors' to disable colors in section headers
\documentclass[]{friggeri-cv-a4}
\begin{document}
\header{Marko }{Korhonen}{software engineering student} % Your name and current job title/field
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
%----------------------------------------------------------------------------------------
\begin{aside} % In the aside, each new line forces a line break
\section{contact}
Lihtakatu 14 B
15230 Lahti
Finland
+358407658800
\href{mailto:marko@korhonen.cc}{marko@korhonen.cc}
\section{languages}
\textbf{fluent}
finnish \& english
\textbf{basics}
german, russian \& swedish
\section{programming}
Java
Bash
Rust
Python
HTML \& CSS
JavaScript
Node.js
React
\end{aside}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{interests}
programming, open source software, Linux, networking, self-hosted applications, servers, computer repairs
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{education}
\begin{entrylist}
\entry
{2016 - 2020}
{Bachelor of ICT}
{Metropolia UoAS}
{Specialization in Software Engineering}
\entry
{2018 - 2019}
{Student Exchange}
{Frankfurt UoAS, Germany}
\entry
{2013 - 2015}
{Upper secondary {\normalfont qualification}}
{Saimaan Ammattiopisto}
{Specialization in Business Economics}
\entry
{2009 - 2012}
{High school {\normalfont and matriculation examination}}
{Lauritsalan Lukio}
\end{entrylist}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{experience}
\begin{entrylist}
\entry
{05/2020 -}
{Rossum Oy}
{Full-time job}
{Software developer}
\entry
{06-07/2018}
{Uskonnen Oy}
{Internship}
{Repairing and troubleshooting customer computers.\\
Also selling computers}
\entry
{06-07/2017}
{Auto-Suni Oy Lappeenranta}
{Internship}
{Internal technical support}
\entry
{2014-2015}
{Gigantti Oy Lappeenranta}
{Part-time job}
{Service adviser and dispatcher of customer \\
electronics + customer service, warehouse work \\
(also 1 month in 2017)}
\entry
{07-08/2014}
{Kaskein Marja Oy}
{Summer job}
{Warehouse worker}
\entry
{2010-2012}
{K-Market Niiva}
{Summer job}
{Grocery job worker}
\end{entrylist}
\section{projects}
\\I have participated in numerous programming projects during my time at
\\Metropolia. These have been the most fruitious so far
\begin{itemize}
\item \textbf{Scorebook} (Closed source project)
\begin{itemize}
\item Innovation project for the Finnish Baseball association, where a new score keeping application was developed using modern technologies
\end{itemize}
\item \textbf{Codename Frozen Omega} \href{https://gitlab.com/ReekyMarko/Codename-Frozen-Omega}{(Link to source code)}
\begin{itemize}
\item An ecosystem simulator written in Java
\end{itemize}
\item \textbf{Codename Swift Steel} \href{https://gitlab.com/ReekyMarko/Codename-Swift-Steel}{(Link to source code)}
\begin{itemize}
\item A robotic hand built from LEGO and programmed in Java
\end{itemize}
\end{itemize}
\end{document}