Files
mapknitter/public/404.html
2022-06-13 23:59:03 -04:00

107 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>MapKnitter</title>
<meta name="author" content="MapKnitter contributors"/>
<meta name="description" content="Make maps from aerial photos with Public Lab's free and open source web toolkit"/>
<meta name="viewport" content="width=320, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link href="/assets/bootstrap/dist/css/bootstrap.min.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/style.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/application.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<script src="/assets/jquery/dist/jquery.js?body=1" type="text/javascript"></script>
<script src="/assets/jquery-ujs/src/rails.js?body=1" type="text/javascript"></script>
<script src="/assets/bootstrap/dist/js/bootstrap.js?body=1" type="text/javascript"></script>
<script src="/assets/sparklines/source/sparkline.js?body=1" type="text/javascript"></script>
<script src="/assets/application.js?body=1" type="text/javascript"></script>
</head>
<body>
<div id="header" class="navbar navbar-inverse navbar-static-top">
<div class="hidden-print container-fluid">
<div class="navbar-header">
<span class="navbar-brand" id="brand"><a href="/">MapKnitter</a> <small class="fullscreen-only"> by <a href="//publiclab.org">Public Lab</a></small></span>
</div>
</div>
</div>
<div class="container">
<h1>That page does not exist.</h1>
<p>Are you sure you've typed the right address?</p>
<hr />
<p>Please help us figure out what happened so we can fix it!</p>
<p>If possible, please describe:</p>
<ul>
<li>what you did just before the problem occurred</li>
<li>your browser and browser version</li>
<li>your operating system</li>
<li>any web addresses needed to see the problem (such as the URL of this page)</li>
<li>your PublicLab.org username (if you have one)</li>
</ul>
<p><a class="btn btn-primary" href="https://github.com/publiclab/mapknitter/issues/new">Report a bug on Github</a> or send an email to <a href="mailto:web@publiclab.org">web@publiclab.org</a> with the above information.</p>
<p>Thank you for helping to improve open source software!.</p>
<hr />
<h2>Ask for help in the Public Lab chatroom</h2>
<p>Community members and staff may be able to help you in real time.</p>
<script>
chatroom = function() {
$('#chat').append('<iframe width="100%" height="300px" style="border:none;" src="https://webchat.oftc.net/?channels=publiclab"></iframe>')
}
</script>
<p><a class="btn btn-primary" onClick="chatroom()">Open chatroom</a></p>
<div id="chat"></div>
<p>Please <a href="https://github.com/publiclab/mapknitter/issues/new">report a bug on Github</a> or <a href="mailto:web@publiclab.org">email web@publiclab.org</a> and thoroughly describe what happened. Thank you for helping to improve open source software!.</p>
</div>
<footer class="footer container-fluid">
<div class="row">
<div class="col-md-4">
<h3>Attribution</h3>
<p>
MapKnitter 2 is <a href="http://github.com/publiclab/mapknitter">open source software</a> created and run by <a href="http://publiclab.org">Public Lab</a>.
</p>
<p>
Having trouble? <a href="http://github.com/publiclab/mapknitter/issues">Submit bugs here</a>.
</p>
<p>
MapKnitter uses <a href="http://gdal.org">GDAL</a>, <a href="http://leafletjs.com">Leaflet</a>, <a href="http://rubyonrails.org">Ruby on Rails</a>, <a href="http://imagemagick.org">ImageMagick</a>, and other open source software, and makes extensive use of the open source font <a href="http://www.theleagueofmoveabletype.com/junction">Junction</a>.</p>
</div>
<div class="col-md-4">
<h3>Contributing</h3>
<p>
Interested in helping to make MapKnitter better? Join the <a href="//publiclab.org/wiki/developers">Public Lab developers discussion list</a> to get involved.
</p>
</div>
<div class="col-md-4">
<h3>Support MapKnitter</h3>
<p>
MapKnitter is hosted through a donation of server space by <a href="http://rackspace.com">Rackspace</a>.
</p>
<p>
Consider helping to support MapKnitter by <a href="//publiclab.org/donate">donating to the Public Lab non-profit</a>
</p>
</div>
</div>
</footer>
</body>
</html>