File Manager

Current Directory: /home/casageo/public_html/old
Viewing File: /home/casageo/public_html/old/index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Casageo Shipping Ltd. - Reliable and Fast Global Freight and Cargo Handling Services."> <title>Casageo Shipping Ltd. | Reliable Freight & Cargo Services</title> <link rel="icon" href="img/favicon.ico"> <!-- Site Icon for Mobile and other devices --> <link rel="icon" href="img/favicon.ico" sizes="32x32"> <link rel="icon" href="img/favicon-192x192.png" sizes="192x192"> <link rel="apple-touch-icon" href="images/apple-icon.png"> <link rel="stylesheet" href="styles.css"> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> </head> <body> <!-- Header Section --> <header class="header"> <div class="logo-container"> <img src="img/icon150x150.jpg" alt="Casageo Shipping Ltd. Logo" class="logo"> <h1>Casageo Shipping Ltd.</h1> </div> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="faq.html">FAQ</a></li> <li><a href="#services">Services</a></li> <li><a href="#quote">Get a Quote</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> <!-- WhatsApp Chat Button --> <a href="https://wa.me/233547529205" target="_blank" class="whatsapp-button">Chat with us on WhatsApp</a> </header> <!-- Hero Section with Image Slider --> <section id="home" class="hero"> <div class="slider"> <img src="img/casageoshipping_pic223-1536x864.jpg" alt="Cargo Ship" class="slide"> <img src="img/impex.jpg" alt="Haulage Truck" class="slide"> </div> <div class="hero-text"> <h2>Fast, reliable delivery for every shipment</h2> <p>From local couriers to global freight, manage tracking, quotes, and pickups in one place.</p> <p>Services built for Speed and Scale.</p> <a href="#quote" class="cta-button">Get a Quote</a> </div> </section> <!-- Services Section --> <section id="services" class="services"> <h2>Our Services</h2> <div class="service-list"> <div class="service"> <h3>Express Road</h3> <p>Reliable and fast solutions for regional and national deliveries with real-time tracking.</p> </div> <div class="service"> <h3>Air Freight</h3> <p>Global air solutions with priority handling and fast transit times.</p> </div> <div class="service"> <h3>Ocean Freight</h3> <p>Affordable and reliable international ocean freight services, including FCL and LCL options.</p> </div> <div class="service"> <h3>Insured & Secure</h3> <p>Comprehensive insurance coverage and secure handling for sensitive shipments.</p> </div> </div> </section> <!-- Get a Quote Form --> <section id="quote" class="quote-form"> <h2>Get a Quote</h2> <form> <label for="weight">Weight (kg):</label> <input type="number" id="weight" name="weight" required> <label for="destination">Destination:</label> <input type="text" id="destination" name="destination" required> <label for="service-type">Service Type:</label> <select id="service-type" name="service-type"> <option value="express-road">Express Road</option> <option value="air-freight">Air Freight</option> <option value="ocean-freight">Ocean Freight</option> </select> <button type="submit" class="cta-button">Get a Quote</button> </form> </section> <!-- Footer Section --> <footer> <p>&copy; 2025 Casageo Shipping Ltd. | All Rights Reserved</p> <p>Location: Bank of Africa Ghana Tema Branch, JXPW+M3C, Tema</p> </footer> <script src="scripts.js"></script> </body> </html>