From 597159d656b647be9d002c1540d5c3fa5479fcfb Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 16 Jan 2019 19:06:12 +0100 Subject: [PATCH] Add details about OpenAlias --- assets/oa.css | 3 +++ templates/index.hbs | 28 +++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/assets/oa.css b/assets/oa.css index 8c25f1e..a46e330 100644 --- a/assets/oa.css +++ b/assets/oa.css @@ -3,6 +3,9 @@ justify-content: center; } +.notes { + margin-top: 50px; +} .header { text-align: center; } diff --git a/templates/index.hbs b/templates/index.hbs index f68f3df..6e1c09f 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -17,7 +17,7 @@

Using OpenAlias to create your cryptocurrency tipping page

- Simply setup your OpenAlias DNS records and get your page on {{host}}/[YOUR FQDN] + Simply setup your OpenAlias DNS records and get your page on {{host}}/[YOUR FQDN]

@@ -27,6 +27,32 @@
Example: {{host}}/donate@getmonero.org + + + +
+

What is OpenAlias?

+

+ OpenAlias is an open standard for simpler addresses for any crypto currencies. +

+

+ At its most basic, OpenAlias is a TXT DNS record on a FQDN (fully qualified domain name).
+ By combining this with DNS-related technologies it has created an aliasing standard that is extensible for developers,
+ intuitive and familiar for users, and can interoperate with both centralised and decentralised domain systems. +

+

Fork me on GitHub

+

+ Code for this app is on GitHub: bumi/openalias-web +

+ +

Questions? Feedback?

+

+ If you have questons or feedback please open an issue on GitHub + or send me an email: hello@michaelbumann.com +

+ +
+