-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 2.02 KB
/
index.html
File metadata and controls
56 lines (51 loc) · 2.02 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
<!DOCTYPE html>
<html>
<head>
<title>Mapping Tool</title>
<style>
body {
margin-left: auto;
margin-right: auto;
padding-left: 0.5em;
padding-right: 0.5em;
max-width: 60em;
color: #222;
background-color: #eee;
}
.subtitle {
font-style: italic;
}
.download {
font: bold 1.5em;
background-color: #EEEEEE;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
</style>
</head>
<body>
<h1>The Mapping Tool</h1>
<p class="subtitle">For authors and storytellers</p>
<h2>Get It</h2>
<a class="download" href="https://github.com/mapper1024/mapper1024/blob/master/DOWNLOAD.md#download-options">Download the Mapping Tool</a>
or
<a class="download" href="demo">Use the Online Version</a>
<h2>Quick start guide</h2>
<a href="https://github.com/mapper1024/mapper1024/wiki/Quick-Start">Read the quick start guide.</a>
<h2>About</h2>
<a href="screenshots/default.png"><img src="screenshots/default.thumb.png" alt="A screenshot of the sample map in the mapping tool" /></a>
<p>The mapping tool is designed for authors, storytellers, and worldbuilders to craft maps; no drawing skill required.</p>
<p>The mapping tool works on most platforms: Windows and Linux have apps and you can use it right in your browser too (Chrome, Edge, & Safari work best).</p>
<p>News, updates, and more can be found on <a href="https://benleskey.com/aka/mappingtoolnews">the development blog</a>.</p>
<p>If you have any feature requests or bug reports, please submit them at <a href="https://github.com/mapper1024/mapper1024/issues">https://github.com/mapper1024/mapper1024/issues</a>.</p>
<p>Designed and implemented by <a href="https://benleskey.com">Benjamin Leskey</a>.</p>
<h2>Technical Details</h2>
<ul>
<li><a href="https://github.com/mapper1024/mapper1024">Github Repository</a></li>
<li><a href="jsdoc">API documentation</a></li>
</ul>
</body>
</html>