-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.html
80 lines (80 loc) · 3.51 KB
/
status.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WhatsApp</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/status.css">
</head>
<body>
<div id="all-status">
<!-- Left Section -->
<div id="left-status">
<section class="left-head-status">
<img src="./img/user's pic.jpeg" alt="user">
<div>
<h4>
My Status
</h4>
<p>
No Updates
</p>
</div>
</section>
<section class="left-status-recent">
<div class="seprator">
<p>
viewed
</p>
</div>
<div class="statuses">
<div>
<a href="status.html#">
<img src="./img/user2.jpeg" alt="user">
</a>
</div>
<div>
<h4>
John Doe
</h4>
<p>
todat at 15:04 AM
</p>
</div>
</div>
<div class="statuses">
<div>
<a href="status.html#">
<img src="./img/user4.jpeg" alt="user">
</a>
</div>
<div>
<h4>
Brad
</h4>
<p>
today at 12:12 AM
</p>
</div>
</div>
</section>
</div>
<!-- Left Section -->
<div id="right-status">
<div class="objects">
<span data-testid="status-v3-placeholder" data-icon="status-v3-placeholder" class=""><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" width="80" height="80"><path fill="currentColor" d="M30.566 78.982c-.222 0-.447-.028-.672-.087C12.587 74.324.5 58.588.5 40.631c0-3.509.459-6.989 1.363-10.343a2.625 2.625 0 0 1 5.068 1.366 34.505 34.505 0 0 0-1.182 8.977c0 15.578 10.48 29.226 25.485 33.188a2.625 2.625 0 0 1-.668 5.163zm19.355-.107C67.336 74.364 79.5 58.611 79.5 40.563c0-3.477-.452-6.933-1.345-10.27a2.624 2.624 0 1 0-5.071 1.356 34.578 34.578 0 0 1 1.166 8.914c0 15.655-10.545 29.319-25.646 33.23a2.625 2.625 0 0 0 1.317 5.082zM15.482 16.5C21.968 9.901 30.628 6.267 39.867 6.267c9.143 0 17.738 3.569 24.202 10.05a2.625 2.625 0 0 0 3.717-3.708C60.329 5.135 50.413 1.018 39.867 1.018c-10.658 0-20.648 4.191-28.128 11.802a2.624 2.624 0 1 0 3.743 3.68z"></path></svg></span>
<div>
Click on a contact to view their status updates
</div>
<span>
<a href="index.html#">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="currentColor" d="M19.8 5.8l-1.6-1.6-6.2 6.2-6.2-6.2-1.6 1.6 6.2 6.2-6.2 6.2 1.6 1.6 6.2-6.2 6.2 6.2 1.6-1.6-6.2-6.2 6.2-6.2z"></path></svg>
</a>
</span>
</div>
</div>
</div>
</body>
</html>