-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgh-pages.index.html
107 lines (107 loc) · 3.8 KB
/
gh-pages.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="http://boundlessgeo.github.io/favicon.ico" />
<title>Boundless Web SDK example applications</title>
<script type="text/javascript" src="//use.typekit.net/zkq8lhu.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" type="text/css" href="http://boundlessgeo.github.io/stylesheets/reset.css">
<link rel="stylesheet" type="text/css" href="http://boundlessgeo.github.io/stylesheets/grid.css">
<link rel="stylesheet" type="text/css" href="http://boundlessgeo.github.io/stylesheets/style.css">
<link rel="stylesheet" href=http://boundlessgeo.github.io/"stylesheets/chosen_v1.0.0/chosen.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="hero cf">
<div class="wrapper cf">
<div class="hero-item" id="herotext">
<h2 class="big">Welcome to Our Open GIS World.</h2>
<p>At Boundless, we create open geospatial software and developer tools. Thanks for visiting our GitHub!</p>
</div>
</div>
</div>
<div class="wrapper">
<div class='grid'>
<div id='main' class='grid-1'>
<a href="http://www.boundlessgeo.com"><div id='logo'><h1>Boundless</h1></div></a>
</div>
</div>
<ol id='repo' class='grid'>
<li class='repo grid-1 javascript'>
<a href='./basic/'>
<h2>Basic application</h2>
<h3>JavaScript</h3>
<p>Includes Query, Chart, Edit, Select, Geocoding</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./bookmarks'>
<h2>Bookmarks application</h2>
<h3>JavaScript</h3>
<p>Shows usage of bookmarks panel</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./esri/'>
<h2>Esri application</h2>
<h3>JavaScript</h3>
<p>Shows the integration with Esri ArcGIS services using olé</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./playback/'>
<h2>Playback application</h2>
<h3>JavaScript</h3>
<p>Shows animation of time enabled data</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./plugin/'>
<h2>Plugin application</h2>
<h3>JavaScript</h3>
<p>Shows the plugin application from the SDK tutorial in action</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./projection/'>
<h2>Projection application</h2>
<h3>JavaScript</h3>
<p>Shows an application in a different projection</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./quickview/'>
<h2>QuickView application</h2>
<h3>JavaScript</h3>
<p>Main example application from the Boundless Web SDK</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./simple/'>
<h2>Simple application</h2>
<h3>JavaScript</h3>
<p>Application with a map and a feature grid</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./tabbed/'>
<h2>Tabbed application</h2>
<h3>JavaScript</h3>
<p>Shows how to use a tabbed layout in a Web SDK application</p>
</a>
</li>
<li class='repo grid-1 javascript'>
<a href='./wfst/'>
<h2>WFS-T application</h2>
<h3>JavaScript</h3>
<p>How to do transactions on a Web Feature Service with the Boundless Web SDK</p>
</a>
</li>
</ol>
</div>
</body>
</html>