-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (64 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mateusz Konieczny</title>
<link rel="stylesheet" href="style.css" />
<link rel="canonical" href="https://mapsaregreat.com/" />
<link rel="icon" href="favicon.svg">
</head>
<body>
<div id="main_content_wrap" class="outer">
<nav class="main-nav">
<ul id="main-nav-list">
<li>
<a href="index.html" class="active">
<div>
Home
</div>
</a>
</li>
<li>
<a href="articles.html">
<div>
Articles
</div>
</a>
</li>
<li>
<a href="recommendations.html">
<div>
Recommendations
</div>
</a>
</li>
<li>
<a href="contact.html">
<div>
Contact
</div>
</a>
</li>
</ul>
</nav>
<section id="main_content" class="inner">
<h1>Mateusz Konieczny</h1>
<p>A map enthusiast, programmer, <a href="https://www.openstreetmap.org/user/Mateusz%20Konieczny/">one of OpenStreetMap contributors</a>. <a href="https://github.com/matkoniecz/">Participant of multiple open-source projects</a>.</p>
<p>Author of maps, editors of geographic data, data analysis and more.</p>
<p>I can consult on this topics, please <a href="contact.html">contact me</a> to discuss details.</p>
<h1>Generate vector (SVG) images from OpenStreetMap data</h1>
<p>See a <a href="./osm_to_svg_in_browser">tool that I made</a>.</p>
<h1>Most popular articles</h1>
<ul>
<li><a href="What-is-OpenStreetMap.html">What is OpenStreetMap</a> - explains the OpenStreetMap project</li>
<li><a href="geographic-data-mining-and-visualisation-for-beginners/overpass-turbo-tutorial.html">Introduction to extracting data from OpenStreetMap database for newbies, without any programming or OpenStreetMap knowledge - Overpass turbo tutorial</a> - geographic data mining and visualisation for beginners</li>
</ul>
<div class="img_container">
<a href="https://en.mapy.cz/turisticka?x=19.5695394&y=49.5988771&z=14"><img src="mapy.cz-tourist-map-layer.png" alt="please send an email to [email protected] if replacing this placeholder alt attribute of image by a real alt attribute would be useful for you" /></a>
<p>OpenStreetMap data and NASA elevation data displayed using <a href="https://en.mapy.cz/turisticka?x=19.5695394&y=49.5988771&z=14">mapy.cz</a> styling. Location displayed here is the place where my father explained to me how maps are working. It is one of my earliest memories.</p>
</div>
</section>
</div>
</body>
</html>