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">
<title>profile
</title>
<link rel="stylesheet" href="css/style.css">
<style>
body {
background-color: rgb(34, 34, 34);
}
</style>
</head>
<body>
<div class="containerProfile">
<div class="personal-information box">
<div class="image_container">
<img src="images/test2231.jpg" id="profile_picture">
</div>
<div class="text_containerPRF">
<h1 class="text" id="aboutmeH1">About me:</h1>
<p class="text aboutme">
study: softwaredevelopment.
I am able to build a basic website with html, css, javascript and php.
My Cohort-year is 2023.</p>
<h2 class="text">some good qualities I have are:</h2><br>
<p class="text aboutme">
1-being able to work focused and independently.<br>
2-picking up on things quickly.<br>
3-patience.<br>
4-I'm respectful.<br>
5-if someone asks for my help on something I'll try and help them.<br>
</p>
<h2 class="text">I consider my biggest weakness to be:</h2><br>
<p class="text aboutme">
having a hard time asking for help
</p>
<a target="_blank" class="text" href="files/CV Joris van Rijn.pdf">
<button class="btn" onclick="">resumΓ©</button>
</a>
</div>
</div>
</div>
<div class="button-back">
<a href="index.html"><button class="btnProjects">
<p class="text"> to home page</p>
</button></a>
</div>
</div>
</body>
</html>