-
Notifications
You must be signed in to change notification settings - Fork 1
/
hacker.html
79 lines (76 loc) · 2.75 KB
/
hacker.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
<!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 - Hacker</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 class="current"><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">
<h1>Jędrzej Filutek</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sed est est, at fringilla dui. Quisque non massa justo. Morbi sit amet est eget quam tempus facilisis vitae ac erat. Etiam urna massa, tempor sed posuere iaculis, pharetra sed justo. Duis diam dolor, sollicitudin interdum congue at, iaculis eu nunc. Morbi id tincidunt mauris. Vestibulum ante lorem, luctus eget ullamcorper ut, placerat eu dui. Etiam nec arcu ac ante accumsan fringilla ac eget nisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Praesent id tortor sed tellus rutrum aliquet. Praesent eu ultrices risus.
</p>
<h3>Tags:</h3>
<ul class="inlineList">
<li><a href="">fun</a></li>
<li><a href="">CSS3</a></li>
<li><a href="">HTML5</a></li>
</ul>
<br />
<h3>Contact:</h3>
<ul class="inlineList">
<li><a href="">[email protected]</a></li>
<li><a href="">facebook</a></li>
<li><a href="">twitter</a></li>
</ul>
</div>
<aside>
<h2>Projects:</h2>
<div id="projects">
<ul>
<li><a href="">Project 1</a></li>
<li><a href="">Awsome Projects 2</a></li>
<li><a href="">The Best Project 3</a></li>
<li><a href="">Project 4</a></li>
<li><a href="">Project 5</a></li>
</ul>
</div>
</aside>
</div>
<footer>
<nav>
<ul>
<li><a href="index.html">Home Page</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="events.html">Events</a></li>
<li class="current"><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>