-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
129 lines (115 loc) · 5.09 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
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<title>actinia-org</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=false">
<link rel="shortcut icon" href="resources/img/actinia-icon.svg" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="resources/css/index.css">
<link rel="stylesheet" type="text/css" href="resources/css/github-content.css">
<script type="text/javascript" src="resources/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="resources/js/strftime.js"></script>
<script type="text/javascript" src="resources/js/twitter-gh-pages.js"></script>
</head>
<body>
<a href="https://github.com/orgs/actinia-org">
<div class="top">
<img class="gh" src="resources/img/github-mark.svg" alt="GitHub Logo" />
</div>
</a>
<a href="https://github.com/orgs/actinia-org/repositories">
<div class="top">
<span id="num-repos"><img src="resources/img/spinner.gif" /></span>
<p> repos</p>
</div>
</a>
<a href="https://github.com/orgs/actinia-org/people">
<div class="top">
<span id="num-members"><img src="resources/img/spinner.gif" /></span>
<p> people</p>
</div>
</a>
<a href="https://github.com/orgs/actinia-org/projects/1">
<div class="top">
<p>⊞<br>tasks</p>
</div>
</a>
<div id="logo">
<p></p>
<img src="resources/img/actinia-icon.svg" alt="actinia logo" />
</div>
<div id="recently-updated">
<div>
<h3><a href="https://github.com/orgs/actinia-org/repositories">Recently updated:</a></h3>
<ol id="recently-updated-repos"></ol>
</div>
<div>
<h1>actinia-org <sup style="font-size: small;">
<a href="https://actinia.mundialis.de/api/v3/version">latest</a>
</sup></h1>
</div>
</div>
<main>
<div class="flexparent">
<a class="event flexchild" href="https://actinia-org.github.io/actinia-core/" target="_blank">
<div class="maininfo">
<p>tutorial</p>
</div>
<!-- <div class="moreinfos">
<img src="resources/img/idea.svg" alt="bubble" />
<p>Learn more about the concepts behind actinia and how to use it</p>
</div> -->
</a>
<a class="event flexchild" href="https://actinia-org.GitHub.io/actinia-introduction/" target="_blank">
<div class="maininfo">
<p>workshop</p>
</div>
<!-- <div class="moreinfos">
<img src="resources/img/idea.svg" alt="bubble" />
<p>A detailed actinia workshop to get you started</p>
</div> -->
</a>
<a class="event flexchild" href="https://actinia-org.github.io/slides/intro" target="_blank">
<div class="maininfo">
<p>intro</p>
</div>
<!-- <div class="moreinfos">
<img src="resources/img/idea.svg" alt="bubble" />
<p>Get a basic understanding about what actinia is</p>
</div> -->
</a>
<a class="event flexchild" href="https://redocly.github.io/redoc/?url=https://actinia.mundialis.de/latest/swagger.json&nocors" target="_blank">
<div class="maininfo">
<p>API docs</p>
</div>
<!-- <div class="moreinfos">
<img src="resources/img/idea.svg" alt="bubble" />
<p>View actinia API docs including plugin endpoints</p>
</div> -->
</a>
</div>
<hr>
<p id="description">The cloud based geoprocessing platform <b>actinia</b> is able to ingest and analyse large volumes
of geodata already present in the cloud.<br>
Due to its scalability of the cloud platform insights and tailor made information are
delivered in near real-time.<br>
actinia is free and open source software, available on <a href="https://github.com/actinia-org" target="_blank">GitHub</a>.
</p>
</main>
<hr>
<div id="repos">
</div>
<!-- **** Begin Fork-Me-On-Gitlab-Ribbon-HTML. See MIT License at https://gitlab.com/seanwasere/fork-me-on-gitlab **** -->
<p><a href="https://github.com/actinia-org/gh-pages">
<span id="fork-me" style="font-family: tahoma; font-size: 18px; position:fixed; top:50px; right:-45px; display:block; transform: rotate(45deg);-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); color:white; background-color: #86cd31; padding: 4px 30px 4px 30px; z-index:99; opacity:1">Fork Me On GitHub</span>
</a></p>
<!-- **** End Fork-Me-On-Gitlab-Ribbon-HTML **** -->
<p class="imprint" style="text-align: center;bottom: 0;right: 0;background-color: #e0e0e0;padding: 0.5em;margin:0;z-index: 999;">
<a href="https://www.mundialis.de/imprint">Impressum</a> - <a href="https://www.mundialis.de/datenschutzerklaerung">Datenschutzerklärung</a> -
<a href="https://creativecommons.org/licenses/by-sa/4.0/">
<img src="resources/img/cc_icon_white_x2.png" style="width:16px;" />
<img src="resources/img/attribution_icon_white_x2.png" style="width:16px;" />
<img src="resources/img/sa_white_x2.png" style="width:16px;" />
</a>
</p></body>
</html>