From d4c79a0d32bdf1c46276d6284afa85abab7599e7 Mon Sep 17 00:00:00 2001 From: Andre Neves Date: Sat, 14 Aug 2021 18:48:39 -0400 Subject: [PATCH] feature: clean up html feature: mit license file feature: readme start feature: UI and style improvements --- LICENSE.md | 8 ++ README.md | 5 ++ index.html | 226 ++++++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 210 insertions(+), 29 deletions(-) create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..a97a245 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ +Copyright © 2021 fiatjaf + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/README.md b/README.md new file mode 100644 index 0000000..03cc3a0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Satdress + +Federated Lightning Address Server + +## Instructions diff --git a/index.html b/index.html index d35817e..b94b644 100644 --- a/index.html +++ b/index.html @@ -1,35 +1,203 @@ - + + + + Satdress - Federated Lightning Address Server + + + + + + + + + + .title { + font-size: 40px; + font-weight: 700; + letter-spacing: 1px; + } -
- + .tagline { + opacity: 0.7; + font-size: 18px; + font-weight: 400; + text-align: center; + letter-spacing: 0.5px; + } - + .description { + opacity: 0.7; + font-size: 18px; + font-weight: 400; + max-width: 320px; + text-align: center; + margin-bottom: 40px; + letter-spacing: 0.5px; + } - + .card { + max-width: 400px; + background: #fff; + border-radius: 8px; + padding: 30px 40px; + margin: 20px 0 20px; + border: 1px solid #999; + } + + .submit-wrapper { + display: flex; + align-items: center; + justify-content: center; + } + + .submit { + width: 100%; + color: #fff; + outline: none; + font-size: 16px; + cursor: pointer; + font-weight: 600; + margin-top: 20px; + padding: 12px 8px; + border-radius: 8px; + letter-spacing: 0.5px; + border: 1px solid rgba(86, 46, 249, 0.85); + background-color: rgba(86, 46, 249, 0.75); + } + + .submit:hover { + background-color: rgba(86, 46, 249, 0.85); + } + + .label { + margin: 0; + font-size: 16px; + font-weight: 600; + margin-bottom: 5px; + letter-spacing: 0.5px; + } + + .input { + height: 35px; + outline: none; + padding: 0 10px; + font-size: 14px; + border-radius: 5px; + margin-bottom: 25px; + letter-spacing: 0.5px; + border: 1px solid #999; + background-color: #f3f3f3; + } + + select { + height: 35px; + outline: none; + padding: 0 5px; + font-size: 14px; + border-radius: 5px; + margin-bottom: 25px; + letter-spacing: 0.5px; + border: 1px solid #999; + background-color: #f3f3f3; + } + + label { + display: flex; + flex-direction: column; + } + + .resources { + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + } + + .resource-button { + padding: 8px; + color: #8062fb; + font-weight: 400; + margin-bottom: 8px; + border-radius: 7px; + text-decoration: none; + } + + .resource-button:hover { + color: #8062fb; + background: rgba(42,0,255,0.1); + } + + +
Satdress
+
Federated Lightning Address Server
+
+
Use the form below to connect your own node to a Lightning Address.
You can also self-host this server.
+ + + + + + + +
+
+ + Lightning Address Documentation + + + GitHub (MIT Licensed) + +
+ + - - -