From 19032c6f4bd72d1212254d1fdba7e6aaf5bf5e85 Mon Sep 17 00:00:00 2001
From: George Adams <georgeadams1995@gmail.com>
Date: Fri, 4 Aug 2023 18:10:32 +0100
Subject: [PATCH] add total validator to eclipse temurin users list

---
 config/adopters.json                                |  9 +++++++++
 .../images/adopters/logo-total-validator-white.svg  | 13 +++++++++++++
 .../assets/images/adopters/logo-total-validator.svg | 13 +++++++++++++
 3 files changed, 35 insertions(+)
 create mode 100644 static/assets/images/adopters/logo-total-validator-white.svg
 create mode 100644 static/assets/images/adopters/logo-total-validator.svg

diff --git a/config/adopters.json b/config/adopters.json
index c624e7f..7bcc44a 100644
--- a/config/adopters.json
+++ b/config/adopters.json
@@ -1255,6 +1255,15 @@
 				"adoptium.temurin"
 			]
 		},
+		{
+			"name": "Total Validator",
+			"homepage_url": "https://www.totalvalidator.com/",
+			"logo": "logo-total-validator.svg",
+			"logo_white": "logo-total-validator-white.svg",
+			"projects": [
+				"adoptium.temurin"
+			]
+		},		
 		{
 			"name": "Tractonomy Robotics",
 			"homepage_url": "https://www.tractonomy.com",
diff --git a/static/assets/images/adopters/logo-total-validator-white.svg b/static/assets/images/adopters/logo-total-validator-white.svg
new file mode 100644
index 0000000..a343877
--- /dev/null
+++ b/static/assets/images/adopters/logo-total-validator-white.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="292" height="70" viewBox="0,0,292,70">
+  <title>Total Validator Header</title>
+  <metadata>Author: Total Validator</metadata>
+  <defs>
+    <clipPath id="circleClip">
+      <circle cx="26" cy="34.5" r="26" />
+    </clipPath>
+  </defs>
+  <circle cx="26" cy="34.5" r="25" fill="white" />
+  <path fill="#666699" d="M9.5 25 L30.5 25 L30.5 30.5 L23 30.5 L23 47 L17 47 L17 30.5 L9.5 30.5 z" /> -->
+  <path fill="#666699" d="M25 33.5 L31.5 47 L37 47 L49.5 18.5 L45 16.5 L34 40 L30.5 33.5 z" clip-path="url(#circleClip)" />
+  <text fill="white" x="66" y="47" font-family="Arial, Helvetica, sans-serif" font-size="32" font-weight="bold">Total Validator</text>
+</svg>
diff --git a/static/assets/images/adopters/logo-total-validator.svg b/static/assets/images/adopters/logo-total-validator.svg
new file mode 100644
index 0000000..92b0805
--- /dev/null
+++ b/static/assets/images/adopters/logo-total-validator.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="292" height="70" viewBox="0,0,292,70">
+  <title>Total Validator Header</title>
+  <metadata>Author: Total Validator</metadata>
+  <defs>
+    <clipPath id="circleClip">
+      <circle cx="26" cy="34.5" r="26" />
+    </clipPath>
+  </defs>
+  <circle cx="26" cy="34.5" r="25" fill="#666699" />
+  <path fill="white" d="M9.5 25 L30.5 25 L30.5 30.5 L23 30.5 L23 47 L17 47 L17 30.5 L9.5 30.5 z" /> -->
+  <path fill="white" d="M25 33.5 L31.5 47 L37 47 L49.5 18.5 L45 16.5 L34 40 L30.5 33.5 z" clip-path="url(#circleClip)" />
+  <text fill="#666699" x="66" y="47" font-family="Arial, Helvetica, sans-serif" font-size="32" font-weight="bold">Total Validator</text>
+</svg>
-- 
GitLab