Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - at10k.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.26.3
Date: Tue, 20 May 2025 20:36:35 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: PHPSESSID=rvj9gnep6evu0a5ihmlbq48t9e; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: at10k.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
    <title>Donate to Aussie Transit Solutions: Supporting Community Transport</title>
    <meta name="description" content="Help Aussie Transit Solutions provide essential and accessible transportation services in Melbourne. Your donation ensures no one is left behind. Donate now!">
    <meta name="keywords" content="community transport, accessible transport, Melbourne, disability transport, senior transport, donation, fundraising">
    <script src="https://cdn.tailwindcss.com?v=2.2.8"></script>
    <style>
        body {
            font-family: sans-serif;
            line-height: 1.6;
            color: #333333;
        }
        h1, h2, h3 {
            font-family: sans-serif;
            font-weight: bold;
            color: #333333;
        }
        .btn-primary {
            background-color: #004d99;
            color: #e5e5e5;
            padding: 0.75rem 1.5rem;
            border-radius: 0.5rem;
            display: inline-block;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        .btn-primary:hover {
            background-color: #003366;
        }
        .btn-accent {
            background-color: #a3b18a;
            color: #ffffff;
            padding: 0.75rem 1.5rem;
            border-radius: 0.5rem;
            display: inline-block;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        .btn-accent:hover {
            background-color: #808c6d;
        }
    </style>
</head>
<body class="bg-neutral">

    <header class="bg-base sticky top-0 z-50">
        <nav class="container mx-auto px-6 py-4">
            <div class="flex justify-between items-center">
                <div>
                    <a href="/" class="text-xl font-bold text-primary">Aussie Transit Solutions</a>
                </div>
                <div class="hidden md:flex space-x-6">
                    <a href="#about" class="hover:text-primary">About Us</a>
                    <a href="#need" class="hover:text-primary">The Need</a>
                    <a href="#impact" class="hover:text-primary">Impact</a>
                    <a href="#services" class="hover:text-primary">Services</a>
                    <a href="#team" class="hover:text-primary">Team</a>
                    <a href="#donate" class="hover:text-primary">Donate</a>
                    <a href="#contact" class="hover:text-primary">Contact</a>
                </div>
                <div class="md:hidden">
                    <button id="mobile-menu-button" class="text-gray-500 hover:text-primary focus:outline-none focus:text-primary">
                        <svg class="h-6 w-6 fill-current" viewBox="0 0 24 24">
                            <path v-if="!isOpen" fill-rule="evenodd" clip-rule="evenodd" d="M4 5h16a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V6a1 1 0 011-1zm0 7h16a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2a1 1 0 011-1zm0 7h16a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2a1 1 0 011-1z"/>
                        </svg>
                    </button>
                </div>
            </div>
            <div class="md:hidden hidden" id="mobile-menu">
                <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
                    <a href="#about" class="block px-3 py-2 rounded-md text-base font-medium text-text hover:bg-neutral-200 hover:text-primary">About Us</a>
                    <a href="#need" class="block px-3 py-2 rounded-md text-base font-medium text-text hover:bg-neutral-200 hover:text-primary">The Need</a>
                    <a href="#impact" class="block px-3 py-2 rounded-md text-base font-medium text-text hover:bg-neutral-200 hover:text-primary">Impact</a>
                    <a href="#services" class="block px-3 py-2 rounded-md text-base font-medium text-text hover:bg-neutral-200 hover:text-primary">Services</a>
                    <a href="#team" class="block px-3 py-2 rounded-md text-base font-medium text-text hover:bg-neutral-200 hover:text-primary">Team</a>
                    <a href="#donate" class="block px-3 py-2 rounded-md text-base font-medium text-text hover:bg-neutral-200 hover:text-primary">Donate</a>
                    <a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-text hover:bg-neutral-200 hover:text-primary">Contact</a>
                </div>
            </div>
        </nav>
    </header>

    <section id="hero" class="bg-neutral py-24">
        <div class="container mx-auto px-6 grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
            <div class="md:order-2">
                <img src="images/hero-transport-community.jpeg" alt="Diverse community members using accessible transport" class="rounded-lg shadow-lg" style="aspect-ratio: 800 / 600; width: 100%; height: auto;">
            </div>
            <div class="md:order-1">
                <h1 class="text-4xl font-bold text-text mb-4">Supporting Aussie Transit Solutions: Keeping Communities Connected</h1>
                <p class="text-lg text-text mb-8">In the vibrant heart of Melbourne, Aussie Transit Solutions stands as a crucial thread in the fabric of our community. We are more than just a transportation service; we are the bridge that connects individuals to essential services, employment opportunities, and the simple joys of social engagement. For seniors seeking medical appointments, individuals with disabilities striving for independence, and families facing economic challenges, reliable transportation is not a luxury—it's a fundamental necessity. </p>
                <p class="text-lg text-text mb-8">However, the road ahead is filled with challenges. Increased demand for our specialized services coupled with rising operational costs threatens our ability to serve those who rely on us most. To ensure that no one is left behind, we are launching this urgent fundraising campaign. Your generous donation will directly fuel our mission, enabling us to maintain our fleet of accessible vehicles, expand our community outreach programs, and invest in the ongoing training of our dedicated drivers. Every dollar you contribute is an investment in community connection, in independence, and in ensuring that everyone, regardless of their circumstances, has the opportunity to thrive. Donate today and become a vital part of our journey to keep Melbourne moving, together.</p>
                <a href="#donate" class="btn-primary">Donate Now</a>
            </div>
        </div>
    </section>

    <section id="about" class="bg-base py-24">
        <div class="container mx-auto px-6 grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
            <div>
                <h2 class="text-3xl font-bold text-text mb-6">Our Story: Driving Change, Together</h2>
                <p class="text-lg text-text mb-4">Aussie Transit Solutions was born from a simple yet profound belief: everyone deserves access to reliable transportation, regardless of their age, ability, or socio-economic background. Founded in 2010 by a group of Melbourne locals who witnessed firsthand the challenges faced by vulnerable populations in accessing transport, we set out to create a service that truly caters to the needs of our community. </p>
                <p class="text-lg text-text mb-4">From humble beginnings with just two vehicles and a handful of dedicated volunteers, Aussie Transit Solutions has grown into a trusted provider of accessible transportation across Melbourne and Victoria. Over the past decade, we have tirelessly worked to expand our services, enhance our fleet, and build strong partnerships with community organizations, healthcare providers, and businesses who share our commitment to inclusivity.</p>
                <p class="text-lg text-text mb-4">Our mission is deeply rooted in the values of compassion, reliability, and respect. We understand that for many of our clients, transportation is more than just getting from point A to point B; it's about maintaining independence, participating in community life, and accessing essential services that are vital for their well-being. We pride ourselves on providing a service that is not only safe and efficient but also delivered with genuine care and understanding.</p>
                <p class="text-lg text-text mb-4">We operate a diverse fleet of vehicles, including wheelchair-accessible vans and comfortable minibuses, ensuring we can cater to a wide range of transportation needs. Our services extend beyond just airport transfers and corporate travel; we specialize in group transportation for community events, private charters for special occasions, and, most importantly, dedicated accessible transport for individuals with mobility challenges. We are committed to bridging the transportation gap, ensuring that everyone in our community has the opportunity to live a full and connected life.</p>
                <p class="text-lg text-text mb-4">As a not-for-profit organization, we rely on the generosity of our community to sustain and expand our vital services. The increasing demand for accessible transportation and the rising costs of vehicle maintenance, fuel, and driver training present significant challenges. This fundraising campaign is crucial to our ability to continue serving our community effectively and to reach even more individuals who urgently need our support. By donating to Aussie Transit Solutions, you are directly investing in a more inclusive and connected Melbourne, where transportation barriers are removed, and opportunities are within reach for everyone.</p>
            </div>
            <div>
                <img src="images/about-team-meeting.jpeg" alt="Aussie Transit Solutions team planning meeting" class="rounded-lg shadow-lg" style="aspect-ratio: 800 / 600; width: 100%; height: auto;">
            </div>
        </div>
    </section>

    <section id="need" class="bg-neutral py-24">
        <div class="container mx-auto px-6 text-center">
            <h2 class="text-3xl font-bold text-text mb-12">The Urgent Need: Ensuring No One is Left Behind</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <div class="flex justify-center mb-4">
                        <img src="images/icon-accessible-transport.jpeg" alt="Accessible Transport Icon" style="aspect-ratio: 128 / 128; width: 128px; height: 128px; border-radius: 50%;">
                    </div>
                    <h3 class="text-xl font-bold text-text mb-2">Accessible Vehicle Maintenance</h3>
                    <p class="text-text">Our commitment to providing safe and reliable accessible transport hinges on the impeccable condition of our specialized vehicles. These vehicles, equipped with ramps, lifts, and securement systems, require meticulous and regular maintenance to ensure they meet the highest safety standards and continue to operate reliably. Donations are vital in helping us cover the costs of servicing, repairs, and essential upgrades, ensuring that our fleet remains in top condition to serve those with mobility challenges without interruption. Your support directly translates to dependable transport for our vulnerable community members.</p>
                </div>
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <div class="flex justify-center mb-4">
                        <img src="images/icon-community-support.jpeg" alt="Community Support Icon" style="aspect-ratio: 128 / 128; width: 128px; height: 128px; border-radius: 50%;">
                    </div>
                    <h3 class="text-xl font-bold text-text mb-2">Community Outreach Programs</h3>
                    <p class="text-text">Beyond our standard services, we are deeply committed to expanding our reach through proactive community outreach programs. These initiatives are designed to identify and assist vulnerable individuals and families who may be unaware of or unable to afford accessible transportation options. Your generous contributions will empower us to extend subsidized transport services to seniors, people with disabilities, and low-income families, ensuring they can access essential healthcare, social services, and community events. By supporting our outreach, you are helping us break down transportation barriers and foster a more inclusive and equitable community for all.</p>
                </div>
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <div class="flex justify-center mb-4">
                        <img src="images/icon-driver-training.jpeg" alt="Driver Training Icon" style="aspect-ratio: 128 / 128; width: 128px; height: 128px; border-radius: 50%;">
                    </div>
                    <h3 class="text-xl font-bold text-text mb-2">Driver Training & Development</h3>
                    <p class="text-text">Our drivers are the heart of Aussie Transit Solutions, and investing in their professional development is paramount to the quality of care we provide. Donations will directly support comprehensive and ongoing training programs focused on critical areas such as disability awareness, passenger assistance techniques, first aid, and customer service excellence. By equipping our drivers with advanced skills and compassionate approaches, we ensure that every passenger receives not only safe and reliable transportation but also dignified and respectful care. Your contribution to driver training elevates the standard of our service and enhances the overall experience for those who rely on us.</p>
                </div>
            </div>
            <div class="mt-12 flex justify-center space-x-8">
                <div>
                    <p class="text-4xl font-bold text-primary">2500+</p>
                    <p class="text-lg text-text">People Served Annually</p>
                </div>
                <div>
                    <p class="text-4xl font-bold text-primary">40%</p>
                    <p class="text-lg text-text">Increase in Demand Last Year</p>
                </div>
            </div>
        </div>
    </section>

    <section id="impact" class="bg-base py-24">
        <div class="container mx-auto px-6">
            <h2 class="text-3xl font-bold text-text text-center mb-12">Making a Difference: Where Your Donation Goes</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
                <div>
                    <ul class="space-y-6">
                        <li class="bg-neutral p-6 rounded-lg shadow-md">
                            <h4 class="text-xl font-bold text-text mb-2">$50</h4>
                            <p class="text-text">Provides a round-trip transport for a senior to attend a vital medical appointment, ensuring they receive necessary healthcare without transportation barriers.</p>
                        </li>
                        <li class="bg-neutral p-6 rounded-lg shadow-md">
                            <h4 class="text-xl font-bold text-text mb-2">$100</h4>
                            <p class="text-text">Contributes significantly to the monthly maintenance of one of our essential accessible vehicles, keeping it safe and operational for community use.</p>
                        </li>
                        <li class="bg-neutral p-6 rounded-lg shadow-md">
                            <h4 class="text-xl font-bold text-text mb-2">$250</h4>
                            <p class="text-text">Funds a full day of community transport services for a group of individuals with disabilities, enabling participation in social and recreational activities.</p>
                        </li>
                        <li class="bg-neutral p-6 rounded-lg shadow-md">
                            <h4 class="text-xl font-bold text-text mb-2">$500</h4>
                            <p class="text-text">Supports comprehensive driver training programs, enhancing passenger assistance skills and ensuring compassionate and high-quality care from our team.</p>
                        </li>
                    </ul>
                </div>
                <div class="md:order-last">
                    <div class="bg-neutral p-6 rounded-lg shadow-md">
                        <div class="flex items-center mb-4">
                            <img src="images/testimonial-sarah-m.jpeg" alt="Sarah M., Testimonial Author" class="rounded-full w-16 h-16 mr-4" style="aspect-ratio: 1; width: 128px; height: 128px;">
                            <div>
                                <h5 class="font-bold text-text">Sarah M.</h5>
                                <p class="text-sm text-gray-600">Daughter of a Service User</p>
                            </div>
                        </div>
                        <blockquote class="italic text-text">
                            "Aussie Transit Solutions has been an absolute lifeline for my mother, Patricia. As she's gotten older, getting to her medical appointments had become a real source of stress and worry for our family. Their accessible service is not just convenient; it's given her back her independence and dignity. Knowing she can rely on them to get her where she needs to go, safely and comfortably, has made such a difference in her quality of life and peace of mind for us all. We are incredibly grateful for Aussie Transit Solutions and the compassionate service they provide to our community."
                        </blockquote>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section id="services" class="bg-neutral py-24">
        <div class="container mx-auto px-6 text-center">
            <h2 class="text-3xl font-bold text-text mb-12">Our Commitment to Transportation Excellence</h2>
            <p class="text-lg text-text mb-12">At Aussie Transit Solutions, we offer a comprehensive suite of transportation services tailored to meet the diverse needs of our Melbourne community. From ensuring seamless airport transfers to providing reliable corporate travel solutions and specialized accessible transport, our commitment to excellence is unwavering. We strive to deliver not just transportation, but a superior travel experience marked by punctuality, comfort, and exceptional customer care. Explore our range of services designed to keep you moving with ease and confidence.</p>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <img src="images/service-airport-transfer.jpeg" alt="Airport Transfer Service" class="rounded-t-lg" style="aspect-ratio: 400 / 300; width: 100%; height: auto;">
                    <div class="mt-4">
                        <h3 class="text-xl font-bold text-text mb-2">Airport Transfers</h3>
                        <p class="text-text">Start or end your journey stress-free with our reliable and comfortable airport transfer services to and from Melbourne Airport. We monitor flight schedules to ensure timely pickups and drop-offs, providing a seamless travel experience.</p>
                    </div>
                </div>
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <img src="images/service-corporate-travel.jpeg" alt="Corporate Travel Service" class="rounded-t-lg" style="aspect-ratio: 400 / 300; width: 100%; height: auto;">
                    <div class="mt-4">
                        <h3 class="text-xl font-bold text-text mb-2">Corporate Travel</h3>
                        <p class="text-text">Elevate your business travel with our professional and efficient corporate transport solutions. We cater to all your business transportation needs, ensuring punctuality and comfort for executives and teams.</p>
                    </div>
                </div>
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <img src="images/service-group-transport.jpeg" alt="Group Transportation Service" class="rounded-t-lg" style="aspect-ratio: 400 / 300; width: 100%; height: auto;">
                    <div class="mt-4">
                        <h3 class="text-xl font-bold text-text mb-2">Group Transportation</h3>
                        <p class="text-text">Travel together comfortably and conveniently with our spacious group transportation services. Ideal for events, tours, and large gatherings, we ensure everyone arrives together, safely and on time.</p>
                    </div>
                </div>
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <img src="images/service-private-charter.jpeg" alt="Private Charter Service" class="rounded-t-lg" style="aspect-ratio: 400 / 300; width: 100%; height: auto;">
                    <div class="mt-4">
                        <h3 class="text-xl font-bold text-text mb-2">Private Charters</h3>
                        <p class="text-text">Enjoy bespoke transport solutions with our private charter services, perfect for special events, personalized tours, and unique occasions. We tailor our services to meet your specific itinerary and preferences.</p>
                    </div>
                </div>
                <div class="p-6 bg-base rounded-lg shadow-md">
                    <img src="images/service-accessible-transport.jpeg" alt="Accessible Transport Service" class="rounded-t-lg" style="aspect-ratio: 400 / 300; width: 100%; height: auto;">
                    <div class="mt-4">
                        <h3 class="text-xl font-bold text-text mb-2">Accessible Transport</h3>
                        <p class="text-text">Our dedicated accessible transport services ensure safe, dignified, and reliable travel for passengers with mobility needs. Our trained drivers and specialized vehicles are equipped to provide the highest level of care and support.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section id="team" class="bg-base py-24">
        <div class="container mx-auto px-6 text-center">
            <h2 class="text-3xl font-bold text-text mb-12">Dedicated People, Driving Our Mission</h2>
            <p class="text-lg text-text mb-12">Meet the passionate individuals who form the backbone of Aussie Transit Solutions. Our team is composed of dedicated professionals who are deeply committed to our mission of providing accessible and reliable transportation to the Melbourne community. From our visionary leadership to our skilled operations team and our compassionate drivers, each member plays a crucial role in ensuring we deliver exceptional service and make a positive impact every day. Get to know the people behind the wheels, driving our commitment to community connection.</p>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="p-6">
                    <img src="images/team-john-smith.jpeg" alt="John Smith, CEO" class="rounded-full w-32 h-32 mx-auto mb-4" style="aspect-ratio: 1; width: 256px; height: 256px;">
                    <h3 class="text-xl font-bold text-text mb-2">John Smith</h3>
                    <h4 class="text-gray-600 mb-2">CEO</h4>
                    <p class="text-text">John’s unwavering passion for accessible and inclusive transport is the driving force behind Aussie Transit Solutions. With over two decades of experience in the transportation industry, he brings a wealth of knowledge and a clear vision of fostering community connection through reliable service. His leadership is grounded in a deep commitment to ensuring that everyone has equal access to transportation, regardless of their circumstances.</p>
                </div>
                <div class="p-6">
                    <img src="images/team-emily-davis.jpeg" alt="Emily Davis, Operations Manager" class="rounded-full w-32 h-32 mx-auto mb-4" style="aspect-ratio: 1; width: 256px; height: 256px;">
                    <h3 class="text-xl font-bold text-text mb-2">Emily Davis</h3>
                    <h4 class="text-gray-600 mb-2">Operations Manager</h4>
                    <p class="text-text">Emily is the linchpin of our daily operations, ensuring that everything runs smoothly and efficiently. Her exceptional expertise in logistics and customer service is critical to our ability to deliver consistently reliable service. Emily’s meticulous attention to detail and dedication to operational excellence ensures that Aussie Transit Solutions meets the transportation needs of our community with precision and care.</p>
                </div>
                <div class="p-6">
                    <img src="images/team-michael-brown.jpeg" alt="Michael Brown, Community Liaison" class="rounded-full w-32 h-32 mx-auto mb-4" style="aspect-ratio: 1; width: 256px; height: 256px;">
                    <h3 class="text-xl font-bold text-text mb-2">Michael Brown</h3>
                    <h4 class="text-gray-600 mb-2">Community Liaison</h4>
                    <p class="text-text">Michael is dedicated to building and nurturing strong relationships with community organizations across Melbourne. His role is vital in ensuring that our services are not only accessible but also perfectly aligned with the diverse needs of our residents. Michael’s proactive approach to community engagement and his deep understanding of local needs help Aussie Transit Solutions remain responsive and deeply connected to the people we serve.</p>
                </div>
            </div>
        </div>
    </section>

    <section id="donate" class="bg-accent py-24 rounded-lg">
        <div class="container mx-auto px-6 text-center">
            <h2 class="text-3xl font-bold text-base mb-12">Support Our Mission: Donate Today</h2>
            <p class="text-lg text-base mb-8">Your generous contribution to Aussie Transit Solutions directly fuels our mission to provide essential transportation services to those in need across Melbourne. Every donation, big or small, makes a tangible difference in the lives of seniors, individuals with disabilities, and vulnerable families, ensuring they remain connected to vital services and their community. Choose a donation amount below or enter a custom amount to support our cause and help us keep Melbourne moving, inclusively.</p>
            <div class="mb-8">
                <button class="btn-primary mx-2">$25 - Small Contribution</button>
                <button class="btn-primary mx-2">$50 - Medium Support</button>
                <button class="btn-primary mx-2">$100 - Significant Impact</button>
                <button class="btn-primary mx-2">Custom Amount</button>
            </div>
            <p class="text-lg text-base mb-8">We accept secure payments via Credit Card, PayPal, and Bank Transfer. Choose your preferred method to proceed with your donation.</p>
            <a href="#" class="btn-base bg-primary text-neutral py-2 px-4 rounded hover:bg-primary-dark">Make a Donation</a>
            <p class="mt-8 text-lg text-base">Thank you for your generous support! Every contribution helps us keep our community moving.</p>
        </div>
    </section>

    <section id="contact" class="bg-neutral py-24">
        <div class="container mx-auto px-6 grid grid-cols-1 md:grid-cols-2 gap-8">
            <div>
                <h2 class="text-3xl font-bold text-text mb-6">Get in Touch</h2>
                <p class="text-lg text-text mb-8">We're here to answer any questions you may have about Aussie Transit Solutions, our services, or how you can support our mission. Reach out to us via phone, email, or visit our office during business hours. Alternatively, you can fill out the contact form below, and one of our friendly team members will get back to you as soon as possible. We look forward to hearing from you and connecting further with our community.</p>
                <div class="mb-8">
                    <h3 class="text-xl font-bold text-text mb-2">Contact Details</h3>
                    <p class="text-text">Address: 12 Banksia Avenue, Level 3, Melbourne, Victoria, 3000, au</p>
                    <p class="text-text">Phone: +61 3 9000 1234</p>
                    <p class="text-text">Email: <a href="mailto:[email protected]">[email protected]</a></p>
                </div>
                <div>
                    <iframe
                      src="https://maps.google.com/maps?q=Melbourne%2C%20au&t=m&z=13&ie=UTF8&iwloc=&output=embed"
                      width="100%"
                      height="450"
                      style="border:0;"
                      allowfullscreen=""
                      loading="lazy"
                      referrerpolicy="no-referrer-when-downgrade">
                    </iframe>
                </div>
            </div>
            <div>
                <div class="bg-base p-8 rounded-lg shadow-md">
                    <h3 class="text-xl font-bold text-text mb-6 text-center">Send us a Message</h3>
                    <form>
                        <div class="mb-4">
                            <label for="name" class="block text-text text-sm font-bold mb-2">Your Name</label>
                            <input type="text" id="name" name="name" class="shadow appearance-none border rounded w-full py-2 px-3 text-text leading-tight focus:outline-none focus:shadow-outline" required>
                        </div>
                        <div class="mb-4">
                            <label for="email" class="block text-text text-sm font-bold mb-2">Your Email</label>
                            <input type="email" id="email" name="email" class="shadow appearance-none border rounded w-full py-2 px-3 text-text leading-tight focus:outline-none focus:shadow-outline" required>
                        </div>
                        <div class="mb-6">
                            <label for="message" class="block text-text text-sm font-bold mb-2">Message</label>
                            <textarea id="message" name="message" rows="5" class="shadow appearance-none border rounded w-full py-2 px-3 text-text leading-tight focus:outline-none focus:shadow-outline" required></textarea>
                        </div>
                        <div class="flex items-center justify-between">
                            <button class="btn-primary" type="submit">Send Message</button>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <footer class="bg-primary py-8">
        <div class="container mx-auto px-6 text-neutral">
            <div class="md:flex justify-between items-center">
                <div class="mb-4 md:mb-0">
                    <p>&copy; 2024 Aussie Transit Solutions. All rights reserved.</p>
                </div>
                <div>
                    <ul class="md:flex space-x-6 text-center md:text-left">
                        <li><a href="#about" class="hover:text-accent">About Us</a></li>
                        <li><a href="#services" class="hover:text-accent">Services</a></li>
                        <li><a href="#donate" class="hover:text-accent">Donate</a></li>
                        <li><a href="#contact" class="hover:text-accent">Contact</a></li>
                        <li><a href="./privacy.html" class="hover:text-accent">Privacy Policy</a></li>
                        <li><a href="./tos.html" class="hover:text-accent">Terms of Service</a></li>
                    </ul>
                </div>
                 <div>
                    <div class="flex justify-center space-x-4 mt-4 md:mt-0">
                        <a href="#" class="text-neutral hover:text-accent"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.952 10.125 11.769v-8.384H7.078v-3.385h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.384h-2.796v8.384C19.612 23.021 24 18.052 24 12.073z"/></svg></a>
                        <a href="#" class="text-neutral hover:text-accent"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Instagram</title><path d="M12 0C8.74 0 8.335.016 6.707.093 5.23.17 4.986.275 4.06.772 2.903 1.453 2.27 2.145 1.531 3.214.141 4.537 0 5.014 0 8.74v6.52C0 15.258.002 15.924.014 17.319.082 18.72 1.137 19.778 2.535 20.402 3.734 20.941 4.306 21.279 5.204 21.625 6.66 22.065 8.249 22.077 12 22.077h.005c3.752 0 5.336-.012 6.703-.09 1.484-.073 1.728-.178 2.654-.675.925-.497 1.557-1.189 2.295-2.255.665-1.064.766-1.305.842-2.707.075-1.405.087-4.067.087-7.79V8.74c0-3.725-.002-4.39-.014-5.785-.06-.925-.165-1.166-.86-1.86C19.219 2.423 18.587 1.79 17.38 1.157 16.753.789 16.517.684 15.04.242 13.668-.225 12.002-.234 8.373-.234H8.368c-3.628 0-5.23.009-6.606.087-.723.04-1.088.178-1.8.438-.614.228-.965.522-1.257.856-.66.712-.982 1.643-1.028 2.62V24h10c-2.669 0-5.338-.012-8-.026-1.484-.073-1.728-.178-2.654-.675-.925-.497-1.557-1.189-2.295-2.255C4.398 18.067 4.3 17.826 4.224 16.424c-.075-1.405-.087-4.067-.087-7.79V8.74c0-3.725.002-4.39.014-5.785.06-.925.165-1.166.86-1.86.635-.667 1.267-1.299 1.86-1.86.732-.614 1.663-.936 2.62-.982C9.071.016 9.477 0 12 0z"/><path fill="#fff" d="M12 5.495c-3.59 0-6.505 2.915-6.505 6.505s2.915 6.505 6.505 6.505 6.505-2.915 6.505-6.505-2.915-6.505-6.505-6.505zM12 15.753c-2.073 0-3.753-1.68-3.753-3.753s1.68-3.753 3.753-3.753 3.753 1.68 3.753 3.753-1.68 3.753-3.753 3.753z"/><circle cx="18.337" cy="5.657" r="1.195"/></svg></a>
                        <a href="#" class="text-neutral hover:text-accent"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LinkedIn</title><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.062.925 2.062 2.063 0 1.139-.922 2.065-2.062 2.065zm1.174 13.019H4.158V9h2.353v11.452zM22 24H2V0h20v24z"/></svg></a>
                    </div>
                </div>
            </div>
        </div>
    </footer>

    <div id="cookieConsentBanner" class="fixed bottom-0 left-0 w-full bg-gray-100 border-t border-gray-200 p-4 text-center" style="display:none;">
        <p class="mb-2 text-text">This website uses cookies to improve your experience. By clicking "Accept", you consent to the use of all cookies.</p>
        <button id="acceptCookieConsent" class="btn-primary">Accept</button>
    </div>

    <script>
        document.addEventListener('DOMContentLoaded', function() {
            const mobileMenuButton = document.getElementById('mobile-menu-button');
            const mobileMenu = document.getElementById('mobile-menu');

            mobileMenuButton.addEventListener('click', () => {
                mobileMenu.classList.toggle('hidden');
            });


            const cookiePrefix = "consent_";
            const randomString = Math.random().toString(36).substring(2, 10);
            const cookieName = cookiePrefix + randomString;

            document.getElementById('cookieConsentBanner').setAttribute('data-cookie-name', cookieName);

            const hasConsent = document.cookie.split(';').some((item) => {
                const trimmedItem = item.trim();
                return trimmedItem.startsWith(cookiePrefix);
            });

            if (!hasConsent) {
                document.getElementById('cookieConsentBanner').style.display = 'block';
            }

            document.getElementById('acceptCookieConsent').addEventListener('click', function() {
                const date = new Date();
                date.setTime(date.getTime() + (365 * 24 * 60 * 60 * 1000));
                document.cookie = cookieName + "=accepted; expires=" + date.toUTCString() + "; path=/; SameSite=Strict";
                document.getElementById('cookieConsentBanner').style.display = 'none';
            });
        });
    </script>

</body>
</html>                               

Whois info of domain

Domain Name: AT10K.COM
Registry Domain ID: 2278971276_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-07-06T02:09:18Z
Creation Date: 2018-06-25T15:28:25Z
Registry Expiry Date: 2025-06-25T15:28:25Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.DNS-PARKING.COM
Name Server: NS2.DNS-PARKING.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T20:36:21Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass