diff --git a/wowstash/templates/home.html b/wowstash/templates/home.html index 46c0c98..2c35c7e 100644 --- a/wowstash/templates/home.html +++ b/wowstash/templates/home.html @@ -34,21 +34,14 @@ -
+
-

Contact

-

Support is provided at a best-effort level; you can expect to hear back within 24 hours.

+

About

+

This is an open source, web based, custodial wallet for the Wownero cryptocurrency. It's development and hosting service was funded by the community using the Wownero Funding System.

+
+

For more information about this system please read the FAQ. For contact information, please see the contact section.


-
    - {% for social in config.SOCIAL %} -
  • - - - -
  • - {% endfor %} -
@@ -93,13 +86,13 @@

Transactions:
{{ node.tx_count }}

-

Height:
{{ node.height }}

+

Block Height:
{{ node.height }}

Difficulty:
{{ node.difficulty }}

-

Database Size:
{{ node.database_size / 1024000000 }} GB

+

Database Size:
{{ node.database_size / 1073741824 }} GB

Daemon Address:
{{ config.DAEMON_HOST }}

@@ -111,12 +104,21 @@
-
+
-

About

-

Hack the planet!

+

Contact

+

Support is provided at a best-effort level; you can expect to hear back within 72 hours.


+
    + {% for social in config.SOCIAL %} +
  • + + + +
  • + {% endfor %} +
diff --git a/wowstash/templates/navbar.html b/wowstash/templates/navbar.html index f0c21ea..5fd1526 100644 --- a/wowstash/templates/navbar.html +++ b/wowstash/templates/navbar.html @@ -9,9 +9,9 @@