-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (29 loc) · 1.25 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
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="./static/style.css">
<title>Welcome to Open Data Estonia! — Open Data Estonia</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700" rel="stylesheet">
<body>
<header>
<h1><img alt="logo" src="./static/images/logo.png"> Open Data Estonia</h1>
<nav>
<ul class="nav navbar-nav text-alignright">
<li><a href="./">en</a></li>
<li><a href="./et/">et</a></li>
</ul>
<ul class="nav navbar-nav">
<li class="active"><a href="./">Welcome</a>
<li><a href="./blog/">Blog</a>
<li><a href="./about/">About</a>
</ul>
</nav>
</header>
<div class="page">
<h2>Welcome to Open Data Estonia!</h2>
<p>Welcome! Please take a look at our <a href="./blog">blog</a>.</p>
<p>Did you know about the <a href="http://opendata.ee/opendataday">Open Data Day 2017</a> taking place on 4th March in Tartu?</p>
</div>
<footer>
<p>Website maintained by <a href="https://ee.okfn.org">Open Knowledge Estonia</a>. Source code available <a href="https://github.com/okestonia/okestonia.github.io">on Github</a>.</p>
</footer>
</body>