Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,15 @@ go test -parallel 4 -count=1 ./tests/

---

## Contact

Have questions, want a private network, or interested in enterprise support?

- **Email:** [founders@vulturelabs.com](mailto:founders@vulturelabs.com)
- **Slack:** [Join our community](https://join.slack.com/t/pilotporotocol/shared_invite/zt-3uakfp62r-72XLHnu0snAoU2Kv70BtgA)

---

## License

Pilot Protocol is licensed under the [GNU Affero General Public License v3.0](LICENSE).
Expand Down
1 change: 1 addition & 0 deletions web/src/components/Topbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const { variant } = Astro.props;
<a href="/"><svg class="topbar-icon" viewBox="0 0 24 24"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>Home</a>
<a href="/blog/"><svg class="topbar-icon" viewBox="0 0 24 24"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4z"/></svg>Blog</a>
<a href="https://github.com/TeoSlayer/pilotprotocol"><svg class="topbar-icon" viewBox="0 0 24 24" fill="currentColor" stroke="none"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/></svg>GitHub</a>
<a href="/#contact" style="color:#fff!important">Contact Us</a>
) : (
<a href="/docs/plans"><svg class="topbar-icon" viewBox="0 0 24 24"><path d="M12 2L2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>Plans</a>
<a href="/"><svg class="topbar-icon" viewBox="0 0 24 24"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>Home</a>
Expand Down
19 changes: 18 additions & 1 deletion web/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
</div>
<div class="nav-divider"></div>
<div class="nav-center">
<a href="/docs/"><svg class="nav-icon" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>Docs</a>
<a href="#contact"><svg class="nav-icon" viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>Contact Us</a>
</div>
<div class="nav-right">
<a class="gh-stars" href="https://github.com/TeoSlayer/pilotprotocol" title="Star on GitHub">
Expand All @@ -489,6 +489,7 @@
<a href="/docs/plans"><svg viewBox="0 0 24 24"><path d="M12 2L2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>Plans</a>
<a href="/blog/"><svg viewBox="0 0 24 24"><path d="M12 20h9"/><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4z"/></svg>Blog</a>
<a href="/docs/"><svg viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>Docs</a>
<a href="#contact"><svg viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>Contact Us</a>
</div>
</div>
</nav>
Expand Down Expand Up @@ -1070,6 +1071,22 @@ <h2>FAQ</h2>
<p style="font-size:0.85rem;color:var(--muted);margin-top:8px">You can also ping and benchmark: <code style="color:var(--accent)">pilotctl ping agent-alpha</code></p>
</section>

<!-- Contact Us -->
<section id="contact">
<h2>Contact Us</h2>
<p class="section-sub">Have questions or want to get in touch? We'd love to hear from you.</p>
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px">
<a href="mailto:founders@vulturelabs.com" style="display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:40px;background:var(--accent);color:#000;font-weight:600;font-size:0.88rem;text-decoration:none;transition:opacity 0.2s,box-shadow 0.2s" onmouseover="this.style.opacity='0.9';this.style.boxShadow='0 0 16px rgba(34,197,94,0.3)'" onmouseout="this.style.opacity='1';this.style.boxShadow='none'">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
Email Us
</a>
<a href="https://join.slack.com/t/pilotporotocol/shared_invite/zt-3uakfp62r-72XLHnu0snAoU2Kv70BtgA" style="display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:40px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);color:var(--fg);font-weight:600;font-size:0.88rem;text-decoration:none;transition:background 0.2s,border-color 0.2s" onmouseover="this.style.background='rgba(255,255,255,0.1)';this.style.borderColor='rgba(255,255,255,0.2)'" onmouseout="this.style.background='rgba(255,255,255,0.06)';this.style.borderColor='rgba(255,255,255,0.12)'">
<svg width="16" height="16" viewBox="0 0 124 124" fill="currentColor" stroke="none"><path d="M26.1 78.8c0 7.1-5.8 12.9-12.9 12.9S.3 85.9.3 78.8s5.8-12.9 12.9-12.9H26.1v12.9zm6.5 0c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9v32.3c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V78.8z" fill="#E01E5A"/><path d="M45.5 26.1c-7.1 0-12.9-5.8-12.9-12.9S38.4.3 45.5.3s12.9 5.8 12.9 12.9V26.1H45.5zm0 6.5c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H13.2C6.1 58.4.3 52.6.3 45.5S6.1 32.6 13.2 32.6H45.5z" fill="#36C5F0"/><path d="M97.9 45.5c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9-5.8 12.9-12.9 12.9H97.9V45.5zm-6.5 0c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V13.2C65.6 6.1 71.4.3 78.5.3s12.9 5.8 12.9 12.9V45.5z" fill="#2EB67D"/><path d="M78.5 97.9c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9-12.9-5.8-12.9-12.9V97.9H78.5zm0-6.5c-7.1 0-12.9-5.8-12.9-12.9s5.8-12.9 12.9-12.9h32.3c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H78.5z" fill="#ECB22E"/></svg>
Join our Slack
</a>
</div>
</section>

<section>
<h2>Quick start</h2>
<div class="tabs">
Expand Down
3 changes: 1 addition & 2 deletions web/src/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ pre[class*="language-"],code[class*="language-"]{background:var(--code-bg) !impo
.topbar nav{display:flex;gap:12px;align-items:center}
.topbar nav a{color:var(--muted);font-size:0.85rem;display:flex;align-items:center;gap:5px}
.topbar nav a:hover{color:var(--fg);text-decoration:none}
.topbar-icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.hamburger{display:none;background:none;border:none;color:var(--fg);font-size:1.5rem;cursor:pointer;padding:4px}
.topbar-icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.hamburger{display:none;background:none;border:none;color:var(--fg);font-size:1.5rem;cursor:pointer;padding:4px}

/* Sidebar */
.sidebar{position:fixed;top:56px;left:0;bottom:0;width:var(--sidebar-w);overflow-y:auto;padding:24px 16px;border-right:1px solid var(--border);background:var(--bg);z-index:90}
Expand Down
Loading