Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <?php include("includes/header.php"); ?>
- <title>CubeCloud Bot | Home</title>
- <style>
- /* Base Styles */
- body {
- font-family: Arial, sans-serif;
- transition: background-color 0.3s, color 0.3s;
- background-color: #121212;
- color: #f4f4f4;
- }
- /* Light Mode */
- .light-mode body {
- background-color: #ffffff;
- color: #000000;
- }
- .light-mode .bg-dark {
- background-color: #f1f1f1 !important;
- }
- .light-mode .text-accent-colour {
- color: #4169e1;
- }
- .light-mode .btn-accent {
- background-color: #4169e1;
- color: #fff;
- }
- .light-mode .btn-accent:hover {
- background-color: #3658b3;
- }
- .light-mode .navbar {
- background-color: #f8f9fa;
- }
- .light-mode .navbar a {
- color: #333;
- }
- .light-mode .navbar a:hover {
- color: #4169e1;
- }
- .light-mode footer {
- background-color: #f1f1f1;
- color: #333;
- }
- .light-mode footer a {
- color: #4169e1;
- }
- .light-mode footer a:hover {
- text-decoration: underline;
- }
- /* Dark Mode */
- .dark-mode .bg-dark {
- background-color: #1a1a1a !important;
- }
- .dark-mode .text-accent-colour {
- color: #4169e1;
- }
- .dark-mode .btn-accent {
- background-color: #4169e1;
- color: #fff;
- }
- .dark-mode .btn-accent:hover {
- background-color: #3658b3;
- }
- .dark-mode .navbar {
- background-color: #333;
- }
- .dark-mode .navbar a {
- color: #f4f4f4;
- }
- .dark-mode .navbar a:hover {
- color: #4169e1;
- }
- .dark-mode footer {
- background-color: #1a1a1a;
- color: #f4f4f4;
- }
- .dark-mode footer a {
- color: #4169e1;
- }
- .dark-mode footer a:hover {
- text-decoration: underline;
- }
- /* Toggle Button */
- .toggle-btn {
- position: fixed;
- top: 20px;
- right: 20px;
- background-color: #4169e1;
- border: none;
- color: #fff;
- padding: 10px 20px;
- font-size: 16px;
- cursor: pointer;
- border-radius: 5px;
- }
- .toggle-btn:hover {
- background-color: #3658b3;
- }
- .navbar {
- padding: 15px;
- }
- </style>
- </head>
- <body class="dark-mode">
- <!-- Navbar -->
- <?php include("includes/navbar-index.php"); ?>
- <!-- Light/Dark Mode Toggle Button -->
- <button class="toggle-btn" id="toggleMode">Switch to Light Mode</button>
- <!-- Info Section -->
- <section class="bg-dark text-light text-center py-5">
- <div class="container">
- <div class="d-flex">
- <div>
- <h1><span class="text-accent-colour">CubeCloud</span> Bot</h1>
- <p>CubeCloud Bot is an integrated bot that separates you from the rest of the bots, with everything you need built in.</p>
- <a class="btn btn-accent" href="">Invite Bot</a>
- <a class="m-2 btn btn-light" href="">Support Server</a>
- </div>
- <img class="img-fluid w-50" src="assets/img/CubeCloudBot.svg" alt="">
- </div>
- </div>
- </section>
- <!-- Features Section -->
- <section id="Features" class="py-5">
- <div class="container">
- <h2 class="text-center mb-4">Features</h2>
- <div class="row text-center">
- <div class="col-sm">
- <div class="card bg-dark text-light mb-3">
- <div class="h1 mt-3">
- <i class="fa-solid fa-clock-rotate-left"></i>
- </div>
- <div class="card-body text-center">
- <h4 class="card-title text-accent-colour">Commands</h4>
- <p class="card-text">We have more than 50 commands supported in this bot.</p>
- </div>
- </div>
- </div>
- <div class="col-sm">
- <div class="card bg-dark text-light mb-3">
- <div class="h1 mt-3">
- <i class="fa-solid fa-arrow-up-from-bracket"></i>
- </div>
- <div class="card-body text-center">
- <h4 class="card-title text-accent-colour">24/7 Online</h4>
- <p class="card-text">The biggest support community server for the bot available for you anytime.</p>
- </div>
- </div>
- </div>
- <div class="col-sm">
- <div class="card bg-dark text-light mb-3">
- <div class="h1 mt-3">
- <i class="fa-solid fa-folder-open"></i>
- </div>
- <div class="card-body text-center">
- <h4 class="card-title text-accent-colour">Customization</h4>
- <p class="card-text">Fully customizable Discord bot, completely FREE!</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!-- Statistics Section -->
- <section id="Statistics" class="py-5 bg-dark text-light">
- <div class="container">
- <div class="py-2 text-center">
- <h2>Statistics</h2>
- </div>
- <div class="row align-items-center justify-content-center text-center">
- <div class="col">
- <img src="assets/img/statics.svg" alt="" class="img-fluid d-none d-md-block">
- </div>
- <div class="col-sm p-5 h1">
- <i class="fa-solid fa-server text-accent-colour"></i>
- <h5>70+</h5>
- <h5>Servers</h5>
- </div>
- <div class="col-sm p-5 h1">
- <i class="fa-solid fa-user-group text-accent-colour"></i>
- <h5>90k+</h5>
- <h5>Users</h5>
- </div>
- <div class="col-sm p-5 h1">
- <i class="fa-solid fa-hashtag text-accent-colour"></i>
- <h5>50+</h5>
- <h5>Commands</h5>
- </div>
- </div>
- </div>
- </section>
- <!-- FAQ Section -->
- <section id="FAQ" class="py-5">
- <div class="container">
- <h2 class="text-center mb-3">Frequently Asked Questions</h2>
- <div class="accordion accordion-flush" id="your-faq">
- <div class="accordion-item">
- <h5 class="accordion-header" id="question-1">
- <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#answer-1">
- How can I invite the bot?
- </button>
- </h5>
- <div class="accordion-collapse collapse" id="answer-1" data-bs-parent="#your-faq">
- <div class="p-3">
- You can invite the bot on this page or in Discord. Just click on the bot and add it to your server.
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!-- Footer -->
- <?php include("includes/footer.php"); ?>
- <!-- Javascript -->
- <?php include("includes/javascript.php"); ?>
- <!-- Toggle Mode Script -->
- <script>
- const toggleButton = document.getElementById("toggleMode");
- toggleButton.addEventListener("click", () => {
- document.body.classList.toggle("light-mode");
- document.body.classList.toggle("dark-mode");
- if (document.body.classList.contains("light-mode")) {
- toggleButton.textContent = "Switch to Dark Mode";
- document.body.style.color = "#000"; // Change text color to black for light mode
- } else {
- toggleButton.textContent = "Switch to Light Mode";
- document.body.style.color = "#f4f4f4"; // Keep text color white for dark mode
- }
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement