-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (160 loc) · 6.63 KB
/
index.html
File metadata and controls
179 lines (160 loc) · 6.63 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bukachi Martin Tubula | Bitcoin Developer</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Hero Section -->
<header class="hero">
<div class="container">
<img src="profile.jpg" alt="Bukachi Martin Tubula" class="profile-img">
<h1>Hi, I’m Bukachi Martin Tubula</h1>
<p>Bitcoin Developer | Lightning Network Enthusiast | Bot Creator</p>
<div class="buttons">
<a href="#bots" class="btn">View All Bots</a>
<a href="#projects" class="btn">Explore Projects</a>
<a href="https://discord.gg/aenBvpYBU" class="btn">Join Community</a>
</div>
</div>
</header>
<!-- About Me -->
<section id="about" class="about">
<div class="container">
<h2>About Me</h2>
<p>I’m fully into Bitcoin and its potential to revolutionize finance. I build bots for Telegram, Discord, and X (Twitter), integrating Lightning Network features, educational tools, and entertainment experiences.</p>
</div>
</section>
<!-- Public Bots -->
<section id="bots" class="bots">
<div class="container">
<h2>Public Bots</h2>
<div class="bot-grid">
<!-- All 17 bots added here -->
<div class="bot-card">
<h3>BlockPulse</h3>
<p>Discord BTC updates: auto BTC prices, news, welcomes, inactivity reminders.</p>
<a href="https://discord.com/oauth2/authorize?client_id=1419373752839307294" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>BoomBox</h3>
<p>Discord Music Bot: play, queue, manage music in voice channels.</p>
<a href="https://discord.com/oauth2/authorize?client_id=1417735879178326018" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>Satscode_X_Bot</h3>
<p>Twitter Bitcoin updates: news, stats, mempool, mining info.</p>
<a href="https://x.com/hodl_curator?t=aTBbUeixFzHssTCf9Qe_kQ&s=09" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>BitEduBot</h3>
<p>Telegram Bitcoin education: AI Q&A, quizzes, articles, YouTube videos, BTC price checks.</p>
<a href="https://t.me/BitEduBot_bot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>DataPulse Bot</h3>
<p>Telegram Market Data & News: market stats, BTC halving, asset comparisons, economics insights.</p>
<a href="https://t.me/Data_PulseBot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>Bitcoin Chronicle Bot</h3>
<p>Telegram interactive learning: history, Satoshi, videos, FUD, BTC benefits.</p>
<a href="https://t.me/BitcoinChronicleBot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>Bitcoin Dashboard Bot</h3>
<p>Telegram blockchain data: latest block, mempool stats, fees, network stats, track addresses.</p>
<a href="https://t.me/btc_dashboard_bot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>UTXO Explorer Bot</h3>
<p>Telegram UTXO exploration: view UTXOs, build transactions, learn fees, receive simulated Sats.</p>
<a href="https://t.me/UTXO_ExplorerBot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>Trendedge Entertainment Bot</h3>
<p>Telegram entertainment: movies, songs, cartoons, animations, jokes, surprises.</p>
<a href="https://t.me/TrendedgeDJ_bot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>Trendedge Pay Bot</h3>
<p>Telegram subscription manager: select package, LNbits invoice, timed access, notifications.</p>
<a href="https://t.me/TrendedgePayBot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>SeedVault Bot</h3>
<p>Telegram key exploration: generate seed, sign/store demo Sats, receive demo public key.</p>
<a href="https://t.me/SeedVault_Bot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>Mining Lab Bot</h3>
<p>Telegram mining simulation: auto hash, manual nonce, difficulty, leaderboard, guide.</p>
<a href="https://t.me/BitcoinMiningLabBot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>SmartTrader1000</h3>
<p>Telegram BTC/USD trading signals: fetch Binance OHLC, generate BUY/SELL signals.</p>
<a href="https://t.me/SmartTrader1000_bot" class="btn">Try it</a>
</div>
<div class="bot-card">
<h3>FlashWalletBot</h3>
<p>Telegram LNbits wallet: connect, send/receive Sats, check balance, view transaction history.</p>
<a href="https://t.me/FlashWalletBot_bot" class="btn">Try it</a>
</div>
</div>
</div>
</section>
<!-- Private Bots -->
<section id="private-bots" class="private-bots">
<div class="container">
<h2>Private Bots 🔒</h2>
<div class="bot-grid">
<div class="bot-card">
<h3>BountyBot</h3>
<p>Send/receive Lightning payments inside Discord servers.</p>
</div>
<div class="bot-card">
<h3>BitEdge LNbits Bot</h3>
<p>Telegram wallet management via LNbits.</p>
</div>
<div class="bot-card">
<h3>SatsPOS Bot</h3>
<p>Create Lightning invoices, receive payments, view transaction history.</p>
</div>
</div>
</div>
</section>
<!-- Projects / Experiments -->
<section id="projects" class="projects">
<div class="container">
<h2>Projects & Experiments</h2>
<ul>
<li>LNbits wallet integrations</li>
<li>Bitcoin price tracker tools</li>
<li>Educational simulations: Mining Lab, UTXO Explorer</li>
<li>Entertainment bots & subscription services</li>
</ul>
</div>
</section>
<!-- Contact / Community -->
<section id="contact" class="contact">
<div class="container">
<h2>Connect with Me</h2>
<div class="contact-links">
<a href="https://t.me/Hodlcurator" class="btn">Telegram</a>
<a href="https://discord.gg/aenBvpYBU" class="btn">Discord</a>
<a href="https://github.com/Codepocketdev" class="btn">GitHub</a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<p>Powered by SatsCode ⚡ Bukachi Martin Tubula</p>
</div>
</footer>
</body>
</html>