Worst website ever for prosperity!
This commit is contained in:
parent
0c177e181b
commit
a03aa03060
BIN
worst-website/Screenshot 2022-09-20 at 15.37.39.png
Normal file
BIN
worst-website/Screenshot 2022-09-20 at 15.37.39.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
35
worst-website/index.html
Normal file
35
worst-website/index.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="static/main.css">
|
||||
<meta charset="utf-8">
|
||||
<title>BTC Map</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 align="center">Welcome to BTC Map!</h1>
|
||||
|
||||
<p>
|
||||
<img src="static/btc-map-icon.png" alt="BTC Map Logo" width="200" height="200" class="center"></img>
|
||||
</p>
|
||||
<p align="center">
|
||||
We're on a mission to get merchants who accept Bitcoin properly tagged within OpenStreetMaps and beautifully visualised with mobile and web apps.
|
||||
</p>
|
||||
<p align="center">
|
||||
We believe that both the apps and the underlying data should be Free and Open Source Software (FOSS).
|
||||
</p>
|
||||
<p align="center">
|
||||
One map to rule them all!
|
||||
</p>
|
||||
<p align="center">
|
||||
Get our Android app on <a href="https://f-droid.org/en/packages/org.btcmap/" target="_blank">F-Droid</a>.
|
||||
</p>
|
||||
<p align="center">
|
||||
A web app will be released on this domain soon and we are seeking contributors with experience of OpenLayers.
|
||||
</p>
|
||||
<p align="center">
|
||||
Find us on Twitter at <a href="https://twitter.com/BTCMapDotOrg" target="_blank">@BTCMapDotOrg</a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
worst-website/static/btc-map-icon.png
Normal file
BIN
worst-website/static/btc-map-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
21
worst-website/static/main.css
Normal file
21
worst-website/static/main.css
Normal file
@ -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%;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user