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 name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css" rel="stylesheet" />
<title>Portfolio</title>
</head>
<body>
<nav>
<div class="nav__content">
<div class="logo">
<a href="index.html"><img src="assets/pfp.jpg" alt="logo"></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="https://drive.google.com/file/d/12-9SVqOVPPI4iUQTSedf--R8JBIbxjSZ/view?usp=sharing"
target="_blank">CV</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<section class="projects">
<div class="projects__container">
<div class="project__box">
<div class="projectIMG">
<img src="assets/pong.png" alt="pong">
</div>
<div class="project__content">
<h2>Project 1</h2>
<p>I recreated pong in javascript.</p>
<div class="projects-btns">
<div class="technowire">
<a href="../GAME/index.html">
<button>Play here</button>
</a>
</div>
</div>
</div>
</div>
<div class="project__box">
<div class="projectIMG2">
<img src="assets/TechnoWire_logo.png" alt="technowire">
</div>
<div class="project__content">
<h2>Project 2</h2>
<p>Technowire</p>
<div class="projects-btns">
<div class="technowire">
<a href="../technowire/index.html">
<button>View here</button>
</a>
</div>
</div>
</div>
</div>
<div class="project__box">
<div class="projectIMG2">
<img src="assets/guestbook.png" alt="GuestBook">
</div>
<div class="project__content">
<h2>Project 2</h2>
<p>GuesBook</p>
<div class="projects-btns">
<div class="technowire">
<a href="../GuestBook/chatbox.php">
<button>View here</button>
</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>