git: 6ca4aa4272 - main - Website: Add svg for the documentation icon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 May 2026 11:34:45 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=6ca4aa4272f371dd4628e5c9f2b70f3052c4e772
commit 6ca4aa4272f371dd4628e5c9f2b70f3052c4e772
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2026-05-16 11:29:50 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-05-16 11:29:50 +0000
Website: Add svg for the documentation icon
---
website/themes/beastie/assets/styles/main.css | 2 +-
.../themes/beastie/static/images/documentation.png | Bin 7883 -> 0 bytes
.../themes/beastie/static/images/documentation.svg | 21 +++++++++++++++++++++
3 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/website/themes/beastie/assets/styles/main.css b/website/themes/beastie/assets/styles/main.css
index c1a1726995..2b6054f16c 100644
--- a/website/themes/beastie/assets/styles/main.css
+++ b/website/themes/beastie/assets/styles/main.css
@@ -106,7 +106,7 @@
--virtualization-image: url("/images/virtualization.png");
--jails-image: url("/images/jails.png");
--networking-image: url("/images/networking.svg");
- --documentation-image: url("/images/documentation.png");
+ --documentation-image: url("/images/documentation.svg");
--community-image: url("/images/community.png");
}
diff --git a/website/themes/beastie/static/images/documentation.png b/website/themes/beastie/static/images/documentation.png
deleted file mode 100644
index ff06d606c5..0000000000
Binary files a/website/themes/beastie/static/images/documentation.png and /dev/null differ
diff --git a/website/themes/beastie/static/images/documentation.svg b/website/themes/beastie/static/images/documentation.svg
new file mode 100644
index 0000000000..058d4be58a
--- /dev/null
+++ b/website/themes/beastie/static/images/documentation.svg
@@ -0,0 +1,21 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="121" height="107" viewBox="0 0 121 107" fill="none">
+ <g stroke-linecap="round" stroke-linejoin="round">
+ <path d="M14 18V84H48Q55 84 60 90Q65 84 72 84H106V18Q106 13 101 13H76Q67 13 60 18Q53 13 44 13H19Q14 13 14 18Z" stroke="#AD282B" stroke-width="4.5"/>
+ <path d="M60 18V90" stroke="#AD282B" stroke-width="4.5"/>
+ <path d="M23 35Q34 33 47 36" stroke="#AD282B" stroke-width="4.5"/>
+ <path d="M23 49Q34 47 47 50" stroke="#AD282B" stroke-width="4.5"/>
+ <path d="M23 63Q34 61 47 64" stroke="#AD282B" stroke-width="4.5"/>
+ <path d="M73 35Q84 33 97 35" stroke="#AD282B" stroke-width="4.5"/>
+ <path d="M73 49Q84 47 97 49" stroke="#AD282B" stroke-width="4.5"/>
+ <path d="M73 63Q84 61 97 63" stroke="#AD282B" stroke-width="4.5"/>
+
+ <path d="M14 18V84H48Q55 84 60 90Q65 84 72 84H106V18Q106 13 101 13H76Q67 13 60 18Q53 13 44 13H19Q14 13 14 18Z" stroke="#AD282B" stroke-width="2.5"/>
+ <path d="M60 18V90" stroke="#AD282B" stroke-width="2.5"/>
+ <path d="M23 35Q34 33 47 36" stroke="#AD282B" stroke-width="2.5"/>
+ <path d="M23 49Q34 47 47 50" stroke="#AD282B" stroke-width="2.5"/>
+ <path d="M23 63Q34 61 47 64" stroke="#AD282B" stroke-width="2.5"/>
+ <path d="M73 35Q84 33 97 35" stroke="#AD282B" stroke-width="2.5"/>
+ <path d="M73 49Q84 47 97 49" stroke="#AD282B" stroke-width="2.5"/>
+ <path d="M73 63Q84 61 97 63" stroke="#AD282B" stroke-width="2.5"/>
+ </g>
+</svg>