diff --git a/qdrant-landing/build_and_sync.sh b/qdrant-landing/build_and_sync.sh new file mode 100644 index 000000000..605f22f62 --- /dev/null +++ b/qdrant-landing/build_and_sync.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +hugo -b 'https://demo-landing.qdrant.tech/' + +rsync -avP ./public/ $1:./project/web-deployment/public/landing_demo/ diff --git a/qdrant-landing/content/stack/_index.md b/qdrant-landing/content/stack/_index.md new file mode 100644 index 000000000..9d030cd6f --- /dev/null +++ b/qdrant-landing/content/stack/_index.md @@ -0,0 +1,3 @@ +--- +title: Upgrade your Neural Search Stack +--- \ No newline at end of file diff --git a/qdrant-landing/content/stack/allennlp.md b/qdrant-landing/content/stack/allennlp.md new file mode 100644 index 000000000..367fccbec --- /dev/null +++ b/qdrant-landing/content/stack/allennlp.md @@ -0,0 +1,5 @@ +--- +image: "content/images/logos/allennlp_logo.png" +origin_url: "https://allennlp.org/" +name: "AllenNLP" +--- \ No newline at end of file diff --git a/qdrant-landing/content/stack/fastapi.md b/qdrant-landing/content/stack/fastapi.md new file mode 100644 index 000000000..e3a3b0dfe --- /dev/null +++ b/qdrant-landing/content/stack/fastapi.md @@ -0,0 +1,5 @@ +--- +image: "content/images/logos/fastapi-logo.png" +origin_url: "https://fastapi.tiangolo.com/" +name: "FastAPI" +--- \ No newline at end of file diff --git a/qdrant-landing/content/stack/huggingface.md b/qdrant-landing/content/stack/huggingface.md new file mode 100644 index 000000000..06646b046 --- /dev/null +++ b/qdrant-landing/content/stack/huggingface.md @@ -0,0 +1,5 @@ +--- +image: "content/images/logos/huggingface-logo.png" +origin_url: "https://huggingface.co" +name: "Hugging Face" +--- \ No newline at end of file diff --git a/qdrant-landing/static/content/images/logos/allennlp_logo.png b/qdrant-landing/static/content/images/logos/allennlp_logo.png new file mode 100644 index 000000000..6af16d40f Binary files /dev/null and b/qdrant-landing/static/content/images/logos/allennlp_logo.png differ diff --git a/qdrant-landing/static/content/images/logos/fastapi-logo.png b/qdrant-landing/static/content/images/logos/fastapi-logo.png new file mode 100644 index 000000000..9db066b41 Binary files /dev/null and b/qdrant-landing/static/content/images/logos/fastapi-logo.png differ diff --git a/qdrant-landing/static/content/images/logos/huggingface-logo.png b/qdrant-landing/static/content/images/logos/huggingface-logo.png new file mode 100644 index 000000000..5e4c2dcf5 Binary files /dev/null and b/qdrant-landing/static/content/images/logos/huggingface-logo.png differ diff --git a/qdrant-landing/static/content/images/logos/qdrant_logo.png b/qdrant-landing/static/content/images/logos/qdrant_logo.png new file mode 100644 index 000000000..7daeddffb Binary files /dev/null and b/qdrant-landing/static/content/images/logos/qdrant_logo.png differ diff --git a/qdrant-landing/themes/qdrant/layouts/index.html b/qdrant-landing/themes/qdrant/layouts/index.html index d07e0f6ca..c18f504af 100644 --- a/qdrant-landing/themes/qdrant/layouts/index.html +++ b/qdrant-landing/themes/qdrant/layouts/index.html @@ -162,7 +162,7 @@ -
+
@@ -188,27 +188,29 @@ {{ end }} + + {{ with (.Site.GetPage "section" "stack") }}
-

Who uses Qdrant?

+

{{ .Title | safeHTML }}

    -
  • -
    -
  • -
  • -
    + {{ range $i, $e := first 3 .Pages }} +
  • +
  • + {{ end }}
+ {{ end }} {{ with (.Site.GetPage "section" "articles") }} diff --git a/qdrant-landing/themes/qdrant/static/images/logo_v3_text.svg b/qdrant-landing/themes/qdrant/static/images/logo_v3_text.svg index 86951b5dd..6a8aac7c5 100644 --- a/qdrant-landing/themes/qdrant/static/images/logo_v3_text.svg +++ b/qdrant-landing/themes/qdrant/static/images/logo_v3_text.svg @@ -27,8 +27,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.35472096" - inkscape:cx="889.68992" - inkscape:cy="530.62912" + inkscape:cx="1387.0889" + inkscape:cy="38.343664" inkscape:document-units="mm" inkscape:current-layer="g10" inkscape:document-rotation="0" @@ -102,7 +102,7 @@ d="M 459.84,218.527 523.449,184 V 471.263 L 461.711,506.895 400,542.525 338.262,506.895 276.551,471.263 V 400 328.709 L 338.262,293.077 400,257.445 459.84,292 Z m 0,146.918 -59.84,-34.553 -59.84,34.553 v 69.08 L 400,469.08 459.84,434.525 v -69.08" /> drant + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:360px;font-family:Roboto;-inkscape-font-specification:'Roboto Bold';stroke-width:0.75;fill:#bc1439;fill-opacity:1;">drant diff --git a/qdrant-landing/themes/qdrant/static/images/qdrant_logo.png b/qdrant-landing/themes/qdrant/static/images/qdrant_logo.png index c83f2d429..7daeddffb 100644 Binary files a/qdrant-landing/themes/qdrant/static/images/qdrant_logo.png and b/qdrant-landing/themes/qdrant/static/images/qdrant_logo.png differ diff --git a/qdrant-landing/themes/qdrant/static/images/qdrant_logo.svg b/qdrant-landing/themes/qdrant/static/images/qdrant_logo.svg deleted file mode 100644 index f7b25aabb..000000000 --- a/qdrant-landing/themes/qdrant/static/images/qdrant_logo.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - -