Skip to content

Commit 4e804c0

Browse files
committed
Merge branch 'main' of github.com:TeoSlayer/pilotprotocol
2 parents 0096548 + a1cad78 commit 4e804c0

4 files changed

Lines changed: 29 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,15 @@ go test -parallel 4 -count=1 ./tests/
318318

319319
---
320320

321+
## Contact
322+
323+
Have questions, want a private network, or interested in enterprise support?
324+
325+
- **Email:** [founders@vulturelabs.com](mailto:founders@vulturelabs.com)
326+
- **Slack:** [Join our community](https://join.slack.com/t/pilotporotocol/shared_invite/zt-3uakfp62r-72XLHnu0snAoU2Kv70BtgA)
327+
328+
---
329+
321330
## License
322331

323332
Pilot Protocol is licensed under the [GNU Affero General Public License v3.0](LICENSE).

web/src/components/Topbar.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const { variant } = Astro.props;
1313
<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>
1414
<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>
1515
<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>
16+
<a href="/#contact" style="color:#fff!important">Contact Us</a>
1617
) : (
1718
<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>
1819
<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>

web/src/html/index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
</div>
469469
<div class="nav-divider"></div>
470470
<div class="nav-center">
471-
<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>
471+
<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>
472472
</div>
473473
<div class="nav-right">
474474
<a class="gh-stars" href="https://github.com/TeoSlayer/pilotprotocol" title="Star on GitHub">
@@ -489,6 +489,7 @@
489489
<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>
490490
<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>
491491
<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>
492+
<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>
492493
</div>
493494
</div>
494495
</nav>
@@ -1070,6 +1071,22 @@ <h2>FAQ</h2>
10701071
<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>
10711072
</section>
10721073

1074+
<!-- Contact Us -->
1075+
<section id="contact">
1076+
<h2>Contact Us</h2>
1077+
<p class="section-sub">Have questions or want to get in touch? We'd love to hear from you.</p>
1078+
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px">
1079+
<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'">
1080+
<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>
1081+
Email Us
1082+
</a>
1083+
<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)'">
1084+
<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>
1085+
Join our Slack
1086+
</a>
1087+
</div>
1088+
</section>
1089+
10731090
<section>
10741091
<h2>Quick start</h2>
10751092
<div class="tabs">

web/src/styles/docs.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ pre[class*="language-"],code[class*="language-"]{background:var(--code-bg) !impo
99
.topbar nav{display:flex;gap:12px;align-items:center}
1010
.topbar nav a{color:var(--muted);font-size:0.85rem;display:flex;align-items:center;gap:5px}
1111
.topbar nav a:hover{color:var(--fg);text-decoration:none}
12-
.topbar-icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
13-
.hamburger{display:none;background:none;border:none;color:var(--fg);font-size:1.5rem;cursor:pointer;padding:4px}
12+
.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}
1413

1514
/* Sidebar */
1615
.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}

0 commit comments

Comments
 (0)