Server : LiteSpeed System : Linux us-phx-web1359.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u311880514 ( 311880514) PHP Version : 8.1.31 Disable Function : NONE Directory : /home/u311880514/domains/redbcs.com/public_html/public/tours/ |
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BCS Tours</title> <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" /> <!-- font awesome cdn link --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> <!-- custom css file link --> <link rel="stylesheet" href="css/style.css"> </head> <body> <!-- header section starts --> <header> <section class="flex"> <div id="menu-bar" class="fas fa-bars"></div> <a href="#" class="logo"><img src="images/logo.png" width="180px"></a> <nav class="navbar"> <a href="#contact">contáctenos</a> </nav> <div class="icons"> <i class="fas fa-search" id="search-btn"></i> </div> <form action="" class="search-bar-container"> <input type="search" id="search-bar" placeholder="search here..."> <label for="search-bar" class="fas fa-search"></label> </form> </section> </header> <!-- header section ends --> <!-- home section starts --> <div class="home-container"> <section class="home" id="home"> <div class="content"> <h3>contáctenos ahora</h3> <p>sera un gusto poder atenderle</p> </div> <div class="video-container"> <video src="images/vid-1.mp4" id="video-slider" loop autoplay muted></video> </div> </section> </div> <!-- home section ends --> <!-- contact section starts --> <section class="contact" id="contact"> <h1 class="heading"> <span>m</span> <span>e</span> <span>n</span> <span>s</span> <span>a</span> <span>j</span> <span>e</span> </h1> <div class="row"> <div class="image"> <img src="images/chicas.jpg" alt=""> </div> <form action=""> <div class="inputBox"> <input type="text" placeholder="name"> <input type="email" placeholder="email"> </div> <div class="inputBox"> <input type="number" placeholder="number"> <input type="text" placeholder="subject"> </div> <textarea placeholder="message" name="" id="" cols="30" rows="10"></textarea> <input type="submit" class="btn" value="send message"> </form> </div> </section> <!-- contact section ends --> <!-- footer section --> <footer class="footer"> <h1 class="credit"><span> Oficina Virtual Mx </span> | all rights reserved! </h1> </footer> <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> <!-- custom js file link --> <script src="js/script.js"></script> </body> </html>