Layout introduction chapter
This commit is contained in:
parent
9d533a0e6b
commit
fd40e5739e
2 changed files with 42 additions and 3 deletions
|
@ -1,7 +1,45 @@
|
|||
\chapter{Introduction}
|
||||
\label{cha:introduction}
|
||||
|
||||
\section{First Section}
|
||||
\label{sec:first_section}
|
||||
\section{Welcome}
|
||||
\label{sec:welcome}
|
||||
|
||||
\lipsum
|
||||
% TODO
|
||||
\lipsum[1]
|
||||
|
||||
\section{Who we are}
|
||||
\label{sec:who_we_are}
|
||||
|
||||
% TODO
|
||||
\lipsum[2]
|
||||
|
||||
\section{Why we are}
|
||||
\label{sec:why_we_are}
|
||||
|
||||
% TODO
|
||||
\lipsum[2]
|
||||
|
||||
\section{Where we are}
|
||||
\label{sec:where_we_are}
|
||||
|
||||
\begin{multicols}{2}
|
||||
\faHome{} \textbf{Meatspace}\\
|
||||
Tschamlerstraße 3\\
|
||||
6020 Innsbruck\\
|
||||
Austria
|
||||
|
||||
\faGithub{} \textbf{GitHub}\\
|
||||
\href{https://github.com/it-syndikat}{IT-Syndikat}
|
||||
|
||||
\columnbreak
|
||||
|
||||
\faSlack{} \textbf{IRC}\\
|
||||
\href{https://freenode.net}{freenode.net}\\
|
||||
\#itsyndikat
|
||||
|
||||
\faBullhorn{} \textbf{Discourse}\\
|
||||
\href{https://meta.it-syndikat.org}{meta.it-syndikat.org}
|
||||
\end{multicols}
|
||||
|
||||
\faSearch{}
|
||||
\href{https://duckduckgo.com/?q=IT-Syndikat}{or search for IT-Syndikat}
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
% Text
|
||||
\usepackage{enumitem}
|
||||
\usepackage{microtype}
|
||||
\usepackage{multicol}
|
||||
\usepackage{seqsplit}
|
||||
|
||||
% Graphics
|
||||
|
|
Loading…
Reference in a new issue