-
Notifications
You must be signed in to change notification settings - Fork 362
Expand file tree
/
Copy pathfooter.html
More file actions
45 lines (44 loc) · 2.35 KB
/
footer.html
File metadata and controls
45 lines (44 loc) · 2.35 KB
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
<footer class="site-footer" role="contentinfo">
<div class="site-footer-inner">
<div class="site-footer-brand">
<img src="{{ '/assets/docker-mark.svg' | relative_url }}" alt="" width="28" height="22">
<div>
<div class="site-footer-product">Docker Agent</div>
<div class="site-footer-tagline">Run AI agents like containers.</div>
</div>
</div>
<div class="site-footer-cols">
<div class="site-footer-col">
<h4>Product</h4>
<ul>
<li><a href="https://www.docker.com/products/docker-desktop/" target="_blank" rel="noopener">Docker Desktop</a></li>
<li><a href="https://hub.docker.com" target="_blank" rel="noopener">Docker Hub</a></li>
<li><a href="https://www.docker.com/products/docker-scout/" target="_blank" rel="noopener">Docker Scout</a></li>
<li><a href="https://www.docker.com/products/build-cloud/" target="_blank" rel="noopener">Build Cloud</a></li>
</ul>
</div>
<div class="site-footer-col">
<h4>Resources</h4>
<ul>
<li><a href="https://docs.docker.com" target="_blank" rel="noopener">Docker Docs</a></li>
<li><a href="https://github.com/docker/docker-agent" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://hub.docker.com/u/agentcatalog" target="_blank" rel="noopener">Agent Catalog</a></li>
<li><a href="https://www.docker.com/blog/" target="_blank" rel="noopener">Blog</a></li>
</ul>
</div>
<div class="site-footer-col">
<h4>Company</h4>
<ul>
<li><a href="https://www.docker.com/company/" target="_blank" rel="noopener">About</a></li>
<li><a href="https://status.docker.com" target="_blank" rel="noopener">Status</a></li>
<li><a href="https://www.docker.com/legal/docker-terms-service/" target="_blank" rel="noopener">Terms</a></li>
<li><a href="https://www.docker.com/legal/docker-privacy-policy/" target="_blank" rel="noopener">Privacy</a></li>
</ul>
</div>
</div>
</div>
<div class="site-footer-bottom">
<span>© {{ site.time | date: '%Y' }} Docker Inc. All rights reserved.</span>
<span>Docker Agent is open source under the <a href="https://github.com/docker/docker-agent/blob/main/LICENSE" target="_blank" rel="noopener">Apache 2.0 license</a>.</span>
</div>
</footer>