-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1624 from Subhajit-2023-44/profile
Add a User Profiles page done ! #1599
- Loading branch information
Showing
5 changed files
with
441 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link rel="stylesheet" href="testp.css"> <!-- Link to your CSS file --> | ||
|
||
<script src="testp.js" defer></script> | ||
|
||
<title>Profile Page</title> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="profile-container"> | ||
|
||
<div class="content-section"> | ||
<h2>Your Profile</h2> | ||
<a href="index.html"> | ||
<i class="fas fa-home"></i> | ||
</a> | ||
<div class="profile-card"> | ||
<div class="profile-header"> | ||
<img src="https://i.postimg.cc/NFFmtc9K/xnz-Mst5-V-400x400.jpg" alt="Profile Image" class="profile-image"> | ||
|
||
<div class="profile-info"> | ||
<h3 class="profile-name">Skylar Reed</h3> | ||
<p class="profile-email">Email: [email protected]</p> | ||
<p class="profile-phone">Phone: +987 654 3210</p> | ||
<p class="profile-bio">Joined: October 31, 2024</p> | ||
<p class="profile-bio">About Me: Hello!🙋🏻♂️ Join me as we explore the world together—one destination at a time! 😎</p> | ||
<p id="last-active">Last active: 31/10/2024, 11:12 PM</p> | ||
|
||
</div> | ||
|
||
</div> | ||
<button class="edit-profile-btn edit_profiled">Edit Profile</button> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="content-section"> | ||
|
||
<h2>Account Details</h2> | ||
<div class="profile-details"> | ||
<div class="profile-detail-card" id="profileCard"> | ||
<h3>Address</h3> | ||
<p id="addressText" contenteditable="false">789 Pine Lane, Austin, TX 73301</p> | ||
<a href="#"><button class="edit-profile-btn">Edit</button></a> | ||
</div> | ||
|
||
<div class="profile-detail-card"> | ||
<h3>Change Password</h3> | ||
<p>*********63</p> | ||
<button class="edit-profile-btn">Change</button></a> | ||
</div> | ||
|
||
<div class="profile-detail-card"> | ||
<h3>Privacy Settings</h3> | ||
<p>Visibility Status: Public</p> | ||
<a href="#"> | ||
<button class="edit-profile-btn">Edit</button></a> | ||
</div> | ||
|
||
<div class="profile-detail-card"> | ||
<h3>Recent Activity</h3> | ||
<p>Updated profile information</p> | ||
<a href="#"> | ||
<button class="edit-profile-btn">View</button></a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<section class="content-section"> | ||
|
||
<h2>Notifications</h2> | ||
<div class="card"> | ||
<p>Your profile has been updated successfully!</p> | ||
|
||
<button class="edit-profile-btn">View Notification</button> | ||
</div> | ||
<div class="card"> | ||
<p>Joshef Roy has sent you a friend request. Accept or decline?</p> | ||
|
||
<button class="edit-profile-btn">View Notification</button> | ||
</div> | ||
|
||
</section> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
494779b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
word-wise – ./
word-wise-anshikas-projects-45924011.vercel.app
word-wise-pi.vercel.app
word-wise-git-main-anshikas-projects-45924011.vercel.app