git: d2d4ae124c - main - Website: Add svg for the networking icon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 May 2026 10:47:01 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=d2d4ae124c3d8d2768f95cd47bb9cb644fefc98f
commit d2d4ae124c3d8d2768f95cd47bb9cb644fefc98f
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2026-05-16 10:46:17 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-05-16 10:46:17 +0000
Website: Add svg for the networking icon
---
website/themes/beastie/assets/styles/main.css | 2 +-
.../themes/beastie/static/images/networking.png | Bin 8897 -> 0 bytes
.../themes/beastie/static/images/networking.svg | 84 +++++++++++++++++++++
3 files changed, 85 insertions(+), 1 deletion(-)
diff --git a/website/themes/beastie/assets/styles/main.css b/website/themes/beastie/assets/styles/main.css
index 0385c2f2e7..c1a1726995 100644
--- a/website/themes/beastie/assets/styles/main.css
+++ b/website/themes/beastie/assets/styles/main.css
@@ -105,7 +105,7 @@
--openzfs-image: url("/images/openzfs.png");
--virtualization-image: url("/images/virtualization.png");
--jails-image: url("/images/jails.png");
- --networking-image: url("/images/networking.png");
+ --networking-image: url("/images/networking.svg");
--documentation-image: url("/images/documentation.png");
--community-image: url("/images/community.png");
diff --git a/website/themes/beastie/static/images/networking.png b/website/themes/beastie/static/images/networking.png
deleted file mode 100644
index cba2c727d8..0000000000
Binary files a/website/themes/beastie/static/images/networking.png and /dev/null differ
diff --git a/website/themes/beastie/static/images/networking.svg b/website/themes/beastie/static/images/networking.svg
new file mode 100644
index 0000000000..b71193e6a1
--- /dev/null
+++ b/website/themes/beastie/static/images/networking.svg
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115 128" width="115" height="128" role="img" aria-label="Networking icon">
+ <g
+ fill="none"
+ stroke="#AD282B"
+ stroke-width="3.2"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ id="g12">
+ <line
+ x1="57.5"
+ y1="49.976658"
+ x2="57.5"
+ y2="30.461233"
+ id="line1"
+ style="stroke-width:3.161" />
+ <line
+ x1="69.4"
+ y1="57.0"
+ x2="86.0"
+ y2="47.2"
+ id="line2" />
+ <line
+ x1="69.4"
+ y1="71.0"
+ x2="86.0"
+ y2="80.8"
+ id="line3" />
+ <line
+ x1="57.5"
+ y1="78.099037"
+ x2="57.5"
+ y2="98.043373"
+ id="line4"
+ style="stroke-width:3.15633" />
+ <line
+ x1="45.6"
+ y1="71.0"
+ x2="29.0"
+ y2="80.8"
+ id="line5" />
+ <line
+ x1="45.6"
+ y1="57.0"
+ x2="29.0"
+ y2="47.2"
+ id="line6" />
+ <circle
+ cx="57.5"
+ cy="64"
+ r="13.6"
+ id="circle6" />
+ <circle
+ cx="57.5"
+ cy="21.5"
+ r="7.6"
+ id="circle7" />
+ <circle
+ cx="93.5"
+ cy="43"
+ r="7.6"
+ id="circle8" />
+ <circle
+ cx="93.5"
+ cy="85"
+ r="7.6"
+ id="circle9" />
+ <circle
+ cx="57.5"
+ cy="106.5"
+ r="7.6"
+ id="circle10" />
+ <circle
+ cx="21.5"
+ cy="85"
+ r="7.6"
+ id="circle11" />
+ <circle
+ cx="21.5"
+ cy="43"
+ r="7.6"
+ id="circle12" />
+ </g>
+</svg>