2024-08-05 17:37:20 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Duck.cash - The Preferred Payment Method for Ducks</title>
|
|
|
|
<link
|
2024-08-05 18:21:27 +00:00
|
|
|
href="https://googledonts.private.coffee/css2?family=Roboto:wght@400;700&display=swap"
|
2024-08-05 17:37:20 +00:00
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
|
|
|
<link
|
2024-08-05 18:21:27 +00:00
|
|
|
href="https://nocdnbs.private.coffee/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
|
2024-08-05 17:37:20 +00:00
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
|
|
|
<link
|
2024-08-05 18:21:27 +00:00
|
|
|
href="https://nobsdelivr.private.coffee/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
|
2024-08-05 17:37:20 +00:00
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
|
|
|
<link href="assets/css/style.css" rel="stylesheet" />
|
2024-08-05 18:27:06 +00:00
|
|
|
<link rel="icon" type="image/png" href="assets/img/duckcash-duck.png" />
|
2024-08-05 17:37:20 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<a class="navbar-brand" href="#">
|
|
|
|
<img
|
|
|
|
src="assets/img/duckcash-duck.png"
|
|
|
|
alt="Duck Logo"
|
|
|
|
width="60"
|
|
|
|
height="60"
|
|
|
|
/>
|
|
|
|
Duck.cash</a
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="navbar-toggler"
|
|
|
|
type="button"
|
|
|
|
data-bs-toggle="collapse"
|
|
|
|
data-bs-target="#navbarNav"
|
|
|
|
aria-controls="navbarNav"
|
|
|
|
aria-expanded="false"
|
|
|
|
aria-label="Toggle navigation"
|
|
|
|
>
|
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
</button>
|
|
|
|
<div class="collapse navbar-collapse" id="navbarNav">
|
|
|
|
<ul class="navbar-nav ms-auto">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="#features">Features</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="#testimonials">Testimonials</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="#pricing">Pricing</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="#contact">Contact</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<section class="hero">
|
|
|
|
<div>
|
|
|
|
<h1>Quack Your Way to Easy Payments</h1>
|
|
|
|
<p>
|
|
|
|
Join the revolution with Duck.cash, where simplicity meets security.
|
|
|
|
</p>
|
|
|
|
<a href="#features" class="btn btn-primary btn-lg mt-3">Learn More</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="features" class="features">
|
|
|
|
<div class="container">
|
|
|
|
<h2>Features</h2>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="feature card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="icon"><i class="fas fa-user-friends"></i></div>
|
|
|
|
<h3 class="card-title">Easy to Use</h3>
|
|
|
|
<p class="card-text">
|
|
|
|
Our user-friendly interface ensures that even the most
|
|
|
|
tech-averse ducks can make transactions with ease.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="feature card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="icon"><i class="fas fa-shield-alt"></i></div>
|
|
|
|
<h3 class="card-title">Secure Transactions</h3>
|
|
|
|
<p class="card-text">
|
|
|
|
With advanced encryption and security measures, your nest egg
|
|
|
|
is always safe.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="feature card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="icon"><i class="fas fa-rocket"></i></div>
|
|
|
|
<h3 class="card-title">Instant Transfers</h3>
|
|
|
|
<p class="card-text">
|
|
|
|
Experience the speed of instant payments, making your life
|
|
|
|
more convenient.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="testimonials" class="testimonials">
|
|
|
|
<div class="container">
|
|
|
|
<h2>What Ducks Are Saying</h2>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="testimonial card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="icon"><i class="fas fa-quote-left"></i></div>
|
|
|
|
<h3 class="card-title">Ryan Duckling</h3>
|
|
|
|
<p class="card-text">
|
|
|
|
"Duck.cash has made my life so much easier. No more waddling
|
|
|
|
to the bank!"
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="testimonial card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="icon"><i class="fas fa-quote-left"></i></div>
|
|
|
|
<h3 class="card-title">Reginald O'Quackell</h3>
|
|
|
|
<p class="card-text">
|
|
|
|
"I love how secure and fast Duck.cash is. Highly recommend it
|
|
|
|
to all my feathered friends!"
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="pricing" class="pricing-section">
|
|
|
|
<div class="container">
|
|
|
|
<h2>Pricing</h2>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="pricing-card card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<h3 class="card-title">Basic</h3>
|
2024-08-05 18:27:06 +00:00
|
|
|
<p class="price">
|
|
|
|
<i class="fas fa-bread-slice" title="Slices of Bread"></i>
|
|
|
|
0/month
|
|
|
|
</p>
|
2024-08-05 17:37:20 +00:00
|
|
|
<p class="card-text">Basic features for individual ducks.</p>
|
|
|
|
<ul class="list-unstyled">
|
|
|
|
<li>Easy to Use</li>
|
|
|
|
<li>Secure Transactions</li>
|
|
|
|
<li>Instant Transfers</li>
|
|
|
|
</ul>
|
2024-08-05 18:27:06 +00:00
|
|
|
<a href="unavailable.html" class="btn btn-primary"
|
|
|
|
>Get Started</a
|
|
|
|
>
|
2024-08-05 17:37:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="pricing-card card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<h3 class="card-title">Pro</h3>
|
2024-08-05 18:27:06 +00:00
|
|
|
<p class="price">
|
|
|
|
<i class="fas fa-bread-slice" title="Slices of Bread"></i>
|
|
|
|
10/month
|
|
|
|
</p>
|
2024-08-05 17:37:20 +00:00
|
|
|
<p class="card-text">Advanced features for power ducks.</p>
|
|
|
|
<ul class="list-unstyled">
|
|
|
|
<li>All Basic Features</li>
|
|
|
|
<li>Priority Support</li>
|
|
|
|
<li>Advanced Analytics</li>
|
|
|
|
</ul>
|
2024-08-05 18:27:06 +00:00
|
|
|
<a href="unavailable.html" class="btn btn-primary"
|
|
|
|
>Get Started</a
|
|
|
|
>
|
2024-08-05 17:37:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="pricing-card card p-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<h3 class="card-title">Enterprise</h3>
|
2024-08-05 18:27:06 +00:00
|
|
|
<p class="price">
|
|
|
|
<i class="fas fa-bread-slice" title="Slices of Bread"></i>
|
|
|
|
50/month
|
|
|
|
</p>
|
2024-08-05 17:37:20 +00:00
|
|
|
<p class="card-text">
|
|
|
|
Complete solutions for duck enterprises.
|
|
|
|
</p>
|
|
|
|
<ul class="list-unstyled">
|
|
|
|
<li>All Pro Features</li>
|
|
|
|
<li>Custom Solutions</li>
|
|
|
|
<li>Dedicated Support</li>
|
|
|
|
</ul>
|
2024-08-05 18:27:06 +00:00
|
|
|
<a href="unavailable.html" class="btn btn-primary"
|
|
|
|
>Get Started</a
|
|
|
|
>
|
2024-08-05 17:37:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="cta-section">
|
|
|
|
<div class="container">
|
|
|
|
<h2>Ready to Join the Revolution?</h2>
|
|
|
|
<p>
|
|
|
|
Experience the future of duck payments with Duck.cash. Sign up now and
|
|
|
|
make your transactions as smooth as a duck's feathers.
|
|
|
|
</p>
|
2024-08-05 18:27:06 +00:00
|
|
|
<a href="unavailable.html" class="btn btn-lg btn-primary"
|
|
|
|
>Sign Up Now</a
|
|
|
|
>
|
2024-08-05 17:37:20 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="contact" class="contact">
|
|
|
|
<div class="container">
|
|
|
|
<h2>Contact Us</h2>
|
|
|
|
<form action="unavailable.html" method="get">
|
|
|
|
<div class="form-group mb-3">
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
name="name"
|
|
|
|
placeholder="Your Name"
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div class="form-group mb-3">
|
|
|
|
<input
|
|
|
|
type="email"
|
|
|
|
class="form-control"
|
|
|
|
name="email"
|
|
|
|
placeholder="Your Email"
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div class="form-group mb-3">
|
|
|
|
<textarea
|
|
|
|
class="form-control"
|
|
|
|
name="message"
|
|
|
|
rows="5"
|
|
|
|
placeholder="Your Message"
|
|
|
|
required
|
|
|
|
></textarea>
|
|
|
|
</div>
|
|
|
|
<button type="submit" class="btn btn-primary">Send Message</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<footer class="mt-5">
|
|
|
|
<p>© 2002 ‐ 2024 Duck.cash Inc. All rights reserved.</p>
|
|
|
|
</footer>
|
|
|
|
|
2024-08-05 18:21:27 +00:00
|
|
|
<script src="https://nobsdelivr.private.coffee/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js"></script>
|
2024-08-07 08:03:17 +00:00
|
|
|
<script src="https://nobsdelivr.private.coffee/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"></script>
|
2024-08-05 18:21:27 +00:00
|
|
|
<script src="https://nocdnbs.private.coffee/ajax/libs/font-awesome/6.0.0-beta3/js/all.min.js"></script>
|
2024-08-05 17:37:20 +00:00
|
|
|
</body>
|
|
|
|
</html>
|