mapcomplete/index.html

62 lines
3.7 KiB
HTML
Raw Normal View History

2020-06-23 22:35:19 +00:00
<!DOCTYPE html>
<!-- WARNING: index.html serves as a template. If you want to change something, change it there -->
2020-06-23 22:35:19 +00:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-06-23 22:35:19 +00:00
<title>MapComplete</title>
2020-07-25 16:00:08 +00:00
<link rel="stylesheet" href="./vendor/leaflet.css"/>
2020-06-23 22:35:19 +00:00
<link rel="stylesheet" href="./index.css"/>
<link rel="manifest" href="./manifest.manifest">
<link rel="icon" href="assets/add.svg" sizes="any" type="image/svg+xml">
2020-07-24 13:58:11 +00:00
<meta property="og:type" content="website">
<!-- $$$OG-META -->
2020-06-23 22:35:19 +00:00
</head>
<body>
<div id="messagesboxmobilewrapper">
<div id="messagesboxmobile-scroll">
<div id="messagesboxmobile"></div>
</div>
<div id="to-the-map">
Loading... If this message persists, check if javascript is enabled and if no extension (uMatrix) is
blocking it.
</div>
</div>
2020-06-23 22:35:19 +00:00
2020-07-31 15:47:43 +00:00
<div id="decoration" style="position: absolute; width:40vw; right: 0">
<!-- A nice decoration while loading or on errors -->
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 523.25 466.12"><defs><style>.cls-1{fill:#205c2e;}</style></defs><title>Wikimania2019_icon</title><path class="cls-1" d="M521.83,32a9.22,9.22,0,0,0-12.71-2.9A662.58,662.58,0,0,1,446.74,63.4c-.9-12.89-6.72-47.82-42.87-58.83-26.39-8-65.55-3-65.55-3s15.12,36.83,31.55,53.24c18.19,18.19,40,20.28,55.79,18.57C400.07,85,375.22,95.08,353.3,103.62c-.71-12.13-5.95-48.39-42.92-59.65-26.39-8-65.56-3-65.56-3S260,77.78,276.38,94.19c17,17,37.07,19.91,52.49,18.85l-.49.19c-15.78,6-29.41,11.26-38.92,15.46s-18.53,8.69-27.26,13.44c-4.71-11.34-21.53-43.67-60-42.23-27.57,1-62.95,18.57-62.95,18.57s26.34,29.87,47.23,40a63.41,63.41,0,0,0,40.77,5.3,364.57,364.57,0,0,0-45.63,38c-7.29-12-27.57-38-63.68-32.58-27.53,4.17-61,25.49-61,25.49s29.77,26.38,51.85,34c19.86,6.82,37.29,3.15,50.44-2.92a407.29,407.29,0,0,0-35.95,49.06C111.92,265.3,85.6,248.58,53,263.26,27,274.92,0,304.34,0,304.34s36.55,16.38,60.36,17.3a69.66,69.66,0,0,0,43.73-13.05c-6.52,12.79-12.15,25.29-17,37.22-14.75,9.1-35.88,27.29-37.87,57.68-1.81,27.86,12,62.63,12,62.63S93.62,437.7,105.85,416c17.22-30.62,7.81-56.69.86-69.3,3.58-8.5,7.6-17.27,12.06-26.2A61.5,61.5,0,0,0,134,354.94c15.21,17.4,51.12,35,51.12,35s8.23-38.26,2.26-64.88c-6.55-29.23-30.17-40.35-45.94-44.57a386.11,386.11,0,0,1,33.21-44.42,64.1,64.1,0,0,0,8.76,45.4C195.62,301.26,228,324.43,228,324.43s13.82-37,12-64.58c-2-30.38-23.53-45.15-38.29-51.75a342.67,342.67,0,0,1,53.15-40.43c-7.75,14.22-15.18,37.08-3.88,62.59,9.48,21.38,38.3,48.8,38.3,48.8s18.28-35.3,20-63.15c2.13-34-21.74-51.94-35.17-59.28q11-5.83,22.75-11.08c8.43-3.71,20.6-8.41,34.71-13.81C321.5,143.14,312,160.2,313.9,183.13c2,23.3,20.25,58.63,20.25,58.63s28.81-27.38,39.56-53.13c13.2-31.63-3.75-56.46-14-67.7,19.31-7.53,40.91-16.22,63.36-26.19-9.3,11.35-17.45,27.62-15.65,49,2,23.3,20.24,58.63,20.24,58.63S456.45,175,467.2,149.22C480.61,117.1,462.9,92,452.69,81a687.82,687.82,0,0,0,66.25-36.27A9.22,9.22,0,0,0,521.83,32Z"/></svg>
</div>
<div id="topleft-tools">
2020-07-15 11:15:36 +00:00
<div id="userbadge-and-search">
2020-07-25 16:00:08 +00:00
<div id="userbadge" class="shadow">
2020-07-01 00:12:33 +00:00
</div>
2020-07-25 16:00:08 +00:00
<div id="searchbox" class="shadow"></div>
2020-06-23 22:35:19 +00:00
</div>
2020-07-23 23:12:57 +00:00
<div id="messagesbox"></div>
2020-07-25 16:00:08 +00:00
<br/>
<div id="help-button-mobile"></div>
2020-06-23 22:35:19 +00:00
</div>
2020-07-22 09:01:25 +00:00
<div id="filter__popup" class="filter__popup">
2020-07-22 11:33:26 +00:00
<div id="filter__selection"></div>
2020-07-22 09:01:25 +00:00
</div>
2020-06-23 22:35:19 +00:00
2020-07-29 13:05:19 +00:00
<div id="centermessage">Loading MapComplete, hang on...</div>
<div id="top-right"></div>
2020-06-23 22:35:19 +00:00
<div id="geolocate-button"></div>
2020-06-23 22:35:19 +00:00
<div id="leafletDiv"></div>
<script src="./index.ts"></script>
2020-07-29 18:55:25 +00:00
<script src="./vendor/Leaflet.AccuratePosition.js"></script>
2020-06-23 22:35:19 +00:00
<script data-goatcounter="https://pietervdvn.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>