| Server IP : 104.21.21.239 / 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@400;600;700&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>Video Preview Button | 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-around align-items-center"> <div class="col-md-4"> <h2 class="display-5 fw-medium">Super Dark Mode & Adaptive Scheme</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente cum veritatis enim aliquid doloremque. Aut eaque excepturi voluptas nemo tempora.</p> </div> <div class="col-md-6 p-0 rounded-5"> <video class="d-block w-100 h-100 rounded-5 shadow" data-poster="images/intro/index-new/dark-mode.png" preload="auto" loop autoplay muted> <source src='images/intro/index-new/dark-mode.mov' type='video/mp4'> </video> <a href="https://www.youtube.com/watch?v=P3Huse9K6Xs" data-lightbox="iframe" class="position-absolute bg-contrast-0 text-contrast-1000 h-text-color px-3 rounded-pill shadow bottom-0 start-0 ms-3 mb-3"> <div class="d-flex align-items-center pe-2"> <div class="bi-play-circle-fill display-4 me-3"></div> <div> <h5 class="mb-0">View Preview</h5> <small class="text-contrast-500 font-monospace">07:33</small> </div> </div> </a> </div> </div> </div> </div> </section><!-- #content end --> </div><!-- #wrapper end --> <!-- JavaScripts ============================================= --> <script src="js/functions.js"></script> </body> </html>