| {{/* | |
| Licensed 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. See accompanying LICENSE file. | |
| */}} | |
| <footer class="footer"> | |
| <div class="footer__contained"> | |
| <div class="footer__cols"> | |
| <div class="footer__cols__col footer__cols__col__logos"> | |
| <div class="footer__cols__col__logo"> | |
| <img src="/images/beam_logo_circle.svg" class="footer__logo" alt="Beam logo"> | |
| </div> | |
| <div class="footer__cols__col__logo"> | |
| <img src="/images/apache_logo_circle.svg" class="footer__logo" alt="Apache logo"> | |
| </div> | |
| </div> | |
| <div class="footer-wrapper"> | |
| <div class="wrapper-grid"> | |
| <div class="footer__cols__col"> | |
| <div class="footer__cols__col__title">{{ T "footer-start" }}</div> | |
| <div class="footer__cols__col__link"><a href={{ "/get-started/beam-overview/" | relLangURL }}>{{ T "footer-overview" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/get-started/quickstart-java/" | relLangURL }}>{{ T "footer-quickstart-java" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/get-started/quickstart-py/" | relLangURL }}>{{ T "footer-quickstart-python" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/get-started/quickstart-go/" | relLangURL }}>{{ T "footer-quickstart-go" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/get-started/downloads/" | relLangURL }}>{{ T "footer-downloads" }}</a></div> | |
| </div> | |
| <div class="footer__cols__col"> | |
| <div class="footer__cols__col__title">{{ T "footer-docs" }}</div> | |
| <div class="footer__cols__col__link"><a href={{ "/documentation/programming-guide/" | relLangURL }}>{{ T "footer-concepts" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/documentation/pipelines/design-your-pipeline/" | relLangURL }}>{{ T "footer-pipelines" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/documentation/runners/capability-matrix/" | relLangURL }}>{{ T "footer-runners" }}</a></div> | |
| </div> | |
| <div class="footer__cols__col"> | |
| <div class="footer__cols__col__title">{{ T "footer-community" }}</div> | |
| <div class="footer__cols__col__link"><a href={{ "/contribute/" | relLangURL }}>{{ T "footer-contribute" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "https://projects.apache.org/committee.html?beam" | relLangURL }} target="_blank">{{ T "footer-team" }}<img src="/images/external-link-icon.png" | |
| width="14" height="14" | |
| alt="External link."></a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/community/presentation-materials/" | relLangURL }}>{{ T "footer-media" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/community/in-person/" | relLangURL }}>{{ T "footer-events" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "/community/contact-us/" | relLangURL }}>{{ T "footer-contact-us" }}</a></div> | |
| </div> | |
| <div class="footer__cols__col"> | |
| <div class="footer__cols__col__title">{{ T "footer-resources" }}</div> | |
| <div class="footer__cols__col__link"><a href={{ "/blog/" | relLangURL }}>{{ T "footer-blog" }}</a></div> | |
| <div class="footer__cols__col__link"><a href={{ "https://github.com/apache/beam" | relLangURL }}>{{ T "footer-github" }}</a></div> | |
| </div> | |
| </div> | |
| <div class="footer__bottom"> | |
| © | |
| <a href="https://www.apache.org">{{ T "footer-apache" }}</a> | |
| | <a href={{ "/privacy_policy" | relLangURL }}>{{ T "footer-privacy-policy" }}</a> | |
| | <a href={{ "/feed.xml" | relLangURL }}>{{ T "footer-rss-feed" }}</a> | |
| <br><br> | |
| {{ T "footer-copy" }} | |
| </div> | |
| </div> | |
| <div class="footer__cols__col footer__cols__col__logos"> | |
| <div class="footer__cols__col--group"> | |
| <div class="footer__cols__col__logo"> | |
| <a href="https://github.com/apache/beam"> | |
| <img src="/images/logos/social-icons/github-logo-150.png" class="footer__logo" alt="Github logo"> | |
| </a> | |
| </div> | |
| <div class="footer__cols__col__logo"> | |
| <a href="https://www.linkedin.com/company/apache-beam/"> | |
| <img src="/images/logos/social-icons/linkedin-logo-150.png" class="footer__logo" alt="Linkedin logo"> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="footer__cols__col--group"> | |
| <div class="footer__cols__col__logo"> | |
| <a href="https://twitter.com/apachebeam"> | |
| <img src="/images/logos/social-icons/twitter-logo-150.png" class="footer__logo" alt="Twitter logo"> | |
| </a> | |
| </div> | |
| <div class="footer__cols__col__logo"> | |
| <a href="https://www.youtube.com/channel/UChNnb_YO_7B0HlW6FhAXZZQ"> | |
| <img src="/images/logos/social-icons/youtube-logo-150.png" class="footer__logo" alt="Youtube logo"> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> |