This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch remove-install-page in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit dbe514f90592fef621c3e207e0491ee6c92f4567 Author: Jarek Potiuk <[email protected]> AuthorDate: Thu Oct 27 03:27:16 2022 +0200 Remove old and unused install page Fixes: #677 --- landing-pages/site/content/en/install/_index.html | 124 ---------------------- 1 file changed, 124 deletions(-) diff --git a/landing-pages/site/content/en/install/_index.html b/landing-pages/site/content/en/install/_index.html deleted file mode 100644 index 86c8f0ac09..0000000000 --- a/landing-pages/site/content/en/install/_index.html +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: Install -menu: - main: - weight: 30 ---- - -<div class="install__accordions--wrapper"> - {{< accordion title="Install Apache Airflow locally" description="Working on an Open Source project such as Apache Airflow is very demanding but also equally rewarding when you realize how many businesses use it every day." open="true">}} - <p class="install__accordions-content--header">When installing locally is a good option for you?</p> - <div class="install__accordions-content--list-wrapper"> - <ul class="ticks-blue"> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - </ul> - </div> - <p class="install__accordions-content--header">Available methods</p> - <div class="install__accordions-content--methods-wrapper"> - <div class="install__accordions-content--method-box"> - <img src="/icons/docker-logo.png" alt="docker logo"/> - </div> - <div class="install__accordions-content--method-box"> - <p class="subtitle__large--brownish-grey text-center">PIP installation</p> - <a href="https://github.com"> - <button class="btn-filled bodytext__medium--white">Quick start</button> - </a> - </div> - </div> - {{< /accordion >}} - {{< accordion title="Install Apache Airflow on server" description="Working on an Open Source project such as Apache Airflow is very demanding but also equally rewarding when you realize how many businesses use it every day." >}} - <p class="install__accordions-content--header">When installing locally is a good option for you?</p> - <div class="install__accordions-content--list-wrapper"> - <ul class="ticks-blue"> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - </ul> - </div> - <p class="install__accordions-content--header">Available methods</p> - <div class="install__accordions-content--methods-wrapper"> - <div class="install__accordions-content--method-box"> - <img src="/icons/docker-logo.png" alt="docker logo"/> - </div> - <div class="install__accordions-content--method-box"> - <p class="subtitle__large--brownish-grey text-center">PIP installation</p> - <a href="https://github.com"> - <button class="btn-filled bodytext__medium--white">Quick start</button> - </a> - </div> - </div> - {{< /accordion >}} - {{< accordion title="Install Apache Airflow on cluster" description="Working on an Open Source project such as Apache Airflow is very demanding but also equally rewarding when you realize how many businesses use it every day." >}} - <p class="install__accordions-content--header">When installing locally is a good option for you?</p> - <div class="install__accordions-content--list-wrapper"> - <ul class="ticks-blue"> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - </ul> - </div> - <p class="install__accordions-content--header">Available methods</p> - <div class="install__accordions-content--methods-wrapper"> - <div class="install__accordions-content--method-box"> - <img src="/icons/docker-logo.png" alt="docker logo"/> - </div> - <div class="install__accordions-content--method-box"> - <p class="subtitle__large--brownish-grey text-center">PIP installation</p> - <a href="https://github.com"> - <button class="btn-filled bodytext__medium--white">Quick start</button> - </a> - </div> - </div> - {{< /accordion >}} - {{< accordion title="Install Apache Airflow to contribute" description="Working on an Open Source project such as Apache Airflow is very demanding but also equally rewarding when you realize how many businesses use it every day." >}} - <p class="install__accordions-content--header">When installing locally is a good option for you?</p> - <div class="install__accordions-content--list-wrapper"> - <ul class="ticks-blue"> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - </ul> - </div> - <p class="install__accordions-content--header">Available methods</p> - <div class="install__accordions-content--methods-wrapper"> - <div class="install__accordions-content--method-box"> - <img src="/icons/docker-logo.png" alt="docker logo"/> - </div> - <div class="install__accordions-content--method-box"> - <p class="subtitle__large--brownish-grey text-center">PIP installation</p> - <a href="https://github.com"> - <button class="btn-filled bodytext__medium--white">Quick start</button> - </a> - </div> - </div> - {{< /accordion >}} - {{< accordion title="Install Apache Airflow by Cloud" description="Working on an Open Source project such as Apache Airflow is very demanding but also equally rewarding when you realize how many businesses use it every day." >}} - <p class="install__accordions-content--header">When installing locally is a good option for you?</p> - <div class="install__accordions-content--list-wrapper"> - <ul class="ticks-blue"> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - <li>If you don’t want to do it by yourself</li> - </ul> - </div> - <p class="install__accordions-content--header">Available methods</p> - <div class="install__accordions-content--methods-wrapper"> - <div class="install__accordions-content--method-box"> - <img src="/icons/docker-logo.png" alt="docker logo"/> - </div> - <div class="install__accordions-content--method-box"> - <p class="subtitle__large--brownish-grey text-center">PIP installation</p> - <a href="https://github.com"> - <button class="btn-filled bodytext__medium--white">Quick start</button> - </a> - </div> - </div> - {{< /accordion >}} -</div>
