From d6222535311c2f85996e996519e1dd3deae65b11 Mon Sep 17 00:00:00 2001 From: WUOTE <106106310+WUOTE@users.noreply.github.com> Date: Fri, 10 May 2024 05:23:27 +0600 Subject: [PATCH] Improve function name, add link to the main website --- public/assets/runfast-logo.svg | 11 +++++++++++ public/css/style.css | 9 +++++++++ public/index.html | 5 ++++- public/js/script.js | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 public/assets/runfast-logo.svg diff --git a/public/assets/runfast-logo.svg b/public/assets/runfast-logo.svg new file mode 100644 index 0000000..b1c14e9 --- /dev/null +++ b/public/assets/runfast-logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/css/style.css b/public/css/style.css index db73e98..72372f1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -163,3 +163,12 @@ body.toggle-hidden a#overlayVisibilityToggleButton { body.toggle-hidden div.osOverlayHighlight { display: none !important; /* overwrite the style="" element */ } + +.icon-runfast { + background-image: url(/assets/runfast-logo.svg); + background-size: cover; + display: inline-block; + height: 15px; + width: 76px; + margin-top: 8%; +} diff --git a/public/index.html b/public/index.html index f5382ae..a076fa5 100644 --- a/public/index.html +++ b/public/index.html @@ -39,8 +39,11 @@