-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.tmpl.html
executable file
·138 lines (128 loc) · 5.85 KB
/
index.tmpl.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
<html>
<head>
<title>opengeo.tech</title>
<meta name="description" content="demo and open source geospatial projects" />
<meta name="author" content="{{pkg.author.name}}" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="google-site-verification" content="rO0NU6dhQAZpHrpdYc8J0m55wJ7xwUk7eDO8Ahj6k5U" />
<link rel="image_src" href="/images/logo.png" />
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" type="text/css" href="/index.css" />
<meta property="og:type" content="website">
<meta property="og:title" content="opengeo.tech">
<meta property="og:url" content="https://opengeo.tech/">
<meta property="og:image" content="https://opengeo.tech/images/logo.png">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:description" content="demo and open source projects">
<meta property="og:site_name" content="opengeo.tech">
</head>
<body>
<div id="content">
<header>
<h1 class="orange">
<a href="#">
<div class="bounce marker2"></div>
<div class="bounce marker1"></div>
<div id="logo"></div>
<span class="green">OpenGeo</span><span class="orange">.</span><small class="blue">tech</small></a>
</h1>
<p>
Created by <a href="{{pkg.author.url}}" rel="author"><b>{{pkg.author.name}}</b></a> as a showcase of projects and works about open source geospatial technologies.
<a class="tag sel" style="float:none;display:inline-block;" href="https://opengeo.tech/stefano-cudini/">Curriculum Vitae - Web Developer</a>
</p>
<p>
This space is a playground where the more adventurous visitors can play
around with prototypes of some wild and crazy ideas and offer
feedback directly to the author who developed them.
Most of the projects is freely available on <a href="https://github.com/{{pkg.author.git}}">GitHub</a>
distributed under <b>open source</b> license.
<br />
If any of these open source solutions help your work and saved you time consider sending a donation
<form style="text-align: center;" action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="business" value="RK9Z26RBUTG4U" />
<input type="hidden" name="no_recurring" value="0" />
<input type="hidden" name="item_name" value="Your donation helps me keep alive the open source projects that I share for you" />
<input type="hidden" name="currency_code" value="EUR" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_IT/i/scr/pixel.gif" width="1" height="1" />
</form>
</p>
<p>
This website has itself been created with an tool named <a href="https://github.com/opengeo-tech/labshub">LabsHub</a> a modern software for organizing a collection of <a href="https://docs.npmjs.com/files/package.json">NPM packages</a> by keywords.
</p>
<p>
<iframe id="githubbtn" src="https://ghbtns.com/github-btn.html?user={{pkg.author.git}}&count=true&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe>
<a href="https://twitter.com/{{pkg.author.twitter}}?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="true">@{{pkg.author.twitter}}</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
<nav>
<h2 class="grey">Sections</h2>
<ul id="sections">
<li><a href="maps/#webgis-projects"><span>Geospatial projects</span></a></li>
<li><a href="maps/#leaflet-plugins"><span>Leaflet plugins</span></a></li>
</ul>
</nav>
</header>
<article>
<section id="topics">
<h2 class="grey">Topics</h2>
<div id="tags">
{{#each tags}}
<a class="tag" href="#{{this}}"><span>{{this}}</span></a>
{{/each}}
</div>
</section>
<section id="apps">
<h2 class="grey">Applications</h2>
<input id="findapps" class="grey" type="text" size="16" />
<div id="actives">
{{#each apps}}
{{#with this}}
<div class="box" data-name="{{name}}" data-title="{{title}}" data-tags="{{#each tags}}{{#if @index}},{{/if}}{{this}}{{/each}}">
<h3 class="title"><a href="{{path}}">{{title}}</a></h3>
{{#if repository}}
<a class="icon repo {{repository.type}}" title="Github repository" target="_blank" href="{{url}}"></a>
{{/if}}
<div class="stars" title="complexity">
{{#each rank}}
<i class="icon star{{#if this}} orange {{else}} grey {{/if}}">*</i>
{{/each}}
</div>
<p class="desc">{{description}}</p>
<div class="tags">
{{#each tags}}
<a class="tag" href="#{{this}}"><span>{{this}}</span></a>
{{/each}}
</div>
</div>
{{/with}}
{{/each}}
</div>
</section>
<section id="deactives">
</section>
</article>
<footer class="blue-bg">
powered by <a href="https://github.com/opengeo-tech/labshub">LabsHub</a> <small>v{{pkg.version}}</small>
</footer>
<a id="ribbon" href="{{pkg.repository.url}}">
<img src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png">
</a>
</div>
<script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
<script>
var allTags = {{{tagsjson}}};
</script>
<script src="index.js"></script>
<script>
$(function() {
$('h1').one('mouseenter', function(e) {
$(this).addClass('hover');
})
})
</script>
</body>
</html>