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>portfolio leo</title>
</head>
<body>
<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>
</nav>
<section class="section">
<div class="section__container">
<div class="content">
<h1 class="title">
I'm <span>Leonardo rodrigues costa
</h1>
<p class="description">
And I will tell a bit about myself . <br>
<h1>about me:</h1>
im 18 years old and I was born in brazil.
<br>
I love doing sports and learning new things, I also
love motorcycles and I plan to get in the year of 2024 <br>
<h1>hobby's</h1>
my hobby's are going to the gym boxing and cooking, its pretty basic but
I prefer doing this type on things instead of partying.
</p>
</div>
<div class="image">
<img src="floydd.jpg" alt="profile" />
</div>
</div>
</section>
</body>
</html>