|
6 | 6 | <title>do-manager — DigitalOcean CLI & Go library</title> |
7 | 7 | <meta name="description" content="CLI and Go library for DigitalOcean. Manage Droplets, DNS, VPCs, firewalls, snapshots. Campaign orchestration, IP rotation, firewall presets, cloud-init templates for Red Team ops." /> |
8 | 8 |
|
| 9 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 10 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 11 | + <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet"> |
| 12 | + |
9 | 13 | <style> |
10 | 14 | /* =========================================================== TOKENS */ |
11 | 15 | :root { |
|
718 | 722 | opacity: 1; |
719 | 723 | transform: none; |
720 | 724 | } |
| 725 | + |
| 726 | + /* ============================================================== FOOTER */ |
| 727 | + footer { |
| 728 | + border-top: 1px solid var(--border); |
| 729 | + padding: 1.5rem 2rem; |
| 730 | + display: flex; |
| 731 | + justify-content: center; |
| 732 | + } |
| 733 | + .footer-inner { |
| 734 | + display: flex; |
| 735 | + align-items: center; |
| 736 | + gap: 2rem; |
| 737 | + font-size: .8rem; |
| 738 | + color: var(--text-dim); |
| 739 | + font-family: var(--mono); |
| 740 | + } |
| 741 | + .footer-inner a { color: var(--text-dim); } |
| 742 | + .footer-inner a:hover { color: var(--text-bright); } |
| 743 | + .footer-sep { color: var(--border-bright); } |
721 | 744 | </style> |
722 | 745 | </head> |
723 | 746 | <body> |
|
782 | 805 | <div class="hero-kicker">CLI + Go library for DigitalOcean</div> |
783 | 806 |
|
784 | 807 | <h1 class="hero-title"> |
785 | | - Manage your<br>DigitalOcean<br><span style="color:var(--blue)">infrastructure.</span> |
| 808 | + DigitalOcean infra,<br>from a <span style="color:var(--blue)">single binary.</span> |
786 | 809 | </h1> |
787 | 810 |
|
788 | 811 | <p class="hero-sub"> |
@@ -2332,5 +2355,17 @@ <h2>Library Usage</h2> |
2332 | 2355 | setTimeout(runAnimation, 800); |
2333 | 2356 | </script> |
2334 | 2357 |
|
| 2358 | +<footer> |
| 2359 | + <div class="footer-inner"> |
| 2360 | + <span>do-manager v1.0.0</span> |
| 2361 | + <span class="footer-sep">|</span> |
| 2362 | + <span>by <a href="https://github.com/franckferman" target="_blank" rel="noopener">Franck Ferman</a></span> |
| 2363 | + <span class="footer-sep">|</span> |
| 2364 | + <a href="https://github.com/franckferman/do-manager" target="_blank" rel="noopener">GitHub</a> |
| 2365 | + <span class="footer-sep">|</span> |
| 2366 | + <a href="https://github.com/franckferman/do-manager/blob/stable/LICENSE" target="_blank" rel="noopener">AGPL-3.0</a> |
| 2367 | + </div> |
| 2368 | +</footer> |
| 2369 | + |
2335 | 2370 | </body> |
2336 | 2371 | </html> |
0 commit comments