11< div class ="footer ">
2- < div class ="flex max-w-[1280px] gap-8 ">
3- < div class ="social ">
4- < a href ="https://www.linkedin.com/company/docker ">
5- < span class ="icon-svg ">
6- {{ partial "utils/svg" "icons/linkedin.svg" }}
7- </ span >
8- </ a >
9- < a href ="https://x.com/docker/ ">
10- < span class ="icon-svg ">
11- {{ partial "utils/svg" "icons/twitter.svg" }}
12- </ span >
13- </ a >
14- < a href ="https://www.facebook.com/docker.run ">
15- < span class ="icon-svg ">
16- {{ partial "utils/svg" "icons/facebook.svg" }}
17- </ span >
18- </ a >
19- < a href ="http://www.youtube.com/user/dockerrun ">
20- < span class ="icon-svg ">
21- {{ partial "utils/svg" "icons/youtube.svg" }}
22- </ span >
23- </ a >
24- < a href ="https://www.instagram.com/dockerinc/ ">
25- < span class ="icon-svg ">
26- {{ partial "utils/svg" "icons/instagram.svg" }}
27- </ span >
28- </ a >
29- </ div >
30- < div class ="links ">
31- < a href ="https://www.docker.com/ "> Product offerings</ a >
32- < a href ="https://www.docker.com/pricing/ "> Pricing</ a >
33- < a href ="https://www.docker.com/company/ "> About us</ a >
34- {{- with .GetPage "/contribute" }}
35- < a href ="{{ .Permalink }} "> {{ .LinkTitle }}</ a >
36- {{- end }}
37- < a href ="{{ " llms.txt " | relURL }}"> Read llms.txt</ a >
38- </ div >
39- < div class ="copyright ">
40- < span > Copyright © 2013-{{ time.Now.Year }} Docker Inc. All rights reserved.</ span >
41- < button type ="button " id ="ot-sdk-btn " class ="ot-sdk-show-settings ">
42- Cookies Settings
43- </ button >
44- < a title ="Docker Terms of Service "
45- href ="https://www.docker.com/legal/docker-terms-service "> Terms of Service</ a >
46- < a title ="Docker Systems Status Page "
47- href ="https://www.dockerstatus.com/ "> Status</ a >
48- < a title ="Docker Legal Terms "
49- href ="https://www.docker.com/legal "> Legal</ a >
50- </ div >
2+ < div class ="social ">
3+ < a href ="https://www.linkedin.com/company/docker ">
4+ < span class ="icon-svg ">
5+ {{ partial "utils/svg" "icons/linkedin.svg" }}
6+ </ span >
7+ </ a >
8+ < a href ="https://x.com/docker/ ">
9+ < span class ="icon-svg ">
10+ {{ partial "utils/svg" "icons/twitter.svg" }}
11+ </ span >
12+ </ a >
13+ < a href ="https://www.facebook.com/docker.run ">
14+ < span class ="icon-svg ">
15+ {{ partial "utils/svg" "icons/facebook.svg" }}
16+ </ span >
17+ </ a >
18+ < a href ="http://www.youtube.com/user/dockerrun ">
19+ < span class ="icon-svg ">
20+ {{ partial "utils/svg" "icons/youtube.svg" }}
21+ </ span >
22+ </ a >
23+ < a href ="https://www.instagram.com/dockerinc/ ">
24+ < span class ="icon-svg ">
25+ {{ partial "utils/svg" "icons/instagram.svg" }}
26+ </ span >
27+ </ a >
5128 </ div >
29+ < div class ="links ">
30+ < a href ="https://www.docker.com/ "> Product offerings</ a >
31+ < a href ="https://www.docker.com/pricing/ "> Pricing</ a >
32+ < a href ="https://www.docker.com/company/ "> About us</ a >
33+ {{- with .GetPage "/contribute" }}
34+ < a href ="{{ .Permalink }} "> {{ .LinkTitle }}</ a >
35+ {{- end }}
36+ < a href ="{{ " llms.txt " | relURL }}"> Read llms.txt</ a >
37+ </ div >
38+ < div class ="secondaryLinks ">
39+ < button type ="button " id ="ot-sdk-btn " class ="ot-sdk-show-settings ">
40+ Cookies Settings
41+ </ button >
42+ < a title ="Docker Terms of Service " href ="https://www.docker.com/legal/docker-terms-service "> Terms of Service</ a >
43+ < a title ="Docker Systems Status Page " href ="https://www.dockerstatus.com/ "> Status</ a >
44+ < a title ="Docker Legal Terms " href ="https://www.docker.com/legal "> Legal</ a >
45+ </ div >
46+ </ div >
47+ < div
48+ class ="text-sm text-gray-400 dark:text-gray-600 border-t dark:border-gray-700 border-gray-200 md:border-none px-4 py-4 bg-gray-100 dark:bg-gray-900 ">
49+ < span > Copyright © 2013-{{ time.Now.Year }} Docker Inc. All rights reserved.</ span >
5250</ div >
0 commit comments