Skip to content

Commit

Permalink
Updating the demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Nov 23, 2015
1 parent fa97d71 commit 4070b76
Show file tree
Hide file tree
Showing 37 changed files with 465 additions and 442 deletions.
52 changes: 26 additions & 26 deletions demo/documentation/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ARCANESOFT Foundation | Dashboard</title>
<link rel="stylesheet" href="../dist/css/style.min.css">
<link rel="stylesheet" href="../dist/css/foundation.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
Expand Down Expand Up @@ -45,7 +45,7 @@
<li>
<a href="#">
<div class="pull-left">
<img src="../dist/img/user2-160x160.jpg" class="img-circle"
<img src="assets/img/user2-160x160.jpg" class="img-circle"
alt="User Image">
</div>
<h4>Support Team
Expand All @@ -57,7 +57,7 @@ <h4>Support Team
<li>
<a href="#">
<div class="pull-left">
<img src="../dist/img/user3-128x128.jpg" class="img-circle"
<img src="assets/img/user3-128x128.jpg" class="img-circle"
alt="User Image">
</div>
<h4>AdminLTE Design Team
Expand All @@ -69,7 +69,7 @@ <h4>AdminLTE Design Team
<li>
<a href="#">
<div class="pull-left">
<img src="../dist/img/user4-128x128.jpg" class="img-circle"
<img src="assets/img/user4-128x128.jpg" class="img-circle"
alt="User Image">
</div>
<h4>Developers
Expand All @@ -81,7 +81,7 @@ <h4>Developers
<li>
<a href="#">
<div class="pull-left">
<img src="../dist/img/user3-128x128.jpg" class="img-circle"
<img src="assets/img/user3-128x128.jpg" class="img-circle"
alt="User Image">
</div>
<h4>Sales Department
Expand All @@ -93,7 +93,7 @@ <h4>Sales Department
<li>
<a href="#">
<div class="pull-left">
<img src="../dist/img/user4-128x128.jpg" class="img-circle"
<img src="assets/img/user4-128x128.jpg" class="img-circle"
alt="User Image">
</div>
<h4>Reviewers
Expand Down Expand Up @@ -235,13 +235,13 @@ <h3>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
<img src="assets/img/user2-160x160.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<img src="assets/img/user2-160x160.jpg" class="img-circle" alt="User Image">

<p>
Alexander Pierce - Web Developer
Expand Down Expand Up @@ -289,7 +289,7 @@ <h3>
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<img src="assets/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p>Alexander Pierce</p>
Expand Down Expand Up @@ -580,7 +580,7 @@ <h3 class="box-title">Chat</h3>
<div class="box-body chat" id="chat-box">
<!-- chat item -->
<div class="item">
<img src="../dist/img/user4-128x128.jpg" alt="user image" class="online">
<img src="assets/img/user4-128x128.jpg" alt="user image" class="online">

<p class="message">
<a href="#" class="name">
Expand Down Expand Up @@ -608,7 +608,7 @@ <h4>Attachments:</h4>
<!-- /.item -->
<!-- chat item -->
<div class="item">
<img src="../dist/img/user3-128x128.jpg" alt="user image" class="offline">
<img src="assets/img/user3-128x128.jpg" alt="user image" class="offline">

<p class="message">
<a href="#" class="name">
Expand All @@ -624,7 +624,7 @@ <h4>Attachments:</h4>
<!-- /.item -->
<!-- chat item -->
<div class="item">
<img src="../dist/img/user2-160x160.jpg" alt="user image" class="offline">
<img src="assets/img/user2-160x160.jpg" alt="user image" class="offline">

<p class="message">
<a href="#" class="name">
Expand Down Expand Up @@ -1212,10 +1212,10 @@ <h3 class="control-sidebar-heading">Chat Settings</h3>
<div class="control-sidebar-bg"></div>
</div>
<script src="../dist/js/vendors.min.js"></script>
<script src="../dist/js/main.min.js"></script>
<script src="../dist/js/pages/dashboard.js"></script>
<script src="../dist/js/foundation.min.js"></script>

<!-- AdminLTE for demo purposes -->
<script src="../dist/js/demo.js"></script>
<!-- JS for demo purposes -->
<script src="assets/js/dashboard.js"></script>
<script src="assets/js/demo.js"></script>
</body>
</html>
Loading

0 comments on commit 4070b76

Please sign in to comment.