|
48 | 48 | {% block content %}{% endblock %}
|
49 | 49 | </div>
|
50 | 50 | <div class="footer">
|
51 |
| - <div class="width-limiter"> |
52 |
| - <div class="links"> |
53 |
| - <nav role="navigation" aria-label="Get Involved"> |
54 |
| - <h4>Get Involved</h4> |
55 |
| - <a role="menuitem" href="/code_of_conduct.html">Code of Conduct</a> |
56 |
| - <a role="menuitem" href="https://github.com/orgs/valkey-io/discussions">Forum</a> |
57 |
| - <a role="menuitem" href="https://github.com/valkey-io">GitHub</a> |
58 |
| - </nav> |
59 |
| - <nav role="navigation" aria-label="Resources"> |
60 |
| - <h4>Resources</h4> |
61 |
| - <a role="menuitem" href="/about">About</a> |
62 |
| - </nav> |
63 |
| - <nav role="navigation" aria-label="Contact Us"> |
64 |
| - <h4>Contact</h4> |
65 |
| - <a role="menuitem" href="/connect.html">Connect</a> |
66 |
| - </nav> |
67 |
| - </div> |
68 |
| - <p>© Valkey contributors, 2024.</p> |
69 |
| - <p>Valkey and the Valkey logo are trademarks of LF Projects, LLC.</p> |
70 |
| - <p> |
71 |
| - <a href="https://lfprojects.org/policies/trademark-policy/">Trademark Policy</a>. |
72 |
| - <a href="https://lfprojects.org/policies/privacy-policy/">Privacy Policy</a>. |
73 |
| - <a href="https://lfprojects.org/policies/terms-of-use/">Terms of Use</a>. |
74 |
| - For other policies, please see <a href="https://lfprojects.org/">lfprojects.org</a>. |
75 |
| - </p> |
76 |
| - <p>Valkey includes certain 3-Clause BSD-licensed Redis code from Redis Ltd. and other source code. Redis Ltd. is |
77 |
| - not the source of that other source code. Redis is a registered trademark of Redis Ltd.</p> |
78 |
| - <p> |
79 |
| - Logo design by <a href="https://github.com/dizys" target="_blank">Ziyang.</a> |
80 |
| - </p> |
| 51 | + <div class="row"> |
| 52 | + <div class="col col-6 icon-links"> |
| 53 | + <a href="https://valkey.io/slack" target="_blank"> |
| 54 | + <img src="/img/IconSlack.svg" alt="Slack Icon" width="20" height="20" /> |
| 55 | + Slack |
| 56 | + </a> |
| 57 | + <a href="https://github.com/valkey-io" target="_blank"> |
| 58 | + <img src="/img/IconGithub.svg" alt="Github Icon" width="20" height="20" /> |
| 59 | + GitHub |
| 60 | + </a> |
| 61 | + <a href="https://www.linkedin.com/company/valkey/" target="_blank"> |
| 62 | + <img src="/img/IconLinkedin.svg" alt="LinkedIn Icon" width="20" height="20" /> |
| 63 | + LinkedIn |
| 64 | + </a> |
| 65 | + <a href="https://x.com/valkey_io" target="_blank"> |
| 66 | + <img src="/img/IconX.svg" alt="X Icon" width="20" height="20" /> |
| 67 | + X.com |
| 68 | + </a> |
| 69 | + <a href="/connect"> |
| 70 | + <img src="/img/IconMail.svg" alt="Mail Icon" width="20" height="20" /> |
| 71 | + Connect |
| 72 | + </a> |
| 73 | + </div> |
| 74 | + |
| 75 | + <div class="col col-6 links"> |
| 76 | + <a href="/code_of_conduct">Code of Conduct</a> |
| 77 | + <a href="https://github.com/orgs/valkey-io/discussions" target="_blank">Forum</a> |
| 78 | + <a href="/about">About</a> |
| 79 | + <a href="/topics/faq">FAQ</a> |
| 80 | + </div> |
| 81 | + </div> |
| 82 | + |
| 83 | + <div class="footer_bottom"> |
| 84 | + <p>© Valkey contributors.</p> |
| 85 | + <p>Valkey and the Valkey logo are trademarks of LF Projects, LLC.</p> |
| 86 | + <p> |
| 87 | + <a href="https://lfprojects.org/policies/trademark-policy/">Trademark Policy</a>. |
| 88 | + <a href="https://lfprojects.org/policies/privacy-policy/">Privacy Policy</a>. |
| 89 | + <a href="https://lfprojects.org/policies/terms-of-use/">Terms of Use</a>. |
| 90 | + For other policies, please see <a href="https://lfprojects.org/">lfprojects.org</a>. |
| 91 | + </p> |
| 92 | + <p>Valkey includes certain 3-Clause BSD-licensed Redis code from Redis Ltd. and other source code. Redis Ltd. is |
| 93 | + not the source of that other source code. Redis is a registered trademark of Redis Ltd.</p> |
| 94 | + <p> |
| 95 | + Logo design by <a href="https://github.com/dizys" target="_blank">Ziyang.</a> |
| 96 | + </p> |
81 | 97 | </div>
|
82 | 98 | </div>
|
83 | 99 | </body>
|
|
0 commit comments