improved list of how to use and added questions.html in the app

geo
nglk 1 year ago
parent e6e05e4b86
commit e1ccfd9509

@ -8,17 +8,17 @@
<p>The site is running on a flask instance, storing data in a sqlite database. The location is tracked using the geolocation api. Audio is recorded through the webaudio api.</p>
<p>If you have any questions contact: <a href="mailto:info@huntingmosquitos.nl">info at huntingmosquitos.nl</a></p>
<p>If you have any questions contact:</p> <p><a href="mailto:info@huntingmosquitos.nl">info at huntingmosquitos.nl</a></p>
<h2>How to use</h2>
<ul>
<li>turn on your location and activate it for the browser app you use</li>
<li>allow access to your location if asked</li>
<li>you will see your position in red circle</li>
<li>you can change the view by clicking on *choose view</li>
<li>use the compass to navigate to the closest mosquito</li>
<li>while walking in the city and visiting different spots you can add:
<li>* turn on your location and activate it for the browser app you use</li>
<li>* allow access to your location if asked</li>
<li>* you will see your position in red circle</li>
<li>* you can change the view by clicking on <i>Choose View</i></li>
<li>* use the compass to navigate to the closest mosquito</li>
<li>* while walking in the city and visiting different spots you can add:
<ul>
<li>_your favorite hangout</li>
<li>_the presence of a mosquito</li>
@ -26,7 +26,7 @@
<li> _a text message</li>
</ul>
</li>
<li>notes:
<li>* notes:
<ul>
<li>_to get inspiration for the messages you are invited to check <a href="https://huntingmosquitos.nl/questions/">these questions</a></li>
<li> _the web app works on mobile phones</li>

@ -171,6 +171,12 @@ def privacy():
"""Render the website's about page."""
return render_template('privacy.html')
@app.route('/questions/')
def privacy():
"""Render the website's about page."""
return render_template('questions.html')
@app.route('/about/')
def about():
"""Render the website's about page."""

Loading…
Cancel
Save