From ad6c9b7095b7970c3f44347e5f2466914723e78c Mon Sep 17 00:00:00 2001 From: creations Date: Mon, 2 Jun 2025 18:22:54 -0400 Subject: [PATCH] add open source to index page --- public/css/style.css | 19 +++++++++++++++++++ public/forgejo_logo.svg | 36 ++++++++++++++++++++++++++++++++++++ public/index.html | 8 ++++++++ 3 files changed, 63 insertions(+) create mode 100644 public/forgejo_logo.svg diff --git a/public/css/style.css b/public/css/style.css index b116f25..b7c3143 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -164,6 +164,25 @@ button.danger:hover { color: var(--fg); } +.open-source-logo { + width: 2rem; + height: 2rem; + margin: 0; + padding: 0; + cursor: pointer; + + position: fixed; + bottom: 1rem; + right: 0.5rem; + z-index: 1000; + + opacity: 0.5; + transition: opacity 0.3s ease; + + &:hover { + opacity: 1 !important; + } +} .hidden { display: none; diff --git a/public/forgejo_logo.svg b/public/forgejo_logo.svg new file mode 100644 index 0000000..be0b3ce --- /dev/null +++ b/public/forgejo_logo.svg @@ -0,0 +1,36 @@ + + + + + Forgejo logo + Caesar Schinas + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index b053d5e..6c33e03 100644 --- a/public/index.html +++ b/public/index.html @@ -14,6 +14,14 @@ +
+ + + +
+