{% extends "base.html" %}

{% block content %}
<header>
	<div class="wrap">
		<h1>Letní Tábor Na Kocandě</h1>
		<p class="narrow">What the fuck did you just fucking say about me, you little bitch? I'll have you know I graduated top of my class in the Navy Seals, and I've been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I'm the top sniper in the entire US armed forces.</p>
	</div>
</header>

<section class="wrap centering">
	<h2>Sponzoři</h2>
	<div class="sponsors">
		<a href="https://www.pragoprojekt.cz" target="_blank"><img src="/img/sponsors/pragoprojekt.svg" alt="Pragoprojekt"></a>
		<a href="https://www.muprotivin.cz/" target="_blank"><img src="/img/sponsors/protivin.png" alt="Protivín"></a>
		<a href="https://www.skocice.cz/" target="_blank"><img src="/img/sponsors/skocice.png" alt="Skočice"></a>
		<a href="https://www.albi.cz" target="_blank"><img src="/img/sponsors/albi.svg" alt="Albi"></a>
	</div>
</section>
{% endblock %}