File manager - Edit - /home/meharhashir55/passivemrbot/about-us.php
Back
<?php // Base URL $base_url = (isset($_SERVER["HTTPS"]) ? "https://" : "http://") . $_SERVER["HTTP_HOST"] . "/"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Us - Passive Income Strategies</title> <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/daisyui@3.5.1/dist/full.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="./assets/css/style.css"> <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script> <link rel="stylesheet" href="./assets/css/style.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" /> <script src="https://cdn.jsdelivr.net/npm/scrollreveal@4.0.9/dist/scrollreveal.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script> </head> <body> <header class="bg-gradient-to-r from-cyan-500 to-blue-500 text-white py-4"> <div class="container mx-auto px-4"> <nav class="flex justify-between items-center"> <a href="<?php echo $base_url; ?>" class="text-2xl font-bold">Passive Income Strategies</a> <ul class="flex space-x-4"> <li><a href="<?php echo $base_url; ?>">Home</a></li> <li><a href="<?php echo $base_url; ?>about-us.php">About Us</a></li> <li><a href="<?php echo $base_url; ?>contact-us.php">Contact Us</a></li> <li><a href="<?php echo $base_url; ?>privacy-policy.php">Privacy Policy</a></li> <li><a href="<?php echo $base_url; ?>terms-of-service.php">Terms of Service</a></li> </ul> </nav> </div> </header> <main class="container mx-auto px-4 py-8"> <h1 class="text-4xl font-bold mb-4">About Us</h1> <p>Welcome to Passive Income Strategies, your comprehensive guide to building a secure financial future through intelligent investments and diverse passive income streams. We are passionate about helping individuals and families achieve their financial goals through practical, actionable strategies and resources. </p> <p>Our team comprises financial experts, seasoned investors, and writers dedicated to providing you with the latest insights, proven strategies, and effective tools to navigate the world of passive income. Whether you're seeking to generate income from rental properties, online businesses, or any other viable passive income method, our goal is to empower you with knowledge, confidence and tools to reach your financial goals.</p> <p>We strive to make complex financial concepts easy to understand and practical to implement, so you can build a stable and sustainable future for yourself and your family. At Passive Income Strategies, your journey towards financial freedom begins here.</p> </main> <footer class="bg-gray-200 py-4 text-center"> <p>© <?php echo date("Y"); ?> Passive Income Strategies. All rights reserved.</p> </footer> <script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script> <script src="./assets/js/app.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.3.24 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings