-
Notifications
You must be signed in to change notification settings - Fork 0
/
Whatsapp.html
91 lines (91 loc) · 3.52 KB
/
Whatsapp.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
81
82
83
84
85
86
87
88
89
90
91
<!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="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<body>
<div id="whatsapp"></div>
<div id="website">
<div id="search">
<div id="logo">
<img id="pic_1" src="./Photo/pic 1.jpg" alt="pic">
<i class="fa-solid fa-users logos" id="zoom"></i>
<i class="fa-brands fa-whatsapp logos"></i>
<i class="fa-solid fa-ellipsis-vertical logos"></i>
</div>
<div id="bar">
<a href="#input">
<img id="size" src="./Photo/search.png" alt="search">
</a>
<input id="input" type="text" placeholder="Search or start new chat">
<hr />
</div>
</div>
<br />
<br />
<br />
<div class="border">
<div>
<br />
<img class="size" src="./Photo/pic 1.jpg" alt="user">
<p class="para1">Me (You)</p>
<p class="para2">Thanks</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 2.jpg" alt="user">
<p class="para1">Ajju Chachu</p>
<p class="para2">Kuch bhi</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 3.jpg" alt="user">
<p class="para1">Web & App Sec-D TTS</p>
<p class="para2">Yr koi bta skta hai yai</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 4.jpg" alt="user">
<p class="para1">Adnan Chachu</p>
<p class="para2">Uppar ajao</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 5.jpg" alt="user">
<p class="para1">Reshma Khala</p>
<p class="para2">???</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 6.jpg" alt="user">
<p class="para1">Ammi</p>
<p class="para2">Shabbash!</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 7.jpg" alt="user">
<p class="para1">Api</p>
<p class="para2">Acha hum ko sikha riya hai</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 8.jpg" alt="user">
<p class="para1">Areeb</p>
<p class="para2">5 photos</p>
<hr width="326px" style="margin-left: 67px;">
</div>
<div>
<img class="size" src="./Photo/pic 9.jpg" alt="user">
<p class="para1">Kaleem</p>
<p class="para2">Kiya?</p>
<hr width="326px" style="margin-left: 67px;">
</div>
</div>
</div>
</body>
</html>