-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
54 lines (46 loc) · 4.11 KB
/
faq.html
File metadata and controls
54 lines (46 loc) · 4.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ | LaxMap 🥍</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header-placeholder"></div>
<main>
<div class="container">
<h2>Frequently Asked Questions</h2>
<h3>LaxMap.app?</h3>
<p>Back in 2010, when I first started playing lacrosse, I have a vague memory of a website that let you discover lacrosse events on an interactive map.<br>I'm not even sure if that memory is entirely accurate, but since I haven't been able to find anything similar, I took it upon myself to recreate it, with a modern twist.<br>I recall that original site was run by just one person. You'd submit your event details, and with a bit of luck, your tournament would eventually show up on the map.<br>My goal with this new version was to empower the users. Here, you can directly upload and manage your events. The moment you add an event, it's live on the map.</p>
<h3>Featured events ★? </h3>
<p>Yes, for a ridiculous fee (1€, of which I get half from Paypal 🤣) you can make your event highlighted. <br>This means that it will be highlighted in the list, will always be at the top and will always be shown even if it does not reflect the filters requested by the user.
<br></p><p>In short it will always be visible!</p>
<h3>How can I edit/delete an event?</h3>
<p>After you add an event you will get an <b>ID</b>.<br>Use it on the <a href="https://laxmap.app/edit-event.html" style="color: black; text-decoration: underline;">Edit Event</a> page to edit the data you want or remove the event.<br></p><p>Can't remember the ID? No problem! <a href="mailto:jakkolo@gmail.com" style="color: black; text-decoration: underline;">Contact Me</a> indicating the name of the tournament you would like to edit and I will answer as soon as possible.</p>
<h3>Are past events also shown?</h3>
<p>No, once the event has passed it is no longer displayed on the map to keep everything neat and tidy.</p>
<h3>I have an idea!</h3>
<p>I am always open to hearing new ideas! <a href="mailto:jakkolo@gmail.com" style="color: black; text-decoration: underline;">Contact Me</a> with your idea. </p>
<h3>How can I support the project?</h3>
<p>Your support helps me cover the costs of running and maintaining <b>LaxMap.app</b>, allowing me to continue providing free event listings and new features for the lacrosse community.</p>
<p>Every contribution, big or small, makes a difference and is greatly appreciated!</p>
<div class="paypal-donate-button-container" style="margin-top: 30px; text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="jakkolo@gmail.com"> <input type="hidden" name="item_name" value="Support for LaxMap Website">
<input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return" value="https://tuodominio.com/grazie-paypal.html"> <input type="hidden" name="cancel_return" value="https://tuodominio.com/annulla-pagamento.html"> <input type="image" src="https://villageatithaca.org/wp-content/uploads/2020/03/paypal-donate-button.png" width="559" height="216" heightborder="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="200" height="50">
</form>
</div>
</div>
</main>
<div id="footer-placeholder"></div>
<script src="include.js"></script>
<script src="load-header.js"></script>
</body>
</html>