blob: d9f3b91499d9316c72f38e013fb3127eec35cd31 [file] [log] [blame]
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>{{ template "title" . }}</title>
<script src="https://static.hackerspace.pl/js/jquery.min.js"></script>
<script src="https://static.hackerspace.pl/js/checkinator-header.js"></script>
{{ template "page_scripts" . }}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="trUiKRnUNhystQjYg-j5j_0qEn09Wijd94aYhv3RyB8" />
<link rel="shortcut icon" href="https://static.hackerspace.pl/img/favicon.ico"/>
<link rel="apple-touch-icon" href="https://static.hackerspace.pl/img/glider.png"/>
<link rel="stylesheet" href="https://static.hackerspace.pl/fonts/news-cycle/stylesheet.css"/>
<link rel="stylesheet" href="https://static.hackerspace.pl/fonts/titillium/stylesheet.css"/>
<link rel="stylesheet" href="https://static.hackerspace.pl/css/style.css?v=2"/>
{{ template "page_style" . }}
</head>
<body>
<a name="top"></a>
<header id="hs_branding">
<a id="hs_header" href="https://hackerspace.pl/">Warsaw Hackerspace</a>
<ul id="hs_header_menu">
<li><a href="https://hackerspace.pl/about">about</a></li>
<li><a href="https://blog.hackerspace.pl">blog</a></li>
<li><a href="https://gallery.hackerspace.pl">gallery</a></li>
<li><a href="https://wiki.hackerspace.pl">wiki</a></li>
<li><a href="https://code.hackerspace.pl">code</a></li>
<li><a href="https://webchat.hackerspace.pl">chat</a></li>
<li><a href="https://redmine.hackerspace.pl">tasks</a></li>
<li><a href="https://wiki.hackerspace.pl/partners">partners</a></li>
</ul>
</header>
<div id="hs_main">
<div id="hs_rotimage">
<div id="status" style="display: none;">
<div id="status-tooltip" style="display: none;">
<p>Refreshing...</p>
</div>
<img src="https://static.hackerspace.pl/img/status-open.png" alt="Sorry, we're open! - The Warsaw Hackerspace is open right now." />
</div>
<div class="hs_login_bar">
<ul>
<li><a class="action user" href="https://ldap.hackerspace.pl">Member profile</a></li>
</ul>
</div>
</div>
<div id="hs_content">
{{ template "content" . }}
</div>
</div>
{{ template "footer" . }}
</body>
</html>
{{ define "page_scripts" }}{{ end }}
{{ define "page_style" }}{{ end }}
{{ define "content" }}{{ end }}
{{ define "footer" }}{{ end }}