Skip to content

Commit

Permalink
Merge pull request #2804 from samarsajad/pic
Browse files Browse the repository at this point in the history
the pictures are now visible
  • Loading branch information
huamanraj committed Aug 9, 2024
2 parents a0ae732 + fae03f0 commit f2ccb7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions biographies.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,26 +325,26 @@
<li>
<div class="action">
<div class="profile" onclick="menuToggle();">
<img id="profile-avatar" src="../images/avatar1.jpg" />
<img id="profile-avatar" src="assets/images/avatar1.jpg" />
</div>
<div class="menu">
<h3>XYZ<br /><span>Book Lover</span></h3>
<ul>
<li>
<img src="../images/user.jpg" /><a href="../../profile.html">My profile</a>
<img src="assets/images/user.jpg" /><a href="../../profile.html">My profile</a>
</li>
<li>
<img src="../images/edit profile.jpg" /><a href="../html/profileedit.html">Edit profile</a>
<img src="assets/images/edit profile.jpg" /><a href="../html/profileedit.html">Edit profile</a>
</li>
<li>
<img src="../images/inbox.png" /><a href="#">Inbox</a>
<img src="assets/images/inbox.png" /><a href="#">Inbox</a>
</li>
<li>
<img src="../images/settings.png" /><a href="#">Settings</a>
<img src="assets/images/settings.png" /><a href="#">Settings</a>
</li>
<li><img src="../images/help.png" /><a href="#">Help</a></li>
<li><img src="assets/images/help.png" /><a href="#">Help</a></li>
<li>
<img src="../images/logout.png" /><a href="#">Logout</a>
<img src="assets/images/logout.png" /><a href="#">Logout</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit f2ccb7b

Please sign in to comment.