\documentclass[a4paper, 10pt]{article}
%%%%%%%%%%%%%%
% Tagen från https://www.gerstner.se/blog/post/Latex%20brevmall/
%%%%%%%%%%%%%%
%\usepackage{lmodern}

\usepackage{DejaVuSerifCondensed}
\usepackage{DejaVuSansMono}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{marvosym}       %För telefon, mobil och brevsymbol

\usepackage{graphicx}
\usepackage{wrapfig}

\usepackage[parfill]{parskip}

\usepackage{fullpage}

\usepackage{fancyhdr}
\fancyfoot{}{}{}
\fancyhead{}{}{}

\usepackage{FixSmallCaps}

%\usepackage{showframe}


%\usepackage{lipsum}

%Anpassa plustecken i löptext
\newcommand{\plus}{\raisebox{.4\height}{\scalebox{.6}{+}}}


\author{Gustav Hartvigsson}
\title{Cover Letter}


\usepackage{xcolor}
\definecolor{dark-red}{rgb}{0.4,0.15,0.15}
\definecolor{dark-blue}{rgb}{0.15,0.15,0.4}
\definecolor{medium-blue}{rgb}{0,0,0.5}
\definecolor{dark-green}{rgb}{0,0.5,0}
\makeatletter
\hypersetup{
    colorlinks,
    linkcolor={dark-red},
    citecolor={dark-green},
    urlcolor={dark-blue},
    pdftitle={\@author \ - \@title},    % title
    pdfauthor={\@author}     % author
}
\makeatother

\usepackage[swedish]{babel}
\usepackage{datetime2}

\makeatletter
\begin{document}
\thispagestyle{empty}

\medskip

%\begin{wrapfigure}{R}{0.25\textwidth}
%  %\vspace*{-0.55cm}
%  \centering
%  \includegraphics[width=0.2\textwidth, keepaspectratio]{./bild2_2}
%\end{wrapfigure}

%\hspace{-0.1\textwidth}
\begin{minipage}[t]{0.5\textwidth}
  \texttt{Gustav Hartvigsson\\
  Skotsteksgatan 1\\ 
  452 38 Strömstad\\ 
\textsc{Sweden}}
\end{minipage}
\hspace{1.7cm}
\begin{minipage}[t]{0.5\textwidth}
  \Mobilefone \hspace{0.3cm} \href{tel:+46703941996}{\texttt{+46 (0)70 394 1996}}\\
  \Telefon \hspace{0.3cm} \href{tel:+4652661527}{\texttt{+46 (0)526 615 27}}\\
  \Letter \hspace{0.3cm} \href{mailto:gustav.hartvigsson@gmail.com}{\texttt{gustav.hartvigsson@gmail.com}}
\end{minipage}

\vspace{2.5cm}

\Large\textbf{\@title}
\normalsize
\hfill\today\hspace{-1.05cm}

%\begin{wrapfigure}{r}{0.35\textwidth}
%  \centering  
%  
%  \vspace{-0.5cm}
%  \includegraphics[width=0.3\textwidth, keepaspectratio]{./bild2_cutout}
%  \vspace{-1cm}
%\end{wrapfigure}

%%%%
% Devide your letter into five parts
%%%%



% 0)
% Skip the formalities!
% This will help the person processing the letter



% 1)
% Teaser, (Get people intrested)
% "As stated by my CV..." "I have experience from..." "I have Qualifications..."
% Eduction, knowledge, experience
As you can see from my CV I have qualifications in programming in general
-- specifically in \texttt{C} (with GLib/GObject and Gtk+), but also
in \texttt{Java} and \texttt{C++} -- 
Both from my time at University and some hobby projects I have worked
on during my spare time, an example is SSTS\footnote{libssts:
\href{https://launchpad.net/simpletypesystem}{\texttt{launchpad.net/simpletypesystem}}}.

With me you will get a hard working colleague, someone you
can trust.

What I would like to work with is GLib/GObject code. It is what
I find must interesting.

\bigskip
% 2)
% Anchor what you said in (1) to something.
% Put forth concrete suggestions/examples, and anchor them
% with the help of situations, assignments, responsibilities
% you have had.
At the University of Skövde I studied Computer Science,
what I learned there has been of utility for me, through the
years

An example of how this has helped me is is how
software projects should be organised, file- and
directory structure, but also general thinking in
the field of computer science like time- and memory
complexity, logic, class- and component dependencies,
and so on.

\bigskip
% 3)
% Outro/End, "The last chans to convince someone" (The Last Conviction)
% "With what have been said you can see that I fit the role as..."
% Address the "why I want this job" question
% Anchor it with what others have said about you.
With what has been said above in mind I do see myself
fit like a glove for this job. We will have a fun
and productive time together.

\bigskip
% 4)
% A little bit of personal life.
% Put forth what life you have outside of work.
As is customary in these letters, I should tell you
a bit about what I do outside of work.

I like Nordic Skating when the ice is, attend history
lectures and help out with serving at Strömstad's Historical
Society\footnote{Strömstads Historieförening}, and -- as you
probably could have guessed -- I have a great intrest in
technology following sites like Ars Technica, \textsc{Hackaday},
among other, and the journal PoC||GTFO (The International Journal of
Proof of Concept or Get The Fuck Out).

\bigskip
% 5)
% Hope to hear from you soon...
\textit{Hope to hear from you soon. Preferably via phone.}

\vspace{1cm}
\hspace{3cm}
\begin{minipage}{0.7\textwidth}
  Best Regards
  
  \vspace{2cm}
  Gustav Hartvisson
\end{minipage}

\vspace{1cm}

PS:
I see no problems with moving closer to the place of work if need be.



%\encl{Bilaga1}

\end{document}
\makeatother
