-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (36 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
48 lines (36 loc) · 1.43 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>edazdarevic's Personal Page</title>
<meta name="author" content="Edin Dazdarevic" />
<meta name="robots" content="index, follow" />
<meta name="description" content="Edin Dazdarevic's Personal Page" />
<link type="text/css" rel="stylesheet" media="screen, projection" href="/stylesheets/screen.css" />
<link type="text/css" rel="stylesheet" media="print" href="/stylesheets/print.css" />
<style type="text/css">
body
{
font-size:120%;
padding:20px;
}
</style>
</head>
<body>
<div class="container">
<header class="span-21 last" id="header">
<h1>Edin Dazdarevic</h1>
</header>
<div class="span-16" id="content">
<div class='span-5 left'><img src='/images/me.png'/></div>
Hello there, my name is Edin Dazdarevic and I'm passionate software developer/architect. I work for <a href="http://www.devlogic.eu" target="_blank">DevLogic</a>, an international software development company.
You can find me on <a href="http://github.com/edazdarevic">Github </a> and contact me at edin.dazdarevic at gmail.com
</div>
<hr/>
<footer class="span-15 last small" id="footer">
All content copyright © Edin Dazdarevic.
</footer>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
</body>
</html>