Im just probing for ideas here because new to this. The emphasis should be that : -Im a Jungleman always looking to progress, -Likes Traveling, -Meeting People. PS Any ideas on adding Architecture/ Video of a beach in the background?
-I want to keep It super friendly for the Accessibility -> hence the Paralax. -But at the same time not forget about the Normal Users (.onlick()=>events). -Whilst Keeping It all responsive for the Mobile Users
Thanks in advance
https://igorlee.netlify.app/
https://github.com/1GCONF/whatever
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Igor Lee - Portfolio | Web Developer & Designer</title>
<meta name="robots" content="index, follow">
<meta name="description" content="Welcome to the portfolio of Igor Lee. Explore my work as a web developer and designer. See my projects and get in touch!">
<meta name="keywords" content="web development, web design, portfolio, Igor Lee">
<link rel="canonical" href="https://www.yourwebsite.com/">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<h1>Igor Lee</h1>
<p>Web Developer / Designer</p>
</header>
</body>
</html>
```