186 lines
7.1 KiB
HTML
186 lines
7.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>InstantChat</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1 class="text-center">InstantChat</h1>
|
|
<h3 class="text-center">- just add users</h3>
|
|
|
|
<div class="container">
|
|
<div class="messaging">
|
|
<div class="messaging_heading">
|
|
<button type="button" id="sidebarShow" class="btn btn-info">toggle show</button>
|
|
</div>
|
|
|
|
<div class="inbox_msg">
|
|
<div id="sidebar">
|
|
<div class="heading_search">
|
|
<div class="sidebar_heading">
|
|
<button type="button" id="sidebarCollapse" class="btn btn-info">toggle collapse</button>
|
|
</div>
|
|
|
|
<div class="search_bar">
|
|
<div class="stylish-input-group">
|
|
<input type="text" class="search-bar" placeholder="Search">
|
|
<span class="input-group-addon">
|
|
<button type="button">
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24">
|
|
<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
|
|
<path d="M0 0h24v24H0z" fill="none"/>
|
|
</svg>
|
|
</button>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="inbox_chat">
|
|
<div class="chat_list active_chat">
|
|
<div class="chat_people">
|
|
<div class="chat_img"> <img src="https://ptetutorials.com/images/user-profile.png" alt="sunil"> </div>
|
|
<div class="chat_ib">
|
|
<h5>Sunil Rajput <span class="chat_date">Dec 25</span></h5>
|
|
<p>Test, which is a new approach to have all solutions
|
|
astrology under one roof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="chat_list">
|
|
<div class="chat_people">
|
|
<div class="chat_img"> <img src="https://ptetutorials.com/images/user-profile.png" alt="sunil"> </div>
|
|
<div class="chat_ib">
|
|
<h5>Sunil Rajput <span class="chat_date">Dec 25</span></h5>
|
|
<p>Test, which is a new approach to have all solutions
|
|
astrology under one roof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="chat_list">
|
|
<div class="chat_people">
|
|
<div class="chat_img"> <img src="https://ptetutorials.com/images/user-profile.png" alt="sunil"> </div>
|
|
<div class="chat_ib">
|
|
<h5>Sunil Rajput <span class="chat_date">Dec 25</span></h5>
|
|
<p>Test, which is a new approach to have all solutions
|
|
astrology under one roof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="chat_list">
|
|
<div class="chat_people">
|
|
<div class="chat_img"> <img src="https://ptetutorials.com/images/user-profile.png" alt="sunil"> </div>
|
|
<div class="chat_ib">
|
|
<h5>Sunil Rajput <span class="chat_date">Dec 25</span></h5>
|
|
<p>Test, which is a new approach to have all solutions
|
|
astrology under one roof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="chat_list">
|
|
<div class="chat_people">
|
|
<div class="chat_img"> <img src="https://ptetutorials.com/images/user-profile.png" alt="sunil"> </div>
|
|
<div class="chat_ib">
|
|
<h5>Sunil Rajput <span class="chat_date">Dec 25</span></h5>
|
|
<p>Test, which is a new approach to have all solutions
|
|
astrology under one roof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="chat_list">
|
|
<div class="chat_people">
|
|
<div class="chat_img"> <img src="https://ptetutorials.com/images/user-profile.png" alt="sunil"> </div>
|
|
<div class="chat_ib">
|
|
<h5>Sunil Rajput <span class="chat_date">Dec 25</span></h5>
|
|
<p>Test, which is a new approach to have all solutions
|
|
astrology under one roof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="chat_list">
|
|
<div class="chat_people">
|
|
<div class="chat_img"> <img src="https://ptetutorials.com/images/user-profile.png" alt="sunil"> </div>
|
|
<div class="chat_ib">
|
|
<h5>Sunil Rajput <span class="chat_date">Dec 25</span></h5>
|
|
<p>Test, which is a new approach to have all solutions
|
|
astrology under one roof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="messages">
|
|
<div class="msg_history">
|
|
<div class="incoming_msg">
|
|
<h5 class="incoming_msg_user">Sunil Rajput</h5>
|
|
<div class="received_msg">
|
|
<div class="received_withd_msg">
|
|
<p>Test which is a new approach to have all
|
|
solutions</p>
|
|
<span class="time_date"> 11:01 AM | June 9</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="outgoing_msg">
|
|
<div class="sent_msg">
|
|
<p>Test which is a new approach to have all
|
|
solutions</p>
|
|
<span class="time_date"> 11:01 AM | June 9</span> </div>
|
|
</div>
|
|
<div class="incoming_msg">
|
|
<h5 class="incoming_msg_user">Sunil Rajput</h5>
|
|
<div class="received_msg">
|
|
<div class="received_withd_msg">
|
|
<p>Test, which is a new approach to have</p>
|
|
<span class="time_date"> 11:01 AM | Yesterday</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="outgoing_msg">
|
|
<div class="sent_msg">
|
|
<p>Apollo University, Delhi, India Test</p>
|
|
<span class="time_date"> 11:01 AM | Today</span> </div>
|
|
</div>
|
|
<div class="incoming_msg">
|
|
<h5 class="incoming_msg_user">Sunil Rajput</h5>
|
|
<div class="received_msg">
|
|
<div class="received_withd_msg">
|
|
<p>We work directly with our designers and suppliers,
|
|
and sell direct to you, which means quality, exclusive
|
|
products, at a price anyone can afford.</p>
|
|
<span class="time_date"> 11:01 AM | Today</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="type_msg">
|
|
<div class="input_msg_write">
|
|
<input type="text" class="write_msg" placeholder="Type a message" />
|
|
<button class="msg_send_btn" type="button">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="21" viewBox="0 0 25 21">
|
|
<path fill="#FFF" d="M24.0085292,2.21031867 L20.3673237,19.2383094 C20.099588,20.4698936 19.4034751,20.7376293 18.3860795,20.2021579 L12.870724,16.1325752 L10.1933669,18.702838 C9.92563124,18.9705737 9.65789553,19.2383094 9.06887699,19.2383094 L9.49725411,13.6158596 L19.724758,4.40575143 C20.1531351,3.97737431 19.6176637,3.76318575 19.0286452,4.13801573 L6.39151995,12.1165397 L0.929711603,10.4030312 C-0.248325492,10.0282012 -0.248325492,9.2249941 1.19744731,8.63597555 L22.4556622,0.496810165 C23.4730578,0.175527321 24.3298121,0.764545868 24.0085292,2.26386581 L24.0085292,2.21031867 Z"/>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--<p class="text-center top_spac"> Design by <a target="_blank" href="#">Sunil Rajput</a></p>-->
|
|
</div>
|
|
</div>
|
|
|
|
<script src="js/settings.js"></script>
|
|
<script src="js/events.js"></script>
|
|
<script src="js/client.js"></script>
|
|
<script src="js/ui.js"></script>
|
|
<script src="js/sidebar.js"></script>
|
|
|
|
</body>
|
|
</html>
|