<!doctype html>
<html lang="en">
<head>

  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">

  <title>Kirby Starterkit | Home</title>
  <meta name="description" content="This is Kirby's Starterkit.">

  <link rel="stylesheet" href="http://for-no-one.org/assets/css/index.css">
</head>
<body>

  <header class="header wrap wide" role="banner">
    <div class="grid">

      <div class="branding column">
        <a href="http://for-no-one.org" rel="home">Kirby Starterkit</a>
      </div>

      <nav class="navigation column" role="navigation">
  <ul class="menu">
        <li class="menu-item">
      <a href="http://for-no-one.org/projects">Projects</a>
    </li>
        <li class="menu-item">
      <a href="http://for-no-one.org/blog">Blog</a>
    </li>
        <li class="menu-item">
      <a href="http://for-no-one.org/about">About</a>
    </li>
        <li class="menu-item">
      <a href="http://for-no-one.org/contact">Contact</a>
    </li>
      </ul>
</nav>
    </div>
  </header>

  <main class="main" role="main">
    
    <header class="wrap">
      <h1>Home</h1>
      <div class="intro text">
        <p>Yay! If you are seeing this, the installation of Kirby worked. :-)</p>      </div>
      <hr />
    </header>

    <div class="text wrap">
      <h2>Get started</h2>
<ul>
<li>Go to the <a href="http://for-no-one.org/panel">Panel</a> to give Kirby's admin interface a try</li>
<li>Check out the <a href="http://getkirby.com/docs">docs</a> and start building your own site</li>
<li>Follow <a href="https://twitter.com/getkirby">@getkirby</a> on Twitter for updates</li>
<li>Visit the <a href="http://forum.getkirby.com">forum</a> to connect with other Kirby users</li>
<li>Sign up to <a href="https://getkirby.com/#kosmos">Kirby Kosmos</a>, our monthly newsletter</li>
<li><a href="http://getkirby.com/support">Get in contact</a> if you need support.</li>
</ul>
<p><strong>Have fun with Kirby!</strong></p>    </div>
  
    <section class="projects-section">
      
      <div class="wrap wide">
        <h2>Latest Projects</h2>
        
<ul class="showcase grid gutter-1">

  
    <li class="showcase-item column">
        <a href="http://for-no-one.org/projects/project-a" class="showcase-link">
                      <img src="http://for-no-one.org/thumbs/projects/project-a/creative-tools-600x600.jpg" alt="Thumbnail for Project A" class="showcase-image" />
                    <div class="showcase-caption">
            <h3 class="showcase-title">Project A</h3>
          </div>
        </a>
    </li>

  
    <li class="showcase-item column">
        <a href="http://for-no-one.org/projects/project-b" class="showcase-link">
                      <img src="http://for-no-one.org/thumbs/projects/project-b/room-600x600.jpg" alt="Thumbnail for Project B" class="showcase-image" />
                    <div class="showcase-caption">
            <h3 class="showcase-title">Project B</h3>
          </div>
        </a>
    </li>

  
    <li class="showcase-item column">
        <a href="http://for-no-one.org/projects/project-c" class="showcase-link">
                      <img src="http://for-no-one.org/thumbs/projects/project-c/camera-600x600.jpg" alt="Thumbnail for Project C" class="showcase-image" />
                    <div class="showcase-caption">
            <h3 class="showcase-title">Project C</h3>
          </div>
        </a>
    </li>

  
</ul>        <p class="projects-section-more"><a href="http://for-no-one.org/projects" class="btn">show all projects &hellip;</a></p>
      </div>
      
    </section>

  </main>

  <footer class="footer cf" role="contentinfo">
    <div class="wrap wide">

      <p class="footer-copyright">© 2009–2020 The Kirby Team</p>

      <p class="footer-madewithkirby">
        <a href="http://getkirby.com/made-with-kirby-and-love">Made with Kirby and <b class="heart">♥</b></a>
      </p>
    
    </div>
  </footer>

</body>
</html>