-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (103 loc) · 4 KB
/
Copy pathindex.html
File metadata and controls
115 lines (103 loc) · 4 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<title>bootstrap</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row hell rounded">
<div class="col-1 col-xl-1 ">
</div>
<div class="col-5 col-xl-9 p-4 ">
<h3><b style="color: white" class="special">WhatsApp</b></h3>
</div>
<div class="col-3 col-xl-2">
<div class="dropdown m-4" >
<button class="btn btn-secondary dropdown-toggle " type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Menu
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="myprofilepic.html">change profile</a>
</div>
</div>
</div>
</div>
<a href="user1.html" style="text-decoration: none">
<div class="block ">
<div class="row">
<div class=" col-2 col-xl-1 ">
<img class="rounded-circle hello p-1" src="ashish.jpeg" width="60vw" height="60vh" alt=" ">
</div>
<div class=" col-7 col-xl-8 "> <p ><b >Family </b></p> <small class="text-muted"> koi ghar pe aayega kya? </small>
</div>
<div class="col-3 col-xl-3 text-right">
<small class="text-muted " >5:52 PM</small>
</div>
</div>
</div>
</a>
<a href="user2.html" style="text-decoration: none">
<div class="block ">
<div class="row">
<div class=" col-2 col-xl-1 ">
<img class="rounded-circle hello p-1 " src="sherul.jpeg" width="60vw" height="60vh" alt=" ">
</div>
<div class=" col-7 col-xl-8 "> <p><b>Sherul </b></p> <small class="text-muted">OK, let's go! </small>
</div>
<div class=" col-3 col-xl-3 text-right">
<small class="text-muted " >5:52 PM</small>
</div>
</div>
</div>
</a>
<a href="user3.html" style="text-decoration: none">
<div class="block ">
<div class="row">
<div class=" col-2 col-xl-1 ">
<img class="rounded-circle hello p-1" src="prakash.jpeg" width="60vw" height="60vh" alt=" ">
</div>
<div class="col-7 col-xl-8 "> <p><b>prakash </b></p> <small class="text-muted">OK, let's go! </small>
</div>
<div class="col-3 col-xl-3 text-right">
<small class="text-muted " >5:52 PM</small>
</div>
</div>
</div>
</a>
<a href="user4.html" style="text-decoration: none">
<div class="block ">
<div class="row">
<div class=" col-2 col-xl-1 ">
<img class="rounded-circle hello p-1" src="avi.jpeg" width="60vw" height="60vh" alt=" ">
</div>
<div class="col-7 col-xl-8 "> <p><b>Avi</b></p> <small class="text-muted">OK, let's go! </small>
</div>
<div class="col-3 col-xl-3 text-right">
<small class="text-muted " >5:52 PM</small>
</div>
</div>
</div>
</a>
<a href="user5.html" style="text-decoration: none">
<div class="block ">
<div class="row">
<div class=" col-2 col-xl-1 ">
<img class="rounded-circle hello p-1 " src="darshit.jpeg" width="60vw" height="60vh" alt=" ">
</div>
<div class="col-7 col-xl-8 "> <p><b>Darshit </b></p> <small class="text-muted">OK, let's go! </small>
</div>
<div class="col-3 col-xl-3 text-right">
<small class="text-muted " >5:52 PM</small>
</div>
</div>
</div>
</a>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
</body>
</html>