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="section">
<div class="section__container">
<div class="content">
<P class="subtitle">
Hello
</P>
<h1 class="title">
I'm <span>Ahmet<br>a</span> Software Developer
</h1>
<p class="description">
I'm a software developer student at ROC Techcollege Amersfoort. I'm passionate about coding and I'm always looking for new challenges.
</p>
<div class="action__btns">
<a href="https://drive.google.com/file/d/12-9SVqOVPPI4iUQTSedf--R8JBIbxjSZ/view?usp=sharing" target="_blank" >
<button class="hire__me">CV</button>
</a>
<a href="projects.html">
<button class="projects-btn">Projects</button>
</a>
</div>
</div>
<div class="image">
<img src="./assets/pfp.jpg" alt="profile picture">
</div>
</div>
</section>
</body>
</html>