* remove dangers page, fix counter
* fix bad instrucitons
* cleanup
* allow nonstandard direction tag, link to OSM
* update privacy policy to account for intro message
* add motorola vulnerability
* remove dangers page, fix counter
* fix bad instrucitons
* cleanup
* allow nonstandard direction tag, link to OSM
* update privacy policy to account for intro message
* webapp/map: add OpenStreetMap attribution to Leaflet slippy map
Add attribution to the slippy map, formatted as shown in the VueJS
Leaflet docs: https://vue2-leaflet.netlify.app/quickstart/
The [ODbL](https://opendatacommons.org/licenses/odbl/1-0/) requires attribution
to be included alongside the map, stated in clause 4.3:
> You must include a notice associated with the Produced Work reasonably
> calculated to make any Person that uses, views, accesses, interacts with, or
> is otherwise exposed to the Produced Work aware that Content was obtained
> from the Database, Derivative Database, or the Database as part of a
> Collective Database, and that it is available under this License.
See also https://wiki.openstreetmap.org/wiki/Community_attribution_advice
Signed-off-by: Galen CC <galen8183@gmail.com>
* webapp/map: inline OpenStreetMap attribution
Signed-off-by: Galen CC <galen8183@gmail.com>
---------
Signed-off-by: Galen CC <galen8183@gmail.com>
* First pass on QR Code page
* Overhaul QRLandingView.vue to allow for location data support
* oops -- fix comment
* QRLandingView: Change location scheme
We don't want to embed the map on this page for the moment, so we're going to redirect the user instead.
* Fix styling
* update qr page
* get user location on click so that we don't creep people out
* show the whole US by default
---------
Co-authored-by: Bludoo <12192277+Bludoo@users.noreply.github.com>