From f10d68b75062aaf401350833e19edee833c6684b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 20 Jun 2023 02:27:11 -0700 Subject: added templates --- templates/full_table.html | 238 ++++++++++++++++++++++++++++++++++++++++++++++ templates/individual.html | 217 ++++++++++++++++++++++++++++++++++++++++++ templates/ranking.html | 231 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 686 insertions(+) create mode 100644 templates/full_table.html create mode 100644 templates/individual.html create mode 100644 templates/ranking.html diff --git a/templates/full_table.html b/templates/full_table.html new file mode 100644 index 0000000..adcaceb --- /dev/null +++ b/templates/full_table.html @@ -0,0 +1,238 @@ + + + + + + {{meta_title}} + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ {{name}} +
+
+

{{name}}

+

{{description}}

+ YouTube Channel +
+
+ + {{full_table}} + + \ No newline at end of file diff --git a/templates/individual.html b/templates/individual.html new file mode 100644 index 0000000..948777a --- /dev/null +++ b/templates/individual.html @@ -0,0 +1,217 @@ + + + + + + {{meta_title}} + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ {{name}} +
+
+

{{name}}

+

{{description}}

+ YouTube Channel +
+
+ {{projection_card}} + {{subscriber_trend}} +
+
+ {{divider}} +
+ {{weekly_trend}} + +
+ View Full Table + + \ No newline at end of file diff --git a/templates/ranking.html b/templates/ranking.html new file mode 100644 index 0000000..773c041 --- /dev/null +++ b/templates/ranking.html @@ -0,0 +1,231 @@ + + + + + + {{meta_title}} + + + + + + + + + + + + + + + + + + + + + + + + {{title_banner}} + + {{ranking_graph}} +
+
+ {{divider}} +
+ {{ranking_table}} + +
+
+ Information +
+
+

+ Data for this site is taken every hour. Due to limitation with + YouTube's API only certain increments in subscriber counts will be + reflected based on each liver's channel size +

+

+ Each liver has their own page to track their own individual + achievements and subscriber count. The full table of all recorded + daily data for each channel is also viewable +

+
+
+ A Note on Graduating Livers +
+
+

+ If a liver is determined to be graduating, retiring, or terminated, + Nijitracker will stop tracking their subscriber count, and their page + and entry will be removed +

+
+
+

{{footer}}

+
+
+ + License + +
+
+ + -- cgit v1.2.3