diff --git a/config/adopters.json b/config/adopters.json index c624e7f21f87f2865260e82323646baf8f23f634..7bcc44a8a0f986a2269d969edaeaeb588d722154 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 0000000000000000000000000000000000000000..a343877bd66f0231212e7a848b5302a173c8ddf8 --- /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 0000000000000000000000000000000000000000..92b080517c83a2d25de961f8593ca9994052cfd6 --- /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>