forked from JJediny/geonode.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
277 lines (264 loc) · 15.5 KB
/
test.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<title>GeoNode</title>
<link rel="shortcut icon" href="static/img/favicon.ico" />
<meta name='description' content='GeoNode'/>
<meta name='keywords' content='GeoNode'/>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='static/css/site.css' type='text/css' media='all' />
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="static/css/sequencejs-theme.modern-slide-in.css" />
<!--[if lt IE 9]><link rel="stylesheet" type="text/css" media="screen" href="static/css/sequencejs-theme.modern-slide-in.ie.css" /><![endif]-->
<script type="text/javascript" src="static/js/jquery.js"></script>
<script type="text/javascript" src="static/js/sequence.jquery-min.js"></script>
<script type="text/javascript">
/mobile/i.test(navigator.userAgent) && !location.hash && setTimeout(function () {
if (!pageYOffset) window.scrollTo(0, 1);
}, 1000);
$(document).ready(function(){
var options = {
nextButton: false,
prevButton: false,
autoPlay: true,
animateStartingFrameIn: true,
transitionThreshold: 250,
preloadTheseFrames: [1]// ,
// preloadTheseImages: [
// "images/dot.png"
// ]
};
var sequence = $("#sequence").sequence(options).data("sequence");
sequence.afterLoaded = function(){
$("#nav").fadeIn(100);
$("#nav li:nth-child("+(sequence.settings.startingFrameID)+") img").addClass("active");
}
sequence.beforeNextFrameAnimatesIn = function(){
$("#nav li:not(:nth-child("+(sequence.nextFrameID)+")) img").removeClass("active");
$("#nav li:nth-child("+(sequence.nextFrameID)+") img").addClass("active");
}
// $("#nav li").click(function(){
// if(!sequence.active){
// $(this).children("img").removeClass("active").children("img").addClass("active");
// sequence.nextFrameID = $(this).index()+1;
// sequence.goTo(sequence.nextFrameID);
// }
// });
});
</script>
</head>
<body>
<header class="main">
<div class="container">
<div class="row">
<div class="span6">
<h1><a class="brand" href="#">GeoNode</a></h1>
</div>
<div class="span6">
<div>
<a href="https://github.com/GeoNode/geonode/blob/dev/README" class="btn btn-success">Install GeoNode Now</a>
<a target="_blank" href="http://ui.dev.geonode.org/" class="btn btn-warning">Try the Demo</a>
</div>
</div>
</div>
</div>
</header>
<section class="banner">
<div class="container">
<div id="header-container">
<div id="header">
<div id="sequence">
<ul class="unstyled">
<li id="intro">
<h1 class="title animate-in">Open Source Geospatial Content Management System</h1>
<div class="subtitle animate-in">
<p>GeoNode is an easy to use application and platform
for developing web based Geospatial Information
Systems and for deploying interoperable Spatial
Data Infrastructure.
</p>
<!-- <a href="#" class="btn btn-large btn-success">GeoNode Now</a> -->
</div>
<img src="static/img/hero_img.png" width="560" height="325" alt="" class="model animate-in" />
</li>
<li id="creative">
<h1 class="title animate-in">Open Source Geospatial Content Management System</h1>
<div class="subtitle animate-in">
<p>
It is also designed to be a flexible platform that software
developers can extend, modify or integrate against to meet
requirements in their own applications.
</p>
<!-- <a href="#" class="btn btn-large btn-success">GeoNode Now</a> -->
</div>
<img src="static/img/hero_img.png" width="560" height="325" alt="" class="model animate-in" />
</li>
<li id="support" class="frame3">
<h1 class="title animate-in">Open Source Geospatial Content Management System</h1>
<div class="subtitle animate-in">
<p>GeoNode is an easy to use application and platform
for developing web based Geospatial Information
Systems and for deploying interoperable Spatial
Data Infrastructure.
</p>
<!-- <a href="#" class="btn btn-large btn-success">GeoNode Now</a> -->
</div>
<img src="static/img/hero_img.png" width="560" height="325" alt="" class="model animate-in" />
</li>
</ul>
</div>
<!-- <ul id="nav">
<li><img src="images/dot.png" alt="" /></li>
<li><img src="images/dot.png" alt="" /></li>
<li><img src="images/dot.png" alt="" /></li>
</ul> -->
</div>
</div></div>
</section>
<section class="body">
<div class="container">
<div class="row">
<div class="span4">
<div class="box box-users">
<header class="box-header">
<h2><a href="http://docs.geonode.org/en/latest/index.html#for-users">For Users</a></h2>
</header>
<ul class="unstyled">
<li>Browse and search for geospatial data layers and web services</li>
<li>Upload, manage and share your own geospatial data</li>
<li>Create and share interactive maps</li>
<li>Collaborate with others using layers and maps</li>
</ul>
</div>
</div>
<div class="span4">
<div class="box box-devs">
<header class="box-header">
<h2><a href="http://docs.geonode.org/en/latest/index.html#for-developers">For Developers</a></h2>
</header>
<ul class="unstyled">
<li>Developed with Django</li>
<li>Built on stable, mature open source geospatial projects</li>
<li>Twitter Bootstrap and jQuery client implementation</li>
<li>Multiple APIs for customization and integration</li>
<li>Seamless integration with third-party Django apps</li>
</ul>
</div>
</div>
<div class="span4">
<div class="box box-admins">
<header class="box-header">
<h2><a href="http://docs.geonode.org/en/latest/index.html#for-administrators">For Admins</a></h2>
</header>
<ul class="unstyled">
<li>Complete framework for OGC compliant geospatial web services</li>
<li>Interoperable metadata managment and aggregation platform</li>
<li>Comprehensive security model and framework</li>
<li>Reliable and scalable platform for deploying spatial data infrastructure</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<section class="important-links">
<div class="row">
<div class="span1">
<h2 class="quick-start">Quick Start</h2>
</div>
<div class="span11">
<div class="get-started">
<h2>Get Started Now</h2>
<ul class="unstyled steps">
<li>
<div class="num">1</div>
<h6>Install from PPA in Ubuntu 12.04</h6>
<span>
<p>$ sudo add-apt-repository ppa:geonode/snapshots</p>
<p>$ sudo apt-get update</p>
<p>$ sudo apt-get install geonode</p>
</span>
</li>
<li>
<div class="num">2</div>
<h6>Set the IP address and create a superuser</h6>
<span>
<p>$ sudo geonode-updateip 127.0.0.1</p>
<p>$ geonode createsuperuser</p>
</span>
</li>
<li>
<div class="num">3</div>
<h6>Read the Admin docs</h6>
<span>
<p><a href='http://docs.geonode.org/#for-administrators'>Start Here</a></p>
</span>
</li>
<li class="last">
<div class="num">4</div>
<h6>Import your data</h6>
<span>
<p><a href='http://docs.geonode.org/#for-administrators'>Start Here</a></p>
</span>
</li>
</ul>
</div>
<div class="row">
<div class="span5">
<article class="documentation">
<h3><a href="http://docs.geonode.org/en/latest/index.html">Documentation</a></h3>
<p>User, Developer and Administrator Guides.</p>
</article>
<article class="mailing-list">
<h3><a href="http://geonode.org/communication/">Mailing Lists</a></h3>
<p>User, Developer and Regional lists and archives.</p>
</article>
<article class="issue-tracker">
<h3><a href="https://github.com/GeoNode/geonode/issues">Issue Tracker</a></h3>
<p>Bugs, Feature Requests, Milestones and Roadmap.</p>
</article>
</div>
<div class="span5">
<article class="faqs">
<h3><a href="https://github.com/geonode/geonode/wiki">FAQs</a></h3>
<p>Frequently Asked Questions about GeoNode.</p>
</article>
<article class="irc">
<h3><a href="http://webchat.freenode.net/?channels=#geonode">IRC</a></h3>
<p>#geonode on freenode.net Real-time discussion and help.</p>
</article>
<article class="sites-gallery">
<h3><a href="http://geonode.org/gallery/">Sites Gallery</a></h3>
<p>A collection of sites implemented using GeoNode</p>
</article>
</div>
</div>
</div>
</div>
</section>
<section class="btm">
<div class="row">
<div class="span6">
<p>This <a href="http://github.com/geonode/geonode.github.com/">Website</a> is <a href='http://creativecommons.org/licenses/by-sa/2.0/'>CC by SA 2012.</a> - <a href='https://github.com/GeoNode/geonode/blob/master/AUTHORS'>GeoNode Contributors.</a> Designed by <a href="http://www.spatialdev.com/">Spatial Dev</a></p>
</div>
<div class="span6">
<div class="pull-right social">
<a href="http://github.com/geonode/" class="gh" target="_blank">GitHub</a>
<a href="https://twitter.com/GeoNode" class="tw" target="_blank">Twitter</a>
<a href="https://plus.google.com/u/1/b/100587124776656797019/" class="gp" target="_blank">Google+</a>
</div>
</div>
</div>
</section>
</div>
</footer>
<a href="https://github.com/GeoNode/geonode/tree/dev"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>