-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbase.html
99 lines (86 loc) · 2.74 KB
/
base.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
$def with (content)
<!DOCTYPE html>
<html lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="Content-Language" content="pl-PL">
<title>Hackerspace Kraków</title>
<link rel="space-api" href="http://spaceapi.hskrk.pl/">
<link rel="Shortcut icon" href="http://hackerspace-krk.pl/wp-content/themes/hskrk/images/favicon.png">
<link href="http://hackerspace-krk.pl/wp-content/themes/hskrk/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="http://hackerspace-krk.pl/wp-content/themes/hskrk/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="http://hackerspace-krk.pl/wp-content/themes/hskrk/style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://hackerspace-krk.pl/wp-content/themes/hskrk/bootstrap/js/html5shiv.js"></script>
<![endif]-->
<style>
.lead {
margin-bottom: 30px;
}
#count {
font-size: 3em;
line-height: 1em;
}
.copyright {
font-size: 0.7em;
}
h3>a:link, h3>a:visited, h3>a:active {
color:#F04F3D !important;
text-decoration:underline !important;
}
strong.wrong {
margin-left:50px;
text-align: right;
}
form table {
width: 100%;
text-align: left;
}
</style>
<style type="text/css"></style>
<title>WhoIS @ Hackerspace Kraków</title>
$if content.has_key('head'):
$:content.head
</head>
<body class="home blog">
<div id="top">
<div class="container">
<div class="row">
<div class="span4">
<div id="mainlogo">
<a href="/" data-ytta-id="-"><img src="http://hackerspace-krk.pl/wp-content/themes/hskrk/images/logo.png" alt="Hackerspace Kraków"></a>
</div>
</div>
<div class="span8">
<div id="topmenu">
<ul id="menu-gorne-menu" class="nav nav-pills">
<li class="menu-item"><a href="/">Whois</a></li>
<li class="menu-item"><a href="http://hackerspace-krk.pl/kategoria/blog">Blog</a></li>
<li class="menu-item"><a target="_blank" href="http://wiki.hackerspace-krk.pl/">Wiki</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="ornament1"> </div>
<div id="middle">
$:content
</div>
<div id="ornament2"> </div>
<footer>
<div class="container">
<div class="row">
<div class="span12 teledata">
<span class="name">Fundacja Hackerspace Kraków</span><br>
<span class="address">ul. Zacisze 5/P1, 31-156 Kraków</span><br>
<span class="copyright">2017 Copyright by Hackerspace Kraków, All right reserved</span>
</div>
</div>
</div>
</footer>
</body>
</html>