Skip to content

Commit

Permalink
chat module & readme file update
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-RUDG6I0\ANKIT committed Jun 25, 2018
1 parent 0271183 commit da6ebbc
Show file tree
Hide file tree
Showing 15 changed files with 957 additions and 4 deletions.
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,45 @@ Theme uses several libraries for charts, calendar, text forms, date range, uploa

We would love to see how you use this awesome admin template. You can notify us about your site. Once the list will grown long enough we will write a post similar to this to showcase the best examples.

Theme Demo
https://deskapp-dashboard.herokuapp.com/
## Built With
* Bootstrap 4
* Bootstrap Select
* Bootstrap Tagsinput
* Bootstrap Touchspin
* Bootstrap-wysihtml5
* Moment Js
* Clipboard Js
* Air Datepicker
* Cropperjs
* Datatables
* Dropzone
* Fancybox 3
* Fullcalendar
* Highcharts
* Ion-rangeslider
* jQuery Ascolorpicker
* jQuery Asgradient
* jQuery Knob
* jQuery Steps
* Jvectormap
* Mcustom scrollbar
* Plyr
* Select2
* Slick Slider
* Sweetalert2
* Switchery
* Timedropper

## Sample Screens
<img src="https://user-images.githubusercontent.com/38377336/41842629-f98082c2-7888-11e8-8972-37c59baf1c3f.jpg" alt="Template 1">
<img src="https://user-images.githubusercontent.com/38377336/41842631-f9b61414-7888-11e8-918b-fff5fc3492d4.jpg" alt="Template 2">
<img src="https://user-images.githubusercontent.com/38377336/41842633-fa198b20-7888-11e8-847c-5ec464debef0.jpg" alt="Template 3">

## Demo link
A fully functional demo is available at https://deskapp-dashboard.herokuapp.com/

## Bugs Reports
Have a bug or a feature request? Please open a new issue.

# MIT License

Expand Down
292 changes: 292 additions & 0 deletions chat.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,292 @@
<!DOCTYPE html>
<html>
<head>
<?php include('include/head.php'); ?>
</head>
<body>
<?php include('include/header.php'); ?>
<?php include('include/sidebar.php'); ?>
<div class="main-container">
<div class="pd-ltr-20 customscroll customscroll-10-p height-100-p xs-pd-20-10">
<div class="min-height-200px">
<div class="page-header">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="title">
<h4>Chat</h4>
</div>
<nav aria-label="breadcrumb" role="navigation">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.php">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Chat</li>
</ol>
</nav>
</div>
</div>
</div>
<div class="bg-white border-radius-4 box-shadow mb-30">
<div class="row no-gutters">
<div class="col-lg-3 col-md-4 col-sm-12">
<div class="chat-list bg-light-gray">
<div class="chat-search">
<span class="ti-search"></span>
<input type="text" placeholder="Search Contact">
</div>
<div class="notification-list chat-notification-list customscroll">
<ul>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-green"></i> online</p>
</a>
</li>
<li class="active">
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-green"></i> online</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-green"></i> online</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-warning"></i> active 5 min</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-warning"></i> active 4 min</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-warning"></i> active 3 min</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-orange"></i> offline</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-orange"></i> offline</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-orange"></i> offline</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-orange"></i> offline</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-orange"></i> offline</p>
</a>
</li>
<li>
<a href="#">
<img src="vendors/images/img.jpg" alt="">
<h3 class="clearfix">John Doe</h3>
<p><i class="fa fa-circle text-light-orange"></i> offline</p>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-9 col-md-8 col-sm-12">
<div class="chat-detail">
<div class="chat-profile-header clearfix">
<div class="left">
<div class="clearfix">
<div class="chat-profile-photo">
<img src="vendors/images/profile-photo.jpg" alt="">
</div>
<div class="chat-profile-name">
<h3>Rachel Curtis</h3>
<span>New York, USA</span>
</div>
</div>
</div>
<div class="right text-right">
<div class="dropdown">
<a class="btn btn-outline-primary dropdown-toggle" href="#" role="button" data-toggle="dropdown">
Setting
</a>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="#">Export Chat</a>
<a class="dropdown-item" href="#">Search</a>
<a class="dropdown-item text-light-orange" href="#">Delete Chat</a>
</div>
</div>
</div>
</div>
<div class="chat-box">
<div class="chat-desc customscroll">
<ul>
<li class="clearfix admin_chat">
<span class="chat-img">
<img src="vendors/images/chat-img2.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>Maybe you already have additional info?</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix admin_chat">
<span class="chat-img">
<img src="vendors/images/chat-img2.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>It is to early to provide some kind of estimation here. We need user stories.</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix">
<span class="chat-img">
<img src="vendors/images/chat-img1.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix">
<span class="chat-img">
<img src="vendors/images/chat-img1.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix admin_chat">
<span class="chat-img">
<img src="vendors/images/chat-img2.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>Maybe you already have additional info?</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix admin_chat">
<span class="chat-img">
<img src="vendors/images/chat-img2.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>It is to early to provide some kind of estimation here. We need user stories.</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix">
<span class="chat-img">
<img src="vendors/images/chat-img1.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>We are just writing up the user stories now so will have requirements for you next week. We are just writing up the user stories now so will have requirements for you next week.</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix">
<span class="chat-img">
<img src="vendors/images/chat-img1.jpg" alt="">
</span>
<div class="chat-body clearfix">
<p>Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have requirements prepared. Essentially the brief is for you guys to build an iOS and android app. We will do backend and web app. We have a version one mockup of the UI, please see it attached. As mentioned before, we would simply hand you all the assets for the UI and you guys code. If you have any early questions please do send them on to myself. Ill be in touch in coming days when we have.</p>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix upload-file">
<span class="chat-img">
<img src="vendors/images/chat-img1.jpg" alt="">
</span>
<div class="chat-body clearfix">
<div class="upload-file-box clearfix">
<div class="left">
<img src="vendors/images/upload-file-img.jpg" alt="">
<div class="overlay">
<a href="#">
<span><i class="fa fa-angle-down"></i></span>
</a>
</div>
</div>
<div class="right">
<h3>Big room.jpg</h3>
<a href="#">Download</a>
</div>
</div>
<div class="chat_time">09:40PM</div>
</div>
</li>
<li class="clearfix upload-file admin_chat">
<span class="chat-img">
<img src="vendors/images/chat-img2.jpg" alt="">
</span>
<div class="chat-body clearfix">
<div class="upload-file-box clearfix">
<div class="left">
<img src="vendors/images/upload-file-img.jpg" alt="">
<div class="overlay">
<a href="#">
<span><i class="fa fa-angle-down"></i></span>
</a>
</div>
</div>
<div class="right">
<h3>Big room.jpg</h3>
<a href="#">Download</a>
</div>
</div>
<div class="chat_time">09:40PM</div>
</div>
</li>
</ul>
</div>
<div class="chat-footer">
<div class="file-upload"><a href="#"><i class="fa fa-paperclip"></i></a></div>
<div class="chat_text_area">
<textarea placeholder="Type your message…"></textarea>
</div>
<div class="chat_send">
<button class="btn btn-link" type="submit"><i class="icon-copy ion-paper-airplane"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('include/script.php'); ?>
</body>
</html>
7 changes: 6 additions & 1 deletion include/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</li>
<li class="dropdown">
<a href="javascript:;" class="dropdown-toggle">
<span class="fa fa-pie-chart"></span><span class="mtext">Charts <span class="fi-burst-new text-danger new"></span></span>
<span class="fa fa-pie-chart"></span><span class="mtext">Charts</span>
</a>
<ul class="submenu">
<li><a href="highchart.php">Highchart</a></li>
Expand Down Expand Up @@ -144,6 +144,11 @@
<span class="fa fa-sitemap"></span><span class="mtext">Sitemap</span>
</a>
</li>
<li>
<a href="chat.php" class="dropdown-toggle no-arrow">
<span class="fa fa-comments-o"></span><span class="mtext">Chat <span class="fi-burst-new text-danger new"></span></span>
</a>
</li>
<li>
<a href="invoice.php" class="dropdown-toggle no-arrow">
<span class="fa fa-map-o"></span><span class="mtext">Invoice</span>
Expand Down
6 changes: 6 additions & 0 deletions sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
<li><a href="invoice.php">Invoice</a></li>
</ul>
</div>
<div class="sitemap">
<h5 class="weight-500">Chat Module</h5>
<ul>
<li><a href="chat.php">Chat</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="sitemap">
Expand Down
Binary file added src/images/chat-img1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/chat-img2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/profile-photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/upload-file-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da6ebbc

Please sign in to comment.