This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new de6ee89 Updating site folder and adding logos new 9be145b Merge pull request #26 from ChethanUK/f/clean-logos de6ee89 is described below commit de6ee897b49b2483aabe9f188758faca87bd119b Author: ChethanUK <chetha...@outlook.com> AuthorDate: Sat Apr 24 02:37:52 2021 +0530 Updating site folder and adding logos --- README.md | 9 +- website-builder/package.json | 67 ---------- website-builder/scripts/build-site.sh | 36 ------ website-builder/scripts/publish_site.sh | 51 -------- website-builder/static/img/companies/weibo.svg | 1 - {website-builder => website}/.gitignore | 0 {website-builder => website}/README.md | 0 {website-builder => website}/docs/about.md | 0 .../docs/about/features_of_pinot.md | 0 .../docs/about/what_is_pinot.md | 0 .../docs/about/who_use_pinot.md | 0 .../docs/administration.md | 0 .../docs/administration/guides/troubleshooting.md | 0 .../docs/administration/installation/cloud/aws.md | 0 .../administration/installation/cloud/azure.md | 0 .../docs/administration/installation/cloud/gcp.md | 0 .../installation/cloud/on-premise.md | 0 .../docs/administration/installation/containers.md | 0 .../installation/containers/docker.md | 0 .../installation/operating-systems/macos.md | 0 .../installation/operating-systems/ubuntu.md | 0 .../docs/administration/running_locally.md | 0 {website-builder => website}/docs/components.md | 0 .../docs/components/broker.md | 0 .../docs/components/cluster.md | 0 .../docs/components/controller.md | 0 .../docs/components/minion.md | 0 .../docs/components/schema.md | 0 .../docs/components/segments.md | 0 .../docs/components/server.md | 0 .../docs/components/tables.md | 0 .../docs/components/tenants.md | 0 {website-builder => website}/docs/concepts.md | 0 .../docs/concepts/pinot-architecture.md | 0 {website-builder => website}/docs/how-to.md | 0 {website-builder => website}/docs/misc.md | 0 .../docs/misc/build-docker.md | 0 {website-builder => website}/docs/user-guide.md | 0 .../docs/user-guide/clients/golang.md | 0 .../docs/user-guide/clients/java.md | 0 .../docs/user-guide/pql.md | 0 .../docs/user-guide/query-pinot.md | 0 .../docs/user-guide/response-format.md | 0 .../docs/user-guide/rest-admin-interface.md | 0 {website-builder => website}/docusaurus.config.js | 12 +- website/package.json | 77 +++++++++++ {website-builder => website}/sidebars.js | 10 +- .../src/components/Alert/index.js | 0 .../src/components/Alert/styles.css | 0 .../src/components/BlogPostTags/index.js | 0 .../src/components/BlogPostTags/styles.module.css | 0 .../src/components/Changelog/index.js | 0 .../src/components/CheckboxList/index.js | 0 .../src/components/CheckboxList}/styles.css | 0 .../src/components/CodeHeader/index.js | 0 .../src/components/CodeHeader/styles.css | 0 .../src/components/Field/index.js | 0 .../src/components/Fields/index.js | 0 .../src/components/Fields/styles.css | 0 .../src/components/Jump/index.js | 0 .../src/components/Jump/styles.css | 0 .../src/components/Step/index.js | 0 .../src/components/Step}/styles.css | 0 .../src/components/Steps/index.js | 0 .../src/components/Steps/styles.css | 0 {website-builder => website}/src/css/custom.css | 8 +- .../src/exports/animatedGraph.js | 0 .../src/exports/cloudify.js | 0 .../src/exports/newPost.js | 0 .../src/exports/newRelease.js | 0 .../src/exports/repoUrl.js | 0 .../src/pages/download.css | 0 {website-builder => website}/src/pages/download.js | 0 {website-builder => website}/src/pages/index.css | 0 {website-builder => website}/src/pages/index.js | 40 +++++- .../src/pages/index.module.css | 0 .../download.css => website/src/pages/who_uses.css | 0 website/src/pages/who_uses.js | 59 +++++++++ website/src/theme/Footer/index.tsx | 133 +++++++++++++++++++ website/src/theme/Footer/styles.module.css | 15 +++ website/static/img/companies/7_eleven_logo.svg | 143 +++++++++++++++++++++ .../static/img/companies/MicrosoftTeamPost2018.svg | 59 +++++++++ website/static/img/companies/asurion.svg | 29 +++++ website/static/img/companies/cloudkitchens.svg | 1 + website/static/img/companies/confluera.svg | 39 ++++++ website/static/img/companies/eero.svg | 5 + .../static/img/companies/factual.svg | 0 website/static/img/companies/guitarcenter_logo.svg | 32 +++++ .../static/img/companies/linkedin.svg | 0 .../static/img/companies/microsoft-teams.svg | 0 website/static/img/companies/ps_logo.svg | 55 ++++++++ .../static/img/companies/slack.svg | 0 website/static/img/companies/stripe.svg | 24 ++++ website/static/img/companies/stripe_logo.svg | 24 ++++ website/static/img/companies/target_logo.svg | 33 +++++ website/static/img/companies/traceableai.svg | 1 + .../static/img/companies/uber.svg | 0 website/static/img/companies/walmart_logo.svg | 2 + website/static/img/companies/weibo.svg | 2 + website/static/img/companies/wepay_logo.svg | 62 +++++++++ .../static/img/components/Broker.png | Bin .../static/img/components/ClusterLogical.png | Bin .../static/img/components/TimeBoundary.jpg | Bin .../static/img/components/components.png | Bin .../static/img/dynamic-table.png | Bin .../static/img/favicon-16x16.png | Bin .../static/img/favicon-32x32.png | Bin .../static/img/favicon-96x96.png | Bin .../static/img/favicon.ico | Bin .../static/img/ingest-query.svg | 0 .../styles.css => website/static/img/light.svg | 0 {website-builder => website}/static/img/logo.svg | 0 .../static/img/pinot-320x320.png | Bin .../static/img/pinot-architecture.png | Bin .../static/img/pinot-components.svg | 0 .../static/img/pinot-navbar-logo-722f37.png | Bin .../static/img/pinot-navbar-logo-722f37.svg | 0 .../static/img/pinot-navbar-logo.svg | 0 .../static/img/pinot-overview-dark.png | Bin .../static/img/pinot-overview-light.png | Bin .../static/img/pinot-overview.png | Bin .../static/img/pinot-overview.svg | 0 .../static/img/pinot-query.svg | 0 {website-builder => website}/static/img/pinot.png | Bin .../static/img/pql-query.png | Bin .../static/img/pql/pql-query-console.png | Bin .../static/img/undraw_docusaurus_mountain.svg | 0 .../static/img/undraw_docusaurus_react.svg | 0 .../static/img/undraw_docusaurus_tree.svg | 0 website/tsconfig.json | 19 +++ 130 files changed, 879 insertions(+), 169 deletions(-) diff --git a/README.md b/README.md index b2c0793..d935e65 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Apache Pinot Site ================= -[](https://communityinviter.com/apps/apache-pinot/apache-pinot) -[](https://twitter.com/intent/follow?screen_name=apachepinot) +[](https://communityinviter.com/apps/apache-pinot/apache-pinot) +[](https://twitter.com/intent/follow?screen_name=apachepinot) [](LICENSE) This repo hosts the source code of [Apache Pinot Official Website](https://pinot.apache.org/). @@ -38,3 +38,8 @@ Intro to Pinot Video: https://www.youtube.com/watch?v=T70jTTYhYyM Twitter: https://twitter.com/ApachePinot Meetup: https://www.meetup.com/apache-pinot + + +## NOTE + +- To convert PNG to SVG use this site: https://www.pngtosvg.com/ diff --git a/website-builder/package.json b/website-builder/package.json deleted file mode 100755 index 46f602e..0000000 --- a/website-builder/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "website", - "version": "0.0.1", - "private": true, - "scripts": { - "docusaurus": "docusaurus", - "start": "docusaurus start", - "build": "docusaurus build", - "swizzle": "docusaurus swizzle", - "deploy": "docusaurus deploy", - "serve": "docusaurus serve", - "lint": "prettier --write src", - "lint-check": "prettier --check 'src/**/*'" - }, - "dependencies": { - "@docusaurus/core": "2.0.0-alpha.64", - "@docusaurus/plugin-ideal-image": "2.0.0-alpha.64", - "@docusaurus/preset-classic": "2.0.0-alpha.64", - "@docusaurus/utils": "2.0.0-alpha.64", - "axios": "^0.19.2", - "cash-dom": "^8.0.0", - "classnames": "^2.2.6", - "color": "^3.1.2", - "d3-timer": "^1.0.10", - "dateformat": "^3.0.3", - "humanize-string": "^2.1.0", - "now": "^19.2.0", - "pluralize": "^8.0.0", - "prismjs": "^1.20.0", - "qs": "^6.9.4", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "react-player": "^2.6.2", - "react-github-btn": "^1.2.0", - "react-inlinesvg": "^1.2.0", - "react-select": "^3.1.0", - "reading-time": "^1.2.0", - "strftime": "^0.10.0", - "svg.js": "^2.7.1" - }, - "devDependencies": { - "@docusaurus/module-type-aliases": "^2.0.0-alpha.64", - "@types/react": "^16.9.49", - "add": "2.0.6", - "prettier": "2.0.5", - "typescript": "^4.0.2", - "yarn": "^1.22.10" - }, - "resolutions": { - "**/sharp": "^0.25.2" - }, - "prettier": { - "tabWidth": 4 - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } -} diff --git a/website-builder/scripts/build-site.sh b/website-builder/scripts/build-site.sh deleted file mode 100755 index dc15ec1..0000000 --- a/website-builder/scripts/build-site.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -ROOT_DIR=$(git rev-parse --show-toplevel) - -VERSION=0.30 - -set -x -e - -cd ${ROOT_DIR}/website-builder -npm install yarn -yarn install -yarn run build - -rm -rf ${ROOT_DIR}/content - -## copy generated site -cp -R build/ ${ROOT_DIR}/content/ - diff --git a/website-builder/scripts/publish_site.sh b/website-builder/scripts/publish_site.sh deleted file mode 100644 index 9b3a87c..0000000 --- a/website-builder/scripts/publish_site.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -set -e - -ROOT_DIR=$(git rev-parse --show-toplevel) -WORK_DIR=${ROOT_DIR}/build -ME=`basename $0` -echo "Basename $ME" - -# ORIGIN_REPO=$(git remote show origin | grep 'Push URL' | awk -F// '{print $NF}') -ORIGIN_REPO="https://github.com/apache/incubator-pinot-site" -echo "ORIGIN_REPO: $ORIGIN_REPO" - -SITE_TMP=/tmp/pinot-site -( - - cd $ROOT_DIR - rm -rf $SITE_TMP - mkdir $SITE_TMP - cd $SITE_TMP - - git clone "https://$GH_TOKEN@$ORIGIN_REPO" . - git config user.name "Pinot Site Updater" - git config user.email "d...@pinot.apache.org" - git checkout asf-master - - # Clean content directory - rm -rf $SITE_TMP/content/ - mkdir $SITE_TMP/content - - # Copy the generated directory to asf folder - cp -r $WORK_DIR/* $SITE_TMP/content -) \ No newline at end of file diff --git a/website-builder/static/img/companies/weibo.svg b/website-builder/static/img/companies/weibo.svg deleted file mode 100644 index 5795f39..0000000 --- a/website-builder/static/img/companies/weibo.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="762" viewBox="0 0.039 200 60.922"><path d="M5.53 41.936c0 8.758 11.402 15.86 25.47 15.86s25.47-7.103 25.47-15.86S45.067 26.077 31 26.077 5.53 33.178 5.53 41.936" fill="#fff"/><path d="M31.593 56.504c-12.45 1.228-23.197-4.398-24.007-12.573-.808-8.173 8.633-15.795 21.081-17.026 12.451-1.232 23.199 4.396 24.007 12.567.807 8.176-8.63 15.8-21.081 17.032m24.903-27.135c-1.059-.316-1.785-.533-1.231-1.924 1.201-3.022 1.325-5.628.023-7.4 [...] \ No newline at end of file diff --git a/website-builder/.gitignore b/website/.gitignore similarity index 100% rename from website-builder/.gitignore rename to website/.gitignore diff --git a/website-builder/README.md b/website/README.md similarity index 100% rename from website-builder/README.md rename to website/README.md diff --git a/website-builder/docs/about.md b/website/docs/about.md similarity index 100% rename from website-builder/docs/about.md rename to website/docs/about.md diff --git a/website-builder/docs/about/features_of_pinot.md b/website/docs/about/features_of_pinot.md similarity index 100% rename from website-builder/docs/about/features_of_pinot.md rename to website/docs/about/features_of_pinot.md diff --git a/website-builder/docs/about/what_is_pinot.md b/website/docs/about/what_is_pinot.md similarity index 100% rename from website-builder/docs/about/what_is_pinot.md rename to website/docs/about/what_is_pinot.md diff --git a/website-builder/docs/about/who_use_pinot.md b/website/docs/about/who_use_pinot.md similarity index 100% rename from website-builder/docs/about/who_use_pinot.md rename to website/docs/about/who_use_pinot.md diff --git a/website-builder/docs/administration.md b/website/docs/administration.md similarity index 100% rename from website-builder/docs/administration.md rename to website/docs/administration.md diff --git a/website-builder/docs/administration/guides/troubleshooting.md b/website/docs/administration/guides/troubleshooting.md similarity index 100% rename from website-builder/docs/administration/guides/troubleshooting.md rename to website/docs/administration/guides/troubleshooting.md diff --git a/website-builder/docs/administration/installation/cloud/aws.md b/website/docs/administration/installation/cloud/aws.md similarity index 100% rename from website-builder/docs/administration/installation/cloud/aws.md rename to website/docs/administration/installation/cloud/aws.md diff --git a/website-builder/docs/administration/installation/cloud/azure.md b/website/docs/administration/installation/cloud/azure.md similarity index 100% rename from website-builder/docs/administration/installation/cloud/azure.md rename to website/docs/administration/installation/cloud/azure.md diff --git a/website-builder/docs/administration/installation/cloud/gcp.md b/website/docs/administration/installation/cloud/gcp.md similarity index 100% rename from website-builder/docs/administration/installation/cloud/gcp.md rename to website/docs/administration/installation/cloud/gcp.md diff --git a/website-builder/docs/administration/installation/cloud/on-premise.md b/website/docs/administration/installation/cloud/on-premise.md similarity index 100% rename from website-builder/docs/administration/installation/cloud/on-premise.md rename to website/docs/administration/installation/cloud/on-premise.md diff --git a/website-builder/docs/administration/installation/containers.md b/website/docs/administration/installation/containers.md similarity index 100% rename from website-builder/docs/administration/installation/containers.md rename to website/docs/administration/installation/containers.md diff --git a/website-builder/docs/administration/installation/containers/docker.md b/website/docs/administration/installation/containers/docker.md similarity index 100% rename from website-builder/docs/administration/installation/containers/docker.md rename to website/docs/administration/installation/containers/docker.md diff --git a/website-builder/docs/administration/installation/operating-systems/macos.md b/website/docs/administration/installation/operating-systems/macos.md similarity index 100% rename from website-builder/docs/administration/installation/operating-systems/macos.md rename to website/docs/administration/installation/operating-systems/macos.md diff --git a/website-builder/docs/administration/installation/operating-systems/ubuntu.md b/website/docs/administration/installation/operating-systems/ubuntu.md similarity index 100% rename from website-builder/docs/administration/installation/operating-systems/ubuntu.md rename to website/docs/administration/installation/operating-systems/ubuntu.md diff --git a/website-builder/docs/administration/running_locally.md b/website/docs/administration/running_locally.md similarity index 100% rename from website-builder/docs/administration/running_locally.md rename to website/docs/administration/running_locally.md diff --git a/website-builder/docs/components.md b/website/docs/components.md similarity index 100% rename from website-builder/docs/components.md rename to website/docs/components.md diff --git a/website-builder/docs/components/broker.md b/website/docs/components/broker.md similarity index 100% rename from website-builder/docs/components/broker.md rename to website/docs/components/broker.md diff --git a/website-builder/docs/components/cluster.md b/website/docs/components/cluster.md similarity index 100% rename from website-builder/docs/components/cluster.md rename to website/docs/components/cluster.md diff --git a/website-builder/docs/components/controller.md b/website/docs/components/controller.md similarity index 100% rename from website-builder/docs/components/controller.md rename to website/docs/components/controller.md diff --git a/website-builder/docs/components/minion.md b/website/docs/components/minion.md similarity index 100% rename from website-builder/docs/components/minion.md rename to website/docs/components/minion.md diff --git a/website-builder/docs/components/schema.md b/website/docs/components/schema.md similarity index 100% rename from website-builder/docs/components/schema.md rename to website/docs/components/schema.md diff --git a/website-builder/docs/components/segments.md b/website/docs/components/segments.md similarity index 100% rename from website-builder/docs/components/segments.md rename to website/docs/components/segments.md diff --git a/website-builder/docs/components/server.md b/website/docs/components/server.md similarity index 100% rename from website-builder/docs/components/server.md rename to website/docs/components/server.md diff --git a/website-builder/docs/components/tables.md b/website/docs/components/tables.md similarity index 100% rename from website-builder/docs/components/tables.md rename to website/docs/components/tables.md diff --git a/website-builder/docs/components/tenants.md b/website/docs/components/tenants.md similarity index 100% rename from website-builder/docs/components/tenants.md rename to website/docs/components/tenants.md diff --git a/website-builder/docs/concepts.md b/website/docs/concepts.md similarity index 100% rename from website-builder/docs/concepts.md rename to website/docs/concepts.md diff --git a/website-builder/docs/concepts/pinot-architecture.md b/website/docs/concepts/pinot-architecture.md similarity index 100% rename from website-builder/docs/concepts/pinot-architecture.md rename to website/docs/concepts/pinot-architecture.md diff --git a/website-builder/docs/how-to.md b/website/docs/how-to.md similarity index 100% rename from website-builder/docs/how-to.md rename to website/docs/how-to.md diff --git a/website-builder/docs/misc.md b/website/docs/misc.md similarity index 100% rename from website-builder/docs/misc.md rename to website/docs/misc.md diff --git a/website-builder/docs/misc/build-docker.md b/website/docs/misc/build-docker.md similarity index 100% rename from website-builder/docs/misc/build-docker.md rename to website/docs/misc/build-docker.md diff --git a/website-builder/docs/user-guide.md b/website/docs/user-guide.md similarity index 100% rename from website-builder/docs/user-guide.md rename to website/docs/user-guide.md diff --git a/website-builder/docs/user-guide/clients/golang.md b/website/docs/user-guide/clients/golang.md similarity index 100% rename from website-builder/docs/user-guide/clients/golang.md rename to website/docs/user-guide/clients/golang.md diff --git a/website-builder/docs/user-guide/clients/java.md b/website/docs/user-guide/clients/java.md similarity index 100% rename from website-builder/docs/user-guide/clients/java.md rename to website/docs/user-guide/clients/java.md diff --git a/website-builder/docs/user-guide/pql.md b/website/docs/user-guide/pql.md similarity index 100% rename from website-builder/docs/user-guide/pql.md rename to website/docs/user-guide/pql.md diff --git a/website-builder/docs/user-guide/query-pinot.md b/website/docs/user-guide/query-pinot.md similarity index 100% rename from website-builder/docs/user-guide/query-pinot.md rename to website/docs/user-guide/query-pinot.md diff --git a/website-builder/docs/user-guide/response-format.md b/website/docs/user-guide/response-format.md similarity index 100% rename from website-builder/docs/user-guide/response-format.md rename to website/docs/user-guide/response-format.md diff --git a/website-builder/docs/user-guide/rest-admin-interface.md b/website/docs/user-guide/rest-admin-interface.md similarity index 100% rename from website-builder/docs/user-guide/rest-admin-interface.md rename to website/docs/user-guide/rest-admin-interface.md diff --git a/website-builder/docusaurus.config.js b/website/docusaurus.config.js similarity index 92% rename from website-builder/docusaurus.config.js rename to website/docusaurus.config.js index bb75508..29d2a4c 100755 --- a/website-builder/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -23,7 +23,7 @@ module.exports = { baseUrl: '/', favicon: 'img/favicon.ico', organizationName: 'apache', - projectName: 'pinot', + projectName: 'pinot', onBrokenLinks: 'ignore', themeConfig: { navbar: { @@ -43,6 +43,14 @@ module.exports = { }, ], }, + announcementBar: { + id: 'supportus', + content: + '⭐️ If you love <b>Apache Pinot</b>, please give it a star on <a target="_blank" href="https://github.com/apache/incubator-pinot"><b>GitHub</b></a>! ⭐️', + backgroundColor: '#252532', // Defaults to `#fff`. + textColor: '#fff', // Defaults to `#000`. + isCloseable: true, // Defaults to `true`. + }, colorMode: { defaultMode: "dark", disableSwitch: false, @@ -165,6 +173,7 @@ module.exports = { plugins: [ [ '@docusaurus/plugin-ideal-image', + // '@docusaurus/plugin-content-blog', { quality: 70, max: 1030, // max resized image's size. @@ -176,6 +185,7 @@ module.exports = { presets: [ [ '@docusaurus/preset-classic', + // '@docusaurus/preset-bootstrap', //TODO { docs: { editUrl: 'https://github.com/apache/incubator-pinot/edit/master/website/', diff --git a/website/package.json b/website/package.json new file mode 100755 index 0000000..94f0bbe --- /dev/null +++ b/website/package.json @@ -0,0 +1,77 @@ +{ + "name": "website", + "version": "0.0.2", + "private": true, + "scripts": { + "docusaurus": "docusaurus", + "start": "docusaurus start", + "build": "USE_SIMPLE_CSS_MINIFIER=true docusaurus build", + "swizzle": "docusaurus swizzle", + "deploy": "docusaurus deploy", + "clear": "docusaurus clear", + "serve": "docusaurus serve", + "lint": "prettier --write src", + "lint-check": "prettier --check 'src/**/*'", + "write-translations": "docusaurus write-translations", + "write-heading-ids": "docusaurus write-heading-ids" + }, + "dependencies": { + "@docusaurus/core": "2.0.0-alpha.73", + "@docusaurus/plugin-content-blog": "^2.0.0-alpha.73", + "@docusaurus/plugin-ideal-image": "2.0.0-alpha.73", + "@docusaurus/preset-classic": "2.0.0-alpha.73", + "@docusaurus/utils": "2.0.0-alpha.73", + "axios": "^0.21.1", + "cash-dom": "^8.1.0", + "classnames": "^2.3.1", + "color": "^3.1.3", + "d3-timer": "^2.0.0", + "dateformat": "^4.5.1", + "humanize-string": "^2.1.0", + "now": "^20.1.4", + "pluralize": "^8.0.0", + "prismjs": "^1.23.0", + "qs": "^6.10.1", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-github-btn": "^1.2.0", + "react-inlinesvg": "^2.2.2", + "react-player": "^2.9.0", + "react-select": "^4.3.0", + "reading-time": "^1.3.0", + "strftime": "^0.10.0", + "svg.js": "^2.7.1" + }, + "devDependencies": { + "@docusaurus/module-type-aliases": "^2.0.0-alpha.73", + "@tsconfig/docusaurus": "^1.0.2", + "@types/react": "^17.0.3", + "@types/react-helmet": "^6.1.1", + "@types/react-router-dom": "^5.1.7", + "add": "2.0.6", + "prettier": "2.2.1", + "typescript": "^4.2.4", + "@typescript-eslint/eslint-plugin": "4.22.0", + "@typescript-eslint/parser": "4.22.0", + "eslint": "7.24.0", + "yarn": "^1.22.10" + }, + "resolutions": { + "**/sharp": "^0.25.2" + }, + "prettier": { + "tabWidth": 4 + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } +} diff --git a/website-builder/sidebars.js b/website/sidebars.js similarity index 92% rename from website-builder/sidebars.js rename to website/sidebars.js index 14807d3..21d61f1 100755 --- a/website-builder/sidebars.js +++ b/website/sidebars.js @@ -13,7 +13,7 @@ items: [ "about/what_is_pinot", "about/features_of_pinot", - "about/who_use_pinot" + "about/who_use_pinot" ], }, { @@ -51,7 +51,7 @@ ], }, ], - }, + }, ], }, { @@ -64,9 +64,9 @@ "components/minion", "components/schema", "components/segments", - "components/server", - "components/tables", - "components/tenants", + "components/server", + "components/tables", + "components/tenants", ], } ] diff --git a/website-builder/src/components/Alert/index.js b/website/src/components/Alert/index.js similarity index 100% rename from website-builder/src/components/Alert/index.js rename to website/src/components/Alert/index.js diff --git a/website-builder/src/components/Alert/styles.css b/website/src/components/Alert/styles.css similarity index 100% rename from website-builder/src/components/Alert/styles.css rename to website/src/components/Alert/styles.css diff --git a/website-builder/src/components/BlogPostTags/index.js b/website/src/components/BlogPostTags/index.js similarity index 100% rename from website-builder/src/components/BlogPostTags/index.js rename to website/src/components/BlogPostTags/index.js diff --git a/website-builder/src/components/BlogPostTags/styles.module.css b/website/src/components/BlogPostTags/styles.module.css similarity index 100% rename from website-builder/src/components/BlogPostTags/styles.module.css rename to website/src/components/BlogPostTags/styles.module.css diff --git a/website-builder/src/components/Changelog/index.js b/website/src/components/Changelog/index.js similarity index 100% rename from website-builder/src/components/Changelog/index.js rename to website/src/components/Changelog/index.js diff --git a/website-builder/src/components/CheckboxList/index.js b/website/src/components/CheckboxList/index.js similarity index 100% rename from website-builder/src/components/CheckboxList/index.js rename to website/src/components/CheckboxList/index.js diff --git a/website-builder/src/components/Step/styles.css b/website/src/components/CheckboxList/styles.css similarity index 100% copy from website-builder/src/components/Step/styles.css copy to website/src/components/CheckboxList/styles.css diff --git a/website-builder/src/components/CodeHeader/index.js b/website/src/components/CodeHeader/index.js similarity index 100% rename from website-builder/src/components/CodeHeader/index.js rename to website/src/components/CodeHeader/index.js diff --git a/website-builder/src/components/CodeHeader/styles.css b/website/src/components/CodeHeader/styles.css similarity index 100% rename from website-builder/src/components/CodeHeader/styles.css rename to website/src/components/CodeHeader/styles.css diff --git a/website-builder/src/components/Field/index.js b/website/src/components/Field/index.js similarity index 100% rename from website-builder/src/components/Field/index.js rename to website/src/components/Field/index.js diff --git a/website-builder/src/components/Fields/index.js b/website/src/components/Fields/index.js similarity index 100% rename from website-builder/src/components/Fields/index.js rename to website/src/components/Fields/index.js diff --git a/website-builder/src/components/Fields/styles.css b/website/src/components/Fields/styles.css similarity index 100% rename from website-builder/src/components/Fields/styles.css rename to website/src/components/Fields/styles.css diff --git a/website-builder/src/components/Jump/index.js b/website/src/components/Jump/index.js similarity index 100% rename from website-builder/src/components/Jump/index.js rename to website/src/components/Jump/index.js diff --git a/website-builder/src/components/Jump/styles.css b/website/src/components/Jump/styles.css similarity index 100% rename from website-builder/src/components/Jump/styles.css rename to website/src/components/Jump/styles.css diff --git a/website-builder/src/components/Step/index.js b/website/src/components/Step/index.js similarity index 100% rename from website-builder/src/components/Step/index.js rename to website/src/components/Step/index.js diff --git a/website-builder/src/components/CheckboxList/styles.css b/website/src/components/Step/styles.css similarity index 100% rename from website-builder/src/components/CheckboxList/styles.css rename to website/src/components/Step/styles.css diff --git a/website-builder/src/components/Steps/index.js b/website/src/components/Steps/index.js similarity index 100% rename from website-builder/src/components/Steps/index.js rename to website/src/components/Steps/index.js diff --git a/website-builder/src/components/Steps/styles.css b/website/src/components/Steps/styles.css similarity index 100% rename from website-builder/src/components/Steps/styles.css rename to website/src/components/Steps/styles.css diff --git a/website-builder/src/css/custom.css b/website/src/css/custom.css similarity index 99% rename from website-builder/src/css/custom.css rename to website/src/css/custom.css index c3989ff..fbf641b 100644 --- a/website-builder/src/css/custom.css +++ b/website/src/css/custom.css @@ -424,7 +424,7 @@ table.comparison tr td.bar.vector .bar { * domain-bg */ -.domain-bg { +/* .domain-bg { background-image: url(/img/vector-bg-light.svg); } .domain-bg.domain-bg--config { @@ -432,13 +432,13 @@ table.comparison tr td.bar.vector .bar { } .domain-bg.domain-bg--platforms { background-image: url(/img/circuit-bg-light.svg); -} +} */ .domain-bg.domain-bg--networking, .domain-bg.domain-bg--sinks, .domain-bg.domain-bg--sources, -.domain-bg.domain-bg--transforms { +/* .domain-bg.domain-bg--transforms { background-image: url(/img/nodes-bg-light.svg); -} +} */ .domain-bg--hover:not(:hover) { background-image: none !important; } diff --git a/website-builder/src/exports/animatedGraph.js b/website/src/exports/animatedGraph.js similarity index 100% rename from website-builder/src/exports/animatedGraph.js rename to website/src/exports/animatedGraph.js diff --git a/website-builder/src/exports/cloudify.js b/website/src/exports/cloudify.js similarity index 100% rename from website-builder/src/exports/cloudify.js rename to website/src/exports/cloudify.js diff --git a/website-builder/src/exports/newPost.js b/website/src/exports/newPost.js similarity index 100% rename from website-builder/src/exports/newPost.js rename to website/src/exports/newPost.js diff --git a/website-builder/src/exports/newRelease.js b/website/src/exports/newRelease.js similarity index 100% rename from website-builder/src/exports/newRelease.js rename to website/src/exports/newRelease.js diff --git a/website-builder/src/exports/repoUrl.js b/website/src/exports/repoUrl.js similarity index 100% rename from website-builder/src/exports/repoUrl.js rename to website/src/exports/repoUrl.js diff --git a/website-builder/src/pages/download.css b/website/src/pages/download.css similarity index 100% copy from website-builder/src/pages/download.css copy to website/src/pages/download.css diff --git a/website-builder/src/pages/download.js b/website/src/pages/download.js similarity index 100% rename from website-builder/src/pages/download.js rename to website/src/pages/download.js diff --git a/website-builder/src/pages/index.css b/website/src/pages/index.css similarity index 100% rename from website-builder/src/pages/index.css rename to website/src/pages/index.css diff --git a/website-builder/src/pages/index.js b/website/src/pages/index.js similarity index 87% rename from website-builder/src/pages/index.js rename to website/src/pages/index.js index 0c513d0..aa147c3 100755 --- a/website-builder/src/pages/index.js +++ b/website/src/pages/index.js @@ -172,7 +172,7 @@ function WhoUses() { <AnchoredH2 id="who-uses">Who Uses?</AnchoredH2> <div className="sub-title"> Pinot powers several big players, including LinkedIn, Uber, - Microsoft, Factual, Weibo, Slack and more + Microsoft, Walmart, WePay, Factual, Weibo, Slack and more </div> <div className={styles.installationPlatforms}> @@ -183,7 +183,7 @@ function WhoUses() { <SVG src="/img/companies/uber.svg" /> </Link> <Link to="https://teams.microsoft.com"> - <SVG src="/img/companies/microsoft-teams.svg" /> + <SVG src="/img/companies/MicrosoftTeamPost2018.svg" /> </Link> <Link to="https://slack.com"> <SVG src="/img/companies/slack.svg" /> @@ -194,6 +194,42 @@ function WhoUses() { <Link to="https://www.weibo.com"> <SVG src="/img/companies/weibo.svg" /> </Link> + <Link to="https://eero.com/"> + <SVG src="/img/companies/eero.svg" /> + </Link> + <Link to="https://www.7-eleven.com/"> + <SVG src="/img/companies/7_eleven_logo.svg" /> + </Link> + <Link to="https://www.confluera.com/"> + <SVG src="/img/companies/confluera.svg" /> + </Link> + <Link to="https://stripe.com"> + <SVG src="/img/companies/stripe.svg" /> + </Link> + <Link to="https://www.target.com/"> + <SVG src="/img/companies/target_logo.svg" /> + </Link> + <Link to="https://www.walmart.com/"> + <SVG src="/img/companies/walmart_logo.svg" /> + </Link> + <Link to="https://cloudkitchens.com/"> + <SVG src="/img/companies/cloudkitchens.svg" /> + </Link> + <Link to="https://www.guitarcenter.com/"> + <SVG src="/img/companies/guitarcenter_logo.svg" /> + </Link> + <Link to="https://www.publicissapient.com/"> + <SVG src="/img/companies/ps_logo.svg" /> + </Link> + <Link to="https://www.asurion.com/"> + <SVG src="/img/companies/asurion.svg" /> + </Link> + <Link to="https://go.wepay.com/"> + <SVG src="/img/companies/wepay_logo.svg" /> + </Link> + <Link to="https://www.traceable.ai"> + <SVG src="/img/companies/traceableai.svg" /> + </Link> </div> </div> </section> diff --git a/website-builder/src/pages/index.module.css b/website/src/pages/index.module.css similarity index 100% rename from website-builder/src/pages/index.module.css rename to website/src/pages/index.module.css diff --git a/website-builder/src/pages/download.css b/website/src/pages/who_uses.css similarity index 100% rename from website-builder/src/pages/download.css rename to website/src/pages/who_uses.css diff --git a/website/src/pages/who_uses.js b/website/src/pages/who_uses.js new file mode 100644 index 0000000..3649fdf --- /dev/null +++ b/website/src/pages/who_uses.js @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +import React from "react"; + +import Layout from "@theme/Layout"; + +import styles from "./who_uses.css"; +import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; + +function WhoUses() { + const context = useDocusaurusContext(); + const { siteConfig = {} } = context; + + return ( + <Layout title="Who Uses" description="Collection of success stories and Companies using Pinot"> + <header className="hero"> + <div className="container container--fluid"> + <h1>Download</h1> + <div className="hero--subtitle"> + Collection of success stories and Companies using Pinot + </div> + </div> + </header> + + <main> + <section> + <div> + <div> + <img + alt="Uber" + height={360} + src="/img/uber.png" + width={640} + /> + </div> + </div> + </section> + </main> + </Layout> + ); +} + +export default WhoUses; diff --git a/website/src/theme/Footer/index.tsx b/website/src/theme/Footer/index.tsx new file mode 100644 index 0000000..bd96e8a --- /dev/null +++ b/website/src/theme/Footer/index.tsx @@ -0,0 +1,133 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +import React from 'react'; +import clsx from 'clsx'; + +import Link from '@docusaurus/Link'; +import {FooterLinkItem, useThemeConfig} from '@docusaurus/theme-common'; +import useBaseUrl from '@docusaurus/useBaseUrl'; +import styles from './styles.module.css'; +import ThemedImage, {Props as ThemedImageProps} from '@theme/ThemedImage'; + +function FooterLink({ + to, + href, + label, + prependBaseUrlToHref, + ...props +}: FooterLinkItem) { + const toUrl = useBaseUrl(to); + const normalizedHref = useBaseUrl(href, {forcePrependBaseUrl: true}); + + return ( + <Link + className="footer__link-item" + {...(href + ? { + href: prependBaseUrlToHref ? normalizedHref : href, + } + : { + to: toUrl, + })} + {...props}> + {label} + </Link> + ); +} + +const FooterLogo = ({ + sources, + alt, +}: Pick<ThemedImageProps, 'sources' | 'alt'>) => ( + <ThemedImage className="footer__logo" alt={alt} sources={sources} /> +); + +function Footer(): JSX.Element | null { + const {footer} = useThemeConfig(); + + const {copyright, links = [], logo = {}} = footer || {}; + const sources = { + light: useBaseUrl(logo.src), + dark: useBaseUrl(logo.srcDark || logo.src), + }; + + if (!footer) { + return null; + } + + return ( + <footer + className={clsx('footer', { + 'footer--dark': footer.style === 'dark', + })}> + <div className="container"> + {links && links.length > 0 && ( + <div className="row footer__links"> + {links.map((linkItem, i) => ( + <div key={i} className="col footer__col"> + {linkItem.title != null ? ( + <h4 className="footer__title">{linkItem.title}</h4> + ) : null} + {linkItem.items != null && + Array.isArray(linkItem.items) && + linkItem.items.length > 0 ? ( + <ul className="footer__items"> + {linkItem.items.map((item, key) => + item.html ? ( + <li + key={key} + className="footer__item" + // Developer provided the HTML, so assume it's safe. + // eslint-disable-next-line react/no-danger + dangerouslySetInnerHTML={{ + __html: item.html, + }} + /> + ) : ( + <li key={item.href || item.to} className="footer__item"> + <FooterLink {...item} /> + </li> + ), + )} + </ul> + ) : null} + </div> + ))} + </div> + )} + {(logo || copyright) && ( + <div className="footer__bottom text--center"> + {logo && (logo.src || logo.srcDark) && ( + <div className="margin-bottom--sm"> + {logo.href ? ( + <Link href={logo.href} className={styles.footerLogoLink}> + <FooterLogo alt={logo.alt} sources={sources} /> + </Link> + ) : ( + <FooterLogo alt={logo.alt} sources={sources} /> + )} + </div> + )} + {copyright ? ( + <div + className="footer__copyright" + // Developer provided the HTML, so assume it's safe. + // eslint-disable-next-line react/no-danger + dangerouslySetInnerHTML={{ + __html: copyright, + }} + /> + ) : null} + </div> + )} + </div> + </footer> + ); +} + +export default Footer; diff --git a/website/src/theme/Footer/styles.module.css b/website/src/theme/Footer/styles.module.css new file mode 100644 index 0000000..f68a4f9 --- /dev/null +++ b/website/src/theme/Footer/styles.module.css @@ -0,0 +1,15 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +.footerLogoLink { + opacity: 0.5; + transition: opacity var(--ifm-transition-fast) var(--ifm-transition-timing-default); +} + +.footerLogoLink:hover { + opacity: 1; +} diff --git a/website/static/img/companies/7_eleven_logo.svg b/website/static/img/companies/7_eleven_logo.svg new file mode 100644 index 0000000..1104066 --- /dev/null +++ b/website/static/img/companies/7_eleven_logo.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Creator: CorelDRAW --> + +<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" + xml:space="preserve" + width="271.95663" + height="264.24695" + style="fill-rule:evenodd" + viewBox="0 0 272.68729 257.44435" + id="svg2" + version="1.1" + inkscape:version="0.48.1 " + sodipodi:docname="AJAX.svg"><metadata + id="metadata40"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="1004" + id="namedview38" + showgrid="false" + inkscape:zoom="1.1149061" + inkscape:cx="244.05554" + inkscape:cy="140.10103" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <defs + id="defs4"><inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 150 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="300 : 150 : 1" + inkscape:persp3d-origin="150 : 100 : 1" + id="perspective42" /> + <style + type="text/css" + id="style6"> + + .fil1 {fill:#008061;fill-rule:nonzero} + .fil3 {fill:#ED1B2D;fill-rule:nonzero} + .fil2 {fill:#F5821F;fill-rule:nonzero} + .fil0 {fill:white;fill-rule:nonzero} + + </style> + + + + + + + + + + + + + + + + + </defs> + <g + id="g2862" + transform="translate(-14.3907,-17.5756)"><polygon + transform="matrix(0.89812868,0,0,0.89515596,15.772391,15.321752)" + class="fil0" + points="0,0 300.806,0 300.806,292.277 0,292.277 " + id="polygon10" + style="fill:#ffffff;fill-rule:nonzero" /><polygon + class="fil1" + points="14.3907,13.3111 287.078,13.3111 287.078,278.268 14.3907,278.268 " + id="polygon12" + style="fill:#008061;fill-rule:nonzero" /><path + class="fil0" + d="m 182.519,260.835 0,10.6078 -65.4031,0 0,-10.6276 -49.4907,0 c -4.83579,0 -8.77484,-5.05423 -8.77484,-11.2863 L 38.14156,40.0879 c 0,-6.23585 4.83579,-11.2942 10.803,-11.2942 l 199.991,0 c 5.92834,0 10.7641,5.05837 10.7641,11.2942 l -20.4749,209.441 c 0,6.23203 -3.93921,11.2863 -8.77484,11.2863 l -47.931,0.0198 z" + id="path14" + style="fill:#ffffff;fill-rule:nonzero" + inkscape:connector-curvature="0" /><path + class="fil2" + d="m 74.5675,59.459 133.887,0 c -13.1823,4.94142 -53.313,32.1125 -63.3357,50.3806 l -70.4339,0 -0.117429,-50.3806 z" + id="path16" + style="fill:#f5821f;fill-rule:nonzero" + inkscape:connector-curvature="0" /><path + class="fil3" + d="m 181.272,203.817 c -1.91105,18.2445 -1.98912,40.4624 -1.98912,63.8 l -58.0318,0 c 0,-23.3376 0.97512,-45.5555 2.8857,-63.8 l 57.1352,0 z" + id="path18" + style="fill:#ed1b2d;fill-rule:nonzero" + inkscape:connector-curvature="0" /><polygon + class="fil1" + points="91.4939,177.453 91.4939,184.524 82.212,184.524 82.212,191.598 91.4939,191.598 91.4939,199.703 70.2776,199.703 70.2776,161.986 91.4939,161.986 91.4939,170.387 82.212,170.387 82.212,177.453 " + id="polygon20" + style="fill:#008061;fill-rule:nonzero" /><polygon + class="fil1" + points="140.828,177.453 140.828,184.524 131.586,184.524 131.586,191.598 140.828,191.598 140.828,199.703 119.652,199.703 119.652,161.986 140.828,161.986 140.828,170.387 131.586,170.387 131.586,177.453 " + id="polygon22" + style="fill:#008061;fill-rule:nonzero" /><polygon + class="fil1" + points="195.194,177.453 195.194,184.524 185.912,184.524 185.912,191.598 195.194,191.598 195.194,199.703 173.978,199.703 173.978,161.986 195.194,161.986 195.194,170.387 185.912,170.387 185.912,177.453 " + id="polygon24" + style="fill:#008061;fill-rule:nonzero" /><polygon + class="fil1" + points="107.406,161.986 107.406,191.598 116.687,191.598 116.687,199.703 95.4718,199.703 95.4718,161.986 " + id="polygon26" + style="fill:#008061;fill-rule:nonzero" /><polygon + class="fil1" + points="157.95,187.477 153.425,161.986 143.013,161.986 148.94,199.703 164.267,199.703 171.443,161.986 162.59,161.986 " + id="polygon28" + style="fill:#008061;fill-rule:nonzero" /><polygon + class="fil1" + points="200.225,161.986 211.692,161.986 211.692,199.699 200.225,199.699 " + id="polygon30" + style="fill:#008061;fill-rule:nonzero" /><path + class="fil1" + d="m 211.691,173.183 c 0.62443,-4.13025 6.47422,-3.02241 6.47422,-0.66331 l 0,27.183 11.5049,0 0,-31.9681 c 0,-6.77823 -9.5551,-9.50443 -17.901,-3.53721 l -0.0781,8.98564 z" + id="path32" + style="fill:#008061;fill-rule:nonzero" + inkscape:connector-curvature="0" /><path + class="fil3" + d="m 186.654,156.682 c 1.16967,-14.4341 20.9425,-38.0054 40.0914,-44.1948 l 0,-55.6845 c -52.6885,23.572 -86.9308,59.2219 -94.3404,99.7387 l 54.2489,0.14053 z" + id="path34" + style="fill:#ed1b2d;fill-rule:nonzero" + inkscape:connector-curvature="0" /></g> +</svg> \ No newline at end of file diff --git a/website/static/img/companies/MicrosoftTeamPost2018.svg b/website/static/img/companies/MicrosoftTeamPost2018.svg new file mode 100644 index 0000000..90b3444 --- /dev/null +++ b/website/static/img/companies/MicrosoftTeamPost2018.svg @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ + <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> + <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> + <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> + <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> + <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> + <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> + <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> + <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> +]> +<svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2228.833 2073.333" + enable-background="new 0 0 2228.833 2073.333" xml:space="preserve"> +<metadata> + <sfw xmlns="&ns_sfw;"> + <slices></slices> + <sliceSourceBounds bottomLeftOrigin="true" height="2073.333" width="2228.833" x="-1116.333" y="-1012.667"> + </sliceSourceBounds> + </sfw> +</metadata> +<path fill="#5059C9" d="M1554.637,777.5h575.713c54.391,0,98.483,44.092,98.483,98.483c0,0,0,0,0,0v524.398 + c0,199.901-162.051,361.952-361.952,361.952h0h-1.711c-199.901,0.028-361.975-162-362.004-361.901c0-0.017,0-0.034,0-0.052V828.971 + C1503.167,800.544,1526.211,777.5,1554.637,777.5L1554.637,777.5z"/> +<circle fill="#5059C9" cx="1943.75" cy="440.583" r="233.25"/> +<circle fill="#7B83EB" cx="1218.083" cy="336.917" r="336.917"/> +<path fill="#7B83EB" d="M1667.323,777.5H717.01c-53.743,1.33-96.257,45.931-95.01,99.676v598.105 + c-7.505,322.519,247.657,590.16,570.167,598.053c322.51-7.893,577.671-275.534,570.167-598.053V877.176 + C1763.579,823.431,1721.066,778.83,1667.323,777.5z"/> +<path opacity="0.1" enable-background="new " d="M1244,777.5v838.145c-0.258,38.435-23.549,72.964-59.09,87.598 + c-11.316,4.787-23.478,7.254-35.765,7.257H667.613c-6.738-17.105-12.958-34.21-18.142-51.833 + c-18.144-59.477-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1244z"/> +<path opacity="0.2" enable-background="new " d="M1192.167,777.5v889.978c-0.002,12.287-2.47,24.449-7.257,35.765 + c-14.634,35.541-49.163,58.833-87.598,59.09H691.975c-8.812-17.105-17.105-34.21-24.362-51.833 + c-7.257-17.623-12.958-34.21-18.142-51.833c-18.144-59.476-27.402-121.307-27.472-183.49V877.02 + c-1.246-53.659,41.198-98.19,94.855-99.52H1192.167z"/> +<path opacity="0.2" enable-background="new " d="M1192.167,777.5v786.312c-0.395,52.223-42.632,94.46-94.855,94.855h-447.84 + c-18.144-59.476-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1192.167z"/> +<path opacity="0.2" enable-background="new " d="M1140.333,777.5v786.312c-0.395,52.223-42.632,94.46-94.855,94.855H649.472 + c-18.144-59.476-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1140.333z"/> +<path opacity="0.1" enable-background="new " d="M1244,509.522v163.275c-8.812,0.518-17.105,1.037-25.917,1.037 + c-8.812,0-17.105-0.518-25.917-1.037c-17.496-1.161-34.848-3.937-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003 + c-7.153-16.715-12.706-34.071-16.587-51.833h258.648C1201.449,414.866,1243.801,457.217,1244,509.522z"/> +<path opacity="0.2" enable-background="new " d="M1192.167,561.355v111.442c-17.496-1.161-34.848-3.937-51.833-8.293 + c-104.963-24.857-191.679-98.469-233.25-198.003h190.228C1149.616,466.699,1191.968,509.051,1192.167,561.355z"/> +<path opacity="0.2" enable-background="new " d="M1192.167,561.355v111.442c-17.496-1.161-34.848-3.937-51.833-8.293 + c-104.963-24.857-191.679-98.469-233.25-198.003h190.228C1149.616,466.699,1191.968,509.051,1192.167,561.355z"/> +<path opacity="0.2" enable-background="new " d="M1140.333,561.355v103.148c-104.963-24.857-191.679-98.469-233.25-198.003 + h138.395C1097.783,466.699,1140.134,509.051,1140.333,561.355z"/> +<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="198.099" y1="1683.0726" x2="942.2344" y2="394.2607" gradientTransform="matrix(1 0 0 -1 0 2075.3333)"> + <stop offset="0" style="stop-color:#5A62C3"/> + <stop offset="0.5" style="stop-color:#4D55BD"/> + <stop offset="1" style="stop-color:#3940AB"/> +</linearGradient> +<path fill="url(#SVGID_1_)" d="M95.01,466.5h950.312c52.473,0,95.01,42.538,95.01,95.01v950.312c0,52.473-42.538,95.01-95.01,95.01 + H95.01c-52.473,0-95.01-42.538-95.01-95.01V561.51C0,509.038,42.538,466.5,95.01,466.5z"/> +<path fill="#FFFFFF" d="M820.211,828.193H630.241v517.297H509.211V828.193H320.123V727.844h500.088V828.193z"/> +</svg> diff --git a/website/static/img/companies/asurion.svg b/website/static/img/companies/asurion.svg new file mode 100644 index 0000000..6b23fc7 --- /dev/null +++ b/website/static/img/companies/asurion.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="687.64pt" height="153.6pt" viewBox="0 0 687.64 153.6" version="1.1"> +<defs> +<clipPath id="clip1"> + <path d="M 591 96 L 681 96 L 681 153.601563 L 591 153.601563 Z M 591 96 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 558 0 L 687.640625 0 L 687.640625 153 L 558 153 Z M 558 0 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 215.761719 39.574219 L 215.761719 71.871094 C 215.621094 82.539063 215.460938 87.402344 212.722656 92.429688 C 210.289063 96.394531 205.5625 100.511719 197.941406 100.511719 C 191.238281 100.511719 185.757813 97.601563 183.777344 90.910156 C 183.167969 88.929688 183.167969 86.339844 183.167969 83.300781 L 183.167969 49.953125 C 182.945313 44.535156 178.773438 40.121094 173.453125 39.57421 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 330.390625 17.003906 C 330.390625 22.917969 325.597656 27.710938 319.691406 27.710938 C 313.785156 27.710938 308.996094 22.917969 308.996094 17.003906 C 308.996094 11.097656 313.785156 6.308594 319.691406 6.308594 C 325.597656 6.308594 330.390625 11.097656 330.390625 17.003906 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 31.683594 101.882813 C 24.363281 101.882813 19.34375 98.84375 19.34375 92.890625 C 19.34375 84.8125 28.023438 83.289063 34.574219 82.378906 C 42.796875 81.011719 46.917969 79.640625 50.566406 77.808594 L 50.566406 86.191406 C 50.566406 88.472656 50.566406 90.753906 49.507813 93.042969 C 47.527344 97.605469 40.976563 101.882813 31.683594 101.882813 M 50.082031 109.820313 L 50.089844 109.82 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 383.761719 101.273438 C 372.789063 101.273438 363.1875 92.589844 363.1875 76.890625 C 363.1875 62.878906 371.417969 53.746094 382.847656 53.746094 C 395.652344 53.746094 402.960938 64.40625 403.253906 77.046875 C 403.722656 89.691406 397.011719 101.273438 383.761719 101.273438 M 383 37.285156 C 360.289063 37.285156 344.144531 54.046875 344.144531 77.351563 C 344.144531 100.664063 359.9882 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 144.085938 78.554688 C 139.558594 74.335938 135.214844 73.195313 119.691406 68.914063 C 110.136719 66.40625 104.644531 64.390625 105.121094 58.925781 C 105.46875 54.984375 109.746094 51.535156 118.394531 52.285156 C 125.996094 52.960938 130.734375 55.816406 133.730469 58.917969 L 145.4375 47.753906 C 145.230469 47.59375 145.046875 47.425781 144.828125 47.265625 C 140 43.171875 131.972656 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 271.527344 50.386719 L 271.527344 48 C 271.210938 43.410156 267.496094 39.761719 262.882813 39.566406 L 253.863281 39.566406 L 253.863281 115.742188 L 271.527344 115.742188 L 271.527344 87.5625 C 271.527344 74.917969 271.671875 67.140625 279.449219 61.207031 C 285.089844 56.9375 291.933594 56.785156 295.902344 56.636719 L 295.902344 37.894531 C 278.847656 37.445313 273.808594 46.433594 27 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 319.320313 39.574219 C 314.492188 39.769531 310.640625 43.738281 310.640625 48.609375 L 310.632813 48.609375 L 310.632813 115.746094 L 328.761719 115.746094 L 328.761719 39.574219 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,27.099609%,52.198792%);fill-opacity:1;" d="M 499.085938 46.425781 C 495.28125 41.246094 487.804688 37.285156 479.121094 37.285156 C 473.183594 37.285156 466.179688 39.265625 461.617188 42.613281 C 458.410156 44.746094 456.578125 47.1875 455.660156 48.566406 L 455.660156 48.558594 L 455.644531 48.609375 L 455.511719 48.609375 C 455.511719 43.738281 451.648438 39.769531 446.820313 39.574219 L 437.234375 39.574219 L 437.234375 115.7421 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(57.299805%,75.299072%,12.199402%);fill-opacity:1;" d="M 546.398438 126.902344 C 543.289063 122.78125 540.546875 118.351563 538.265625 113.710938 L 538.152344 113.5 L 538.265625 113.277344 C 547.980469 96.207031 551.066406 81.984375 549.261719 62.578125 C 548.34375 52.78125 545.851563 43.289063 541.796875 34.351563 L 541.589844 33.90625 L 541.714844 33.695313 C 544.507813 29.097656 547.761719 24.757813 551.378906 20.789063 L 552.011719 [...] +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(17.999268%,70.199585%,90.99884%);fill-opacity:1;" d="M 601.265625 153.601563 C 598.3125 153.601563 595.324219 153.433594 592.371094 153.121094 L 591.539063 153.027344 L 592.070313 152.371094 C 592.796875 151.46875 593.484375 150.515625 594.113281 149.523438 C 600.152344 140.101563 606.410156 133.921875 615.867188 125.816406 C 632.402344 111.644531 652.265625 102.171875 673.332031 98.46875 L 673.5625 98.425781 C 675.527344 98.132813 677 [...] +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(17.999268%,70.199585%,90.99884%);fill-opacity:1;" d="M 676.355469 46.460938 C 675.949219 46.382813 675.523438 46.3125 675.117188 46.238281 C 647.996094 41.890625 622.640625 27.320313 603.667969 5.21875 C 602.582031 3.953125 601.441406 2.566406 600.273438 1.09375 L 599.601563 0.234375 L 600.546875 0.144531 C 601.175781 0.136719 601.867188 0.117188 602.5625 0.117188 C 608.222656 0.117188 613.941406 0.71875 619.5625 1.886719 L 619.703125 [...] +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(17.999268%,70.199585%,90.99884%);fill-opacity:1;" d="M 594.03125 49.660156 C 594.316406 51.890625 594.527344 53.675781 594.679688 55.285156 C 595.941406 68.871094 595.660156 81.398438 593.863281 93.582031 L 592.386719 103.449219 L 600.316406 97.402344 C 611.996094 88.5 624.65625 81.097656 637.960938 75.359375 L 646.582031 71.65625 L 637.960938 67.925781 C 624.761719 62.222656 612.15625 54.824219 600.519531 45.921875 L 592.785156 40.015 [...] +</g> +</g> +</svg> diff --git a/website/static/img/companies/cloudkitchens.svg b/website/static/img/companies/cloudkitchens.svg new file mode 100644 index 0000000..684f6bb --- /dev/null +++ b/website/static/img/companies/cloudkitchens.svg @@ -0,0 +1 @@ +<svg id="svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="112.03208556149733" viewBox="0, 0, 400,112.03208556149733"><g id="svgg"><path id="path0" d="M83.083 10.329 C 79.780 10.694,78.762 10.857,75.750 11.506 C 66.140 13.577,55.215 21.841,50.715 30.442 C 50.531 30.795,50.080 31.646,49.713 32.333 C 48.981 33.705,47.448 37.432,47.256 38.304 C 47.112 38.961,46.873 39.075,45.083 39.337 C 36.011 40.664,27.972 48.112,25.933 57 [...] \ No newline at end of file diff --git a/website/static/img/companies/confluera.svg b/website/static/img/companies/confluera.svg new file mode 100644 index 0000000..dd20a03 --- /dev/null +++ b/website/static/img/companies/confluera.svg @@ -0,0 +1,39 @@ +<svg width="168" height="43" viewBox="0 0 168 43" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9012 19.0003C17.2512 19.0003 15.1029 21.3543 15.1029 24.258C15.1029 27.1617 17.2512 29.5157 19.9012 29.5157C22.5511 29.5157 24.6994 27.1617 24.6994 24.258C24.6994 21.3543 22.5511 19.0003 19.9012 19.0003ZM10.3047 24.258C10.3047 18.4505 14.6012 13.7427 19.9012 13.7427C25.2011 13.7427 29.4976 18.4505 29.4976 24.258C29.4976 30.0654 25.2011 34.7733 19.9012 34.7733C14.6012 34.7733 10.3047 30.0654 10.3047 24.258Z" fill="url(#paint0_linear)"/> +<path d="M27.9551 8.10673C26.375 7.15891 24.9096 5.97685 23.8657 4.64307C22.8322 3.32266 22.3002 1.97617 22.3002 0.598145H17.502C17.502 3.57572 18.6776 6.09075 20.2235 8.06583C21.7589 10.0276 23.7445 11.575 25.6511 12.7186C29.3781 14.9542 31.8965 19.2855 31.8965 24.2576C31.8965 27.4924 30.8302 30.4542 29.0617 32.7441C30.116 32.2797 31.2264 31.9026 32.3669 31.6683C33.3307 31.4704 34.3445 31.3699 35.3765 31.4171C36.2255 29.2165 36.6947 26.7971 36.6947 24.2576C36.6947 17.2882 33.1581 11.227 [...] +<path d="M6.49609 35.3515C7.81215 37.2626 9.49245 38.922 11.5038 40.1946C17.0122 43.6792 23.5706 43.3532 28.6386 39.9764C30.1777 38.9507 31.8447 38.1511 33.4207 37.8274C34.981 37.507 36.3114 37.6755 37.4004 38.3644L39.7995 33.811C37.4463 32.3224 34.8707 32.1805 32.5369 32.6599C30.2185 33.1361 28.0028 34.2467 26.1456 35.4841C22.5153 37.9029 17.8327 38.1273 13.903 35.6412C11.3405 34.0201 9.53043 31.5196 8.60685 28.6885C8.44683 29.9225 8.18945 31.1664 7.80395 32.3671C7.47821 33.3815 7.05017 [...] +<path d="M17.8222 5.9917C15.6575 6.2861 13.5098 7.05038 11.5019 8.32063C5.99357 11.8054 2.97208 18.192 3.10694 24.6896C3.1479 26.663 2.94636 28.6446 2.41416 30.3022C1.88731 31.9431 1.08912 33.1212 0 33.8102L2.39911 38.3636C4.75243 36.8747 6.15236 34.5017 6.94045 32.0471C7.72317 29.6092 7.95334 26.9512 7.90394 24.5701C7.80733 19.9157 9.9713 15.36 13.901 12.8739C16.4593 11.2554 19.3356 10.7869 22.0312 11.322C21.1356 10.5529 20.281 9.68659 19.5246 8.72015C18.8866 7.90508 18.3006 6.99378 17. [...] +<path d="M100.461 16.4981V15.9461C100.461 14.0392 101.613 12.8434 103.384 12.8434V9.41748C101.701 9.41748 99.6348 10.0316 98.6015 11.2274C97.5683 12.4232 97.0371 13.9745 97.0371 15.9461V31.7853H100.461V19.6331H103.384V16.4981H100.461Z" fill="white"/> +<path d="M108.807 9.41748H105.383V31.7853H108.807V9.41748Z" fill="white"/> +<path d="M147.477 16.4979H144.053V31.7851H147.477V22.6017C147.477 22.3957 147.541 22.1946 147.666 22.0413C148.86 20.5831 150.482 19.8219 152.554 19.7299V16.207C150.488 16.207 148.805 16.9504 147.477 18.4371V16.4979Z" fill="white"/> +<path d="M125.214 16.498H121.819V26.6141C120.727 28.1332 119.517 28.8765 118.188 28.8765C116.063 28.8765 114.764 27.3252 114.764 24.7073V16.498H111.369V24.9335C111.369 27.1636 111.93 28.9412 113.052 30.2663C114.174 31.5914 115.65 32.2701 117.48 32.2701C119.103 32.2701 120.55 31.6883 121.819 30.4925V31.7853H125.214V16.498Z" fill="white"/> +<path d="M88.5952 15.9609C87.0013 15.9609 85.5549 16.5427 84.2856 17.7062V16.4457H80.8613V31.7329H84.2856V21.5522C85.3778 20.0978 86.5881 19.3545 87.887 19.3545C90.0124 19.3545 91.3112 20.8412 91.3112 23.5237V31.7329H94.706V23.2975C94.706 21.0675 94.145 19.2899 93.0232 17.9647C91.9015 16.6396 90.4256 15.9609 88.5952 15.9609Z" fill="white"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M78.7055 24.1056C78.7055 21.8109 77.9972 19.9041 76.5803 18.385C75.193 16.866 73.4217 16.0903 71.2962 16.0903C69.1708 16.0903 67.3997 16.866 65.9829 18.385C64.566 19.9041 63.8574 21.8109 63.8574 24.1056C63.8574 26.4326 64.566 28.3718 65.9829 29.9232C67.3997 31.4422 69.1708 32.2178 71.2962 32.2178C73.3922 32.2178 75.1635 31.4422 76.5803 29.9232C77.9972 28.3718 78.7055 26.4326 78.7055 24.1056ZM75.311 24.1056C75.311 25.4307 74.9271 26.5619 74 [...] +<path fill-rule="evenodd" clip-rule="evenodd" d="M141.973 24.3291C141.973 24.583 141.956 24.9443 141.921 25.413H130.905C131.098 26.5654 131.598 27.4833 132.404 28.1669C133.228 28.831 134.244 29.163 135.453 29.163C136.996 29.163 138.266 28.5966 139.265 27.4638L141.027 29.7197C140.396 30.5595 139.598 31.1943 138.635 31.624C137.67 32.0536 136.584 32.2685 135.375 32.2685C133.832 32.2685 132.474 31.9267 131.299 31.2431C130.125 30.5595 129.214 29.6122 128.566 28.4013C127.935 27.1709 127.619 25 [...] +<path fill-rule="evenodd" clip-rule="evenodd" d="M167.999 16.5399H164.605V18.1583C163.639 16.9851 162.014 16.2432 160.254 16.2432C158.305 16.2432 156.723 16.9183 155.335 18.502C153.978 20.0534 153.299 21.9279 153.299 24.158C153.299 26.388 153.978 28.2626 155.335 29.8139C156.723 31.3652 158.376 32.1409 160.324 32.1409C161.977 32.1409 163.394 31.6561 164.605 30.7189V31.7854H167.999V16.5399ZM160.524 28.7073C162.843 28.7073 164.722 26.6479 164.722 24.1074C164.722 21.567 162.843 19.5076 160.5 [...] +<path d="M51.3889 24.0691C51.3889 26.6891 53.0419 28.6945 55.4034 28.6945C57.1452 28.6945 58.444 27.6271 58.7687 25.9775H62.252C62.0454 27.7565 61.2778 29.2444 60.0085 30.3765C58.7392 31.5086 57.2042 32.0585 55.4034 32.0585C53.3075 32.0585 51.5365 31.2822 50.1196 29.7619C48.7027 28.2417 47.9941 26.3333 47.9941 24.0691C47.9941 21.7725 48.7027 19.8642 50.1196 18.3439C51.5365 16.8237 53.3075 16.0474 55.4034 16.0474C57.1747 16.0474 58.7097 16.6296 59.979 17.7617C61.2778 18.8938 62.0454 20.34 [...] +<defs> +<linearGradient id="paint0_linear" x1="19.9012" y1="13.7427" x2="19.9012" y2="34.7733" gradientUnits="userSpaceOnUse"> +<stop stop-color="#0BBAA1"/> +<stop offset="1" stop-color="#1A65D9"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="23.4601" y1="1.36206" x2="33.482" y2="31.4784" gradientUnits="userSpaceOnUse"> +<stop stop-color="#08CC96"/> +<stop offset="0.606518" stop-color="#0DB4A5"/> +<stop offset="1" stop-color="#0DB4A5" stop-opacity="0"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="39.7995" y1="35.4739" x2="9.52349" y2="29.9902" gradientUnits="userSpaceOnUse"> +<stop stop-color="#186DD4"/> +<stop offset="0.519825" stop-color="#196AD5"/> +<stop offset="1" stop-color="#196AD5" stop-opacity="0"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="7.0724" y1="37.1021" x2="24.27" y2="17.6598" gradientUnits="userSpaceOnUse"> +<stop stop-color="#1B63DB"/> +<stop offset="0.572055" stop-color="#0CB7A3"/> +<stop offset="1" stop-color="#0DB4A5" stop-opacity="0"/> +</linearGradient> +</defs> +</svg> + + + diff --git a/website/static/img/companies/eero.svg b/website/static/img/companies/eero.svg new file mode 100644 index 0000000..6f792a2 --- /dev/null +++ b/website/static/img/companies/eero.svg @@ -0,0 +1,5 @@ +<svg id="prefix__Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 131.97 60.06" fill="white"> +<path class="prefix__cls-1" d="M66.88 74.5a18.32 18.32 0 01-10.36 3.17 18.72 18.72 0 01-12.65-4.83c-.27-.24 0-.56.28-.38a25.16 25.16 0 0022.32 1.39c.48-.2.87.31.41.65z" transform="translate(-18.07 -17.61)" fill="white" fill="white"></path> +<path class="prefix__cls-1" d="M68.05 73.17c-.36-.46-2.37-.22-3.28-.11-.27 0-.31-.2-.07-.38 1.61-1.12 4.24-.8 4.54-.42s-.08 3-1.58 4.27c-.23.19-.45.09-.35-.16.34-.85 1.09-2.74.74-3.2zM64.84 64.73v-1.1a.27.27 0 01.28-.28H70a.27.27 0 01.28.28v.94c0 .16-.13.36-.37.69l-2.54 3.63a5.38 5.38 0 012.8.6.5.5 0 01.26.42v1.17c0 .16-.18.35-.36.25a5.64 5.64 0 00-5.18 0c-.17.09-.35-.09-.35-.25V70a1.3 1.3 0 01.18-.75L67.68 65h-2.56a.27.27 0 01-.28-.27zM74.54 64.78c-1.1 0-1.17 1.5-1.17 2.43s0 2.93 1.16 2 [...] +<path class="prefix__cls-2" d="M23 71.54l-.12-.78a3.92 3.92 0 01-1.19.71 3.53 3.53 0 01-1.29.26 2.33 2.33 0 01-1.7-.61 2.1 2.1 0 01-.64-1.62 2.17 2.17 0 01.78-1.75 3.19 3.19 0 012.09-.65 7.85 7.85 0 011.89.26v-1a1.46 1.46 0 00-.37-1.14 1.85 1.85 0 00-1.25-.33 8.17 8.17 0 00-2.63.47v-1.04a4.75 4.75 0 011.32-.44 7.54 7.54 0 011.57-.16 3.1 3.1 0 012.09.59 2.27 2.27 0 01.68 1.8v5.43zm-2.25-.93a3.53 3.53 0 002.07-.77v-1.52a6.54 6.54 0 00-1.59-.2c-1.12 0-1.69.44-1.69 1.3a1.17 1.17 0 00.32.88 1 [...] +</svg> diff --git a/website-builder/static/img/companies/factual.svg b/website/static/img/companies/factual.svg similarity index 100% rename from website-builder/static/img/companies/factual.svg rename to website/static/img/companies/factual.svg diff --git a/website/static/img/companies/guitarcenter_logo.svg b/website/static/img/companies/guitarcenter_logo.svg new file mode 100644 index 0000000..9eb9dcf --- /dev/null +++ b/website/static/img/companies/guitarcenter_logo.svg @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="295.11pt" height="158.19pt" viewBox="0 0 295.11 158.19" version="1.1"> +<defs> +<clipPath id="clip1"> + <path d="M 286 112 L 295.109375 112 L 295.109375 121 L 286 121 Z M 286 112 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 97 102 L 147 102 L 147 158.191406 L 97 158.191406 Z M 97 102 "/> +</clipPath> +</defs> +<g id="surface1"> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 294.65625 116.761719 C 294.65625 118.832031 292.972656 120.519531 290.902344 120.519531 C 289.894531 120.519531 288.953125 120.128906 288.242188 119.417969 C 287.535156 118.707031 287.144531 117.765625 287.144531 116.761719 C 287.144531 115.757813 287.535156 114.8125 288.242188 114.101563 C 288.953125 113.394531 289.894531 113.003906 290.902344 113.003906 C 291.902344 113.003906 292.84 [...] +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 290.230469 114.71875 L 290.230469 116.242188 C 290.230469 116.242188 291.808594 116.347656 291.808594 115.492188 C 291.808594 114.496094 290.230469 114.714844 290.230469 114.71875 Z M 290.230469 117.207031 L 290.230469 119.625 L 289.207031 119.625 L 289.207031 113.867188 C 290.46875 113.867188 292.695313 113.53125 292.695313 115.464844 C 292.695313 116.695313 291.785156 117.019531 291. [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 222.367188 96.523438 C 222.367188 94.007813 222.367188 91.980469 222.367188 86.777344 C 222.367188 85.480469 222.367188 81.339844 222.367188 78.820313 C 222.367188 78.820313 222.113281 70.785156 214.046875 70.785156 C 208.992188 70.785156 205.730469 75.25 205.730469 78.820313 C 205.730469 84.507813 210.9375 86.859375 214.046875 86.859375 C 215.910156 86.859375 217.15625 86.535156 219.9 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 148.78125 80.242188 L 148.78125 62.027344 L 158.867188 57.640625 L 158.867188 82.28125 C 158.867188 101.613281 126.769531 101.613281 126.769531 82.609375 L 126.769531 71.675781 L 136.851563 67.222656 L 136.851563 80.335938 C 136.851563 89.433594 148.78125 89.339844 148.78125 80.242188 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 194.15625 96.925781 C 194.15625 96.925781 189.054688 97.238281 185.753906 95.464844 C 179.703125 92.214844 180.371094 82.71875 180.371094 82.71875 L 180.371094 64.207031 L 173.820313 64.207031 L 173.820313 54.460938 L 180.371094 54.460938 L 180.371094 48.453125 L 190.457031 43.902344 L 190.457031 54.785156 L 197.011719 54.785156 L 197.011719 64.367188 L 190.457031 64.367188 L 190.45703 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 161.554688 96.503906 L 171.636719 96.503906 L 171.636719 62.007813 L 161.554688 62.007813 L 161.554688 96.503906 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 161.554688 59.332031 L 171.636719 59.265625 L 171.636719 52.1875 L 161.554688 56.574219 L 161.554688 59.332031 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 253.371094 59.660156 L 253.371094 69.894531 C 245.976563 69.894531 246.3125 74.277344 246.3125 78.335938 L 246.3125 96.527344 L 236.230469 96.527344 L 236.230469 72.492188 C 236.230469 59.984375 246.480469 59.660156 253.371094 59.660156 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 234.441406 25.898438 C 234.125 25.210938 232.820313 25.113281 231.371094 25.621094 L 230.960938 24.726563 L 231.390625 24.53125 L 231.035156 12.136719 L 221.847656 3.808594 L 221.414063 4.007813 L 221.003906 3.113281 C 222.332031 2.339844 223.109375 1.289063 222.792969 0.601563 C 222.429688 -0.1875 220.769531 -0.195313 219.085938 0.582031 C 217.398438 1.359375 216.324219 2.625 216.6875 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 226.882813 149.296875 C 226.882813 149.296875 221.964844 149.582031 218.761719 147.835938 C 213.054688 144.726563 213.5625 133.523438 213.5625 133.523438 L 213.5625 113.875 L 207.234375 113.875 L 207.234375 104.042969 L 213.5625 104.042969 L 213.5625 99.847656 L 223.328125 99.847656 L 223.308594 104.363281 L 229.640625 104.363281 L 229.640625 114.035156 L 223.308594 114.035156 L 223.30 [...] +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 146.320313 148.597656 C 137.808594 158.324219 128.726563 158.191406 125.316406 158.191406 C 108.003906 158.191406 97.417969 143.492188 97.417969 130.292969 C 97.417969 118.367188 105.394531 105.433594 120.957031 102.855469 C 130.742188 101.226563 140.257813 104.960938 146.886719 112.410156 C 144.761719 113.96875 139.9375 117.660156 139.9375 117.660156 C 134.6875 112.835938 130.996094 1 [...] +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 198.785156 129.109375 L 198.785156 148.953125 L 208.53125 148.953125 L 208.53125 126.191406 C 208.53125 106.859375 177.507813 106.859375 177.507813 125.863281 L 177.507813 148.953125 L 187.253906 148.953125 L 187.253906 128.792969 C 187.253906 120.019531 198.785156 119.855469 198.785156 129.109375 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 284.214844 112.25 L 284.214844 122.484375 C 277.066406 122.484375 277.390625 126.867188 277.390625 130.925781 L 277.390625 148.976563 L 267.648438 148.976563 L 267.648438 125.082031 C 267.648438 113.6875 277.675781 112.25 284.214844 112.25 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 241.105469 123.882813 C 241.105469 123.882813 237.175781 127.4375 239.046875 132.214844 L 249.445313 121.824219 C 249.445313 121.824219 245.601563 119.851563 241.105469 123.882813 Z M 243.933594 140.242188 C 243.863281 140.289063 246.230469 140.691406 246.90625 140.691406 C 252.074219 140.691406 254.621094 137.035156 254.621094 137.035156 C 254.621094 137.035156 263.097656 137.066406 2 [...] +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.199707%,12.5%,15.299988%);fill-opacity:1;" d="M 152.628906 123.882813 C 152.628906 123.882813 148.695313 127.4375 150.566406 132.214844 L 160.960938 121.824219 C 160.960938 121.824219 157.125 119.851563 152.628906 123.882813 Z M 175.835938 137.039063 C 175.835938 137.039063 173.585938 142.882813 169.550781 145.480469 C 154.011719 155.503906 144.183594 143.089844 142.257813 139.835938 C 139.34375 134.925781 137.765625 120.761719 148. [...] +</g> +</svg> diff --git a/website-builder/static/img/companies/linkedin.svg b/website/static/img/companies/linkedin.svg similarity index 100% rename from website-builder/static/img/companies/linkedin.svg rename to website/static/img/companies/linkedin.svg diff --git a/website-builder/static/img/companies/microsoft-teams.svg b/website/static/img/companies/microsoft-teams.svg similarity index 100% rename from website-builder/static/img/companies/microsoft-teams.svg rename to website/static/img/companies/microsoft-teams.svg diff --git a/website/static/img/companies/ps_logo.svg b/website/static/img/companies/ps_logo.svg new file mode 100644 index 0000000..2b1aa3d --- /dev/null +++ b/website/static/img/companies/ps_logo.svg @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 99.6 54.4" style="enable-background:new 0 0 99.6 54.4;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#010101;} + .st1{fill:#EF4651;} +</style> +<g> + <path class="st0" d="M77.2,17.1c-1.1,0.8-2.4,1.3-3.9,1.3c-3.4,0-6.1-2.7-6.1-6s2.8-6,6.1-6c1.5,0,2.8,0.5,3.9,1.3l1.3-1.3 + c-1.4-1.2-3.2-1.9-5.2-1.9c-4.4,0-8,3.5-8,7.8s3.6,7.8,8,7.8c2,0,3.8-0.7,5.2-1.9L77.2,17.1z"/> + <g> + <path class="st1" d="M53.6,30.9c0.6,0,1.2-0.5,1.2-1.2s-0.5-1.2-1.2-1.2c-0.6,0-1.2,0.5-1.2,1.2S52.9,30.9,53.6,30.9z"/> + <rect x="52.7" y="33.1" class="st1" width="1.8" height="15.6"/> + </g> + <path class="st0" d="M15.1,12.4c0-4.3-3.4-7.7-7.5-7.7c-2.2,0-4.3,1-5.7,2.7V4.7H0.1v21.2h1.8v-8.3c1.4,1.7,3.5,2.7,5.7,2.7 + C11.7,20.2,15.1,16.7,15.1,12.4z M7.5,18.4c-3.1,0-5.6-2.5-5.7-5.7v-0.2c0-3.3,2.6-5.9,5.7-5.9s5.7,2.7,5.7,5.9S10.7,18.4,7.5,18.4 + z"/> + <path class="st1" d="M21.9,48.7c2.2,0,4.3-1,5.7-2.7v2.7h1.8V33.1h-1.8v2.7c-1.4-1.7-3.5-2.7-5.7-2.7c-4.1,0-7.5,3.5-7.5,7.7 + C14.4,45.2,17.8,48.7,21.9,48.7z M16.2,40.9c0-3.3,2.6-5.9,5.7-5.9s5.7,2.7,5.7,5.9v0.2c-0.1,3.2-2.6,5.7-5.7,5.7 + C18.8,46.9,16.2,44.2,16.2,40.9z"/> + <path class="st1" d="M49.3,40.9c0-4.3-3.4-7.7-7.5-7.7c-2.2,0-4.3,1-5.7,2.7v-2.7h-1.8v21.2h1.8v-8.3c1.4,1.7,3.5,2.7,5.7,2.7 + C45.9,48.7,49.3,45.2,49.3,40.9z M41.8,46.9c-3.1,0-5.6-2.5-5.7-5.7V41c0-3.3,2.6-5.9,5.7-5.9s5.7,2.7,5.7,5.9 + C47.5,44.2,44.9,46.9,41.8,46.9z"/> + <path class="st0" d="M28.8,4.6v9.2c0,2.5-2,4.5-4.6,4.6c-2.5,0-4.5-2-4.5-4.6V4.6h-1.8v9.2c0,3.5,2.8,6.4,6.3,6.4s6.4-2.9,6.4-6.4 + V4.6H28.8z"/> + <path class="st0" d="M41.8,4.6c-2.2,0-4.3,1-5.7,2.7V0h-1.8v20.2h1.8v-2.7c1.4,1.7,3.5,2.7,5.7,2.7c4.1,0,7.5-3.5,7.5-7.7 + C49.3,8.1,45.9,4.6,41.8,4.6z M47.5,12.5c0,3.3-2.6,5.9-5.7,5.9s-5.7-2.7-5.7-5.9v-0.2c0.1-3.2,2.6-5.7,5.7-5.7 + C44.9,6.5,47.5,9.2,47.5,12.5z"/> + <path class="st0" d="M60.8,2.4c0.6,0,1.2-0.5,1.2-1.2S61.5,0,60.8,0c-0.6,0-1.2,0.5-1.2,1.2S60.1,2.4,60.8,2.4z"/> + <rect x="59.9" y="4.6" class="st0" width="1.8" height="15.6"/> + <path class="st0" d="M83.7,2.4c0.6,0,1.2-0.5,1.2-1.2S84.4,0,83.7,0c-0.6,0-1.2,0.5-1.2,1.2S83,2.4,83.7,2.4z"/> + <rect x="82.8" y="4.6" class="st0" width="1.8" height="15.6"/> + <path class="st1" d="M83.5,33.1c-1.7,0-3.4,0.7-4.6,2v-2h-1.8v15.6h1.8v-9.2C79,37,81,35,83.5,35s4.5,2,4.5,4.5v9.2h1.8v-9.2 + C89.9,36,87,33.1,83.5,33.1z"/> + <path class="st1" d="M99.4,46.9h-0.2c-0.2,0-0.5,0.1-0.9,0.1c-0.7,0-1.1-0.5-1.1-1.6V34.8h2.2V33h-2.2v-5.2h-1.9V33h-2.2v1.8h2.2 + v10.7c0,1.2,0.2,1.9,0.7,2.4c0.4,0.5,1.1,0.7,1.8,0.7c0.6,0,1.1-0.1,1.5-0.2h0.1V46.9z"/> + <path class="st1" d="M70.7,44.2c-1,1.7-2.8,2.7-4.8,2.7c-3,0-5.5-2.4-5.7-5.5h12.3c0.5,0,0.9-0.4,0.9-0.8v-0.1 + c-0.3-4.1-3.5-7.2-7.5-7.2c-4.2,0-7.6,3.5-7.6,7.8s3.4,7.7,7.6,7.7c2.5,0,4.9-1.3,6.3-3.5L70.7,44.2z M66,35c2.7,0,5,1.9,5.5,4.6 + H60.3C61,36.9,63.2,35,66,35z"/> + <path class="st1" d="M10.2,41.2c0,0-0.5-0.4-1-0.6c-0.5-0.2-1.2-0.5-2.8-0.8c-0.2-0.1-0.4-0.1-0.6-0.1c-1-0.3-1.8-0.6-2.4-1 + c-0.6-0.5-0.8-0.9-0.8-1.4c0-0.6,0.4-1.1,1-1.6c0.7-0.5,1.7-0.8,2.8-0.7c1.3,0.1,2.3,0.7,3.3,1.5l0.1,0.1l1.3-1.2 + c-0.2-0.2-0.2-0.2-0.6-0.5c-1-0.7-2.3-1.5-4.1-1.5c-1.5-0.1-2.8,0.2-3.9,0.9c-1.1,0.8-1.8,1.9-1.8,3c0,0.9,0.2,1.7,1,2.5 + c1,1,2.7,1.5,4.1,1.8c1.3,0.2,2.4,0.7,3,1.2c0.7,0.6,1,1.1,1,1.8c0,0.6-0.5,1.3-1.2,1.7c-0.7,0.5-1.8,0.8-2.8,0.8 + c-1.4-0.1-2.9-0.7-4.4-1.8l-0.1-0.1L0,46.4l0.1,0.1c1.7,1.5,3.6,2.3,5.6,2.4c1.5,0.1,2.8-0.3,3.9-1.1c1.2-0.8,1.9-1.9,1.9-3.1 + C11.9,43.2,11.2,42,10.2,41.2z"/> + <path class="st0" d="M98.2,12.7c0,0-0.5-0.4-1-0.6c-0.5-0.2-1.2-0.5-2.8-0.8c-0.2-0.1-0.4-0.1-0.6-0.1c-1-0.3-1.8-0.6-2.4-1 + c-0.6-0.5-0.8-0.9-0.8-1.4c0-0.6,0.4-1.1,1-1.6c0.7-0.5,1.7-0.8,2.8-0.7c1.3,0.1,2.3,0.7,3.3,1.5l0.1,0.1l1.3-1.2 + c-0.2-0.2-0.2-0.2-0.6-0.5c-1-0.7-2.3-1.5-4.1-1.5c-1.5-0.1-2.8,0.2-3.9,0.9c-1.1,0.8-1.8,1.9-1.8,3c0,0.9,0.2,1.7,1,2.5 + c1,1,2.7,1.5,4.1,1.8c1.3,0.2,2.4,0.7,3,1.2c0.7,0.6,1,1.1,1,1.8c0,0.6-0.5,1.3-1.2,1.7c-0.7,0.5-1.8,0.8-2.8,0.8 + c-1.4-0.1-2.9-0.7-4.4-1.8l-0.1-0.1L88,17.9l0.1,0.1c1.7,1.5,3.6,2.3,5.6,2.4c1.5,0.1,2.8-0.3,3.9-1.1c1.2-0.8,1.9-1.9,1.9-3.1 + C99.9,14.7,99.3,13.5,98.2,12.7z"/> + <rect x="52.7" y="0.1" class="st0" width="1.8" height="20.1"/> +</g> +</svg> diff --git a/website-builder/static/img/companies/slack.svg b/website/static/img/companies/slack.svg similarity index 100% rename from website-builder/static/img/companies/slack.svg rename to website/static/img/companies/slack.svg diff --git a/website/static/img/companies/stripe.svg b/website/static/img/companies/stripe.svg new file mode 100644 index 0000000..37b894f --- /dev/null +++ b/website/static/img/companies/stripe.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 468 222.5" style="enable-background:new 0 0 468 222.5;" xml:space="preserve"> +<style type="text/css"> + .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#635BFF;} +</style> +<g> + <path class="st0" d="M414,113.4c0-25.6-12.4-45.8-36.1-45.8c-23.8,0-38.2,20.2-38.2,45.6c0,30.1,17,45.3,41.4,45.3 + c11.9,0,20.9-2.7,27.7-6.5v-20c-6.8,3.4-14.6,5.5-24.5,5.5c-9.7,0-18.3-3.4-19.4-15.2h48.9C413.8,121,414,115.8,414,113.4z + M364.6,103.9c0-11.3,6.9-16,13.2-16c6.1,0,12.6,4.7,12.6,16H364.6z"/> + <path class="st0" d="M301.1,67.6c-9.8,0-16.1,4.6-19.6,7.8l-1.3-6.2h-22v116.6l25-5.3l0.1-28.3c3.6,2.6,8.9,6.3,17.7,6.3 + c17.9,0,34.2-14.4,34.2-46.1C335.1,83.4,318.6,67.6,301.1,67.6z M295.1,136.5c-5.9,0-9.4-2.1-11.8-4.7l-0.1-37.1 + c2.6-2.9,6.2-4.9,11.9-4.9c9.1,0,15.4,10.2,15.4,23.3C310.5,126.5,304.3,136.5,295.1,136.5z"/> + <polygon class="st0" points="223.8,61.7 248.9,56.3 248.9,36 223.8,41.3 "/> + <rect x="223.8" y="69.3" class="st0" width="25.1" height="87.5"/> + <path class="st0" d="M196.9,76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7,15.9-6.3,19-5.2v-23C214.5,68.1,202.8,65.9,196.9,76.7z"/> + <path class="st0" d="M146.9,47.6l-24.4,5.2l-0.1,80.1c0,14.8,11.1,25.7,25.9,25.7c8.2,0,14.2-1.5,17.5-3.3V135 + c-3.2,1.3-19,5.9-19-8.9V90.6h19V69.3h-19L146.9,47.6z"/> + <path class="st0" d="M79.3,94.7c0-3.9,3.2-5.4,8.5-5.4c7.6,0,17.2,2.3,24.8,6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6 + C67.5,67.6,54,78.2,54,95.9c0,27.6,38,23.2,38,35.1c0,4.6-4,6.1-9.6,6.1c-8.3,0-18.9-3.4-27.3-8v23.8c9.3,4,18.7,5.7,27.3,5.7 + c20.8,0,35.1-10.3,35.1-28.2C117.4,100.6,79.3,105.9,79.3,94.7z"/> +</g> +</svg> diff --git a/website/static/img/companies/stripe_logo.svg b/website/static/img/companies/stripe_logo.svg new file mode 100644 index 0000000..37b894f --- /dev/null +++ b/website/static/img/companies/stripe_logo.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 468 222.5" style="enable-background:new 0 0 468 222.5;" xml:space="preserve"> +<style type="text/css"> + .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#635BFF;} +</style> +<g> + <path class="st0" d="M414,113.4c0-25.6-12.4-45.8-36.1-45.8c-23.8,0-38.2,20.2-38.2,45.6c0,30.1,17,45.3,41.4,45.3 + c11.9,0,20.9-2.7,27.7-6.5v-20c-6.8,3.4-14.6,5.5-24.5,5.5c-9.7,0-18.3-3.4-19.4-15.2h48.9C413.8,121,414,115.8,414,113.4z + M364.6,103.9c0-11.3,6.9-16,13.2-16c6.1,0,12.6,4.7,12.6,16H364.6z"/> + <path class="st0" d="M301.1,67.6c-9.8,0-16.1,4.6-19.6,7.8l-1.3-6.2h-22v116.6l25-5.3l0.1-28.3c3.6,2.6,8.9,6.3,17.7,6.3 + c17.9,0,34.2-14.4,34.2-46.1C335.1,83.4,318.6,67.6,301.1,67.6z M295.1,136.5c-5.9,0-9.4-2.1-11.8-4.7l-0.1-37.1 + c2.6-2.9,6.2-4.9,11.9-4.9c9.1,0,15.4,10.2,15.4,23.3C310.5,126.5,304.3,136.5,295.1,136.5z"/> + <polygon class="st0" points="223.8,61.7 248.9,56.3 248.9,36 223.8,41.3 "/> + <rect x="223.8" y="69.3" class="st0" width="25.1" height="87.5"/> + <path class="st0" d="M196.9,76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7,15.9-6.3,19-5.2v-23C214.5,68.1,202.8,65.9,196.9,76.7z"/> + <path class="st0" d="M146.9,47.6l-24.4,5.2l-0.1,80.1c0,14.8,11.1,25.7,25.9,25.7c8.2,0,14.2-1.5,17.5-3.3V135 + c-3.2,1.3-19,5.9-19-8.9V90.6h19V69.3h-19L146.9,47.6z"/> + <path class="st0" d="M79.3,94.7c0-3.9,3.2-5.4,8.5-5.4c7.6,0,17.2,2.3,24.8,6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6 + C67.5,67.6,54,78.2,54,95.9c0,27.6,38,23.2,38,35.1c0,4.6-4,6.1-9.6,6.1c-8.3,0-18.9-3.4-27.3-8v23.8c9.3,4,18.7,5.7,27.3,5.7 + c20.8,0,35.1-10.3,35.1-28.2C117.4,100.6,79.3,105.9,79.3,94.7z"/> +</g> +</svg> diff --git a/website/static/img/companies/target_logo.svg b/website/static/img/companies/target_logo.svg new file mode 100644 index 0000000..74212b1 --- /dev/null +++ b/website/static/img/companies/target_logo.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="432px" height="574px" viewBox="0 0 432 574" enable-background="new 0 0 432 574" xml:space="preserve"> +<g> + <g> + <path fill="#CC0000" d="M217.074,360.93c-71.239,0-129.052-57.721-129.052-128.972c0-71.38,57.813-129.059,129.052-129.059 + c71.301,0,129.042,57.679,129.042,129.059C346.116,303.209,288.375,360.93,217.074,360.93 M217.074,38.459 + c-106.796,0-193.399,86.625-193.399,193.499c0,106.792,86.603,193.39,193.399,193.39c106.842,0,193.581-86.598,193.581-193.39 + C410.655,125.084,323.916,38.459,217.074,38.459z"/> + <path fill="#CC0000" d="M217.074,165.651c-36.607,0-66.268,29.589-66.268,66.307c0,36.597,29.66,66.274,66.268,66.274 + c36.642,0,66.367-29.678,66.367-66.274C283.441,195.241,253.716,165.651,217.074,165.651"/> + <polyline fill="#CC0000" points="42.153,475.816 20.822,475.816 20.822,462.652 79.136,462.652 79.136,475.816 57.805,475.816 + 57.805,533.832 42.153,533.832 42.153,475.816 "/> + <path fill="#CC0000" d="M72.358,533.832h15.843l5.587-15.855h26.617l5.385,15.855h16.246l-26.617-71.18H99.373L72.358,533.832 + M107.147,480.191h0.196l8.968,26.123H97.882L107.147,480.191z"/> + <path fill="#CC0000" d="M148.209,533.832h15.659V506.02h15.641c7.883,0,10.768,3.287,11.862,10.76 + c0.807,5.684,0.604,12.564,2.5,17.053h15.642c-2.788-3.986-2.685-12.371-2.988-16.855c-0.501-7.188-2.685-14.656-10.367-16.648 + v-0.197c7.885-3.188,11.271-9.461,11.271-17.846c0-10.758-8.081-19.631-20.837-19.631H148.21L148.209,533.832 M163.868,474.814 + h17.149c6.967,0,10.758,2.992,10.758,9.863c0,7.174-3.791,10.17-10.758,10.17h-17.149V474.814z"/> + <path fill="#CC0000" d="M269.624,525.752c-5.488,7.088-12.653,9.789-19.535,9.789c-22.026,0-34.989-16.475-34.989-37.012 + c0-21.123,12.962-37.564,34.989-37.564c14.55,0,28.312,8.971,30.011,25.107h-14.961c-1.798-7.883-7.678-11.955-15.05-11.955 + c-14.057,0-19.348,11.955-19.348,24.412c0,11.869,5.291,23.826,19.348,23.826c10.171,0,16.04-5.479,16.942-15.354h-15.743v-11.65 + h29.899v38.48h-9.976L269.624,525.752"/> + <polyline fill="#CC0000" points="291.857,462.652 345.071,462.652 345.071,475.816 307.506,475.816 307.506,491.061 + 341.99,491.061 341.99,503.234 307.506,503.234 307.506,520.668 345.878,520.668 345.878,533.832 291.857,533.832 + 291.857,462.652 "/> + <polyline fill="#CC0000" points="374.188,475.816 352.856,475.816 352.856,462.652 411.178,462.652 411.178,475.816 + 389.835,475.816 389.835,533.832 374.188,533.832 374.188,475.816 "/> + </g> +</g> +</svg> diff --git a/website/static/img/companies/traceableai.svg b/website/static/img/companies/traceableai.svg new file mode 100644 index 0000000..9e5a874 --- /dev/null +++ b/website/static/img/companies/traceableai.svg @@ -0,0 +1 @@ +<svg id="svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="109" viewBox="0, 0, 400,109"><g id="svgg"><path id="path0" d="M43.083 24.168 C 42.950 24.382,43.418 24.567,43.761 24.436 C 44.095 24.308,43.911 24.000,43.500 24.000 C 43.327 24.000,43.140 24.076,43.083 24.168 M42.333 25.083 C 42.333 25.365,42.145 25.409,41.908 25.182 C 41.811 25.089,41.314 25.470,40.621 26.170 C 39.992 26.804,39.568 27.356,39.664 27.415 C 39.758 2 [...] \ No newline at end of file diff --git a/website-builder/static/img/companies/uber.svg b/website/static/img/companies/uber.svg similarity index 100% rename from website-builder/static/img/companies/uber.svg rename to website/static/img/companies/uber.svg diff --git a/website/static/img/companies/walmart_logo.svg b/website/static/img/companies/walmart_logo.svg new file mode 100644 index 0000000..0ce0026 --- /dev/null +++ b/website/static/img/companies/walmart_logo.svg @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="47.016" viewBox="0 0 188.41362 47.016108" width="188.41" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><g transform="matrix(1.25 0 0 -1.25 -279.62 519.24)"><g transform="matrix(.25 0 0 .25 224.45 297.78)"><path d="m0 37.789s18.553 76.025 21.514 88.365c3.456 14.403 9.6831 19.704 27.637 16.129l11.585-47.135c2.9362 [...] diff --git a/website/static/img/companies/weibo.svg b/website/static/img/companies/weibo.svg new file mode 100644 index 0000000..1014cd4 --- /dev/null +++ b/website/static/img/companies/weibo.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="762" viewBox="0 0.039 200 60.922"> +<path d="M5.53 41.936c0 8.758 11.402 15.86 25.47 15.86s25.47-7.103 25.47-15.86S45.067 26.077 31 26.077 5.53 33.178 5.53 41.936" fill="#fff"/><path d="M31.593 56.504c-12.45 1.228-23.197-4.398-24.007-12.573-.808-8.173 8.633-15.795 21.081-17.026 12.451-1.232 23.199 4.396 24.007 12.567.807 8.176-8.63 15.8-21.081 17.032m24.903-27.135c-1.059-.316-1.785-.533-1.231-1.924 1.201-3.022 1.325-5.628.023-7.488-2.441-3.487-9.121-3.3-16.778-.093 0-.005-2.404 1.052-1.79-.855 1.178-3.787 1-6.958-.833-8.78 [...] diff --git a/website/static/img/companies/wepay_logo.svg b/website/static/img/companies/wepay_logo.svg new file mode 100644 index 0000000..84b89bc --- /dev/null +++ b/website/static/img/companies/wepay_logo.svg @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 23.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 155.8 56.8" style="enable-background:new 0 0 155.8 56.8;" xml:space="preserve"> +<style type="text/css"> + .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#5791CD;} + .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#34A736;} + .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#1D1D1B;} +</style> +<g> + <path class="st0" d="M27.1,27.6h-2.8l-5.8-18h-0.1l-5.8,18H9.9L0.1,0.8h5.3l5.9,17.4h0.1l5.5-17.4h3.3l5.5,17.4h0.1l5.8-17.4h5.3 + L27.1,27.6 M59.5,12.5c-0.2-3.9-3.8-7.8-8.6-7.8s-8.3,3.9-8.6,7.8H59.5L59.5,12.5z M42.2,16.3c1.2,5.2,5.4,7.3,8.7,7.3 + c3.7,0,6.4-2.2,7.6-4.5h5c-2.5,6.9-8.6,9.1-12.8,9.1c-7.5,0-13.5-6.5-13.5-14.1c0-8,6.1-14.1,13.6-14.1C58,0,64.3,5.9,64.3,13.7 + c0,0.9-0.1,2.2-0.1,2.6H42.2L42.2,16.3z"/> + <path class="st1" d="M82,4.7c-5.2,0-8.9,4.5-8.9,9.5c0,5.4,4,9.5,9,9.5c4.7,0,9-3.8,9-9.4C91.1,9.4,87.4,4.7,82,4.7z M68.2,0.8h4.6 + v4.1h0.1c2.4-3.5,6-4.8,9.4-4.8c9,0,13.8,7.3,13.8,14.5c0,6.8-5,13.7-13.4,13.7c-5.6,0-8.3-2.9-9.3-4.5h-0.1v12.8h-5L68.2,0.8 + L68.2,0.8z M112.6,4.7c-6.1,0-9.1,5.4-9.1,9.6c0,4.8,3.8,9.4,9.1,9.4c5.2,0,9.3-4.3,9.3-9.4C121.9,8.5,117.8,4.7,112.6,4.7 + L112.6,4.7z M121.8,27.6v-4.2h-0.1c-1.9,3.3-5.4,4.8-9,4.8c-9,0-14.1-6.9-14.1-14c0-6.5,4.6-14.2,14.1-14.2c3.7,0,7.1,1.5,9,4.5 + h0.1V0.8h5v26.8H121.8L121.8,27.6z M141.1,36.5h-5.2l3.9-9.5L129.2,0.8h5.4l7.8,20.8l8-20.8h5.4L141.1,36.5"/> + <path class="st2" d="M81.6,42.7c-0.3,0-0.5,0.2-0.5,0.5v3.5h9.1l-4.1-4H81.6 M90.6,47.8c0-0.3-0.2-0.5-0.5-0.5l0,0h-3.4v9.2 + l3.9-4.2V47.8 M85.6,56.8c0.3,0,0.5-0.2,0.5-0.5v-3.5H77l4.1,4H85.6 M76.7,51.7c0,0.3,0.2,0.5,0.5,0.5h3.4V43l-3.9,4.2V51.7 + M35,44.4v4.2h-5.8v-4.2h-2.1v10.7h2.1v-4.6H35v4.6h2.1V44.4H35 M63.2,44.4v10.7h9.3l-1.2-1.9h-6v-2.7h5.8v-1.8h-5.8v-2.4h6 + l1.2-1.8L63.2,44.4 M19.1,44.4c-2.2,0-3.3,1.4-3.3,3.3v4c0,2.3,1.4,3.4,3.3,3.4h6.7l-1.2-1.9h-5c-1.1,0-1.5-0.4-1.5-1.6V48 + c0-1.2,0.4-1.6,1.6-1.6h5.1l1.2-1.9L19.1,44.4 M54,44.4c-1.3,0-2.6,0.8-2.6,2.8v0.5c0,2.1,1.3,2.9,2.5,2.9h4.4 + c0.5,0,0.8,0.1,0.8,0.9v0.9c0,0.7-0.4,0.9-0.8,0.9h-5.8l-1.2,1.9h7.2c1.7,0,2.9-0.9,2.9-2.9v-0.7c0-1.9-1.1-2.8-2.8-2.8h-4.2 + c-0.5,0-0.8-0.1-0.8-0.8v-0.7c0-0.6,0.2-0.8,0.8-0.8H60l1.2-1.8L54,44.4 M44.4,46.6l1.9,4.4h-3.8L44.4,46.6z M43.2,44.4l-5,10.7 + h2.4l1-2.2h5.4l1,2.2h2.4l-5-10.7H43.2L43.2,44.4z M6.7,53c0.6,0,1.2-0.2,1.5-0.5c0.4-0.4,0.6-0.9,0.6-1.5v-0.6h-1 + c-0.8,0-1.4,0.2-1.8,0.4c-0.4,0.2-0.5,0.6-0.5,1.1c0,0.4,0.1,0.7,0.3,0.9C6,52.9,6.3,53,6.7,53L6.7,53z M9.1,53.7l-0.2-1l0,0 + c-0.3,0.4-0.7,0.7-1,0.9c-0.3,0.2-0.8,0.2-1.3,0.2c-0.7,0-1.2-0.2-1.6-0.5c-0.4-0.4-0.6-0.9-0.6-1.5c0-1.4,1.1-2.1,3.3-2.2h1.2 + v-0.4c0-0.5-0.1-0.9-0.3-1.2c-0.2-0.3-0.6-0.4-1.1-0.4c-0.6,0-1.2,0.2-1.9,0.5l-0.5-0.8c0.3-0.2,0.7-0.3,1.1-0.4 + c0.4-0.1,0.8-0.2,1.2-0.2c0.8,0,1.4,0.2,1.8,0.5c0.4,0.4,0.6,0.9,0.6,1.8v4.7H9.1L9.1,53.7z M98.7,53.8c-1,0-1.8-0.3-2.3-0.9 + s-0.8-1.5-0.8-2.6c0-1.2,0.3-2,0.8-2.7c0.6-0.6,1.3-0.9,2.4-0.9c0.3,0,0.7,0,1,0.1s0.6,0.2,0.8,0.3l-0.3,0.9 + c-0.2-0.1-0.5-0.2-0.8-0.2c-0.2-0.1-0.5-0.1-0.7-0.1c-1.4,0-2.1,0.9-2.1,2.7c0,0.8,0.2,1.5,0.5,2s0.8,0.7,1.5,0.7 + c0.6,0,1.2-0.1,1.8-0.4v0.9C100,53.7,99.4,53.8,98.7,53.8 M102.6,50.2c0,0.9,0.2,1.6,0.5,2c0.4,0.5,0.9,0.7,1.5,0.7 + s1.2-0.2,1.5-0.7c0.4-0.5,0.5-1.1,0.5-2s-0.2-1.5-0.5-2c-0.4-0.5-0.9-0.7-1.6-0.7c-0.7,0-1.2,0.2-1.5,0.7 + C102.8,48.7,102.6,49.3,102.6,50.2L102.6,50.2z M107.9,50.2c0,1.1-0.3,2-0.8,2.6c-0.6,0.6-1.3,0.9-2.3,0.9c-0.6,0-1.2-0.1-1.6-0.4 + c-0.5-0.3-0.9-0.7-1.1-1.2c-0.3-0.5-0.4-1.2-0.4-1.9c0-1.1,0.3-2,0.8-2.6c0.6-0.6,1.3-0.9,2.3-0.9s1.7,0.3,2.3,1 + C107.6,48.3,107.9,49.1,107.9,50.2L107.9,50.2z"/> + <g transform="translate(137.341 73.55)"> + <path class="st2" d="M-19-19.9v-4.4c0-0.5-0.1-1-0.4-1.2c-0.2-0.4-0.6-0.5-1.1-0.5c-0.6,0-1.1,0.2-1.4,0.6c-0.3,0.4-0.5,1-0.5,1.7 + v3.9h-1v-4.5c0-0.5-0.1-1-0.3-1.2c-0.3-0.4-0.6-0.5-1.1-0.5c-0.6,0-1.1,0.2-1.4,0.6s-0.5,1-0.5,1.9v3.6h-1v-6.9h0.8l0.2,0.9h0.1 + c0.1-0.3,0.4-0.5,0.7-0.7c0.4-0.2,0.8-0.3,1.2-0.3c1.1,0,1.8,0.4,2.1,1.2h0.1c0.2-0.4,0.5-0.7,0.9-0.9c0.4-0.2,0.8-0.3,1.3-0.3 + c0.8,0,1.4,0.2,1.7,0.6c0.4,0.4,0.6,1,0.6,1.9v4.5H-19 M-12.9-26c-0.7,0-1.2,0.2-1.5,0.6s-0.5,1-0.5,1.9v0.2c0,1,0.2,1.7,0.5,2.1 + c0.3,0.4,0.8,0.6,1.5,0.6c0.6,0,1.1-0.2,1.4-0.7s0.5-1.2,0.5-2c0-0.9-0.2-1.5-0.5-2S-12.3-26-12.9-26z M-12.8-19.7 + c-0.4,0-0.9-0.1-1.2-0.2c-0.4-0.2-0.7-0.4-0.9-0.8H-15c0.1,0.4,0.1,0.7,0.1,1.1v2.8h-1v-10h0.8l0.1,0.9h0.1 + c0.3-0.4,0.6-0.7,0.9-0.8c0.4-0.2,0.8-0.3,1.2-0.3c0.9,0,1.6,0.3,2.1,0.9c0.5,0.8,0.8,1.7,0.8,2.8c0,1.1-0.2,2-0.8,2.6 + C-11.3-20.1-11.9-19.7-12.8-19.7z"/> + </g> + <path class="st2" d="M130.9,53c0.6,0,1.2-0.2,1.5-0.5c0.4-0.4,0.6-0.9,0.6-1.5v-0.6h-1c-0.8,0-1.4,0.2-1.8,0.4 + c-0.4,0.2-0.5,0.6-0.5,1.1c0,0.4,0.1,0.7,0.3,0.9C130.2,52.9,130.6,53,130.9,53L130.9,53z M133.4,53.7l-0.2-1h-0.1 + c-0.3,0.4-0.7,0.7-1,0.9c-0.3,0.2-0.8,0.2-1.3,0.2c-0.7,0-1.2-0.2-1.6-0.5c-0.4-0.4-0.6-0.9-0.6-1.5c0-1.4,1.1-2.1,3.3-2.2h1.2 + v-0.4c0-0.5-0.1-0.9-0.3-1.2c-0.2-0.3-0.6-0.4-1.1-0.4c-0.6,0-1.2,0.2-1.9,0.5l-0.3-0.8c0.3-0.2,0.7-0.3,1.1-0.4 + c0.4-0.1,0.8-0.2,1.2-0.2c0.8,0,1.4,0.2,1.8,0.5c0.4,0.4,0.6,0.9,0.6,1.8v4.7H133.4L133.4,53.7z"/> + <g transform="translate(163.734 73.55)"> + <path class="st2" d="M-22.9-19.9v-4.4c0-0.6-0.1-1-0.4-1.3c-0.2-0.3-0.6-0.4-1.2-0.4c-0.7,0-1.2,0.2-1.6,0.6 + c-0.3,0.4-0.5,1-0.5,1.9v3.6h-1v-6.9h0.8l0.2,0.9h0.1c0.2-0.3,0.5-0.5,0.9-0.7c0.4-0.2,0.8-0.3,1.3-0.3c0.8,0,1.4,0.2,1.9,0.6 + c0.4,0.4,0.6,1,0.6,1.9v4.5H-22.9 M-20.9-26.8h1.1l1.5,3.9c0.3,0.9,0.5,1.6,0.6,1.9h0.1c0.1-0.2,0.2-0.6,0.3-1.1 + c0.2-0.5,0.7-2.1,1.7-4.8h1.1l-2.9,7.9c-0.3,0.8-0.6,1.3-1,1.7c-0.4,0.3-0.9,0.5-1.4,0.5c-0.3,0-0.6,0-0.9-0.1v-0.8 + c0.2,0.1,0.5,0.1,0.8,0.1c0.7,0,1.2-0.4,1.5-1.2l0.4-1L-20.9-26.8"/> + </g> +</g> +</svg> diff --git a/website-builder/static/img/components/Broker.png b/website/static/img/components/Broker.png similarity index 100% rename from website-builder/static/img/components/Broker.png rename to website/static/img/components/Broker.png diff --git a/website-builder/static/img/components/ClusterLogical.png b/website/static/img/components/ClusterLogical.png similarity index 100% rename from website-builder/static/img/components/ClusterLogical.png rename to website/static/img/components/ClusterLogical.png diff --git a/website-builder/static/img/components/TimeBoundary.jpg b/website/static/img/components/TimeBoundary.jpg similarity index 100% rename from website-builder/static/img/components/TimeBoundary.jpg rename to website/static/img/components/TimeBoundary.jpg diff --git a/website-builder/static/img/components/components.png b/website/static/img/components/components.png similarity index 100% rename from website-builder/static/img/components/components.png rename to website/static/img/components/components.png diff --git a/website-builder/static/img/dynamic-table.png b/website/static/img/dynamic-table.png similarity index 100% rename from website-builder/static/img/dynamic-table.png rename to website/static/img/dynamic-table.png diff --git a/website-builder/static/img/favicon-16x16.png b/website/static/img/favicon-16x16.png similarity index 100% rename from website-builder/static/img/favicon-16x16.png rename to website/static/img/favicon-16x16.png diff --git a/website-builder/static/img/favicon-32x32.png b/website/static/img/favicon-32x32.png similarity index 100% rename from website-builder/static/img/favicon-32x32.png rename to website/static/img/favicon-32x32.png diff --git a/website-builder/static/img/favicon-96x96.png b/website/static/img/favicon-96x96.png similarity index 100% rename from website-builder/static/img/favicon-96x96.png rename to website/static/img/favicon-96x96.png diff --git a/website-builder/static/img/favicon.ico b/website/static/img/favicon.ico similarity index 100% rename from website-builder/static/img/favicon.ico rename to website/static/img/favicon.ico diff --git a/website-builder/static/img/ingest-query.svg b/website/static/img/ingest-query.svg similarity index 100% rename from website-builder/static/img/ingest-query.svg rename to website/static/img/ingest-query.svg diff --git a/website-builder/src/components/Step/styles.css b/website/static/img/light.svg similarity index 100% rename from website-builder/src/components/Step/styles.css rename to website/static/img/light.svg diff --git a/website-builder/static/img/logo.svg b/website/static/img/logo.svg similarity index 100% rename from website-builder/static/img/logo.svg rename to website/static/img/logo.svg diff --git a/website-builder/static/img/pinot-320x320.png b/website/static/img/pinot-320x320.png similarity index 100% rename from website-builder/static/img/pinot-320x320.png rename to website/static/img/pinot-320x320.png diff --git a/website-builder/static/img/pinot-architecture.png b/website/static/img/pinot-architecture.png similarity index 100% rename from website-builder/static/img/pinot-architecture.png rename to website/static/img/pinot-architecture.png diff --git a/website-builder/static/img/pinot-components.svg b/website/static/img/pinot-components.svg similarity index 100% rename from website-builder/static/img/pinot-components.svg rename to website/static/img/pinot-components.svg diff --git a/website-builder/static/img/pinot-navbar-logo-722f37.png b/website/static/img/pinot-navbar-logo-722f37.png similarity index 100% rename from website-builder/static/img/pinot-navbar-logo-722f37.png rename to website/static/img/pinot-navbar-logo-722f37.png diff --git a/website-builder/static/img/pinot-navbar-logo-722f37.svg b/website/static/img/pinot-navbar-logo-722f37.svg similarity index 100% rename from website-builder/static/img/pinot-navbar-logo-722f37.svg rename to website/static/img/pinot-navbar-logo-722f37.svg diff --git a/website-builder/static/img/pinot-navbar-logo.svg b/website/static/img/pinot-navbar-logo.svg similarity index 100% rename from website-builder/static/img/pinot-navbar-logo.svg rename to website/static/img/pinot-navbar-logo.svg diff --git a/website-builder/static/img/pinot-overview-dark.png b/website/static/img/pinot-overview-dark.png similarity index 100% rename from website-builder/static/img/pinot-overview-dark.png rename to website/static/img/pinot-overview-dark.png diff --git a/website-builder/static/img/pinot-overview-light.png b/website/static/img/pinot-overview-light.png similarity index 100% rename from website-builder/static/img/pinot-overview-light.png rename to website/static/img/pinot-overview-light.png diff --git a/website-builder/static/img/pinot-overview.png b/website/static/img/pinot-overview.png similarity index 100% rename from website-builder/static/img/pinot-overview.png rename to website/static/img/pinot-overview.png diff --git a/website-builder/static/img/pinot-overview.svg b/website/static/img/pinot-overview.svg similarity index 100% rename from website-builder/static/img/pinot-overview.svg rename to website/static/img/pinot-overview.svg diff --git a/website-builder/static/img/pinot-query.svg b/website/static/img/pinot-query.svg similarity index 100% rename from website-builder/static/img/pinot-query.svg rename to website/static/img/pinot-query.svg diff --git a/website-builder/static/img/pinot.png b/website/static/img/pinot.png similarity index 100% rename from website-builder/static/img/pinot.png rename to website/static/img/pinot.png diff --git a/website-builder/static/img/pql-query.png b/website/static/img/pql-query.png similarity index 100% rename from website-builder/static/img/pql-query.png rename to website/static/img/pql-query.png diff --git a/website-builder/static/img/pql/pql-query-console.png b/website/static/img/pql/pql-query-console.png similarity index 100% rename from website-builder/static/img/pql/pql-query-console.png rename to website/static/img/pql/pql-query-console.png diff --git a/website-builder/static/img/undraw_docusaurus_mountain.svg b/website/static/img/undraw_docusaurus_mountain.svg similarity index 100% rename from website-builder/static/img/undraw_docusaurus_mountain.svg rename to website/static/img/undraw_docusaurus_mountain.svg diff --git a/website-builder/static/img/undraw_docusaurus_react.svg b/website/static/img/undraw_docusaurus_react.svg similarity index 100% rename from website-builder/static/img/undraw_docusaurus_react.svg rename to website/static/img/undraw_docusaurus_react.svg diff --git a/website-builder/static/img/undraw_docusaurus_tree.svg b/website/static/img/undraw_docusaurus_tree.svg similarity index 100% rename from website-builder/static/img/undraw_docusaurus_tree.svg rename to website/static/img/undraw_docusaurus_tree.svg diff --git a/website/tsconfig.json b/website/tsconfig.json new file mode 100644 index 0000000..11eedb7 --- /dev/null +++ b/website/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "@tsconfig/docusaurus/tsconfig.json", + // "compilerOptions": { + // "allowJs": true, + // "target": "es5", + // "module": "esnext", + // "lib": ["esnext", "DOM", "dom", "dom.iterable"], + + // /* Module Resolution and InterOp */ + // "moduleResolution": "node", + // "allowSyntheticDefaultImports": true, + // "esModuleInterop": true, + + // /* Module Resolution and InterOp */ + + // }, + "include": ["src/"], + "exclude": ["node_modules", "**/lib/**/*"] +} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org