| Server IP : 172.67.201.108 / Your IP : 216.73.216.191 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/nycyouth/Package-HTML/Canvas 7 Files/ |
Upload File : |
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="author" content="SemiColonWeb"> <meta name="description" content="Get Canvas to build powerful websites easily with the Highly Customizable & Best Selling Bootstrap Template, today."> <!-- Font Imports --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=PT+Serif:ital@0;1&display=swap" rel="stylesheet"> <!-- Core Style --> <link rel="stylesheet" href="style.css"> <!-- Font Icons --> <link rel="stylesheet" href="css/font-icons.css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/custom.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Document Title ============================================= --> <title>Subscription Plan | Canvas</title> </head> <body class="stretched"> <!-- Document Wrapper ============================================= --> <div id="wrapper"> <!-- Content ============================================= --> <section id="content"> <div class="content-wrap"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-6 col-lg-8 text-center mb-5"> <h3 class="h1 fw-bold mb-3">Subscription Plan</h3> </div> </div> <div class="row justify-content-center"> <div class="col-lg-8 col-xl-7"> <div class="p-5 rounded-5 shadow-lg"> <div class="d-flex flex-column flex-sm-row mb-4"> <i class="bi-check-circle-fill color h3 icon-stacked text-center rounded-circle me-3 shadow"></i> <div> <h3 class="mb-0">Advanced Plan</h3> <p>100GB Storage</p> </div> <div class="ms-sm-auto align-bottom"> <h3>$49.00 <small class="text-smaller text-black-50">/ Month</small></h3> </div> </div> <h5 class="fw-normal mb-3">Current Plan: <strong>Normal(50 GB)</strong></h5> <a href="#" class="btn py-2 px-3 bg-color text-white">Upgrade Now</a> <a href="#" class="btn py-2 px-3 btn-outline-danger ms-1">Cancel Subscription</a> </div> </div> </div> <div class="row justify-content-center mt-5"> <div class="col-lg-8 col-xl-7"> <div class="p-5 rounded-5 shadow-lg dark bg-dark"> <div class="d-flex flex-column flex-sm-row mb-4"> <i class="bi-gem h3 icon-stacked icon-bg bg-white text-dark text-center rounded-circle me-3 shadow"></i> <div> <h3 class="mb-0">Advanced Plan</h3> <p>100GB Storage</p> </div> <div class="ms-sm-auto align-bottom"> <h3>$49.00 <small class="text-smaller text-white-50">/ Month</small></h3> </div> </div> <h5 class="fw-normal mb-3">Current Plan: <strong>Normal(50 GB)</strong></h5> <a href="#" class="btn py-2 px-3 btn-light">Upgrade Now</a> <a href="#" class="btn py-2 px-3 btn-outline-light ms-1">Cancel Subscription</a> </div> </div> </div> </div> </div> </section><!-- #content end --> </div><!-- #wrapper end --> <!-- Go To Top ============================================= --> <div id="gotoTop" class="uil uil-angle-up"></div> <!-- JavaScripts ============================================= --> <script src="js/functions.js"></script> </body> </html>