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 @@ -