-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
106 lines (105 loc) · 4.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lace map</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/3rdParty/leaflet-1.5.1/leaflet.css" />
<link rel="stylesheet" href="assets/3rdParty/leaflet.markercluster-1.4.1/MarkerCluster.css" />
<link rel="stylesheet" href="assets/3rdParty/leaflet.markercluster-1.4.1/MarkerCluster.Default.css" />
<link rel="stylesheet" href="assets/3rdParty/leaflet-control-geocoder-1.10.0/Control.Geocoder.css" />
<script src="assets/3rdParty/leaflet-1.5.1/leaflet.js"></script>
<script src="assets/3rdParty/leaflet.markercluster-1.4.1/leaflet.markercluster.js"></script>
<script src="assets/3rdParty/leaflet-control-geocoder-1.10.0/Control.Geocoder.js"></script>
<script src="assets/map-data.js"></script>
<script src="assets/map-config.js"></script>
<style>
.leaflet-control-attribution { max-width: 70%; }
article { max-width: 40em; padding-left: 2vw; }
#map { width: 53em; height: 35em; margin-left: 2vw; }
#map { max-height: 70vh; max-width: 95vw; }
</style>
</head>
<body>
<article>
<h1>Points of interest related to handmade lace</h1>
<p>
Museums, monuments or whatever
lace enthusiasts might want to add to itineraries.
Please check the accuracy of the information before making concrete plans.
You may need an appointment.
</p>
</article>
<div id="map"></div>
<script>
laceMap.load({ containerID: 'map' });
</script>
<article>
<p>
An interactive map, created by volunteers, to
<a href="https://github.com/lacemap/lacemap.github.io/#readme"
target="_blank"
>share</a> on websites of lace guilds, teachers, artists and collectors.
Last changed/added entries (click the bold descriptions for details):
<a href="https://github.com/lacemap/lacemap.github.io/commits/master/assets/map-data.js"
target="_blank"
>peek</a>,
<a href="https://github.com/lacemap/lacemap.github.io/commits/master/assets/map-data.js.atom"
>subscribe <img src="assets/3rdParty/FeedRollerPortable_16.png"></a>.
</p>
<h2>Propose changes</h2>
<p>
Please don't take this service for granted and give the moderator feedback.
The tiniest corrections and updates are welcome, see also the
<a href="https://github.com/lacemap/lacemap.github.io/issues/3"
target="_blank"
>to-do</a> list.
</p>
<p>
<em>One contact method</em>: leave a message for the <em>interactive map manager</em>.
The contact link sits almost at the bottom of the
<a href="https://translate.google.com/translate?hl=&sl=nl&tl=en&u=https%3A%2F%2Fwww.lokk.nl%2Fzoekertjes.php&sandbox=1"
target="_blank"
>bulletin board</a> of the LOKK, a national Dutch lace guild.
</p>
<p>
<em>Another contact method</em> is a GitHub procedure.
In short: go to the list of
<a href="https://github.com/lacemap/lacemap.github.io/blob/master/map-data.js"
target="_blank"
>entries</a>, click the pencil, make changes,
confirm three times with a green button at the bottom of the page.
At some steps you may drop a note.
A moderator applies the proposed changes or discusses them with you.
No pencil or grey pencil? Sign on/in first.
Help pages of GitHub have a
<a href="https://help.github.com/en/articles/editing-files-in-another-users-repository"
target="_blank"
>long description</a> with screen shots.
</p>
<h2>Translations</h2>
A human translation is available in
<a href="NL"
>Dutch</a>, but that stretches only to the text around the map.
For the link(s) of an entry you can choose between the original site (www)
or a translated version (א⇔A).
The entry descriptions may be in English, the local language or the language of the contributor.
</article>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10872278;
var sc_invisible=1;
var sc_security="1ec21dbb";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web analytics"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/10872278/0/1ec21dbb/1/"
alt="web analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>