Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hisk committed Jul 11, 2018
0 parents commit 01ed3cf
Show file tree
Hide file tree
Showing 99 changed files with 32,425 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.DS_Store
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 DesignRevision

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
63 changes: 63 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<p align="center">
<img src="preview.png" width="350" />
</p>

<h1 align="center">Shards Dashboard</h1>
<p align="center">
A modern & free Bootstrap 4 admin dashboard template pack.
</p>

<br />

<p align="center">
<a href="#">
<img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" />
</a>
<a href="https://twitter.com/designrevision">
<img src="https://img.shields.io/twitter/follow/DesignRevision.svg?style=social&label=Follow" />
</a>
</p>

<br />

<p align="center">
<a href="https://designrevision.com/demo/shards-dashboard-lite/">Live Demo</a> •
<a href="https://designrevision.com/docs/shards-dashboard-lite">Documentation</a> •
<a href="https://designrevision.com/downloads/shards-dashboard-lite/">Official Page</a>
</p>

<br />

> **Note:** You can download the Sketch files from the official product page.
### Quick Start

* Install Yarn dependencies.
* Run `yarn start` to start the local development server.

<br />

### Built using

* [Bootstrap Datepicker by Stefan Petre and Andrew Rowls (Apache 2.0)](https://github.com/uxsolutions/bootstrap-datepicker)
* [noUiSlider by Léon Gersen (WTFPL License)](https://refreshless.com/nouislider/download/)
* [Quill](https://quilljs.com/)
* [Material Icons](http://material.io/icons)
* [FontAwesome Icons](http://fontawesome.io)

<br />

### Contributing

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

<br />

### Feedback
Building better products is something I'm trying to get really good at. I’d love to hear more about how you plan on using Shards and what features you consider important in similar products. If you could spare a few minutes, please fill out [this Google Form](https://docs.google.com/forms/u/0/d/1B7_o8GLBNsTf_D99yzgY1SYCHbreHqWSCFBX9xLZmkw/edit?usp=forms_home&ths=true) to help me better understand your current context and what I could do to improve my products.

<br />

### Changelog

TODO
376 changes: 376 additions & 0 deletions add-new-post.html

Large diffs are not rendered by default.

516 changes: 516 additions & 0 deletions components-blog-posts.html

Large diffs are not rendered by default.

253 changes: 253 additions & 0 deletions errors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,253 @@
<!doctype html>
<html class="no-js h-100" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Shards Dashboard Lite - Free Bootstrap Admin Template – DesignRevision</title>
<meta name="description" content="A high-quality &amp; free Bootstrap admin dashboard template pack that comes with lots of templates and components.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" id="main-stylesheet" data-version="1.0.0" href="styles/shards-dashboards.1.0.0.min.css">
<link rel="stylesheet" href="styles/extras.1.0.0.min.css">
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body class="h-100">
<div class="color-switcher animated">
<h5>Accent Color</h5>
<ul class="accent-colors">
<li class="accent-primary active" data-color="primary">
<i class="material-icons">check</i>
</li>
<li class="accent-secondary" data-color="secondary">
<i class="material-icons">check</i>
</li>
<li class="accent-success" data-color="success">
<i class="material-icons">check</i>
</li>
<li class="accent-info" data-color="info">
<i class="material-icons">check</i>
</li>
<li class="accent-warning" data-color="warning">
<i class="material-icons">check</i>
</li>
<li class="accent-danger" data-color="danger">
<i class="material-icons">check</i>
</li>
</ul>
<div class="actions mb-4">
<a class="mb-2 btn btn-sm btn-primary w-100 d-table mx-auto extra-action" href="https://designrevision.com/downloads/shards-dashboard-lite/">
<i class="material-icons">cloud</i> Download</a>
<a class="mb-2 btn btn-sm btn-white w-100 d-table mx-auto extra-action" href="https://designrevision.com/docs/shards-dashboard-lite">
<i class="material-icons">book</i> Documentation</a>
</div>
<div class="social-wrapper">
<div class="social-actions">
<h5 class="my-2">Help us Grow</h5>
<div class="inner-wrapper">
<a class="github-button" href="https://github.com/DesignRevision/shards-dashboard" data-icon="octicon-star" data-show-count="true" aria-label="Star DesignRevision/shards-dashboard on GitHub">Star</a>
<!-- <iframe style="width: 91px; height: 21px;"src="https://yvoschaap.com/producthunt/counter.html#href=https%3A%2F%2Fwww.producthunt.com%2Fr%2Fp%2F112998&layout=wide" width="56" height="65" scrolling="no" frameborder="0" allowtransparency="true"></iframe> -->
</div>
</div>
<div id="social-share" data-url="https://designrevision.com/downloads/shards-dashboard-lite/" data-text="🔥 Check out Shards Dashboard Lite, a free and beautiful Bootstrap 4 admin dashboard template!" data-title="share"></div>
<div class="loading-overlay">
<div class="spinner"></div>
</div>
</div>
<div class="close">
<i class="material-icons">close</i>
</div>
</div>
<div class="color-switcher-toggle animated pulse infinite">
<i class="material-icons">settings</i>
</div>
<div class="container-fluid">
<div class="row">
<!-- Main Sidebar -->
<aside class="main-sidebar col-12 col-md-3 col-lg-2 px-0">
<div class="main-navbar">
<nav class="navbar align-items-stretch navbar-light bg-white flex-md-nowrap border-bottom p-0">
<a class="navbar-brand w-100 mr-0" href="#" style="line-height: 25px;">
<div class="d-table m-auto">
<img id="main-logo" class="d-inline-block align-top mr-1" style="max-width: 25px;" src="images/shards-dashboards-logo.svg" alt="Shards Dashboard">
<span class="d-none d-md-inline ml-1">Shards Dashboard</span>
</div>
</a>
<a class="toggle-sidebar d-sm-inline d-md-none d-lg-none">
<i class="material-icons">&#xE5C4;</i>
</a>
</nav>
</div>
<form action="#" class="main-sidebar__search w-100 border-right d-sm-flex d-md-none d-lg-none">
<div class="input-group input-group-seamless ml-3">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="fas fa-search"></i>
</div>
</div>
<input class="navbar-search form-control" type="text" placeholder="Search for something..." aria-label="Search"> </div>
</form>
<div class="nav-wrapper">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link " href="index.html">
<i class="material-icons">edit</i>
<span>Blog Dashboard</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="components-blog-posts.html">
<i class="material-icons">vertical_split</i>
<span>Blog Posts</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="add-new-post.html">
<i class="material-icons">note_add</i>
<span>Add New Post</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="form-components.html">
<i class="material-icons">view_module</i>
<span>Forms &amp; Components</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="tables.html">
<i class="material-icons">table_chart</i>
<span>Tables</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="user-profile-lite.html">
<i class="material-icons">person</i>
<span>User Profile</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="errors.html">
<i class="material-icons">error</i>
<span>Errors</span>
</a>
</li>
</ul>
</div>
</aside>
<!-- End Main Sidebar -->
<main class="main-content col-lg-10 col-md-9 col-sm-12 p-0 offset-lg-2 offset-md-3">
<div class="main-navbar sticky-top bg-white">
<!-- Main Navbar -->
<nav class="navbar align-items-stretch navbar-light flex-md-nowrap p-0">
<form action="#" class="main-navbar__search w-100 d-none d-md-flex d-lg-flex">
<div class="input-group input-group-seamless ml-3">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="fas fa-search"></i>
</div>
</div>
<input class="navbar-search form-control" type="text" placeholder="Search for something..." aria-label="Search"> </div>
</form>
<ul class="navbar-nav border-left flex-row ">
<li class="nav-item border-right dropdown notifications">
<a class="nav-link nav-link-icon text-center" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="nav-link-icon__wrapper">
<i class="material-icons">&#xE7F4;</i>
<span class="badge badge-pill badge-danger">2</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-small" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">
<div class="notification__icon-wrapper">
<div class="notification__icon">
<i class="material-icons">&#xE6E1;</i>
</div>
</div>
<div class="notification__content">
<span class="notification__category">Analytics</span>
<p>Your website’s active users count increased by
<span class="text-success text-semibold">28%</span> in the last week. Great job!</p>
</div>
</a>
<a class="dropdown-item" href="#">
<div class="notification__icon-wrapper">
<div class="notification__icon">
<i class="material-icons">&#xE8D1;</i>
</div>
</div>
<div class="notification__content">
<span class="notification__category">Sales</span>
<p>Last week your store’s sales count decreased by
<span class="text-danger text-semibold">5.52%</span>. It could have been worse!</p>
</div>
</a>
<a class="dropdown-item notification__all text-center" href="#"> View all Notifications </a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-nowrap px-3" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
<img class="user-avatar rounded-circle mr-2" src="images/avatars/0.jpg" alt="User Avatar">
<span class="d-none d-md-inline-block">Sierra Brooks</span>
</a>
<div class="dropdown-menu dropdown-menu-small">
<a class="dropdown-item" href="user-profile-lite.html">
<i class="material-icons">&#xE7FD;</i> Profile</a>
<a class="dropdown-item" href="components-blog-posts.html">
<i class="material-icons">vertical_split</i> Blog Posts</a>
<a class="dropdown-item" href="add-new-post.html">
<i class="material-icons">note_add</i> Add New Post</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-danger" href="#">
<i class="material-icons text-danger">&#xE879;</i> Logout </a>
</div>
</li>
</ul>
<nav class="nav">
<a href="#" class="nav-link nav-link-icon toggle-sidebar d-md-inline d-lg-none text-center border-left" data-toggle="collapse" data-target=".header-navbar" aria-expanded="false" aria-controls="header-navbar">
<i class="material-icons">&#xE5D2;</i>
</a>
</nav>
</nav>
</div>
<!-- / .main-navbar -->
<div class="error">
<div class="error__content">
<h2>500</h2>
<h3>Something went wrong!</h3>
<p>There was a problem on our end. Please try again later.</p>
<button type="button" class="btn btn-accent btn-pill">&larr; Go Back</button>
</div>
<!-- / .error_content -->
</div>
<!-- / .error -->
</main>
</div>
</div>
<div class="promo-popup animated">
<a href="http://bit.ly/shards-dashboard-pro" class="pp-cta extra-action">
<img src="https://dgc2qnsehk7ta.cloudfront.net/uploads/sd-blog-promo-2.jpg"> </a>
<div class="pp-intro-bar"> Need More Templates?
<span class="close">
<i class="material-icons">close</i>
</span>
<span class="up">
<i class="material-icons">keyboard_arrow_up</i>
</span>
</div>
<div class="pp-inner-content">
<h2>Shards Dashboard Pro</h2>
<p>A premium & modern Bootstrap 4 admin dashboard template pack.</p>
<a class="pp-cta extra-action" href="http://bit.ly/shards-dashboard-pro">Download</a>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script>
<script src="https://unpkg.com/shards-ui@latest/dist/js/shards.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Sharrre/2.0.1/jquery.sharrre.min.js"></script>
<script src="scripts/extras.1.0.0.min.js"></script>
<script src="scripts/shards-dashboards.1.0.0.min.js"></script>
</body>
</html>
Loading

0 comments on commit 01ed3cf

Please sign in to comment.