-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
340 lines (314 loc) · 16.1 KB
/
index.html
File metadata and controls
340 lines (314 loc) · 16.1 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clutch Protocol - Decentralized Ride-Sharing Blockchain</title>
<meta name="description" content="Clutch Protocol: Revolutionary decentralized ride-sharing blockchain cutting fees to 5-8%, enabling instant payouts and community governance.">
<meta name="keywords" content="blockchain, ride-sharing, decentralized, cryptocurrency, DeFi, transportation">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://clutchprotocol.io/">
<meta property="og:title" content="Clutch Protocol - Decentralized Ride-Sharing Blockchain">
<meta property="og:description" content="Revolutionary decentralized ride-sharing blockchain cutting fees to 5-8%, enabling instant payouts and community governance.">
<meta property="og:image" content="https://clutchprotocol.io/assets/og-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://clutchprotocol.io/">
<meta property="twitter:title" content="Clutch Protocol - Decentralized Ride-Sharing Blockchain">
<meta property="twitter:description" content="Revolutionary decentralized ride-sharing blockchain cutting fees to 5-8%, enabling instant payouts and community governance.">
<meta property="twitter:image" content="https://clutchprotocol.io/assets/og-image.png">
<link rel="canonical" href="https://clutchprotocol.io/">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="styles.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<i class="fas fa-car-side"></i>
<span>Clutch Protocol</span>
</div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#features" class="nav-link">Features</a></li>
<li><a href="#tokenomics" class="nav-link">Tokenomics</a></li>
<li><a href="#team" class="nav-link">Team</a></li>
<li><a href="#community" class="nav-link">Community</a></li>
</ul>
<div class="nav-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">
Revolutionizing Ride-Sharing with
<span class="gradient-text">Blockchain Technology</span>
</h1>
<p class="hero-description">
Clutch Protocol cuts ride-sharing fees from 25% to just 5-8%, enables instant payouts,
and empowers users through decentralized governance. Built on a custom blockchain
targeting the $100B+ transportation market.
</p>
<div class="hero-stats">
<div class="stat">
<span class="stat-number">60%</span>
<span class="stat-label">Fee Reduction</span>
</div>
<div class="stat">
<span class="stat-number">$100B+</span>
<span class="stat-label">Market Size</span>
</div>
<div class="stat">
<span class="stat-number">Instant</span>
<span class="stat-label">Payouts</span>
</div>
</div>
<div class="hero-buttons">
<a href="https://github.com/clutchprotocol" class="btn btn-primary" target="_blank">
<i class="fab fa-github"></i> View on GitHub
</a>
</div>
</div>
<div class="hero-visual">
<div class="blockchain-animation">
<div class="block block-1"></div>
<div class="block block-2"></div>
<div class="block block-3"></div>
<div class="connecting-line"></div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<h2 class="section-title">Why Clutch Protocol?</h2>
<p class="section-subtitle">Built for riders, drivers, and developers</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-percentage"></i>
</div>
<h3>Ultra-Low Fees</h3>
<p>Reduce platform fees from 15-25% to just 5-8%, saving riders money and increasing driver earnings.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-bolt"></i>
</div>
<h3>Instant Payouts</h3>
<p>Drivers receive payments immediately after ride completion, no more waiting days for your earnings.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Transparent & Secure</h3>
<p>All transactions are recorded on-chain with cryptographic security and full auditability.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-users"></i>
</div>
<h3>Community Governance</h3>
<p>DAO-driven decision making where users vote on platform changes, fee structures, and upgrades.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-code"></i>
</div>
<h3>Developer-Friendly</h3>
<p>Comprehensive SDKs and APIs for easy integration and rapid application development.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-globe"></i>
</div>
<h3>Decentralized Network</h3>
<p>No single point of failure with distributed nodes ensuring 24/7 availability and reliability.</p>
</div>
</div>
</div>
</section>
<!-- Architecture Section -->
<section class="architecture">
<div class="container">
<h2 class="section-title">Technical Architecture</h2>
<div class="architecture-grid">
<div class="arch-component">
<h3><i class="fas fa-server"></i> Clutch Node</h3>
<p>Blockchain core with Aura consensus mechanism and custom transaction format for optimal performance.</p>
</div>
<div class="arch-component">
<h3><i class="fas fa-cloud"></i> Clutch Hub API</h3>
<p>Application-to-node bridge providing GraphQL and REST endpoints for seamless integration.</p>
</div>
<div class="arch-component">
<h3><i class="fas fa-tools"></i> Clutch SDK</h3>
<p>JavaScript/TypeScript SDK for transaction signing, encoding, and blockchain interaction.</p>
</div>
<div class="arch-component">
<h3><i class="fas fa-mobile-alt"></i> Demo App</h3>
<p>Reference implementation showcasing ride-sharing functionality and user experience.</p>
</div>
</div>
</div>
</section>
<!-- Tokenomics Section -->
<section id="tokenomics" class="tokenomics">
<div class="container">
<h2 class="section-title">Fee Distribution Model</h2>
<div class="tokenomics-content">
<div class="fee-breakdown">
<h3>Fair & Transparent Fee Structure</h3>
<div class="fee-example">
<h4>Example: $10 Ride</h4>
<div class="fee-bars">
<div class="fee-bar driver">
<span class="fee-label">Driver Earnings</span>
<span class="fee-amount">$9.00 (90%)</span>
</div>
<div class="fee-bar nodes">
<span class="fee-label">Network Nodes</span>
<span class="fee-amount">$0.50 (5%)</span>
</div>
<div class="fee-bar developers">
<span class="fee-label">Development Fund</span>
<span class="fee-amount">$0.50 (5%)</span>
</div>
</div>
</div>
</div>
<div class="comparison">
<h3>vs. Traditional Platforms</h3>
<div class="comparison-chart">
<div class="platform">
<h4>Traditional Platforms</h4>
<div class="fee-circle traditional">
<span class="percentage">15-25%</span>
<span class="label">Platform Fee</span>
</div>
</div>
<div class="vs">VS</div>
<div class="platform">
<h4>Clutch Protocol</h4>
<div class="fee-circle clutch">
<span class="percentage">5-8%</span>
<span class="label">Total Fee</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="team">
<div class="container">
<h2 class="section-title">Built by Experts</h2>
<p class="section-subtitle">Experienced team passionate about decentralization</p>
<div class="team-grid">
<div class="team-member">
<div class="member-avatar">
<i class="fas fa-user-circle"></i>
</div>
<h3>Mehran Mazhar</h3>
<p class="member-role">Founder & Lead Developer</p>
<p class="member-bio">Blockchain architect with expertise in consensus mechanisms and distributed systems.</p>
<div class="member-links">
<a href="https://github.com/mehranmazhar" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/mehranmazhar" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Community Section -->
<section id="community" class="community">
<div class="container">
<h2 class="section-title">Join the Revolution</h2>
<p class="section-subtitle">Be part of the decentralized transportation future</p>
<div class="community-grid">
<div class="community-card">
<i class="fab fa-github"></i>
<h3>Open Source</h3>
<p>Contribute to the codebase, report issues, and help build the future of ride-sharing.</p>
<a href="https://github.com/clutchprotocol" class="btn btn-outline" target="_blank">View on GitHub</a>
</div>
<div class="community-card">
<i class="fas fa-comments"></i>
<h3>Discussions</h3>
<p>Join technical discussions, share ideas, and connect with other developers.</p>
<a href="https://github.com/clutchprotocol/clutchprotocol.github.io/discussions" class="btn btn-outline" target="_blank">Join Discussion</a>
</div>
<div class="community-card">
<i class="fas fa-book"></i>
<h3>Documentation</h3>
<p>Comprehensive guides, API references, and tutorials for developers.</p>
<a href="https://docs.clutchprotocol.io" class="btn btn-outline">Read Docs</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<i class="fas fa-car-side"></i>
<span>Clutch Protocol</span>
</div>
<p>Decentralizing ride-sharing through blockchain technology.</p>
<div class="social-links">
<a href="https://github.com/clutchprotocol" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/clutchprotocol" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://discord.gg/clutchprotocol" target="_blank"><i class="fab fa-discord"></i></a>
</div>
</div>
<div class="footer-section">
<h4>Product</h4>
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#tokenomics">Tokenomics</a></li>
<li><a href="https://demo.clutchprotocol.io">Demo</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Developers</h4>
<ul>
<li><a href="https://docs.clutchprotocol.io">Documentation</a></li>
<li><a href="https://github.com/clutchprotocol">GitHub</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-hub-sdk-js">SDK</a></li>
<li><a href="https://github.com/clutchprotocol/clutch-hub-api">API</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Community</h4>
<ul>
<li><a href="https://github.com/clutchprotocol/clutchprotocol.github.io/discussions">Discussions</a></li>
<li><a href="https://discord.gg/clutchprotocol">Discord</a></li>
<li><a href="#team">Team</a></li>
<li><a href="mailto:hello@clutchprotocol.io">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Clutch Protocol. Open source under MIT License.</p>
<p>Built with ❤️ for the decentralized future</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>