-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_footer.html
90 lines (90 loc) · 4.14 KB
/
_footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!-- Static bottom navbar -->
<nav class="navbar navbar-static-bottom footer">
<div class="container">
<div class="footer-container">
<div class="footer-info">
<div class="footer-info-item-large">
<img src="/static/logo-2-1.png" alt="The Stackable Logo">
<p class="footer-motto">
your data, your platform
</p>
</div>
<div class="footer-info-item">
<h2>Company</h2>
<ul class="footer-link-list">
<li>
<a href="https://stackable.tech/en/about-us">About Us</a>
</li>
<li>
<a href="https://stackable.tech/en/blog">Blog</a>
</li>
<li>
<a href="https://jobs.stackable.de/" target="_blank">Jobs</a>
</li>
</ul>
</div>
<div class="footer-info-item">
<h2>Support</h2>
<ul class="footer-link-list">
<li>
<a href="https://stackable.tech/en/contact">Contact Us</a>
</li>
<li>
<a href="https://stackable.tech/en/imprint">Imprint</a>
</li>
<li>
<a href="https://stackable.tech/en/data-protection">Data Protection</a>
</li>
</ul>
</div>
<div class="footer-info-item">
<h2>Get in touch</h2>
<ul class="footer-link-list">
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<a href="tel:+4941039263100">+49 4103 926 3100</a>
</li>
</ul>
</div>
</div>
<div class="footer-divider"></div>
<!-- social links -->
<div class="c-and-socials">
<div>© 2024 Stackable.</div>
<div class="social-icons-container">
<a class="social-icon" href="https://www.xing.com/pages/stackable" target="_blank" aria-label="The Stackable Xing account">
<i aria-hidden="true" class="fab fa-xing" title="Xing"></i>
<span class="sr-only"></span>
</a>
<a class="social-icon" href="https://www.linkedin.com/company/stackabletech/" target="_blank" aria-label="The Stackable LinkedIn account">
<i aria-hidden="true" class="fab fa-linkedin" title="LinkedIn"></i>
</a>
<a class="social-icon" href="https://github.com/stackabletech" target="_blank" aria-label="The Stackable GitHub account">
<i aria-hidden="true" class="fab fa-github" title="GitHub"></i>
</a>
<a class="social-icon" href="https://twitter.com/stackabletech" target="_blank" aria-label="The Stackable Twitter account">
<i aria-hidden="true" class="fab fa-twitter" title="Twitter"></i>
</a>
</div>
</div>
<p class="copyright-notice">
Apache, Apache Kafka®, Kafka, and the Kafka logo, Apache Druid, Druid, and the Druid logo,
Apache ZooKeeper™, ZooKeeper, and the Druid logo, Apache Hive™, Hive, and the Hive logo,
Apache Spark™, Spark, and the Spark logo, Apache Airflow, Airflow, and the Airflow logo,
Apache HBase®, HBase, and the HBase logo, Apache NiFi, NiFi, and the NiFi logo, Apache
Superset, Superset, the Superset logo, Apache Hadoop® HDFS, Apache Hadoop, Hadoop and the
Hadoop logo, Apache Phoenix™, Phoenix and the Phoenix-Logo, Apache Iceberg, Iceberg and the
Iceberg-Logo are either registered trademarks or trademarks of the Apache Software Foundation
in the United States and/or other countries. Open Policy Agent (OPA) is a Cloud Native
Computing Foundation graduated project. Licensed under the Apache License, Version 2.0. Trino
is open source software licensed under the Apache License 2.0 and supported by the Trino
Software Foundation. MinIO is a [“registered”, if applicable] trademark of the MinIO
Corporation. All other products or name brands are trademarks of their respective holders.
All product and service names used in this website are for identification purposes only and
do not imply endorsement.
</p>
</div>
</div>
</nav>