|
15 | 15 | <div class="flex gap-4"> |
16 | 16 | <a |
17 | 17 | class="h-8 w-8 rounded-full fill-blue-light dark:fill-blue-dark" |
| 18 | + title="X (Twitter)" |
18 | 19 | href="http://twitter.com/docker/"> |
19 | 20 | {{ (resources.Get "images/TwitterCircle.svg").Content | safe.HTML }} |
20 | 21 | </a> |
21 | 22 | <a |
22 | 23 | class="h-8 w-8 rounded-full fill-blue-light dark:fill-blue-dark" |
| 24 | + title="LinkedIn" |
23 | 25 | href="https://www.linkedin.com/company/docker"> |
24 | 26 | {{ (resources.Get "images/LinkedinCircle.svg").Content | safe.HTML }} |
25 | 27 | </a> |
26 | 28 | <a |
27 | 29 | class="h-8 w-8 rounded-full fill-blue-light dark:fill-blue-dark" |
| 30 | + title="Instagram" |
28 | 31 | href="https://www.instagram.com/dockerinc/"> |
29 | 32 | {{ (resources.Get "images/InstagramCircle.svg").Content | safe.HTML }} |
30 | 33 | </a> |
31 | 34 | <a |
32 | 35 | class="h-8 w-8 rounded-full fill-blue-light dark:fill-blue-dark" |
| 36 | + title="YouTube" |
33 | 37 | href="http://www.youtube.com/user/dockerrun"> |
34 | 38 | {{ (resources.Get "images/YoutubeCircle.svg").Content | safe.HTML }} |
35 | 39 | </a> |
36 | 40 | <a |
37 | 41 | class="h-8 w-8 rounded-full fill-blue-light dark:fill-blue-dark" |
| 42 | + title="Facebook" |
38 | 43 | href="https://www.facebook.com/docker.run"> |
39 | 44 | {{ (resources.Get "images/FacebookCircle.svg").Content | safe.HTML }} |
40 | 45 | </a> |
41 | 46 | </div> |
42 | 47 | <div class="flex items-center gap-4"> |
43 | | - <a class="underline-offset-2 hover:underline" href="https://www.docker.com/legal/docker-terms-service">Terms of Service</a> |
44 | | - <a class="underline-offset-2 hover:underline" href="https://www.dockerstatus.com/">Status</a> |
45 | | - <a class="underline-offset-2 hover:underline" href="https://www.docker.com/legal">Legal</a> |
| 48 | + <a |
| 49 | + class="underline-offset-2 hover:underline" |
| 50 | + title="Docker Terms of Service" |
| 51 | + href="https://www.docker.com/legal/docker-terms-service" |
| 52 | + >Terms of Service</a> |
| 53 | + <a |
| 54 | + class="underline-offset-2 hover:underline" |
| 55 | + title="Docker Systems Status Page" |
| 56 | + href="https://www.dockerstatus.com/" |
| 57 | + >Status</a> |
| 58 | + <a |
| 59 | + class="underline-offset-2 hover:underline" |
| 60 | + title="Docker Legal Terms" |
| 61 | + href="https://www.docker.com/legal" |
| 62 | + >Legal</a> |
46 | 63 | </div> |
47 | 64 | </div> |
48 | 65 | </div> |
|
0 commit comments