0% found this document useful (0 votes)
17 views1 page

About Men A About Metal Aga

The document is an HTML template for an 'About Me' webpage. It includes a navigation bar with links to different sections such as Home, About Me, Place, and Hobbies. The structure is set up for further content to be added, including personal information and buttons for interactions.

Uploaded by

Sach Sophos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

About Men A About Metal Aga

The document is an HTML template for an 'About Me' webpage. It includes a navigation bar with links to different sections such as Home, About Me, Place, and Hobbies. The structure is set up for further content to be added, including personal information and buttons for interactions.

Uploaded by

Sach Sophos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<title>About Me</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<link href="" rel="stylesheet">
</head>
<body>
<!--about me 2:about me-->
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-collapse">
<div class="navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">ABOUT ME!!!</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">PLACE???</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">HOBBIES???</a>
</li>
</ul>
</div>
</nav>
</section>
<section id="">
<!--infoooo + buttons of birthday, likes and dislikes or maybe
tab....-->

</section>
</body>
</html>

You might also like