-
Notifications
You must be signed in to change notification settings - Fork 1
/
newbie3.html
66 lines (63 loc) · 2.25 KB
/
newbie3.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="images/hackerspace-grid.png" />
<link rel="icon" type="image/png" href="images/hackerspace-grid.png"/>
<script type="text/javascript" src="javascript/jquery-1.7.2.min.js"></script>
<title>Hackerspace Kraków - I know what's going on</title>
</head>
<body>
<header>
<a href="index.html"><img id="logo" src="images/hackerspace-logo.png" alt="Hackerspace Kraków logo" /></a>
<nav>
<div class="outline">
<ul>
<li><a href="projects.html">Projects</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="hackers.html">Hackers</a></li>
<li><a href="http://hackerspace-krk.blogspot.com/">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<a id="login" class="button" href="">Log in</a>
</header>
<div id="content">
<div id="data">
<h2>Step 3 - I know what's going on</h2>
<h3>Check out other hackerspaces</h3>
<ul>
<li><a href="http://hackerspace.pl/">Hackerspace Warszawa</a></li>
<li><a href="http://szczecin.hackerspace.org.pl/">Hackerspace Szczecin</a></li>
<li><a href="http://nigmalabs.org/">Hackerspace Poznań (NigmaLabs)</a></li>
<li><a href="http://www.cohabitat.net/">Hackerspace Bukowiec (Cohabitat)</a></li>
<li><a href="http://hackerspaces.org/wiki/List_of_ALL_Hacker_Spaces">List of Hackerspaces around the world</a></li>
</ul>
<p></p>
</div>
<aside>
<br />
<a href="newbie1.html" class="bigButton">1. Nie wiem o co chodzi</a>
<a href="newbie2.html" class="bigButton">2. Chcę zacząć</a>
<a href="newbie3.html" class="bigButton current">3. Jestem wyjadaczem</a>
</aside>
</div>
<footer>
<nav>
<ul>
<li><a href="index.html">Home Page</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="hackers.html">Hackers</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</nav>
<br />
<p>design: <a href="http://about.me/mmskrzyp">mmskrzyp</a></p>
</footer>
</body>
</html>