diff --git a/worst-website/Screenshot 2022-09-20 at 15.37.39.png b/worst-website/Screenshot 2022-09-20 at 15.37.39.png new file mode 100644 index 0000000..82cc5dd Binary files /dev/null and b/worst-website/Screenshot 2022-09-20 at 15.37.39.png differ diff --git a/worst-website/index.html b/worst-website/index.html new file mode 100644 index 0000000..d2b7cd5 --- /dev/null +++ b/worst-website/index.html @@ -0,0 +1,35 @@ + + +
+ + +
+
+
+ We're on a mission to get merchants who accept Bitcoin properly tagged within OpenStreetMaps and beautifully visualised with mobile and web apps. +
++ We believe that both the apps and the underlying data should be Free and Open Source Software (FOSS). +
++ One map to rule them all! +
++ Get our Android app on F-Droid. +
++ A web app will be released on this domain soon and we are seeking contributors with experience of OpenLayers. +
++ Find us on Twitter at @BTCMapDotOrg +
+ + + \ No newline at end of file diff --git a/worst-website/static/btc-map-icon.png b/worst-website/static/btc-map-icon.png new file mode 100644 index 0000000..6d76fbf Binary files /dev/null and b/worst-website/static/btc-map-icon.png differ diff --git a/worst-website/static/main.css b/worst-website/static/main.css new file mode 100644 index 0000000..7bfbd12 --- /dev/null +++ b/worst-website/static/main.css @@ -0,0 +1,21 @@ +body +{ + background-color:rgb(154, 219, 154); +} + +h1, h2, p, div +{ + color:black; + white-space: pre; + font-family: Arial, Helvetica, sans-serif; +} +.center { + display: block; + margin-left: auto; + margin-right: auto; + } + +#map { + height: 100vh; + width: 100%; +} \ No newline at end of file