Server IP : 109.234.166.131  /  Your IP : 216.73.216.44
Web Server : LiteSpeed
System : Linux garfish.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : bean7936 ( 1010)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home/bean7936/dev-ophtel.com/../pro-g-renovation.fr/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/bean7936/dev-ophtel.com/../pro-g-renovation.fr/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="Pro-G Renovation - Quality renovation services and products.">
    <title>Pro-G Renovation | Shop & Services</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background: #f4f4f4;
            color: #333;
        }
        header {
            background: #2c3e50;
            color: white;
            padding: 20px 0;
            text-align: center;
        }
        header h1 {
            margin: 0;
            font-size: 2em;
        }
        nav {
            display: flex;
            justify-content: center;
            background: #34495e;
        }
        nav a {
            color: white;
            padding: 14px 20px;
            text-decoration: none;
            display: inline-block;
        }
        nav a:hover {
            background: #1abc9c;
        }
        .container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 20px;
        }
        section {
            margin-bottom: 40px;
            background: white;
            padding: 20px;
            border-radius: 8px;
        }
        h2 {
            color: #2c3e50;
        }
        .shop-item {
            border: 1px solid #ddd;
            padding: 15px;
            margin-bottom: 15px;
            border-radius: 6px;
        }
        .shop-item button {
            background: #1abc9c;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            border-radius: 4px;
        }
        .shop-item button:hover {
            background: #16a085;
        }
        footer {
            background: #2c3e50;
            color: white;
            text-align: center;
            padding: 20px 0;
        }
        form input, form textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        form button {
            background: #2c3e50;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 4px;
        }
        form button:hover {
            background: #34495e;
        }
    </style>
</head>
<body>
    <header>
        <h1>Pro-G Renovation</h1>
        <p>Your trusted partner in renovation services</p>
    </header>

    <nav>
        <a href="#shop">Shop</a>
        <a href="#program">Program</a>
        <a href="#contact">Contact Us</a>
    </nav>

    <div class="container">
        <!-- Shop Section -->
        <section id="shop">
            <h2>Shop</h2>
            <div class="shop-item">
                <h3>Renovation Toolkit</h3>
                <p>High-quality toolkit for all your renovation needs.</p>
                <p>Price: €49.99</p>
                <button>Add to Cart</button>
            </div>
            <div class="shop-item">
                <h3>Paint & Brushes Set</h3>
                <p>Complete set for wall and furniture painting.</p>
                <p>Price: €29.99</p>
                <button>Add to Cart</button>
            </div>
        </section>

        <!-- Program Section -->
        <section id="program">
            <h2>Program</h2>
            <p>We offer tailored renovation programs for homes and businesses:</p>
            <ul>
                <li>Home Renovation</li>
                <li>Office & Commercial Spaces</li>
                <li>Exterior & Landscaping</li>
                <li>Custom Projects</li>
            </ul>
        </section>

        <!-- Contact Section -->
        <section id="contact">
            <h2>Contact Us</h2>
            <form action="mailto:info@pro-g-renovation.fr" method="post" enctype="text/plain">
                <input type="text" name="name" placeholder="Your Name" required>
                <input type="email" name="email" placeholder="Your Email" required>
                <textarea name="message" rows="5" placeholder="Your Message" required></textarea>
                <button type="submit">Email Us</button>
            </form>
        </section>
    </div>

    <footer>
        &copy; 2026 Pro-G Renovation. All rights reserved.
    </footer>
</body>
</html>