<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Ministry of Web Development</title>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="styles/layout.css" type="text/css">
<!--[if lt IE 9]><script src="scripts/html5shiv.js"></script><![endif]-->
</head>
<body>
<div class="wrapper row1">
  <header id="header" class="clear">
    <div id="hgroup">
      <h1>Ministry of Web Development</h1>
      <h2>Freelance Scrum Master/Agile Coach</h2>
    </div>
    <nav>
      <ul>
        <li><a href="/">About</a></li>
        <li class="last"><a href="https://nl.linkedin.com/in/charlievdkerkhof">LinkedIn</a></li>
      </ul>
    </nav>
  </header>
</div>
<!-- content -->
<div class="wrapper row2">
  <div id="container" class="clear">
    <!-- Slider -->
    <section id="slider" class="clear">
      <figure><img src="img/logo-630x180.png" alt="Logo Ministry of Web Development">
        <figcaption>
          <p>As a Certified (technical) Scrum Master I can help you in your company. How? By Continuously coaching the engineering teams, Helping the Product Owner keep the business requirements clear, Maintaining an open channel with the business and other stakeholders, Communicating the progress and the adjustments of the sprints.<br /></p>
          <footer class="more"><a href="https://nl.linkedin.com/in/charlievdkerkhof">Read full LinkedIn profile &raquo;</a></footer>
        </figcaption>
      </figure>
    </section>
    <!-- main content -->
    <div id="homepage">
      <!-- services area -->
      <section id="services" class="clear">
        <!-- article 1 -->
        <article class="one_third">
          <h2>Agile</h2>
          <!-- <img src="images/demo/80x80.gif" alt=""> -->
          <p>Having a strong team that can deliver and still has fun is helping tremendously in web projects. With Agile Development using the Scrum methodology my goal is to make everyone more productive.</p>
          
        </article>
        <!-- article 2 -->
        <article class="one_third">
          <h2>Skills</h2>
          <!-- <img src="images/demo/80x80.gif" alt=""> -->
          <p>My skills are:
          <ul>
            <li>Strong communication skills</li>
            <li>Understanding both technical and business people</li>
            <li>Years of experience as a Certified Scrum Master</li>
            <li>Solid understanding of Web/System Architecture</li>
            <li>Strong technical skills</li>
          </ul></p>
        </article>
        <!-- article 3 -->
        <article class="one_third lastbox">
          <h2>Contact</h2>
          <!-- <img src="images/demo/80x80.gif" alt=""> -->
          <p>Charlie van de Kerkhof<br />
            Duikerstraat 14<br />
            3582TB Utrecht<br />
            +31 (0)6 412 54 884</p>
          
        </article>
      </section>
      <!-- / services area -->
      <!-- ########################################################################################## -->
      <!-- ########################################################################################## -->
      <!-- ########################################################################################## -->
      <!-- ########################################################################################## -->
      
    </div>
    <!-- / content body -->
  </div>
</div>
<!-- Footer -->
<div class="wrapper row3">
  <footer id="footer" class="clear">
    <p class="fl_left">Copyright &copy; 2025 - Ministry of Web Development</p>
    <p class="fl_right">kvk: 30178250</p>
  </footer>
</div>
</body>
</html>
