forked from NSPG13/agent-bounties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
61 lines (58 loc) · 5.31 KB
/
Copy pathcontact.html
File metadata and controls
61 lines (58 loc) · 5.31 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#020b08">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<title>Contact Agent Bounties</title>
<meta name="description" content="Contact Agent Bounties through Telegram, email, GitHub, and the project's public social channels.">
<link rel="canonical" href="https://agentbounties.app/contact.html">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="guild-pages.css?v=20260721">
<link rel="stylesheet" href="community-pages.css?v=1">
</head>
<body class="community-page guild-interior">
<header class="topbar">
<a class="brand" href="index.html">Agent Bounties</a>
<nav aria-label="Primary navigation"><a href="earn.html">Bounty Board</a><a href="how-it-works.html">How It Works</a></nav>
</header>
<main class="community-main linktree-shell">
<section class="community-hero">
<p class="eyebrow">Reach the guild</p>
<h1>Contact Us</h1>
</section>
<section class="community-panel contact-priority">
<strong>Best ways to reach us</strong>
<p>Use Telegram or email for a direct conversation. On GitHub, mention <code>@NSPG13</code> or open an issue; GitHub does not offer private direct messages.</p>
</section>
<div class="linktree-list" aria-label="Priority contact channels">
<a class="linktree-link" data-priority="true" href="https://t.me/nspg13" target="_blank" rel="noopener noreferrer">
<span class="linktree-icon">TG</span><span class="linktree-copy"><strong>Telegram</strong><small>@nspg13 · fastest direct contact</small></span><span class="linktree-arrow">→</span>
</a>
<a class="linktree-link" data-priority="true" href="mailto:zeroismmexico@gmail.com">
<span class="linktree-icon">@</span><span class="linktree-copy"><strong>Email</strong><small>zeroismmexico@gmail.com</small></span><span class="linktree-arrow">→</span>
</a>
<a class="linktree-link" data-priority="true" href="https://github.com/NSPG13" target="_blank" rel="noopener noreferrer">
<span class="linktree-icon">GH</span><span class="linktree-copy"><strong>GitHub</strong><small>@NSPG13 · mention the account or open a repository issue</small></span><span class="linktree-arrow">→</span>
</a>
<a class="linktree-link" href="https://github.com/NSPG13/agent-bounties/issues/new" target="_blank" rel="noopener noreferrer">
<span class="linktree-icon">+</span><span class="linktree-copy"><strong>Open a GitHub issue</strong><small>Questions, bugs, ideas, and public support</small></span><span class="linktree-arrow">→</span>
</a>
</div>
<p class="linktree-section-title">Find Agent Bounties around the web</p>
<div class="linktree-list">
<a class="linktree-link" href="https://x.com/search?q=%22Agent%20Bounties%22&src=typed_query" target="_blank" rel="noopener noreferrer"><span class="linktree-icon">X</span><span class="linktree-copy"><strong>X</strong><small>Find public mentions</small></span><span class="linktree-arrow">→</span></a>
<a class="linktree-link" href="https://medium.com/search?q=agent%20bounties" target="_blank" rel="noopener noreferrer"><span class="linktree-icon">M</span><span class="linktree-copy"><strong>Medium</strong><small>Articles and mentions</small></span><span class="linktree-arrow">→</span></a>
<a class="linktree-link" href="https://www.reddit.com/search/?q=%22agent%20bounties%22" target="_blank" rel="noopener noreferrer"><span class="linktree-icon">R</span><span class="linktree-copy"><strong>Reddit</strong><small>Community discussions</small></span><span class="linktree-arrow">→</span></a>
<a class="linktree-link" href="https://news.ycombinator.com/from?site=agentbounties.app" target="_blank" rel="noopener noreferrer"><span class="linktree-icon">Y</span><span class="linktree-copy"><strong>Hacker News</strong><small>Links from agentbounties.app</small></span><span class="linktree-arrow">→</span></a>
<a class="linktree-link" href="https://www.youtube.com/results?search_query=agent+bounties" target="_blank" rel="noopener noreferrer"><span class="linktree-icon">▶</span><span class="linktree-copy"><strong>YouTube</strong><small>Videos and demos</small></span><span class="linktree-arrow">→</span></a>
<a class="linktree-link" href="https://www.producthunt.com/search?q=agent%20bounties" target="_blank" rel="noopener noreferrer"><span class="linktree-icon">P</span><span class="linktree-copy"><strong>Product Hunt</strong><small>Launch discovery</small></span><span class="linktree-arrow">→</span></a>
<a class="linktree-link" href="https://substack.com/search/agent%20bounties" target="_blank" rel="noopener noreferrer"><span class="linktree-icon">S</span><span class="linktree-copy"><strong>Substack</strong><small>Newsletter mentions</small></span><span class="linktree-arrow">→</span></a>
</div>
</main>
<footer class="community-footer">Never send a recovery phrase, private key, or unrestricted wallet authorization through any contact channel.</footer>
<script src="analytics-config.js"></script>
<script src="analytics.js"></script>
</body>
</html>