From aa29e4e4624178765a0e6fa9d57bf2d7749da8ef Mon Sep 17 00:00:00 2001 From: lwt <215586800@qq.com> Date: Sat, 6 Jun 2026 15:54:54 +0800 Subject: [PATCH] feat: add Jenkins service entry --- NOTICE.md | 4 + assets/css/components.css | 11 ++ assets/icons/jenkins.svg | 283 ++++++++++++++++++++++++++++++++++++++ index.html | 9 +- 4 files changed, 306 insertions(+), 1 deletion(-) create mode 100644 assets/icons/jenkins.svg diff --git a/NOTICE.md b/NOTICE.md index efc5cbd..a634879 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -11,11 +11,15 @@ official/open-source project assets: - `assets/icons/deepseek.svg`: DeepSeek icon from Wikimedia Commons - `assets/icons/gemini.svg`: Google Gemini public web asset - `assets/icons/git.svg`: Git logo from git-scm.com +- `assets/icons/jenkins.svg`: Jenkins project artwork, CC BY-SA 3.0 - `assets/icons/syncthing.svg`: Syncthing project logo - `assets/icons/frp.svg`: FRP icon from dashboard-icons The names and marks of these services belong to their respective owners. +Jenkins artwork source: +https://www.jenkins.io/artwork/ + ## Background Credit - `assets/backgrounds/cute-anime-bg.svg`: `Blue Haired Anime Girl With Star diff --git a/assets/css/components.css b/assets/css/components.css index b6b45fe..a8360b5 100644 --- a/assets/css/components.css +++ b/assets/css/components.css @@ -591,6 +591,11 @@ border-radius: 12px; } +.card-jenkins .service-icon img { + width: 54px; + height: 74px; +} + .service-title { color: #14213c; font-size: 1.5rem; @@ -634,6 +639,12 @@ background: linear-gradient(145deg, #f7fffb, #eefcf6); } +.card-jenkins { + color: #d33a33; + border-color: rgba(211, 58, 51, 0.3); + background: linear-gradient(145deg, #fffafa, #fff0f0); +} + .card-purple { color: var(--purple); border-color: rgba(119, 93, 246, 0.3); diff --git a/assets/icons/jenkins.svg b/assets/icons/jenkins.svg new file mode 100644 index 0000000..4a4538d --- /dev/null +++ b/assets/icons/jenkins.svg @@ -0,0 +1,283 @@ + + + + \ No newline at end of file diff --git a/index.html b/index.html index d6f4bd0..83c602f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
- +