-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.tmpl.html
executable file
·130 lines (122 loc) · 5.1 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
<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="font-weight:bold;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.
</p>
<p>
<a id="xbtn" class="tag" href="https://twitter.com/{{pkg.author.twitter}}">
<svg viewBox="0 0 12 12" aria-hidden="true" width="10" height="10" version="1.1">
<path d="M 9.450702,0 H 11.29078 L 7.2707551,5.0830769 12,12 H 8.297038 L 5.3967459,7.804923 2.0781532,12 H 0.2369629 L 4.5367821,6.5630769 0,0 H 3.7969684 L 6.4185788,3.8344615 Z M 8.804895,10.781538 H 9.824503 L 3.2429426,1.1544615 H 2.1487971 Z" />
</svg>
Follow @{{pkg.author.twitter}}
</a>
<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>
</p>
<p style="color:#888;font-size:small;">
( this website online <a href="https://web.archive.org/web/20130516114608/http://labs.easyblog.it/">since 2013</a>, previously known as <b>labs.easyblog.it</b>. While many open-source libs may still reference the old domain, the content and author have remained unchanged )
</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>
<p>
This webapp has itself been created with <a href="https://github.com/opengeo-tech/labshub">LabsHub</a> a modern software for organizing NPM packages by keywords.
</p>
</article>
<footer class="blue-bg">
powered by <a href="https://github.com/opengeo-tech/labshub">LabsHub</a> <small>v{{pkg.version}}</small>
</footer>
</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>