Azuy's picture
帮我做一个Telegram的算命机器人
dc967a7 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CloudNimbus - Powerful SaaS Solution</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#3b82f6',
secondary: '#6366f1',
}
}
}
}
</script>
<script src="components/navbar.js"></script>
<script src="components/faq-item.js"></script>
<script src="components/testimonial-card.js"></script>
<script src="components/pricing-card.js"></script>
<script src="components/footer.js"></script>
<script src="components/fortune-teller.js"></script>
</head>
<body class="bg-gray-50">
<custom-navbar></custom-navbar>
<main>
<!-- Hero Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="space-y-6">
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 leading-tight">
Elevate Your Business with <span class="text-primary">CloudNimbus</span>
</h1>
<p class="text-xl text-gray-600">
The all-in-one SaaS platform that transforms your workflow with powerful automation and seamless integrations.
</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#pricing" class="bg-primary hover:bg-blue-600 text-white px-6 py-3 rounded-lg font-medium text-center transition duration-300">
Get Started
</a>
<a href="#demo" class="border border-primary text-primary hover:bg-blue-50 px-6 py-3 rounded-lg font-medium text-center transition duration-300">
Watch Demo
</a>
</div>
<div class="flex items-center gap-2 pt-4">
<div class="flex -space-x-2">
<img src="http://static.photos/people/200x200/1" class="w-10 h-10 rounded-full border-2 border-white" alt="User">
<img src="http://static.photos/people/200x200/2" class="w-10 h-10 rounded-full border-2 border-white" alt="User">
<img src="http://static.photos/people/200x200/3" class="w-10 h-10 rounded-full border-2 border-white" alt="User">
</div>
<p class="text-sm text-gray-600">
Trusted by <span class="font-semibold text-gray-900">5,000+</span> businesses
</p>
</div>
</div>
<div class="relative">
<div class="bg-white p-2 rounded-xl shadow-xl border border-gray-200">
<img src="http://static.photos/technology/1024x576/10" alt="Dashboard" class="rounded-lg w-full h-auto">
</div>
<div class="absolute -bottom-6 -right-6 bg-primary text-white p-3 rounded-full shadow-lg">
<i data-feather="play"></i>
</div>
</div>
</div>
</section>
<!-- Logo Cloud -->
<section class="py-12 bg-gray-100">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-center text-gray-500 mb-8">TRUSTED BY INNOVATIVE COMPANIES WORLDWIDE</p>
<div class="grid grid-cols-2 md:grid-cols-5 gap-8 items-center justify-center">
<img src="http://static.photos/minimal/320x240/1" alt="Logo" class="h-12 w-auto mx-auto opacity-70 hover:opacity-100 transition">
<img src="http://static.photos/minimal/320x240/2" alt="Logo" class="h-12 w-auto mx-auto opacity-70 hover:opacity-100 transition">
<img src="http://static.photos/minimal/320x240/3" alt="Logo" class="h-12 w-auto mx-auto opacity-70 hover:opacity-100 transition">
<img src="http://static.photos/minimal/320x240/4" alt="Logo" class="h-12 w-auto mx-auto opacity-70 hover:opacity-100 transition">
<img src="http://static.photos/minimal/320x240/5" alt="Logo" class="h-12 w-auto mx-auto opacity-70 hover:opacity-100 transition">
</div>
</div>
</section>
<!-- Features -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto" id="features">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Powerful Features</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Everything you need to streamline your operations and boost productivity
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition">
<div class="bg-primary bg-opacity-10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="zap" class="text-primary w-5 h-5"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-3">Lightning Fast</h3>
<p class="text-gray-600">
Our infrastructure delivers unmatched speed and reliability, ensuring your workflows never slow down.
</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition">
<div class="bg-primary bg-opacity-10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="lock" class="text-primary w-5 h-5"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-3">Enterprise Security</h3>
<p class="text-gray-600">
Military-grade encryption and compliance certifications to keep your data safe and secure.
</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition">
<div class="bg-primary bg-opacity-10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="refresh-cw" class="text-primary w-5 h-5"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-3">Real-time Sync</h3>
<p class="text-gray-600">
Automatic updates across all devices so your team is always working with the latest information.
</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition">
<div class="bg-primary bg-opacity-10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="pie-chart" class="text-primary w-5 h-5"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-3">Advanced Analytics</h3>
<p class="text-gray-600">
Powerful insights and customizable reports to help you make data-driven decisions.
</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition">
<div class="bg-primary bg-opacity-10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="git-branch" class="text-primary w-5 h-5"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-3">300+ Integrations</h3>
<p class="text-gray-600">
Connect with all your favorite tools and services for a seamless workflow experience.
</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200 hover:shadow-md transition">
<div class="bg-primary bg-opacity-10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="headphones" class="text-primary w-5 h-5"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-3">24/7 Support</h3>
<p class="text-gray-600">
Our expert team is always available to help you get the most out of CloudNimbus.
</p>
</div>
</div>
</section>
<!-- Demo Video -->
<section class="py-20 bg-gray-100" id="demo">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold text-gray-900 mb-6">See CloudNimbus in Action</h2>
<p class="text-lg text-gray-600 mb-10 max-w-2xl mx-auto">
Watch our 2-minute demo to see how CloudNimbus can transform your business operations
</p>
<div class="relative aspect-video bg-gray-200 rounded-xl overflow-hidden shadow-xl">
<img src="http://static.photos/technology/1024x576/5" alt="Video thumbnail" class="w-full h-full object-cover">
<div class="absolute inset-0 flex items-center justify-center">
<button class="bg-primary hover:bg-blue-600 text-white p-4 rounded-full shadow-lg transition duration-300 transform hover:scale-110">
<i data-feather="play" class="w-8 h-8"></i>
</button>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Customers Say</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Don't just take our word for it - hear from businesses like yours
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<testimonial-card
name="Sarah Johnson"
title="CTO at TechCorp"
image="http://static.photos/people/200x200/10"
quote="CloudNimbus has revolutionized our workflow. We've seen a 40% increase in productivity since implementation."
rating="5">
</testimonial-card>
<testimonial-card
name="Michael Chen"
title="Product Manager at InnovateCo"
image="http://static.photos/people/200x200/11"
quote="The analytics dashboard alone is worth the price. We've made better decisions thanks to the insights."
rating="4">
</testimonial-card>
<testimonial-card
name="Emma Rodriguez"
title="CEO at Digital Solutions"
image="http://static.photos/people/200x200/12"
quote="Customer support is exceptional. They've helped us customize the platform to our exact needs."
rating="5">
</testimonial-card>
</div>
</section>
<!-- Pricing -->
<section class="py-20 bg-gray-100" id="pricing">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Simple, Transparent Pricing</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Choose the plan that fits your needs. No hidden fees, cancel anytime.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<pricing-card
name="Starter"
price="29"
period="month"
description="Perfect for small teams and individuals"
features='["Up to 5 users", "10GB storage", "Basic analytics", "Email support"]'
recommended="false">
</pricing-card>
<pricing-card
name="Professional"
price="79"
period="month"
description="For growing businesses with more needs"
features='["Up to 20 users", "100GB storage", "Advanced analytics", "Priority support", "API access"]'
recommended="true">
</pricing-card>
<pricing-card
name="Enterprise"
price="199"
period="month"
description="For large organizations with custom requirements"
features='["Unlimited users", "1TB storage", "Custom analytics", "24/7 support", "Dedicated account manager", "On-premise option"]'
recommended="false">
</pricing-card>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600 mb-4">Need something custom? We've got you covered.</p>
<a href="#contact" class="text-primary font-medium hover:text-blue-600 transition">
Contact our sales team <i data-feather="arrow-right" class="inline w-4 h-4 ml-1"></i>
</a>
</div>
</div>
</section>
<!-- FAQ -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-4xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Frequently Asked Questions</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Everything you need to know about CloudNimbus
</p>
</div>
<div class="space-y-4">
<faq-item
question="What payment methods do you accept?"
answer="We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and bank transfers for annual plans.">
</faq-item>
<faq-item
question="Can I change plans later?"
answer="Absolutely! You can upgrade or downgrade your plan at any time. Changes will be prorated based on your billing cycle.">
</faq-item>
<faq-item
question="Is there a free trial available?"
answer="Yes! We offer a 14-day free trial with full access to all Professional plan features. No credit card required.">
</faq-item>
<faq-item
question="How does the onboarding process work?"
answer="After signing up, you'll get access to our interactive onboarding tour. Plus, we offer free onboarding sessions with our customer success team.">
</faq-item>
<faq-item
question="What happens if I need to cancel?"
answer="You can cancel anytime through your account settings. We'll process refunds for annual plans on a prorated basis.">
</faq-item>
</div>
</section>
<!-- Fortune Teller -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<fortune-teller></fortune-teller>
</section>
<!-- CTA -->
<section class="py-20 bg-primary text-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Ready to transform your business?</h2>
<p class="text-lg mb-10 max-w-2xl mx-auto">
Join thousands of businesses boosting productivity with CloudNimbus
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="#pricing" class="bg-white text-primary hover:bg-gray-100 px-8 py-4 rounded-lg font-medium text-center transition duration-300">
Get Started
</a>
<a href="#demo" class="border border-white text-white hover:bg-primary-600 px-8 py-4 rounded-lg font-medium text-center transition duration-300">
Watch Demo
</a>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="script.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>