Untitled

 avatar
unknown
plain_text
2 months ago
3.1 kB
2
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Gator Tech Integration</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }
        header {
            background-color: #002b5c;
            color: white;
            text-align: center;
            padding: 20px;
        }
        nav {
            display: flex;
            justify-content: center;
            background-color: #004080;
            padding: 10px 0;
        }
        nav a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }
        section {
            padding: 20px;
            text-align: center;
        }
        .fold {
            margin: 20px 0;
            padding: 40px 20px;
        }
        .fold:nth-child(even) {
            background-color: #f4f4f4;
        }
        .buttons {
            margin-top: 20px;
        }
        .buttons a {
            text-decoration: none;
            color: white;
            background-color: #002b5c;
            padding: 10px 20px;
            margin: 5px;
            border-radius: 5px;
        }
        footer {
            background-color: #004080;
            color: white;
            text-align: center;
            padding: 20px;
        }
        footer ul {
            list-style-type: none;
            padding: 0;
        }
        footer li {
            margin: 5px 0;
        }
    </style>
</head>
<body>
    <header>
        <h1>Gator Tech Integration</h1>
        <p>Home Theater, Audio, Automation, Security & More—Expert design & installation since day one!</p>
    </header>

    <nav>
        <a href="#home-theater">Home Theater</a>
        <a href="#audio">Whole House Audio</a>
        <a href="#automation">Automation</a>
        <a href="#security">Security Systems</a>
        <a href="#contact">Contact</a>
    </nav>

    <section id="home-theater" class="fold">
        <h2>Home Theater</h2>
        <p>Experience cinematic quality at home with expertly designed and installed systems.</p>
    </section>

    <section id="audio" class="fold">
        <h2>Whole House Audio</h2>
        <p>Enjoy seamless audio in every room with our professional solutions.</p>
    </section>

    <section id="automation" class="fold">
        <h2>Home Automation</h2>
        <p>Control lighting, temperature, and more with ease using our smart systems.</p>
    </section>

    <section id="security" class="fold">
        <h2>Security Systems</h2>
        <p>Keep your home safe with state-of-the-art security solutions.</p>
    </section>

    <section id="contact" class="fold">
        <h2>Contact Us</h2>
        <p>Have questions? Ready to get started? Reach out to our team today!</p>
        <div class="buttons">
            <a href="#">Contact Us</a>
            <a href="#">Request Consultation</a>
        </div>
    </section>

    <footer>
        <h3>Our Services
Leave a Comment