This repository has been archived by the owner on May 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat.html
executable file
·290 lines (262 loc) · 12.8 KB
/
chat.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is social network html5 template available in themeforest......" />
<meta name="keywords" content="Social Network, Social Media, Make Friends, Newsfeed, Profile Page" />
<meta name="robots" content="index, follow" />
<title>Chatroom | Send and Receive Messages</title>
<!-- Stylesheets
================================================= -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/jquery.scrollbar.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/ionicons.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link href="css/emoji.css" rel="stylesheet">
<!--Google Font-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" type="image/png" href="images/fav.png"/>
</head>
<body>
<!-- Header
================================================= -->
<header id="header">
<nav class="navbar navbar-default navbar-fixed-top menu">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="brand/join-logo.png" alt="logo" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right main-menu">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">People <span><img src="images/down-arrow.png" alt="" /></span></a>
<ul class="dropdown-menu login">
<li><a href="user/milo/profile.html">Milo</a></li>
<li><a href="user/toby/profile.html">Toby</a></li>
<li><a href="user/joe/profile.html">Joe</a></li>
<li><a href="user/heidi/profile.html">Heidi</a></li>
<li><a href="user/random/profile.html">Sensored Chick</a></li>
</ul>
</li>
<li class="dropdown"><a href="chat.html">Chat</a></li>
<li class="dropdown"><a href="joe-letter.html">Joe's Letter</a></li>
<li class="dropdown"><a href="index.html">Log Out</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
</header>
<!--Header End-->
<div id="page-contents">
<div class="container">
<div class="row">
<!-- Newsfeed Common Side Bar Left
================================================= -->
<div class="col-md-3 static">
<div class="profile-card">
<img src="user/toby/img/6.jpg" alt="user" class="profile-photo" />
<h5><a href="timeline.html" class="text-white">Toby</a></h5>
<a href="#" class="text-white"><i class="ion ion-android-person-add"></i> 1,540 followers</a>
</div><!--profile card ends-->
<ul class="nav-news-feed">
<li><i class="icon ion-ios-paper"></i><div><a href="newsfeed.html">My Newsfeed</a></div></li>
<li><i class="icon ion-ios-people"></i><div><a href="newsfeed-people-nearby.html">People Nearby</a></div></li>
<li><i class="icon ion-ios-people-outline"></i><div><a href="newsfeed-friends.html">Friends</a></div></li>
<li><i class="icon ion-chatboxes"></i><div><a href="newsfeed-messages.html">Messages</a></div></li>
<li><i class="icon ion-images"></i><div><a href="newsfeed-images.html">Images</a></div></li>
<li><i class="icon ion-ios-videocam"></i><div><a href="newsfeed-videos.html">Videos</a></div></li>
</ul><!--news-feed links ends-->
</div>
<div class="col-md-7">
<!-- Post Create Box
================================================= -->
<div class="create-post">
<div class="row">
<div class="col-md-7 col-sm-7">
<div class="form-group">
<img src="user/toby/img/6.jpg" alt="" class="profile-photo-md" />
<textarea name="texts" id="exampleTextarea" cols="30" rows="1" class="form-control" placeholder="Write what you wish"></textarea>
</div>
</div>
<div class="col-md-5 col-sm-5">
<div class="tools">
<ul class="publishing-tools list-inline">
<li><a href="#"><i class="ion-compose"></i></a></li>
<li><a href="#"><i class="ion-images"></i></a></li>
<li><a href="#"><i class="ion-ios-videocam"></i></a></li>
<li><a href="#"><i class="ion-map"></i></a></li>
</ul>
<button class="btn btn-primary pull-right">Publish</button>
</div>
</div>
</div>
</div><!-- Post Create Box End -->
<!-- Chat Room
================================================= -->
<div class="chat-room">
<div class="row">
<div class="col-md-5">
<!-- Contact List in Left-->
<ul class="nav nav-tabs contact-list scrollbar-wrapper scrollbar-outer">
<li class="active">
<a href="#contact-1" data-toggle="tab">
<div class="contact">
<img src="user/milo/img/3.jpg" alt="" class="profile-photo-sm pull-left"/>
<div class="msg-preview">
<h6>Milo</h6>
<p class="text-muted">No chat history</p>
</div>
</div>
</a>
</li>
</ul><!--Contact List in Left End-->
</div>
<div class="col-md-7">
<!--Chat Messages in Right-->
<div id="chat-scroll-wrapper" class="tab-content scrollbar-wrapper wrapper scrollbar-outer">
<div class="tab-pane active" id="contact-1">
<div class="chat-body">
<ul id="toby-milo-chat" class="chat-message">
</ul>
</div>
</div>
</div><!--Chat Messages in Right End-->
<div class="send-message">
<div class="input-group">
<input id="toby-message" type="text" class="form-control" placeholder="Type your message">
<span class="input-group-btn">
<button id="send-milo-message" class="btn btn-default" type="button">Send</button>
</span>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- Newsfeed Common Side Bar Right
================================================= -->
<div class="col-md-2 static">
<div class="suggestions" id="sticky-sidebar">
<h4 class="grey">Who to Follow</h4>
<div class="follow-user">
<img src="http://placehold.it/300x300" alt="" class="profile-photo-sm pull-left" />
<div>
<h5><a href="timeline.html">Diana Amber</a></h5>
<a href="#" class="text-green">Add friend</a>
</div>
</div>
<div class="follow-user">
<img src="http://placehold.it/300x300" alt="" class="profile-photo-sm pull-left" />
<div>
<h5><a href="timeline.html">Cris Haris</a></h5>
<a href="#" class="text-green">Add friend</a>
</div>
</div>
<div class="follow-user">
<img src="http://placehold.it/300x300" alt="" class="profile-photo-sm pull-left" />
<div>
<h5><a href="timeline.html">Brian Walton</a></h5>
<a href="#" class="text-green">Add friend</a>
</div>
</div>
<div class="follow-user">
<img src="http://placehold.it/300x300" alt="" class="profile-photo-sm pull-left" />
<div>
<h5><a href="timeline.html">Olivia Steward</a></h5>
<a href="#" class="text-green">Add friend</a>
</div>
</div>
<div class="follow-user">
<img src="http://placehold.it/300x300" alt="" class="profile-photo-sm pull-left" />
<div>
<h5><a href="timeline.html">Sophia Page</a></h5>
<a href="#" class="text-green">Add friend</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer
================================================= -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-wrapper">
<div class="col-md-3 col-sm-3">
<a href="../../contact.html"><img src="brand/join-logo.png" alt="" class="footer-logo" /></a>
</div>
<div class="col-md-2 col-sm-2">
<h5>For individuals</h5>
<ul class="footer-links">
<li><a href="">Signup</a></li>
<li><a href="">login</a></li>
<li><a href="">Explore</a></li>
<li><a href="">Finder app</a></li>
<li><a href="">Features</a></li>
<li><a href="">Language settings</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-2">
<h5>For businesses</h5>
<ul class="footer-links">
<li><a href="">Business signup</a></li>
<li><a href="">Business login</a></li>
<li><a href="">Benefits</a></li>
<li><a href="">Resources</a></li>
<li><a href="">Advertise</a></li>
<li><a href="">Setup</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-2">
<h5>About</h5>
<ul class="footer-links">
<li><a href="">About us</a></li>
<li><a href="">Contact us</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Terms</a></li>
<li><a href="">Help</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-3">
<h5>Contact Us</h5>
<ul class="contact">
<li><i class="icon ion-ios-telephone-outline"></i>+1 (234) 222 0754</li>
<li><i class="icon ion-ios-email-outline"></i>info@joinme2u.com</li>
<li><i class="icon ion-ios-location-outline"></i>228 Park Ave S NY, USA</li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright">
<p>JOIN ME 2 U © 2007. All rights reserved</p>
</div>
</footer>
<!--preloader-->
<div id="spinner-wrapper">
<div class="spinner"></div>
</div>
<!-- Scripts
================================================= -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky-kit.min.js"></script>
<script src="js/jquery.scrollbar.min.js"></script>
<script src="js/script.js"></script>
<script src="js/joinme2u-chat.js"></script>
</body>
</html>