-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
341 lines (310 loc) · 10.2 KB
/
Copy pathabout.html
File metadata and controls
341 lines (310 loc) · 10.2 KB
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<title>About Middle-Earth Interactive Map | Sources and FAQ</title>
<meta
name="description"
content="Learn how the Middle-earth interactive map is built, what sources are used, and get answers to common questions about map data and features."
/>
<meta
name="robots"
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
/>
<meta name="author" content="Jean Tinland" />
<meta name="theme-color" content="#100f0f" />
<meta property="og:type" content="article" />
<meta property="og:site_name" content="Middle-Earth Interactive Map" />
<meta property="og:locale" content="en_US" />
<meta
property="og:url"
content="https://middle-earth.jeantinland.com/about.html"
/>
<meta property="og:title" content="About Middle-Earth Interactive Map" />
<meta
property="og:description"
content="Methodology, map sources, and FAQ for the fan-made interactive Middle-earth map."
/>
<meta
property="og:image"
content="https://middle-earth.jeantinland.com/assets/images/preview.png"
/>
<meta
property="og:image:alt"
content="Hand-drawn style interactive map of Middle-earth."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="middle-earth.jeantinland.com" />
<meta
name="twitter:url"
content="https://middle-earth.jeantinland.com/about.html"
/>
<meta name="twitter:title" content="About Middle-Earth Interactive Map" />
<meta
name="twitter:description"
content="Methodology, map sources, and FAQ for the fan-made interactive Middle-earth map."
/>
<meta
name="twitter:image"
content="https://middle-earth.jeantinland.com/assets/images/preview.png"
/>
<link
rel="canonical"
href="https://middle-earth.jeantinland.com/about.html"
/>
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg" />
<link rel="stylesheet" href="./core/styles/variables.css" />
<link rel="stylesheet" href="./core/styles/fonts.css" />
<style>
:root {
color-scheme: light;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
color: #100f0f;
font-family: "IM Fell DW Pica", serif;
line-height: 1.55;
background: linear-gradient(180deg, #f4eddc 0%, #efe5cf 100%);
}
.page {
max-width: 860px;
margin: 0 auto;
padding: 24px 20px 40px;
}
.breadcrumbs {
margin-bottom: 14px;
font-size: 0.95rem;
}
.breadcrumbs a {
color: #643322;
}
h1,
h2,
h3 {
line-height: 1.25;
margin: 18px 0 10px;
}
p,
li {
font-size: 1.05rem;
}
ul {
margin: 8px 0 14px;
padding-left: 20px;
}
.lede {
font-size: 1.12rem;
margin-bottom: 12px;
}
.card {
background: rgba(255, 255, 255, 0.52);
border: 1px solid rgba(100, 51, 34, 0.25);
border-radius: 10px;
padding: 14px;
}
.faq-item + .faq-item {
margin-top: 12px;
}
.faq-item h3 {
margin-bottom: 6px;
}
.actions {
margin-top: 24px;
}
.actions a {
display: inline-block;
border-radius: 6px;
border: 1px solid rgba(100, 51, 34, 0.35);
padding: 8px 12px;
color: #100f0f;
text-decoration: none;
background: rgba(255, 255, 255, 0.6);
}
.actions a:hover {
background: rgba(100, 51, 34, 0.1);
}
@media (max-width: 640px) {
.page {
padding: 18px 14px 30px;
}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "AboutPage",
"@id": "https://middle-earth.jeantinland.com/about.html#about",
"url": "https://middle-earth.jeantinland.com/about.html",
"name": "About Middle-Earth Interactive Map",
"inLanguage": "en",
"isPartOf": {
"@id": "https://middle-earth.jeantinland.com/#website"
},
"about": {
"@type": "CreativeWork",
"name": "Middle-Earth Interactive Map"
}
},
{
"@type": "FAQPage",
"@id": "https://middle-earth.jeantinland.com/about.html#faq",
"mainEntity": [
{
"@type": "Question",
"name": "What does the map include?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The map includes regions, cities, hamlets, rivers, mountains, forests, seas, and notable places with zoom-based visibility and optional illustrations."
}
},
{
"@type": "Question",
"name": "Where do points of interest come from?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Points of interest are curated from Tolkien map references, The Atlas of Middle-earth by Karen Wynn Fonstad, and MERP map material."
}
},
{
"@type": "Question",
"name": "Can I share a specific map position?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Zoom level, map center, and rotation are persisted in URL parameters so specific views can be shared directly."
}
},
{
"@type": "Question",
"name": "Is this an official Middle-earth project?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. This is an unofficial fan-made project and is not affiliated with the Tolkien Estate, Middle-earth Enterprises, or film studios."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Map",
"item": "https://middle-earth.jeantinland.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "About",
"item": "https://middle-earth.jeantinland.com/about.html"
}
]
}
]
}
</script>
</head>
<body>
<main class="page">
<nav class="breadcrumbs" aria-label="Breadcrumb">
<a href="/">Interactive map</a> / About
</nav>
<h1>About the Middle-Earth Interactive Map</h1>
<p class="lede">
This project provides a fan-made interactive map of Middle-earth at the
end of the Third Age with zoom controls, point-of-interest labels, and
source filtering.
</p>
<section aria-labelledby="what-includes">
<h2 id="what-includes">What the map includes</h2>
<ul>
<li>
Map labels for regions, forests, mountain ranges, rivers, and seas.
</li>
<li>
Points of interest grouped by size and type (hamlets, towns, cities,
notable places).
</li>
<li>
Source-aware filtering so users can show canon references only.
</li>
<li>
Sharable views through URL state (zoom level, center, and rotation).
</li>
</ul>
</section>
<section aria-labelledby="sources-and-method" class="card">
<h2 id="sources-and-method">Sources and methodology</h2>
<p>
Places are collected from several references including original
Tolkien cartography, Christopher Tolkien maps, The Atlas of
Middle-earth by Karen Wynn Fonstad, and MERP map material.
</p>
<p>
The drawing, terrain composition, and interaction design are
handcrafted to keep the map legible at multiple zoom levels.
</p>
</section>
<section aria-labelledby="faq">
<h2 id="faq">Frequently asked questions</h2>
<article class="faq-item">
<h3>What does the map include?</h3>
<p>
The map includes regions, cities, hamlets, rivers, mountains,
forests, seas, and notable places with zoom-based visibility and
optional illustrations.
</p>
</article>
<article class="faq-item">
<h3>Where do points of interest come from?</h3>
<p>
Points of interest are curated from Tolkien map references, The
Atlas of Middle-earth by Karen Wynn Fonstad, and MERP map material.
</p>
</article>
<article class="faq-item">
<h3>Can I share a specific map position?</h3>
<p>
Yes. Zoom level, map center, and rotation are persisted in URL
parameters so specific views can be shared directly.
</p>
</article>
<article class="faq-item">
<h3>Is this an official Middle-earth project?</h3>
<p>
No. This is an unofficial fan-made project and is not affiliated
with the Tolkien Estate, Middle-earth Enterprises, or film studios.
</p>
</article>
</section>
<section aria-labelledby="credits-links">
<h2 id="credits-links">Project links</h2>
<ul>
<li><a href="/">Open the interactive map</a></li>
<li>
<a href="https://www.jeantinland.com/journal/lotr/"
>Read the development journal</a
>
</li>
<li>
<a href="https://github.com/Jean-Tinland/middle-earth/"
>Browse the source code on GitHub</a
>
</li>
</ul>
</section>
<p class="actions">
<a href="/">Back to the map</a>
</p>
</main>
</body>
</html>