Homepagina

<!DOCTYPE html>
<html lang="nl">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Zonneprofijt</title>
  <link rel="stylesheet" href="styles.css"> <!-- Als je een apart CSS-bestand hebt, kun je het hier linken -->
</head>
<body>
  <header>
    <h1>Zonneprofijt</h1>
    <nav>
      <ul>
        <li><a href="#">Home</a></li>
        <li><a href="#">Diensten</a></li>
        <li><a href="#">Projecten</a></li>
        <li><a href="#">Contact</a></li>
      </ul>
    </nav>
  </header>

  <section id="intro">
    <h2>Welkom bij Zonneprofijt</h2>
    <p>Wij zijn gespecialiseerd in het installeren van hoogwaardige zonnepanelen voor residentiële en commerciële klanten.</p>
    <a href="#contact" class="btn">Neem contact met ons op</a>
  </section>

  <section id="services">
    <h2>Onze Diensten</h2>
    <ul>
      <li>Zonnepaneelinstallatie</li>
      <li>Onderhoud en reparatie van zonnepanelen</li>
      <li>Advies op maat</li>
    </ul>
  </section>

  <section id="projects">
    <h2>Onze Projecten</h2>
    <div class="project">
      <img src="zonnepaneel1.jpg" alt="Zonnepaneel 1">
      <h3>Residentiële installatie</h3>
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam condimentum mollis tortor, eget facilisis tortor sollicitudin id.</p>
    </div>
    <div class="project">
      <img src="zonnepaneel2.jpg" alt="Zonnepaneel 2">
      <h3>Commerciële installatie</h3>
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam condimentum mollis tortor, eget facilisis tortor sollicitudin id.</p>
    </div>
  </section>

  <section id="contact">
    <h2>Contacteer ons</h2>
    <p>Vul het onderstaande formulier in of bel ons op 123-456789</p>
    <form>
      <label for="name">Naam:</label>
      <input type="text" id="name" name="name" required>

      <label for="email">E-mail:</label>
      <input type="email" id="email" name="email" required>

      <label for="message">Bericht:</label>
      <textarea id="message" name="message" required></textarea>

      <input type="submit" value="Verstuur">
    </form>
  </section>

  <footer>
    <p>&copy; 2023 Zonneprofijt. Alle rechten voorbehouden.</p>
  </
× Stuur ons een WhatsApp!