-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
92 lines (75 loc) · 3.81 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>LiveLDP-Demo</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/grayscale.min.css" rel="stylesheet">
<!-- jQuery -->
<script src="vendor/jquery/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
<!-- Theme JavaScript -->
<script src="js/grayscale.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-sm-12" style="height:auto">
<iframe src="https://www.youtube.com/embed/oX0ACDfVyVY?autoplay=1&cc_load_policy=1" width="100%" height="500px" frameborder="0" allowfullscreen=" allowfullscreen"></iframe>
</div>
<div class="col-md-3 col-sm-12" style="margin-top: 20px">
<div>
<h3>FarolApp Web</h3>
<p><a href="http://farolapp.linkeddata.es" target="_blank">http://farolapp.linkeddata.es</a></p>
</div>
<div>
<h3>Code</h3>
<p><a href="https://github.com/liveldp" target="_blank">https://github.com/liveldp</a></p>
</div>
<div>
<h3>SPARQL Endpoint</h3>
<p><a href="http://farolapp.linkeddata.es/sparql/" target="_blank">http://farolapp.linkeddata.es/sparql</a></p>
</div>
<div>
<h3>Initial RDF dump</h3>
<p><a href="https://datahub.io/dataset/farolapp-dataset" target="_blank">https://datahub.io/dataset/farolapp-dataset</a></p>
</div>
<div>
<h3>REST-Api</h3>
<p><a href="http://farolapp.linkeddata.es/api/lampposts/c5342" target="_blank">http://farolapp.linkeddata.es/api</a></p>
</div>
<div>
<h3>Twitter</h3>
<p><a href="https://twitter.com/FarolApp4All" target="_blank">https://twitter.com/FarolApp4All</a></p>
</div>
</div>
</div>
<div class="row" style="margin-top: 30px">
<div class="text-center">
<p>Copyright © Live LDP 2016</p>
</div>
</div>
</div>
</body>
</html>