-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUserProfile.html
52 lines (45 loc) · 1.79 KB
/
UserProfile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title> User Profile </title>
<center> <table border = "5" style="width:100%; color: red">
<tr>
<th style="font-size: 25px; color: red"> M-Mobiles Online Store </th>
<th style="color:white; font-size: 20px"><a href ="Homepage.html"> Homepage </a></th>
<th style="color:white; font-size: 20px"> <a href ="UserProfile.html"> Cart </a></th>
<th style="color:white; font-size: 20px"><a href ="login.html"> Sign-up </a></th>
</tr>
</table> </center>
</head>
<br><br>
<body style="background-color: black">
<h2 style="font-size: 40px; color:goldenrod"> <b> <center> User Profile </center> </b> </h2>
<h1 style="font-size: 60px; color:goldenrod"> <b> <center> Welcome to your profile Mr. Ahmad !! </center> </b> </h1>
<center> <table border="5" style="background-color: lightblue" width="50%">
<tr>
<td colspan="3"> <center> <img src="person.jpg" width="300" height="200"> </center> </td>
</tr>
<tr>
<th style="font-size: 23px"> <center> <b> Details </b> </center> </th>
<th style="font-size: 23px"> <center> <b> My Cart / Wishlist </b> </center> </th>
<th style="font-size: 23px"> <center> <b> Previous</b> </center> </th>
</tr>
<tr>
<td style="font-size: 23px"> - Ahmad Al Geish <br>
- House No. 35 <br>
- Al Arabia Rd <br>
- SD-397 <br>
- South Sudan
</td>
<td style="font-size: 23px"> - Apple: iPhone XS Max <br> <br>
- Samsung: S-10 <br>
</td>
<td style="font-size: 23px"> - 10/09/2017 - iPhone 7 - 128 GB - Gold <br> <br>
- 22/07/2019 - OPPO Rep 7 - 64 GB - Black <br>
</td>
</tr>
</table> </center>
</body>
<br> <br>
<footer style="color:gold"><center>By Maaz Ali Nadeem (i20-0452) & Shehryar Sohail (i20-0429) </center></footer>
</html>