-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (116 loc) · 6 KB
/
index.html
File metadata and controls
122 lines (116 loc) · 6 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" ng-app="ldp4j" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>LDP4j</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="deps/html5-boilerplate/css/normalize.css">
<link rel="stylesheet" href="deps/html5-boilerplate/css/main.css">
<link rel="stylesheet" href="deps/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="deps/bootstrap/css/bootstrap-theme.css">
<link rel="stylesheet" href="deps/angular/angular-csp.css">
<link rel="stylesheet" href="css/docs.css">
<link rel="stylesheet" href="deps/prettify/prettify.css">
<script src="deps/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
<script src="deps/jquery/jquery.js"></script>
<script src="deps/bootstrap/js/bootstrap.js"></script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/prettify.js"></script>
<link rel="stylesheet" href="css/app.css" />
</head>
<body ng-cloak role="document" style="padding-top: 51px; padding-bottom: 30px">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation" ng-controller="NavbarController">
<div class="container" ng-show="ready">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><strong>{{title}}</strong></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li ng-class="{active: isActive('/')}"><a href="#">{{menus[0]}}</a>
</li>
<li ng-class="{active: isActive('/learn')}" class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-book"></span> {{menus[1]}} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#learn/ldp">LDP</a>
</li>
<li><a href="#learn/start">Getting started</a>
</li>
<li><a href="#learn/javadoc">Javadoc</a>
</li>
</ul>
</li>
<li ng-class="{active: isActive('/community')}"><a href="#community"><span class="glyphicon glyphicon-globe"></span> {{menus[2]}}</a>
</li>
<li ng-class="{active: isActive('/about')}"><a href="#about"><span class="glyphicon glyphicon-user"></span> {{menus[3]}}</a>
</li>
</ul>
</div>
</div>
</div>
<div class="view-animate" ng-view></div>
<div ng-if="ready" id="footer" ng-controller="FooterController" class="container">
<hr style="opacity:0">
<div class="row">
<div class="col-md-7 col-sm-12 col-xs-12" style="margin-bottom:15px; color:dimgray">
<p style="margin-bottom:5px">{{rights}}</p>
<p>{{com}}</p>
</div>
<div class="col-md-2 col-sm-4 col-xs-4" align="center">
<a href="http://www.centeropenmiddleware.com/" target="blank_">
<img style="width:100%; max-width:80px; margin-left:0px" src="img/com.png">
</a>
</div>
<div class="col-md-1 col-sm-4 col-xs-4" align="center">
<a href="http://www.upm.es/" target="blank_">
<img style="width:100%; max-width:70px; margin-left:0px" src="img/upm.png">
</a>
</div>
<div class="col-md-2 col-sm-4 col-xs-4" align="center">
<a href="http://www.oeg-upm.net/" target="blank_">
<img style="width:100%; max-width:80px; margin-left:0px" src="img/oeg.png">
</a>
</div>
</div>
</div>
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular-route.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular-animate.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular-sanitize.js"></script>
<script src="deps/textile/textile.js"></script>
<script src="deps/markdown/markdown.js"></script>
<script src="js/app.js"></script>
<script src="js/services.js"></script>
<script src="js/controllers.js"></script>
<script src="js/filters.js"></script>
<script src="js/directives.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-51375742-1', 'ldp4j.org');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>