|
3 | 3 |
|
4 | 4 | <footer class="py-12 px-6 w-full mx-auto bg-ink-dark"> |
5 | 5 | <div class="max-w-(--max-layout-width) w-full mx-auto"> |
6 | | - <div class="text-grey-20 text-[12px]"> |
7 | | - <a href="https://www.elastic.co/"> |
8 | | - <img class="block" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120"/> |
9 | | - </a> |
10 | | - </div> |
11 | | - <div class="text-grey-20 text-[12px] bg-ink-dark grid grid-cols-1 md:grid-cols-2 gap-2 items-center"> |
12 | | - <div> |
13 | | - <ul class="mt-4 flex gap-3"> |
14 | | - <li> |
15 | | - <a class="underline hover:text-white" href="https://www.elastic.co/legal/trademarks">Trademarks</a> |
16 | | - </li> |
17 | | - <li> |
18 | | - <a class="underline hover:text-white" href="https://www.elastic.co/legal/terms-of-use">Terms of Use</a> |
19 | | - </li> |
20 | | - <li> |
21 | | - <a class="underline hover:text-white" href="https://www.elastic.co/legal/privacy-statement">Privacy</a> |
22 | | - </li> |
23 | | - <li> |
24 | | - <a class="underline hover:text-white" href="https://www.elastic.co/sitemap">Sitemap</a> |
25 | | - </li> |
26 | | - </ul> |
27 | | - <p class="mt-4"> |
28 | | - © @(DateTime.Today.Year) Elasticsearch B.V. All Rights Reserved. |
29 | | - </p> |
30 | | - </div> |
| 6 | + <div class="text-grey-20 text-[12px]"> |
| 7 | + <a href="https://www.elastic.co/"> |
| 8 | + <img class="block" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120"/> |
| 9 | + </a> |
| 10 | + </div> |
| 11 | + <div class="text-grey-20 text-[12px] bg-ink-dark grid grid-cols-1 md:grid-cols-2 gap-2 items-center"> |
| 12 | + <div> |
| 13 | + <ul class="mt-4 flex gap-3"> |
| 14 | + <li> |
| 15 | + <a class="underline hover:text-white" href="https://www.elastic.co/legal/trademarks">Trademarks</a> |
| 16 | + </li> |
| 17 | + <li> |
| 18 | + <a class="underline hover:text-white" href="https://www.elastic.co/legal/terms-of-use">Terms of Use</a> |
| 19 | + </li> |
| 20 | + <li> |
| 21 | + <a class="underline hover:text-white" href="https://www.elastic.co/legal/privacy-statement">Privacy</a> |
| 22 | + </li> |
| 23 | + <li> |
| 24 | + <a class="underline hover:text-white" href="https://www.elastic.co/sitemap">Sitemap</a> |
| 25 | + </li> |
| 26 | + </ul> |
31 | 27 | <p class="mt-4"> |
32 | | - Elasticsearch is a trademark of Elasticsearch B.V., registered in the U.S. and in other countries. Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries. |
| 28 | + © @(DateTime.Today.Year) Elasticsearch B.V. All Rights Reserved. |
33 | 29 | </p> |
34 | 30 | </div> |
| 31 | + <p class="mt-4"> |
| 32 | + Elasticsearch is a trademark of Elasticsearch B.V., registered in the U.S. and in other countries. Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries. |
| 33 | + </p> |
| 34 | + </div> |
35 | 35 | </div> |
36 | 36 | </footer> |
37 | 37 |
|
|
0 commit comments