-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (44 loc) · 2.25 KB
/
index.html
File metadata and controls
65 lines (44 loc) · 2.25 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>EDULOD</title>
<meta name="description" content="Educational tools for Linked Open Data">
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<div class="row">
<div id="header" class="col-sm-12">
<h4><a class="brand" href="/"><img id="logo" src="logo/edulod-square.png"> EDULOD</a>
<small>Educational tools for Linked Open Data</small>
</h4>
</div>
</div>
<div class="row">
<div id="navigation" class="col-sm-2">
</div>
<div id="content" class="col-sm-10">
<p>EDULOD is a project at the
<a href="https://www.ti.bfh.ch/en/research/institute_for_ict_based_management/institute_for_ict_based_management.html">Institute for ICT-Based Management</a>
of the <a href="https://www.bfh.ch/en/home.html">Bern University of
Applied Sciences</a>. Read the <a href="EDULOD-Project-Proposal-2015_10_29.pdf">
project proposal</a> for more information</p>
<p>The project is funded by the <a href="http://www.haslerstiftung.ch/en/home">Hasler Foundation</a>.</p>
<h3 id="lodide">LodIDE</h3>
<p><a href="lodide/">LodIDE</a> is the online development environment to easily get
started using Linked Open Data (LOD) developed as main result of the EDULOD
project.</p>
</div>
</div>
<div class="row">
<div id="footer" class="col-sm-12">
<a href="https://github.com/edulod/">EDULOD</a>
</div>
</div>
</div>
</body></html>