Skip to content

Landing page #143

@rodniypage

Description

@rodniypage
<title>טכנאי מזגנים מקצועי</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; direction: rtl; background-color: #f4f4f4; color: #333; } header { background: url('https://images.unsplash.com/photo-1591696205602-3f6e1f5e4b0f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8YWR2YW5jZWQlMjBhaXJ8fDB8fHx8MTY5NjgwNzQ5NQ&ixlib=rb-4.0.3&q=80&w=1200') no-repeat center center/cover; height: 400px; display: flex; justify-content: center; align-items: center; color: white; text-shadow: 2px 2px 8px rgba(0,0,0,0.7); } header h1 { font-size: 3em; text-align: center; } .container { max-width: 1000px; margin: 40px auto; padding: 0 20px; } .services, .why-choose, .contact { background-color: white; padding: 30px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .services h2, .why-choose h2, .contact h2 { margin-top: 0; color: #007BFF; } ul { list-style: none; padding: 0; } ul li { margin: 10px 0; padding-left: 20px; position: relative; } ul li::before { content: "✔"; position: absolute; left: 0; color: #28a745; } form { display: flex; flex-direction: column; } form input, form textarea { padding: 10px; margin-bottom: 15px; border-radius: 5px; border: 1px solid #ccc; font-size: 1em; } form button { padding: 12px; background-color: #007BFF; color: white; font-size: 1em; border: none; border-radius: 5px; cursor: pointer; } form button:hover { background-color: #0056b3; } footer { text-align: center; padding: 20px; background-color: #333; color: white; } @media (max-width: 600px) { header h1 { font-size: 2em; } } </style>

טכנאי מזגנים מקצועי – תיקון והתקנה מהיר ואמין

<div class="container">
    <section class="services">
        <h2>השירותים שלנו</h2>
        <ul>
            <li>תיקון מזגנים מכל סוג</li>
            <li>התקנת מזגנים חדשים</li>
            <li>ניקוי ותחזוקה שוטפת</li>
            <li>מילוי גז ואיתור דליפות</li>
        </ul>
    </section>

    <section class="why-choose">
        <h2>למה לבחור בנו?</h2>
        <ul>
            <li>ניסיון מקצועי מעל 10 שנים</li>
            <li>שירות מהיר וזמין</li>
            <li>מחירים הוגנים ושקופים</li>
            <li>התחייבות לאיכות ושביעות רצון</li>
        </ul>
    </section>

    <section class="contact">
        <h2>צור קשר עכשיו</h2>
        <form>
            <input type="text" placeholder="שם מלא" required>
            <input type="tel" placeholder="טלפון" required>
            <input type="email" placeholder="דואר אלקטרוני" required>
            <textarea placeholder="הודעה" rows="4"></textarea>
            <button type="submit">שלח</button>
        </form>
    </section>
</div>

<footer>
    כל הזכויות שמורות © 2026
</footer>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions