Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
waseemprogrammer authored Nov 17, 2023
0 parents commit 7fb632a
Show file tree
Hide file tree
Showing 5,217 changed files with 242,444 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
; https://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Thumbs.db
.DS_Store
.dist
.tmp
.sass-cache
npm-debug.log
node_modules
package-lock.json
yarn.lock
netlify
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 - Present, Themefisher

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.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Quixlab Admin Dashboard Template

![quixlab](https://demo.themefisher.com/thumbnails/quixlab.png)

<!-- download -->
## Download

Download this template from [Github](https://github.com/themefisher/quixlab/archive/main.zip)

<!-- installation -->
### Usages

After downloading the template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.

<!-- support -->
## Technical Support or Questions (Paid)

If you have questions or need help integrating the product please [contact us](mailto:[email protected]) instead of opening an issue.

<!-- licence -->
## License

Copyright (c) 2016 - Present, Designed & Developed by [Themefisher](https://themefisher.com)

**Code License:** Released under the [MIT](https://github.com/themefisher/quixlab/blob/main/LICENSE) license.

**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.
540 changes: 540 additions & 0 deletions theme/app-calender.html

Large diffs are not rendered by default.

587 changes: 587 additions & 0 deletions theme/app-profile.html

Large diffs are not rendered by default.

445 changes: 445 additions & 0 deletions theme/blank.html

Large diffs are not rendered by default.

648 changes: 648 additions & 0 deletions theme/chart-chartist.html

Large diffs are not rendered by default.

555 changes: 555 additions & 0 deletions theme/chart-chartjs.html

Large diffs are not rendered by default.

562 changes: 562 additions & 0 deletions theme/chart-flot.html

Large diffs are not rendered by default.

498 changes: 498 additions & 0 deletions theme/chart-morris.html

Large diffs are not rendered by default.

677 changes: 677 additions & 0 deletions theme/chart-peity.html

Large diffs are not rendered by default.

559 changes: 559 additions & 0 deletions theme/chart-sparkline.html

Large diffs are not rendered by default.

Loading

0 comments on commit 7fb632a

Please sign in to comment.