From cebb6e9e1fcdb58df978c0b038b5ff66db711d39 Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Fri, 25 Oct 2024 02:34:34 -0400 Subject: [PATCH] gh-page: Add total downloads and last published info. --- docs/index.html | 68 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 51 insertions(+), 17 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6518ef4..78e79f7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,10 +54,17 @@ color: black; } - #download-count { + #download-count, + #last-publish-line, + #total-downloads-span { visibility: hidden; } + #github-and-bug-report-links { + display: flex; + gap: 2rem; + } + #body-wrapper { height: 100vh; width: 100vw; @@ -110,6 +117,14 @@

iCtrl

A Simple VNC + SSH Console + SFTP Client

+
+ + Total Downloads: |  + + + Last Published at: + +
@@ -139,16 +154,11 @@

A Simple VNC + SSH Console + SFTP Client

- - - - - -
- View on GitHub - - Bug Report -
+
+