diff --git a/static/images/logo-bg-half.png b/static/images/logo-bg-half.png new file mode 100644 index 0000000..3ee5553 Binary files /dev/null and b/static/images/logo-bg-half.png differ diff --git a/static/images/logo-footer-dark.png b/static/images/logo-footer-dark.png new file mode 100644 index 0000000..4620ed2 Binary files /dev/null and b/static/images/logo-footer-dark.png differ diff --git a/static/images/logo-footer-light.png b/static/images/logo-footer-light.png new file mode 100644 index 0000000..e178a62 Binary files /dev/null and b/static/images/logo-footer-light.png differ diff --git a/static/templates/table-dark.html b/static/templates/table-dark.html new file mode 100644 index 0000000..925db65 --- /dev/null +++ b/static/templates/table-dark.html @@ -0,0 +1,64 @@ + + + + + + + + + +
+ + + +
+

+ {{title}} +

+ {{#if subtitle}} +

+ {{subtitle}} +

+ {{/if}} +
+ +
+ + + + + + + + {{#each tokens}} + + + + + + {{/each}} +
TokenAverage PriceTraded Volume
+ + {{name}} + {{price}}{{volume}}
+ +
+
+ @irancryptomarket +
+ Last update: {{lastUpdate}} +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/static/templates/table-light.html b/static/templates/table-light.html new file mode 100644 index 0000000..892b335 --- /dev/null +++ b/static/templates/table-light.html @@ -0,0 +1,64 @@ + + + + + + + + + +
+ + + +
+

+ {{title}} +

+ {{#if subtitle}} +

+ {{subtitle}} +

+ {{/if}} +
+ +
+ + + + + + + + {{#each tokens}} + + + + + + {{/each}} +
TokenAverage PriceTraded Volume
+ + {{name}} + {{price}}{{volume}}
+ +
+
+ @irancryptomarket +
+ Last update: {{lastUpdate}} +
+ +
+ +
+ +
+ + + \ No newline at end of file