From 1e2a00e8c17fc1ad2330921cffc2b6c1ae9762cd Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 12 Jun 2022 11:56:20 -0300 Subject: [PATCH] three new charts - marketcap --- monerojnet/templates/monerojnet/base.html | 13 +- .../templates/monerojnet/monerodominance.html | 316 +++++++++++++++ .../monerojnet/privacydominance.html | 368 +++++++++++++++++ .../monerojnet/privacymarketcap.html | 374 ++++++++++++++++++ monerojnet/templates/monerojnet/rank.html | 2 +- monerojnet/urls.py | 4 + monerojnet/views.py | 228 ++++++++++- 7 files changed, 1282 insertions(+), 23 deletions(-) create mode 100644 monerojnet/templates/monerojnet/monerodominance.html create mode 100644 monerojnet/templates/monerojnet/privacydominance.html create mode 100644 monerojnet/templates/monerojnet/privacymarketcap.html diff --git a/monerojnet/templates/monerojnet/base.html b/monerojnet/templates/monerojnet/base.html index 7462312..826d474 100644 --- a/monerojnet/templates/monerojnet/base.html +++ b/monerojnet/templates/monerojnet/base.html @@ -138,16 +138,19 @@ diff --git a/monerojnet/templates/monerojnet/monerodominance.html b/monerojnet/templates/monerojnet/monerodominance.html new file mode 100644 index 0000000..eb7fd49 --- /dev/null +++ b/monerojnet/templates/monerojnet/monerodominance.html @@ -0,0 +1,316 @@ +{% extends 'monerojnet/base.html' %} +{% block content %} + + +
+ + +
+ + +

+
+
+
+
+
Monero's Dominance Over Other 'Privacy' Coins (%)
+ +
+
+
+
+
+
+
+
+ + + +
+ + +
+
+
+
+
+
+ Current Dominance
+
{{ now_dominance }}
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ Highest Dominance
+
{{ top_dominance }}
+
+
+ +
+
+
+
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+ + +
+ + +
+ + + + + + + + + +{% endblock %} \ No newline at end of file diff --git a/monerojnet/templates/monerojnet/privacydominance.html b/monerojnet/templates/monerojnet/privacydominance.html new file mode 100644 index 0000000..0823411 --- /dev/null +++ b/monerojnet/templates/monerojnet/privacydominance.html @@ -0,0 +1,368 @@ +{% extends 'monerojnet/base.html' %} +{% block content %} + + +
+ + +
+ + +

+
+
+
+
+
Total Dominance of Privacy Coins Over the Cryptocurrency Market (%)
+ +
+
+
+
+
+
+
+
+ + + +
+ + +
+
+
+
+
+
+ Latest Privacy Marketcap
+
{{ now_marketcap }}
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ Highest Privacy Marketcap
+
{{ top_marketcap }}
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ Latest Privacy Dominance
+
{{ now_dominance }}
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ Top Privacy Dominance
+
{{ top_dominance }}
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+ + +
+ + +
+ + + + + + + + + +{% endblock %} \ No newline at end of file diff --git a/monerojnet/templates/monerojnet/privacymarketcap.html b/monerojnet/templates/monerojnet/privacymarketcap.html new file mode 100644 index 0000000..25c5cb9 --- /dev/null +++ b/monerojnet/templates/monerojnet/privacymarketcap.html @@ -0,0 +1,374 @@ +{% extends 'monerojnet/base.html' %} +{% block content %} + + +
+ + +
+ + +

+
+
+
+
+
Total Marketcap of Privacy Coins (USD)
+ +
+
+
+
+
+
+
+
+ + + +
+ + +
+
+
+
+
+
+ Latest Privacy Marketcap
+
{{ now_marketcap }}
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ Highest Privacy Marketcap
+
{{ top_marketcap }}
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ Latest Privacy Dominance
+
{{ now_dominance }}
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ Top Privacy Dominance
+
{{ top_dominance }}
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+ + +
+ + +
+ + + + + + + + + +{% endblock %} \ No newline at end of file diff --git a/monerojnet/templates/monerojnet/rank.html b/monerojnet/templates/monerojnet/rank.html index 1caf1ea..02a0624 100644 --- a/monerojnet/templates/monerojnet/rank.html +++ b/monerojnet/templates/monerojnet/rank.html @@ -14,7 +14,7 @@
-
Coinmarketcap Rank
+
Monero's Coinmarketcap Rank