-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
148 lines (138 loc) · 5.47 KB
/
index.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<html>
<head>
<title>WatsApp</title>
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=false">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
</head>
<body>
<!-- Nav bar -->
<nav class="navbar navbar-expand-md navbar-dark" >
<a class="navbar-brand mr-auto" href="index.html">WatsApp</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<form class="form-inline my-auto" action="/action_page.php">
<input class="form-control mx-sm-auto" type="text" placeholder="Search">
</form>
</li>
<li class="nav-item ">
<a class="nav-link" href="#">New broadcast</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="unread.html">Unread<span class="badge ">3</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="profile.html">Mahesh<img src="image/7.jpg" class="image-fluid ml-1 image-responsive rounded-circle" width="30" height="30" alt=""></a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-lg-5 mr-auto border-right">
<!..chats..>
<!..1st start..>
<a href="Rajendra.html" style="text-decoration : none; color : #000;">
<div class="row border-bottom my-2" >
<div class=" col-1 col-sm-1 col-lg-1 mr-3 my-2 chat-img" >
<img src="image/1.jpg" class="image-fluid image-responsive rounded-circle" width="60" height="60" alt="">
</div>
<div class=" col-7 col-sm-8 col-lg-7 mt-2 ml-2 chat-name" >
<h4>Rajendra</h4>
<p>How are you?</p>
</div>
<div class="col-3 col-sm-2 col-lg-2 mt-3 ml-3" >
<div class="time">15:00</div>
<div class="badge mt-1 ml-3 " style="border-radius:50px;">2</div>
</div>
</div><!..1st chat ..>
</a>
<!..second chat..>
<a href="Varma.html" style="text-decoration : none; color : #000;">
<div class="row border-bottom my-2" >
<div class=" col-1 col-sm-1 col-lg-1 mr-3 my-2 chat-img" >
<img src="image/2.jpg" class="image-fluid image-responsive rounded-circle" width="60" height="60" alt="">
</div>
<div class=" col-7 col-sm-8 col-lg-7 mt-2 ml-2 chat-name" >
<h4>Varma</h4>
<p>How are you?</p>
</div>
<div class=" col-3 col-sm-2 col-lg-2 mt-3 ml-3" >
<div class="time">12:00</div>
<div class="badge mt-1 ml-3 " style="border-radius:50px;">2</div>
</div>
</div>
</a>
<!..Third Chat..>
<a href="Rahul.html" style="text-decoration : none; color : #000;">
<div class="row border-bottom my-2" >
<div class=" col-1 col-sm-1 col-lg-1 mr-3 my-2 chat-img" >
<img src="image/3.jpg" class="image-fluid image-responsive rounded-circle" width="60" height="60" alt="">
</div>
<div class="col-7 col-sm-8 col-lg-7 mt-2 ml-2 chat-name" >
<h4>Rahul</h4>
<p>How are you?</p>
</div>
<div class=" col-3 col-sm-2 col-lg-2 mt-3 ml-3" >
<div class="time">11:00</div>
<div class="badge mt-1 ml-3 " style="border-radius:50px;">5</div>
</div>
</div>
</a>
<a href="Rakesh.html" style="text-decoration : none; color : #000;">
<div class="row border-bottom my-2" >
<div class=" col-1 col-sm-1 col-lg-1 mr-3 my-2 chat-img" >
<img src="image/4.jpg" class="image-fluid image-responsive rounded-circle" width="60" height="60" alt="">
</div>
<div class="col-7 col-sm-8 col-lg-7 mt-2 ml-2 chat-name" >
<h4>Rakesh</h4>
<p>How are you?</p>
</div>
<div class="col-3 col-sm-2 col-lg-2 mt-3 ml-3" >
<div class="time">6:00</div>
</div>
</div>
</a>
<a href="Vikas.html" style="text-decoration : none; color : #000;">
<div class="row border-bottom my-2" >
<div class="col-1 col-sm-1 col-lg-1 mr-3 my-2 " >
<img src="image/5.jpg" class="image-fluid image-responsive rounded-circle" width="60" height="60" alt="">
</div>
<div class="col-7 col-sm-8 col-lg-7 mt-2 ml-2 " >
<h4>vikas</h4>
<p>How are you?</p>
</div>
<div class="col-3 col-sm-2 col-lg-2 mt-3" >
<div class="time">Yesterday</div>
</div>
</div>
</a>
<a href="Rakesh2.html" style="text-decoration : none; color : #000;">
<div class="row border-bottom my-2" >
<div class="col-1 col-sm-1 col-lg-1 mr-3 my-2 chat-img" >
<img src="image/6.jpg" class="image-fluid image-responsive rounded-circle" width="60" height="60" alt="">
</div>
<div class="col-7 col-sm-8 col-lg-7 mt-2 ml-2 chat-name" >
<h4>Rakesh2</h4>
<p>How are you?</p>
</div>
<div class="col-3 col-sm-2 col-lg-2 mt-3" >
<div class="time">09/06/2018</div>
</div>
</div>
</a>
</div>
<div class=" col-lg-7 d-none d-lg-block backgroundImage">
<img class="image-fluid ml-auto mr-auto d-block" src="image/watsapp.PNG">
</div>
</div>
</div>
<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.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</html>