WIP changed ceo scheme to organization type (#60)
* changed ceo scheme to organization type * logo url * url from string * added a software application type to the ceo schema * changed description text and logo files * fix
@@ -12,8 +12,8 @@ keywords = "search engine, neural network, matching, filter, SaaS, approximate n
|
||||
|
||||
[params]
|
||||
author = "Andrey Vasnetsov"
|
||||
description = "Qdrant - Open-Source Vector Search Engine"
|
||||
keywords = ["search engine", "neural network", "matching", "filter", "SaaS",
|
||||
description = "Qdrant is an Open-Source Vector Search Engine written in Rust. It provides fast and scalable service with convenient API."
|
||||
keywords = ["vector search engine", "neural network", "matching", "SaaS",
|
||||
"approximate nearest neighbor search", "image search", "recommender system", "vectors",
|
||||
"knn algorithm", "hnsw", "vector search", "embeddings", "similarity", "simaes networks",
|
||||
"BERT", "transformer", "word2vec", "fasttext"]
|
||||
|
||||
@@ -5,25 +5,57 @@
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context" : "http://schema.org",
|
||||
"@type" : "WebPage",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "{{ .Site.BaseURL }}"
|
||||
},
|
||||
"name" : "{{ .Title }}",
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Qdrant",
|
||||
"legalName" : "Qdrant Solutions GmbH",
|
||||
"url": "https://qdrant.tech",
|
||||
"email": "info@qdrant.com",
|
||||
"@id": "https://qdrant.tech",
|
||||
"logo": "https://qdrant.tech/images/logo_with_text.png",
|
||||
"headline" : "{{ .Title }}",
|
||||
"description" : "{{ if .Description }}{{ .Description }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ end }}{{ end }}",
|
||||
"inLanguage" : "en-US",
|
||||
"author" : "{{ .Site.Params.Author }}",
|
||||
"accountablePerson" : "{{ .Site.Params.Author }}",
|
||||
"copyrightHolder" : "{{ .Site.Params.Author }}",
|
||||
"copyrightYear" : "{{ .Date.Format "2006" }}",
|
||||
"datePublished": "{{ .Date }}",
|
||||
"dateModified" : "{{ .Date }}",
|
||||
"url" : "{{ .Permalink }}",
|
||||
"wordCount" : "{{ .WordCount }}",
|
||||
"keywords" : [ {{ range .Site.Params.Keywords }}"{{ . }}", {{ end }} "Qdrant" ]
|
||||
"description" : "{{ .Site.Params.description }}",
|
||||
"keywords" : [ {{ range .Site.Params.Keywords }}"{{ . }}", {{ end }} "Qdrant" ],
|
||||
"foundingDate": "2021",
|
||||
"founders": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "{{ .Site.Params.Author }}"
|
||||
}, {
|
||||
"@type": "Person",
|
||||
"name": "Andre Zayarni"
|
||||
}
|
||||
],
|
||||
"location": "Berlin, Germany",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Chausseestraße 86",
|
||||
"addressLocality": "Berlin",
|
||||
"addressRegion": "Berlin",
|
||||
"postalCode": "10115",
|
||||
"addressCountry": "DE"
|
||||
},
|
||||
"contactPoint": {
|
||||
"@type": "ContactPoint",
|
||||
"contactType": "customer support",
|
||||
"telephone": "+49 3040797694",
|
||||
"email": "info@qdrant.com"
|
||||
},
|
||||
"sameAs": [
|
||||
{{ .Site.Params.github }},
|
||||
{{ .Site.Params.twitter }},
|
||||
{{ .Site.Params.linkedin }},
|
||||
{{ .Site.Params.discord }}
|
||||
],
|
||||
"mainEntityOfPage": {
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Qdrant",
|
||||
"applicationCategory": "Vector Search Engine",
|
||||
"downloadUrl": "https://github.com/qdrant/qdrant",
|
||||
"installUrl": "https://hub.docker.com/r/qdrant/qdrant",
|
||||
"abstract": "{{ .Site.Params.description }}",
|
||||
"image": "https://qdrant.tech/images/logo_with_text.png"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB |
@@ -1,90 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="141.98051mm"
|
||||
height="162.39999mm"
|
||||
viewBox="0 0 141.98051 162.39999"
|
||||
version="1.1"
|
||||
id="svg886"
|
||||
sodipodi:docname="logo_v3.svg"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1053"
|
||||
id="namedview15"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.3890629"
|
||||
inkscape:cx="430.78388"
|
||||
inkscape:cy="319.76257"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg886" />
|
||||
<defs
|
||||
id="defs880" />
|
||||
<metadata
|
||||
id="metadata883">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<path
|
||||
id="path14-3"
|
||||
style="fill:#201d1d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352777"
|
||||
d="M 70.990259,4.9999942 37.990206,24.049994 4.9999721,43.099993 v 38.1 38.099997 l 32.9902339,19.05 L 70.990259,157.4 92.100592,145.21986 114.54006,157.4 136.98054,144.44988 V 43.099993 L 103.98049,24.049994 Z" />
|
||||
<g
|
||||
id="g914">
|
||||
<path
|
||||
id="path14"
|
||||
style="fill:#201d1d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="M 114.54032,106.34988 V 56.059994 L 136.98051,43.099998 V 144.44987 l -22.44019,12.95012 v -25.90976 -25.14035" />
|
||||
<path
|
||||
id="path16"
|
||||
style="fill:#65676d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="M 136.98051,43.099998 114.54032,56.059994 92.760523,43.489817 70.990255,30.920346 49.210462,43.489817 27.440193,56.059994 5,43.099998 37.990365,24.049999 70.990255,4.9999998 103.98062,24.049999 136.98051,43.099998" />
|
||||
<path
|
||||
id="path18"
|
||||
style="fill:#a4a7a8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="m 5,43.099998 22.440193,12.959996 v 50.289886 l 21.770269,12.57017 21.779793,12.57018 v 25.90976 l -32.99989,-19.05 L 5,119.29999 V 81.199996 43.099998" />
|
||||
<path
|
||||
id="path20"
|
||||
style="fill:#201d1d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="m 92.100476,119.29999 -21.110221,12.19024 v 25.90976 l 21.110221,-12.18036 v -25.91964" />
|
||||
<path
|
||||
id="path22"
|
||||
style="fill:#65676d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="M 70.990255,81.199996 49.880034,69.020344 70.990255,56.830108 92.100476,69.020344 70.990255,81.199996" />
|
||||
<path
|
||||
id="path24"
|
||||
style="fill:#a4a7a8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="M 49.880034,69.020344 70.990255,81.199996 V 105.57976 L 49.880034,93.390231 V 69.020344" />
|
||||
<path
|
||||
id="path26"
|
||||
style="fill:#201d1d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="M 70.990255,81.199996 92.100476,69.020344 V 93.390231 L 70.990255,105.57976 V 81.199996" />
|
||||
<path
|
||||
id="path28"
|
||||
style="fill:#bc1439;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0352778"
|
||||
d="m 92.100476,145.21963 22.439844,12.18036 V 56.059994 L 92.760523,43.489817 70.990255,30.920346 49.210462,43.489817 27.440193,56.059994 v 25.140002 25.149884 l 21.770269,12.57017 21.779793,12.57018 21.110221,-12.19024 z m 0,-51.829399 L 70.990255,105.57976 49.880034,93.390231 V 69.020344 L 70.990255,56.830108 92.100476,69.020344 v 24.369887" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 13 KiB |
@@ -19,7 +19,7 @@
|
||||
</g>
|
||||
<path d="m66 126.5v-25.914l-21-12.086v25.871z" fill="url(#paint0_linear_425_56)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_425_56" x1="65.982" x2="45.057" y1="105.54" y2="105.54" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint0_linear_425_56" x1="62.128" x2="41.202" y1="105.54" y2="105.54" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3364" offset="0"/>
|
||||
<stop stop-color="#C91540" stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
@@ -1,27 +1,115 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="451.84" height="152.4" fill="none" version="1.1" viewBox="0 0 451.84 152.4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g clip-rule="evenodd" fill-rule="evenodd">
|
||||
<path d="m100.83 58.616 8.7164-7.5544 22.44-12.96v101.35l-22.44 12.951-12.192-14.479z" fill="#7d8cb5"/>
|
||||
<path d="m131.98 38.1-22.44 12.96-19.968 1.5727-17.006-2.9318-34.205 2.8206-25.621 5.3845-12.741-19.806 32.99-19.05 33-19.05 32.991 19.05z" fill="#b2bfe8"/>
|
||||
<path d="m0 38.1 22.44 12.96 20.221 39.57 14.616 14.904 22.116 30.044-13.403 16.822-33-19.051-32.991-19.05v-76.2" fill="#d9e2ff"/>
|
||||
<path d="m86.725 105.44-20.734 21.054v25.91l21.11-12.18 7.9897-29.456" fill="#7d8cb5"/>
|
||||
<path d="m65.991 100.58-21.11-36.558 3.6767-14.176 18.347-6.5603 18.082 7.091 2.1139 13.645z" fill="#b2bfe8"/>
|
||||
<path d="m44.881 64.022 21.11 12.18v24.38l-12.238 1.8059-18.74-10.187 4.0273-22.313 5.84-5.8662" fill="#d9e2ff"/>
|
||||
<path d="m65.991 76.2 21.11-12.179 9.4348 9.6634 1.9589 20.474-14.573 7.7306-17.93-1.3083z" fill="#7d8cb5"/>
|
||||
<path d="m87.101 140.22 22.44 12.181v-101.34l-21.78-12.57-21.77-12.57-21.78 12.57-21.77 12.57v50.289l21.77 12.57 21.78 12.571 21.11-12.191zm0-51.83-21.11 12.19-21.11-12.19v-24.37l21.11-12.19 21.11 12.19v24.37" fill="#c91540"/>
|
||||
</g>
|
||||
<g fill="#dc244c">
|
||||
<path d="m212.69 116c0 5.523-4.477 10.001-10 10.001h-6.836v-7.808h-0.244c-0.732 1.057-1.708 2.155-2.928 3.293-1.139 1.058-2.521 2.034-4.148 2.929-1.545 0.894-3.294 1.626-5.246 2.196-1.871 0.569-3.823 0.853-5.856 0.853-4.392 0-8.377-0.732-11.956-2.196-3.579-1.545-6.669-3.66-9.272-6.344-2.521-2.765-4.473-6.018-5.856-9.759-1.383-3.742-2.074-7.849-2.074-12.322 0-4.148 0.61-8.093 1.83-11.835 1.301-3.822 3.091-7.198 5.368-10.126 2.359-2.9275 5.205-5.2455 8.54-6.9535 3.335-1.7893 7.117-2.684 11.346-2.684 3.823 0 7.361 0.61 10.614 1.83 3.335 1.1387 6.059 3.1313 8.174 5.9785h0.244v-29.284c0-5.5229 4.477-10 10-10h8.3zm-16.836-19.646c0-4.473-1.301-8.092-3.904-10.858-2.521-2.765-6.1-4.148-10.736-4.148s-8.255 1.383-10.858 4.148c-2.521 2.766-3.782 6.385-3.782 10.858 0 4.474 1.261 8.093 3.782 10.858 2.603 2.766 6.222 4.149 10.858 4.149s8.215-1.383 10.736-4.149c2.603-2.765 3.904-6.384 3.904-10.858z"/>
|
||||
<path d="m224.53 76.708c0-5.5223 4.477-9.9995 10-9.9995h8.3v9.5155h0.244c1.952-3.6595 4.27-6.3842 6.954-8.1735 2.684-1.8707 6.059-2.806 10.126-2.806 1.057 0 2.114 0.0407 3.172 0.122 1.057 0.0813 2.033 0.244 2.928 0.488v16.714c-1.302-0.407-2.603-0.692-3.904-0.855-1.22-0.244-2.522-0.366-3.904-0.366-3.498 0-6.263 0.488-8.296 1.464-2.034 0.976-3.62 2.359-4.758 4.148-1.058 1.708-1.749 3.782-2.074 6.222-0.326 2.441-0.488 5.124-0.488 8.052v14.766c0 5.523-4.477 10.001-10 10.001h-8.3z"/>
|
||||
<path d="m310.64 118.56h-0.244c-2.033 3.172-4.758 5.449-8.174 6.832-3.334 1.382-6.872 2.073-10.614 2.073-2.765 0-5.449-0.406-8.052-1.219-2.521-0.732-4.758-1.871-6.71-3.416-1.952-1.546-3.497-3.457-4.636-5.735-1.138-2.277-1.708-4.92-1.708-7.929 0-3.416 0.61-6.304 1.83-8.662 1.302-2.359 3.01-4.311 5.124-5.856 2.196-1.546 4.677-2.725 7.442-3.538 2.766-0.895 5.612-1.546 8.54-1.953 3.01-0.406 5.978-0.65 8.906-0.732 3.01-0.081 5.775-0.121 8.296-0.121 0-3.254-1.179-5.816-3.538-7.687-2.277-1.952-5.002-2.928-8.174-2.928-3.009 0-5.774 0.651-8.296 1.952-2.44 1.221-4.636 2.929-6.588 5.124l-9.76-10.004c3.416-3.1715 7.402-5.5302 11.956-7.0755 4.555-1.6267 9.272-2.44 14.152-2.44 5.368 0 9.76 0.6913 13.176 2.074 3.498 1.3013 6.263 3.2533 8.296 5.8555 2.115 2.603 3.579 5.816 4.392 9.638 0.814 3.742 1.22 8.093 1.22 13.054v20.135c0 5.522-4.477 10-10 10h-6.836zm-4.514-18.545c-1.382 0-3.131 0.082-5.246 0.244-2.033 0.082-4.026 0.407-5.978 0.976-1.87 0.57-3.497 1.424-4.88 2.562-1.301 1.139-1.952 2.725-1.952 4.759 0 2.196 0.936 3.822 2.806 4.879 1.871 1.058 3.823 1.586 5.856 1.586 1.79 0 3.498-0.244 5.124-0.732 1.708-0.488 3.213-1.179 4.514-2.074 1.302-0.894 2.318-2.033 3.05-3.416 0.814-1.382 1.22-3.009 1.22-4.879v-3.905z"/>
|
||||
<path d="m340.18 76.708c0-5.5223 4.477-9.9995 10-9.9995h7.568v8.0515h0.244c0.569-1.138 1.382-2.2768 2.44-3.4155 1.057-1.1387 2.318-2.1553 3.782-3.05s3.131-1.6267 5.002-2.196c1.87-0.5693 3.904-0.854 6.1-0.854 4.636 0 8.377 0.732 11.224 2.196 2.846 1.3827 5.042 3.3347 6.588 5.8555 1.626 2.522 2.724 5.49 3.294 8.906 0.569 3.416 0.854 7.117 0.854 11.103v22.695c0 5.523-4.477 10.001-10 10.001h-8.3v-29.037c0-1.708-0.082-3.456-0.244-5.246-0.082-1.87-0.448-3.578-1.098-5.123-0.57-1.546-1.505-2.807-2.806-3.783-1.22-0.976-3.01-1.464-5.368-1.464-2.359 0-4.27 0.448-5.734 1.342-1.464 0.814-2.603 1.952-3.416 3.416-0.732 1.383-1.22 2.969-1.464 4.758-0.244 1.79-0.366 3.66-0.366 5.612v19.524c0 5.523-4.477 10.001-10 10.001h-8.3z"/>
|
||||
<path d="m451.84 71.348c0 5.5225-4.477 9.9995-10 9.9995h-6.104v19.765c0 1.626 0.082 3.131 0.244 4.513 0.163 1.302 0.529 2.44 1.098 3.416 0.57 0.976 1.424 1.749 2.562 2.319 1.22 0.488 2.806 0.731 4.758 0.731 0.976 0 2.237-0.081 3.782-0.244 1.627-0.244 2.847-0.731 3.66-1.463v8.724c0 3.915-2.452 7.557-6.344 7.989-2.196 0.244-4.351 0.366-6.466 0.366-3.09 0-5.937-0.325-8.54-0.976-2.602-0.65-4.88-1.667-6.832-3.049-1.952-1.464-3.497-3.335-4.636-5.613-1.057-2.277-1.586-5.042-1.586-8.295v-28.183h-11.712v-4.64c0-5.5224 4.478-9.9995 10-9.9995h1.712v-7.568c0-5.5229 4.478-10 10-10h8.3v17.568h16.104z"/>
|
||||
</g>
|
||||
<path d="m66 126.5v-25.914l-21-12.086v25.871z" fill="url(#paint0_linear_425_139)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_425_139" x1="65.968" x2="45.056" y1="109.24" y2="109.24" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3364" offset="0"/>
|
||||
<stop stop-color="#C91540" stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="451.84"
|
||||
height="152.4"
|
||||
fill="none"
|
||||
version="1.1"
|
||||
viewBox="0 0 451.84 152.4"
|
||||
id="svg41"
|
||||
sodipodi:docname="logo_with_text_dark_bg.svg"
|
||||
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview43"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="17.600989"
|
||||
inkscape:cx="39.372787"
|
||||
inkscape:cy="99.397822"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1048"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg41" />
|
||||
<g
|
||||
clip-rule="evenodd"
|
||||
fill-rule="evenodd"
|
||||
id="g18">
|
||||
<path
|
||||
d="m100.83 58.616 8.7164-7.5544 22.44-12.96v101.35l-22.44 12.951-12.192-14.479z"
|
||||
fill="#7d8cb5"
|
||||
id="path2" />
|
||||
<path
|
||||
d="m131.98 38.1-22.44 12.96-19.968 1.5727-17.006-2.9318-34.205 2.8206-25.621 5.3845-12.741-19.806 32.99-19.05 33-19.05 32.991 19.05z"
|
||||
fill="#b2bfe8"
|
||||
id="path4" />
|
||||
<path
|
||||
d="m0 38.1 22.44 12.96 20.221 39.57 14.616 14.904 22.116 30.044-13.403 16.822-33-19.051-32.991-19.05v-76.2"
|
||||
fill="#d9e2ff"
|
||||
id="path6" />
|
||||
<path
|
||||
d="m86.725 105.44-20.734 21.054v25.91l21.11-12.18 7.9897-29.456"
|
||||
fill="#7d8cb5"
|
||||
id="path8" />
|
||||
<path
|
||||
d="m65.991 100.58-21.11-36.558 3.6767-14.176 18.347-6.5603 18.082 7.091 2.1139 13.645z"
|
||||
fill="#b2bfe8"
|
||||
id="path10" />
|
||||
<path
|
||||
d="m44.881 64.022 21.11 12.18v24.38l-12.238 1.8059-18.74-10.187 4.0273-22.313 5.84-5.8662"
|
||||
fill="#d9e2ff"
|
||||
id="path12" />
|
||||
<path
|
||||
d="m65.991 76.2 21.11-12.179 9.4348 9.6634 1.9589 20.474-14.573 7.7306-17.93-1.3083z"
|
||||
fill="#7d8cb5"
|
||||
id="path14" />
|
||||
<path
|
||||
d="m87.101 140.22 22.44 12.181v-101.34l-21.78-12.57-21.77-12.57-21.78 12.57-21.77 12.57v50.289l21.77 12.57 21.78 12.571 21.11-12.191zm0-51.83-21.11 12.19-21.11-12.19v-24.37l21.11-12.19 21.11 12.19v24.37"
|
||||
fill="#c91540"
|
||||
id="path16" />
|
||||
</g>
|
||||
<g
|
||||
fill="#dc244c"
|
||||
id="g30">
|
||||
<path
|
||||
d="m212.69 116c0 5.523-4.477 10.001-10 10.001h-6.836v-7.808h-0.244c-0.732 1.057-1.708 2.155-2.928 3.293-1.139 1.058-2.521 2.034-4.148 2.929-1.545 0.894-3.294 1.626-5.246 2.196-1.871 0.569-3.823 0.853-5.856 0.853-4.392 0-8.377-0.732-11.956-2.196-3.579-1.545-6.669-3.66-9.272-6.344-2.521-2.765-4.473-6.018-5.856-9.759-1.383-3.742-2.074-7.849-2.074-12.322 0-4.148 0.61-8.093 1.83-11.835 1.301-3.822 3.091-7.198 5.368-10.126 2.359-2.9275 5.205-5.2455 8.54-6.9535 3.335-1.7893 7.117-2.684 11.346-2.684 3.823 0 7.361 0.61 10.614 1.83 3.335 1.1387 6.059 3.1313 8.174 5.9785h0.244v-29.284c0-5.5229 4.477-10 10-10h8.3zm-16.836-19.646c0-4.473-1.301-8.092-3.904-10.858-2.521-2.765-6.1-4.148-10.736-4.148s-8.255 1.383-10.858 4.148c-2.521 2.766-3.782 6.385-3.782 10.858 0 4.474 1.261 8.093 3.782 10.858 2.603 2.766 6.222 4.149 10.858 4.149s8.215-1.383 10.736-4.149c2.603-2.765 3.904-6.384 3.904-10.858z"
|
||||
id="path20" />
|
||||
<path
|
||||
d="m224.53 76.708c0-5.5223 4.477-9.9995 10-9.9995h8.3v9.5155h0.244c1.952-3.6595 4.27-6.3842 6.954-8.1735 2.684-1.8707 6.059-2.806 10.126-2.806 1.057 0 2.114 0.0407 3.172 0.122 1.057 0.0813 2.033 0.244 2.928 0.488v16.714c-1.302-0.407-2.603-0.692-3.904-0.855-1.22-0.244-2.522-0.366-3.904-0.366-3.498 0-6.263 0.488-8.296 1.464-2.034 0.976-3.62 2.359-4.758 4.148-1.058 1.708-1.749 3.782-2.074 6.222-0.326 2.441-0.488 5.124-0.488 8.052v14.766c0 5.523-4.477 10.001-10 10.001h-8.3z"
|
||||
id="path22" />
|
||||
<path
|
||||
d="m310.64 118.56h-0.244c-2.033 3.172-4.758 5.449-8.174 6.832-3.334 1.382-6.872 2.073-10.614 2.073-2.765 0-5.449-0.406-8.052-1.219-2.521-0.732-4.758-1.871-6.71-3.416-1.952-1.546-3.497-3.457-4.636-5.735-1.138-2.277-1.708-4.92-1.708-7.929 0-3.416 0.61-6.304 1.83-8.662 1.302-2.359 3.01-4.311 5.124-5.856 2.196-1.546 4.677-2.725 7.442-3.538 2.766-0.895 5.612-1.546 8.54-1.953 3.01-0.406 5.978-0.65 8.906-0.732 3.01-0.081 5.775-0.121 8.296-0.121 0-3.254-1.179-5.816-3.538-7.687-2.277-1.952-5.002-2.928-8.174-2.928-3.009 0-5.774 0.651-8.296 1.952-2.44 1.221-4.636 2.929-6.588 5.124l-9.76-10.004c3.416-3.1715 7.402-5.5302 11.956-7.0755 4.555-1.6267 9.272-2.44 14.152-2.44 5.368 0 9.76 0.6913 13.176 2.074 3.498 1.3013 6.263 3.2533 8.296 5.8555 2.115 2.603 3.579 5.816 4.392 9.638 0.814 3.742 1.22 8.093 1.22 13.054v20.135c0 5.522-4.477 10-10 10h-6.836zm-4.514-18.545c-1.382 0-3.131 0.082-5.246 0.244-2.033 0.082-4.026 0.407-5.978 0.976-1.87 0.57-3.497 1.424-4.88 2.562-1.301 1.139-1.952 2.725-1.952 4.759 0 2.196 0.936 3.822 2.806 4.879 1.871 1.058 3.823 1.586 5.856 1.586 1.79 0 3.498-0.244 5.124-0.732 1.708-0.488 3.213-1.179 4.514-2.074 1.302-0.894 2.318-2.033 3.05-3.416 0.814-1.382 1.22-3.009 1.22-4.879v-3.905z"
|
||||
id="path24" />
|
||||
<path
|
||||
d="m340.18 76.708c0-5.5223 4.477-9.9995 10-9.9995h7.568v8.0515h0.244c0.569-1.138 1.382-2.2768 2.44-3.4155 1.057-1.1387 2.318-2.1553 3.782-3.05s3.131-1.6267 5.002-2.196c1.87-0.5693 3.904-0.854 6.1-0.854 4.636 0 8.377 0.732 11.224 2.196 2.846 1.3827 5.042 3.3347 6.588 5.8555 1.626 2.522 2.724 5.49 3.294 8.906 0.569 3.416 0.854 7.117 0.854 11.103v22.695c0 5.523-4.477 10.001-10 10.001h-8.3v-29.037c0-1.708-0.082-3.456-0.244-5.246-0.082-1.87-0.448-3.578-1.098-5.123-0.57-1.546-1.505-2.807-2.806-3.783-1.22-0.976-3.01-1.464-5.368-1.464-2.359 0-4.27 0.448-5.734 1.342-1.464 0.814-2.603 1.952-3.416 3.416-0.732 1.383-1.22 2.969-1.464 4.758-0.244 1.79-0.366 3.66-0.366 5.612v19.524c0 5.523-4.477 10.001-10 10.001h-8.3z"
|
||||
id="path26" />
|
||||
<path
|
||||
d="m451.84 71.348c0 5.5225-4.477 9.9995-10 9.9995h-6.104v19.765c0 1.626 0.082 3.131 0.244 4.513 0.163 1.302 0.529 2.44 1.098 3.416 0.57 0.976 1.424 1.749 2.562 2.319 1.22 0.488 2.806 0.731 4.758 0.731 0.976 0 2.237-0.081 3.782-0.244 1.627-0.244 2.847-0.731 3.66-1.463v8.724c0 3.915-2.452 7.557-6.344 7.989-2.196 0.244-4.351 0.366-6.466 0.366-3.09 0-5.937-0.325-8.54-0.976-2.602-0.65-4.88-1.667-6.832-3.049-1.952-1.464-3.497-3.335-4.636-5.613-1.057-2.277-1.586-5.042-1.586-8.295v-28.183h-11.712v-4.64c0-5.5224 4.478-9.9995 10-9.9995h1.712v-7.568c0-5.5229 4.478-10 10-10h8.3v17.568h16.104z"
|
||||
id="path28" />
|
||||
</g>
|
||||
<path
|
||||
d="m66 126.5v-25.914l-21-12.086v25.871z"
|
||||
fill="url(#paint0_linear_425_139)"
|
||||
id="path32"
|
||||
style="fill:url(#paint0_linear_425_139)" />
|
||||
<defs
|
||||
id="defs39">
|
||||
<linearGradient
|
||||
id="paint0_linear_425_139"
|
||||
x1="62.577621"
|
||||
x2="41.665569"
|
||||
y1="109.32352"
|
||||
y2="109.32352"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop
|
||||
stop-color="#FF3364"
|
||||
offset="0"
|
||||
id="stop34" />
|
||||
<stop
|
||||
stop-color="#C91540"
|
||||
stop-opacity="0"
|
||||
offset="1"
|
||||
id="stop36" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 7.0 KiB |