Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Pampilo/jdpnhs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pampilo/princess.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions Pampilo/profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>


<meta charset="utf-8">
<title>Navigation Demo</title>
<style>
nav a
{
padding: 10px 10px 10px 10px;
color: black;
border:white 3px solid;
text-decoration: none;
}
nav a:hover
{ border:3px red solid;
background-color: violet;
color:white;
}
</style>
<body>
<div id="wrapper">


<header>
<img class="picture" src="jdpnhs.jpg"weight="150"height="150">
<h1>My Profile</h1>
</header>
<nav>
<p>
<a href="HOME">HOME</a>
<a href="ABOUT">ABOUT</a>
<a href="NEWS">NEWS</a>
<a href="GALLERY">GALLERY</a>
<a href="LOG IN">LOG IN</a>
</p>
</nav>

<main>

<section>
<h2>Princess Eleah Mae Pampilo</h2>
<img src="princess.jpg"weight="150"height="150">

</section>
</main>

</div>
</body>

</html>