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>Yard</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="topHeader">
<img class="headerImg" src="img/logo-yard-da.png">
<h1>Sascha Marijnissen</h1>
</div>
<div class="bottomHeader"></div>
</header>
<div class="headerP">Further about me</div>
<div class="aboutMe">
<p>My name is Sascha and I am a 19 year old student, studying to become a software developer at the ROC Midden Nederland. As I am still in the first year of the study I have mostly learned to use HTML and CSS , but I am eager to learn more and improve my skills. I also spend a lot of my time reading English books, both physically and on online platforms.</p>
<img class="imgaboutme" src="img/me.jpg">
</div>
<div class="headerP">My main traits</div>
<div class="box">
<div class="traitBox">
<h2>Honest</h2>
<p>I really value authenticity and think it is really important to tell the truth to build trust in relationships, because in the long-term it is better because they will know you will be honest to them.</p>
</div>
<div class="traitBox">
<h2>Social</h2>
<p>I am social because i thrive in interactions with others and I enjoy engaging in conversations. I also really value the relationships I build with everyone.</p>
</div>
<div class="traitBox">
<h2>Communicative</h2>
<p>I have a strong ability to express my thoughts, feelings and ideas in a clear way. I value meaningfull conversations and make an effort to listen and understand others.</p>
</div>
</div>
<div class="headerP">My main skills</div>
<div class="skills">
<p>Currently most of my coding experience falls within the front-end of software development. It mainly lies with HTML, CSS and JavaScript. I am eager to learn more about back-end development and other programming languages.</p>
<img class="imgskills"src="img/skills.png">
</div>
<footer>
<div class="footerFix"></div>
</footer>
</body>
</html>