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 Alcazaren/eufelyn.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 Alcazaren/jdpnhs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions Alcazaren/profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE HTML>
<html lang= "en">
<head>
<meta charset="utf-8">
<title> MY WEB PROFILE</title>
<style>
nav a
{
padding: 10px 10px 10px 10px;
color: black;
border:green 3px solid;
text-decoration: arial;

}
nav a:hover
{
border:3px yellow solid;
background-color: pink;
color:black;

}

</style>
</head>
<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>Eufelyn Alcazaren</h2>
<img src="eufelyn.jpg"weight="150"height="150">

</section>
</main>
</div>


</body>
</html>