-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
37 lines (34 loc) · 1.16 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
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="utf-8" />
<meta name="description" content="FOSS4G Norge - Free and Open Source Software 4 Geoinformatics i Norge" />
<meta name="author" content="Geografisk IT - Arild Feragen" />
<title>FOSS4G Norge</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="./css/bootstrap.min.css" media="screen" />
<style>
body {
padding-top: 75px;
background-color: #1F1F1F;
color: #FFF;
}
#sidebar .btn-primary {
background-color: #f16040;
border-color: #f16040;
color: #fff;
}
#sidebar .btn-primary:hover {
background-color: #f16040;
color: #f2c3b6;
}
</style>
</head>
<body>
<img style="display: block; margin: auto;" src="https://mcusercontent.com/b68e1173d5d123bbe7e182253/images/2bb789a6-08ab-ad92-6be9-299920651b95.png" alt="Foss4G logo" width="500" height="500" />
<br />
<div class="text-center">
<p><a class="btn btn-primary btn-lg" href="https://geoforum.pameldingssystem.no/foss4g-nor-24">Klikk her for mer informasjon og påmelding</a></p>
</div>
</body>
</html>