This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch cvat
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit 8112612b06afcd68b5c45200786d390df863f75e
Author: tison <[email protected]>
AuthorDate: Fri Mar 1 12:04:17 2024 +0800

    Add CVAT Logo
    
    Signed-off-by: tison <[email protected]>
---
 src/components/UserLogos/index.tsx |  5 +++++
 static/media/users/cvat.svg        | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/src/components/UserLogos/index.tsx 
b/src/components/UserLogos/index.tsx
index 998736d..22bdcf6 100644
--- a/src/components/UserLogos/index.tsx
+++ b/src/components/UserLogos/index.tsx
@@ -3,6 +3,11 @@ import styles from "./index.module.css"
 import Link from "@docusaurus/Link";
 
 const userData = [
+    {
+        img: '/media/users/cvat.svg',
+        title: 'CVAT',
+        site: 'https://www.cvat.ai/',
+    },
     {
         img: '/media/users/meitu.png',
         title: 'Meitu',
diff --git a/static/media/users/cvat.svg b/static/media/users/cvat.svg
new file mode 100644
index 0000000..5321cbe
--- /dev/null
+++ b/static/media/users/cvat.svg
@@ -0,0 +1,21 @@
+<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<g clip-path="url(#clip0_2_2268)">
+<rect width="1024" height="1024" fill="black"/>
+<path d="M264.923 462L190.653 536.269H416.943L157 796.212L227.788 867L487.731 
607.057V833.347L562 759.077V462H264.923Z" fill="white"/>
+<path d="M264.923 462L190.653 536.269H416.943L157 796.212L227.788 867L487.731 
607.057V833.347L562 759.077V462H264.923Z" fill="white"/>
+<rect x="562" y="-194.865" width="484.026" height="656.865" fill="#D9D9D9"/>
+<rect x="562" y="-194.865" width="484.026" height="656.865" 
fill="url(#paint0_linear_2_2268)"/>
+<rect x="737.991" y="-40.1082" width="344.026" height="326.162" 
stroke="#FF7300" stroke-width="140"/>
+<rect x="843.982" y="-146.054" width="344.026" height="326.162" 
stroke="#FF4800" stroke-width="140"/>
+<rect x="949.974" y="-252" width="344.026" height="326.162" stroke="#E10602" 
stroke-width="140"/>
+</g>
+<defs>
+<linearGradient id="paint0_linear_2_2268" x1="599.98" y1="133.567" 
x2="953.942" y2="78.6466" gradientUnits="userSpaceOnUse">
+<stop stop-color="#D6D5D3"/>
+<stop offset="1" stop-color="#F0A121"/>
+</linearGradient>
+<clipPath id="clip0_2_2268">
+<rect width="1024" height="1024" fill="white"/>
+</clipPath>
+</defs>
+</svg>

Reply via email to