Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
<title> Projects </title>
</head>
<body>
<div class="projects">
<div class="techno">
<h1>technowire</h1>
<p>
The Technowire projects is a project that was made to inform you about the past and
the future of programing.
</p>
<button>Check it out!</button>
</div>
<div class="techno">
<h1>Super Bird </h1>
Super Bird is a challenging game that makes you try your best to get the highest highscore, try it with your
friends!
<button>Check it out!</button>
</div>
</div>
<nav>
<div class="nav__content">
<div class="logo"><a href="index.html">Leonardo</a></div>
<label for="check" class="checkbox">
<i class="ri-menu-line"></i>
</label>
<input type="checkbox" name="check" id="check" />
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</section>
</body>
</html>