-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
117 lines (102 loc) · 6.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
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
<!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="Client-side JavaScript Library for Rapid Application Development">
<meta name="author" content="SDI4Apps Consortium">
<link rel="icon" href="../../favicon.ico">
<title>s4a.js - Client-side JavaScript library for rapid spatial- and visualization application development</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="deps/jquery-1.10.2/jquery-1.10.2.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="test/main.js" type="text/javascript"></script>
<link href="test/styles.css" rel="stylesheet" type="text/css"/>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body onload="s4aExamples.init();">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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="#">examples.sdi4apps.eu</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<!--form class="navbar-form navbar-right">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-success">Sign in</button>
</form-->
</div><!--/.navbar-collapse -->
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Introducing s4a.js</h1>
<p>s4a.js is a client-side JavaScript library for rapid application development based on OpenLayers 3 and D3.js. It is developed by the <a href="http://www.sdi4apps.eu">SDI4Apps consortium</a>, co-funded by the European Commission, and is currently in the stage of implementation. The first public release is planned for March 2016.</p>
<p><a class="btn btn-primary btn-lg" href="https://github.com/SDI4Apps/s4a.js" role="button">s4a.js on GitHub »</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>License</h2>
<p>the library is released by the SDI4Apps consortium under an Apache 2.0 license</p>
<p><a class="btn btn-default" href="LICENSE" role="button">View license »</a></p>
</div>
<div class="col-md-4">
<h2>API Reference</h2>
<p>Documentation for the public methods of the application programming interface of the s4a.js library - automatically generated by Grunt/JSDoc module</p>
<p><a class="btn btn-default" href="doc/index.html" role="button">View reference »</a></p>
</div>
<div class="col-md-4">
<h2>Usage Examples</h2>
<p>A (growing) repository of examples demonstrating the capabilities of the s4a.js library including code-examples that can be used as a starting point for building own functionality</p>
<p><a class="btn btn-default" href="#examples" role="button">View examples »</a></p>
</div>
</div>
</div>
<div class="jumbotron">
<div class="container">
<h1>The SDI4Apps Project</h1>
<p>SDI4Apps is an EU-funded project managed by the University of West Bohemia from the Czech Republic. The project is being implemented with the concerted effort of 18 organizations across Europe. SDI4Apps seeks to build a cloud-based framework with open API for data integration focusing on the development of six pilot applications. The project draws along the lines of INSPIRE, Copernicus and GEOSS and aspires to build a WIN-WIN strategy for building a successful business for hundreds of SMEs on the basis of European spatial data infrastructures.</p>
<p><a class="btn btn-primary btn-lg" href="http://www.sdi4apps.eu" role="button">Visit the SDI4Apps homepage »</a></p>
</div>
</div>
<a name="examples"></a>
<div class="container">
<div id="examplesContainer">
<h2>Usage Examples</h2>
</div>
<hr>
<footer>
<p>© 2015 SDI4Apps Consortium</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>