-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 1.96 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="de" />
<meta name="copyright" content="quelbs" />
<meta name="description" content="Quelbs page" />
<title>Quelbs page</title>
<style>
body {
margin:0;
padding:0;
}
h1,h2,li,a,p {
font-family: Liberation Sans,Arial;
text-align:center;
}
li {
list-style:none;
margin:20px 0;
}
h1 {
background: linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
margin:0;
padding:5px 0;
border-bottom: 1px solid #E5E5E5;
text-shadow: 0 1px 0 #FFFFFF;
}
.options, .github {
background-color: #F8F8F8;
border: 1px solid #EAEAEA;
border-radius: 3px 3px 3px 3px;
margin: 5px 2px;
padding: 2px 5px;
}
a.out {
background-image:url('linkout.png');
background-repeat:no-repeat;
background-position: left center;
padding-left:15px;
}
a {
color: #4183C4;
text-decoration: none;
}
a:hover {
text-decoration:underline;
}
</style>
</head>
<body>
<h1>This is the page of quelbs</h1>
<h2>Here is a list of github projects I am working on</h2>
<ul>
<li>Managing <a class="github" href="https://github.com/quelbs/maperitive-rulesets/">Maperitive Rulesets</a> for <a class="out" href="http://maperitive.net/">Maperitive</a>, desktop application for drawing maps based on <a class="out" href="http://osm.org">OpenStreetMap</a> and GPS data. Some <a href="/maperitive/">Demo Renderings</a> are available on this page.</li>
<li><a class="options" href="https://github.com/quelbs/cyclotron">Cyclotron</a> is a viewer for cylindric panoramas. It is able to display continuous panorama images as well as partly panoramas. If you want to have a look, you can have a look at <a href="/cyclotron">some panorama pictures of me</a>.</li>
</ul>
</body>
</html>