-
Notifications
You must be signed in to change notification settings - Fork 1
/
newbie1.html
62 lines (59 loc) · 2.44 KB
/
newbie1.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
<!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'm new here</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 1 - I'm new here</h2>
<h3>What Hackerspace is (<a href="http://en.wikipedia.org/wiki/Hackerspace">from Wikipedia</a>):</h3>
<p>
A hackerspace or hackspace (also referred to as a hacklab, makerspace or creative space) is a location where people with common interests, often in computers, technology, science, digital or electronic art (but also in many other realms) can meet, socialise and/or collaborate. Hackerspaces can be viewed as open community labs incorporating elements of machine shops, workshops and/or studios where hackers can come together to share resources and knowledge to build and make things.
Many hackerspaces participate in the use and development of free software, open hardware, and alternative media.
</p>
</div>
<aside>
<br />
<a href="newbie1.html" class="bigButton current">1. Nie wiem o co chodzi</a>
<a href="newbie2.html" class="bigButton">2. Chcę zacząć</a>
<a href="newbie3.html" class="bigButton">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>