commit fbea6c1e4495dbc6b04c276b832d0ee5d495c57a Author: Peter Hatina Date: Thu May 28 21:41:09 2020 +0200 Initial commit Signed-off-by: Peter Hatina diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47d3871 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.*~ +*.sw[uop] +*.aux +*.log +*.pdf diff --git a/logo.tex b/logo.tex new file mode 100644 index 0000000..943e947 --- /dev/null +++ b/logo.tex @@ -0,0 +1,30 @@ +\documentclass[tikz]{standalone} +\usetikzlibrary{decorations.text} +\usepackage{fontspec,amssymb} +\definecolor{byublue}{RGB}{0 34 85} + +\begin{document} + +{\sffamily +\begin{tikzpicture} +\begin{scope} +\draw[color=gray,fill=darkgray] (0,0) circle (3.5cm); +\draw[color=gray,fill=white] (0,0) circle (2.6cm); +\end{scope} +\draw[color=lightgray] (0,0) circle (2.0cm) node[scale=1.5] (m) {}; +\draw[color=lightgray] (0,0) circle (1.5cm) node[scale=1.5] (m) {}; +\draw[color=lightgray] (0,0) circle (1.0cm) node[scale=1.5] (m) {}; +\draw[color=lightgray] (0,0) circle (3.6cm); +\path [postaction={decorate,decoration={raise=-1ex,text along path, +reverse path, text align=fit to path, +text={|\huge\color{white}|Športový klub Yacimu}}}] (20:2.95cm) arc (20:160:2.95cm); +\node[white,rotate=-30] at (240:3.05cm) {$\blacklozenge$}; +\node[white,rotate=30] at (300:3.05cm) {$\blacklozenge$}; +\path [postaction={decorate,decoration={raise=-1ex,text along path, text align=center, +text={|\huge\color{white}|od 2020}}}] (210:3.05cm) arc (210:330:3.05cm); +\draw[color=lightgray, line width=0.7mm, line cap=round] (0,0) -- (0,-0.55) {}; +\draw[color=lightgray, line width=0.7mm, line cap=round] (-0.35,0.4) -- (0,0) -- (0.35,0.4) {}; +%\draw[color=red, line width=0.7mm] (0,0) circle (0.1mm) {}; +\end{tikzpicture}} + +\end{document}