-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/themeselection/template-free …
…into next
- Loading branch information
Showing
11 changed files
with
329 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Bug 🐞 | ||
description: Report a bug | ||
labels: [support, bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! ☺️ | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is expected? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is actually happening? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional data | ||
value: | | ||
<!-- If technical bug | ||
NodeJS Version: | ||
Package manager(npm|yarn|pnpm): | ||
Browser name & version: | ||
System: | ||
--> | ||
<!-- If design file bug | ||
Technology(figma|sketch): | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Feature request ✨ | ||
description: Suggest an idea or ask for a feature that you would like to have | ||
labels: [support, feature-req] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for letting us know how we can improve our product! ☺️ | ||
- type: textarea | ||
attributes: | ||
label: What problem does this feature solve? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What does the proposed solution look like? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: 'Handle new issue comment' | ||
on: | ||
issue_comment: | ||
types: [created] | ||
|
||
jobs: | ||
handle_new_issue_comment: | ||
runs-on: ubuntu-latest | ||
name: Handle new issue comment | ||
steps: | ||
- name: Toggle awaiting-reply label | ||
uses: jd-solanki/[email protected] | ||
with: | ||
label: awaiting-reply |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 'Handle new issue' | ||
on: | ||
issues: | ||
types: [opened] | ||
|
||
jobs: | ||
handle_new_issue: | ||
runs-on: ubuntu-latest | ||
name: Handle new issue | ||
steps: | ||
- name: Find duplicates | ||
uses: wow-actions/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
label: duplicate | ||
comment: > | ||
Potential duplicates: {{#issues}} | ||
- #{{ number }} _({{ accuracy }}% Match)_ | ||
{{/issues}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v4 | ||
with: | ||
stale-issue-message: 'This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you for raising the concern.' | ||
close-issue-message: 'This issue has been automatically marked as closed because it has no recent activity.' | ||
stale-issue-label: 'stale' | ||
only-labels: 'awaiting-reply' | ||
exempt-issue-labels: 'triage' | ||
days-before-stale: 7 | ||
days-before-close: 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Available h3 headings: Added, Fixed, Updated, Removed, Deprecated --> | ||
|
||
# Changelog | ||
|
||
All notable changes to this template will be documented in this file | ||
|
||
## v1.0.0 (YYYY-MM-DD) | ||
|
||
### Added | ||
|
||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 ThemeSelection | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
<p align="center"></p> | ||
|
||
<p align="center"> | ||
<a href="{ts_product_page_url}" target="_blank"> | ||
<img src="{svg_logo_url_from_current_repo}" alt="{template_name}-logo" width="60px" height="auto"> | ||
</a> | ||
</p> | ||
|
||
<h1 align="center"> | ||
<a href="{ts_product_page_url}" target="_blank" align="center"> | ||
{template_name_titlized} | ||
</a> | ||
</h1> | ||
|
||
<p align="center">{template_punchline}</p> | ||
|
||
<p align="center"> | ||
<a href="{licence_url_of_current_repo}"> | ||
<img src="https://img.shields.io/github/license/themeselection/{repo_name_from_url}" alt="license"> | ||
</a> | ||
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/themeselection/{repo_name_from_url}/Deploy"> | ||
<a href="{repo_url}/releases"> | ||
<img src="https://img.shields.io/github/release/themeselection/{repo_name_from_url}.svg" alt="GitHub release"> | ||
</a> | ||
<a href="https://twitter.com/Theme_Selection" target="_blank"> | ||
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/Theme_Selection"> | ||
</a> | ||
</p> | ||
|
||
<kbd>[]({ts_product_page_url})</kbd> | ||
|
||
## Introduction 🚀 | ||
|
||
{introduction} | ||
|
||
[View Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) | ||
|
||
## Installation ⚒️ | ||
|
||
{installation steps} | ||
|
||
## What's Included 📦 | ||
|
||
{template_includes} | ||
|
||
## What's in Premium Version 💎 | ||
|
||
| {template_single_word_name} Free Version | {template_single_word_name} Premium Version | | ||
| ----------------------------------------------- | :------------------------------------------------ | | ||
| [Demo]({direct_demo_url__NOT_PRODUCT_PAGE_URL}) | [Demo]({product_landing_page_url}) | | ||
| [Download]({ts_product_page_url}) | [Purchase]({ts_premium_product_page_url}) | | ||
| Single vertical menu | Vertical (+ vertical collapsed) & Horizontal menu | | ||
|
||
## Documentation 📜 | ||
|
||
<!-- If you have docs in wiki then use below line --> | ||
|
||
Check GitHub [Wiki]({repo_url}/wiki) of this repo | ||
|
||
<!-- If you have live docs then use below line --> | ||
|
||
Check out our live [Documentation]({live_docs_link}) | ||
|
||
## Browser Support 🖥️ | ||
|
||
 | ||
 | ||
 | ||
 | ||
|
||
*_It also supports other browser which implemented latest CSS standards_ | ||
|
||
## Contributing 🦸 | ||
|
||
Contribution are always welcome and recommended! Here is how: | ||
|
||
* Fork the repository ([here is the guide](https://docs.github.com/en/get-started/quickstart/fork-a-repo)). | ||
* Clone to your machine `git clone https://github.com/YOUR_USERNAME/REPO_NAME` Make your changes | ||
* Create a pull request | ||
|
||
### Contribution Requirements 🧰 | ||
|
||
* When you contribute, you agree to give a non-exclusive license to ThemeSelection to use that contribution in any context as we (ThemeSelection) see appropriate. | ||
* If you use content provided by another party, it must be appropriately licensed using an open source license. | ||
* Contributions are only accepted through Github pull requests. | ||
* Finally, contributed code must work in all supported browsers (see above for browser support). | ||
|
||
## Changelog 📆 | ||
|
||
Please refer to the [CHANGELOG](CHANGELOG.md) file. We will add a detailed release notes to each new release. | ||
|
||
## Support 🧑🏻💻 | ||
|
||
For free products, enjoy community support via GitHub issues. Upgrade to Premium for dedicated support from our expert team. | ||
|
||
## License © | ||
|
||
- Copyright © [ThemeSelection](https://themeselection.com/) | ||
- Licensed under [MIT](LICENSE) | ||
- All our free items are Open Source and licensed under MIT. You can use our free items for personal as well as commercial purposes. We just need an attribution from your end. Copy the below link and paste it at the footer of your web application or project. | ||
```html | ||
<a href="https://themeselection.com/">ThemeSelection</a> | ||
``` | ||
|
||
## Also Available In | ||
|
||
<p> | ||
<!-- Figma --> | ||
<a href="{pro_figma_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/0318a6c8-4f9b-4cf6-af5e-d357f909ea2b"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/47f21dfe-c1fc-4a7d-859e-4d98f8cdded1"><img width="auto" height="74px" alt="html" src="https://github.com/microsoft/vscode/assets/47495003/47f21dfe-c1fc-4a7d-859e-4d98f8cdded1"></picture></img></a> | ||
<!-- HTML --> | ||
<a href="{pro_html_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/5fe77c46-2e4c-475a-8dec-e30e2badddee"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/3f5decd8-cd99-4ed3-aa76-528ca061385b"><img width="auto" height="74px" alt="html" src="https://github.com/microsoft/vscode/assets/47495003/3f5decd8-cd99-4ed3-aa76-528ca061385b"></picture></img></a> | ||
<!-- HTML + Laravel --> | ||
<a href="{pro_html_laravel_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/efe420e4-9863-41b7-9eda-47ea94f21a62"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/be3b86e0-4d5e-4736-bf89-4267fb4d6710"><img width="auto" height="74px" alt="html_laravel" src="https://github.com/microsoft/vscode/assets/47495003/be3b86e0-4d5e-4736-bf89-4267fb4d6710"></picture></img></a> | ||
<!-- HTML + Django --> | ||
<a href="{pro_html_django_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/3c87d33b-1223-4aaa-a652-388dcb714c98"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/51db1947-eac1-466f-87fd-5a209010fe9c"><img width="auto" height="74px" alt="html_django" src="https://github.com/microsoft/vscode/assets/47495003/51db1947-eac1-466f-87fd-5a209010fe9c"></picture></img></a> | ||
<!-- .Net Core --> | ||
<a href="{pro_net_core_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/6327fd7b-9c54-4189-a852-28551ad0e002"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/9856e9d5-021f-4573-902a-702e80dd0102"><img width="auto" height="74px" alt="net_core" src="https://github.com/microsoft/vscode/assets/47495003/9856e9d5-021f-4573-902a-702e80dd0102"></picture></img></a> | ||
<!-- NextJS --> | ||
<a href="{pro_nextjs_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/66344629-6d21-4f92-9078-f479b39cb34e"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/e1daf4e1-3fa5-4a44-969a-6143ddd67310"><img width="auto" height="74px" alt="next.js" src="https://github.com/microsoft/vscode/assets/47495003/e1daf4e1-3fa5-4a44-969a-6143ddd67310"></picture></img></a> | ||
<!-- React --> | ||
<a href="{pro_react_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/3877046e-c652-4b3d-99e9-2e134da1d6cf"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/8c8c940e-d8f9-4213-a7f7-f8bc4968f169"><img width="auto" height="74px" alt="react" src="https://github.com/microsoft/vscode/assets/47495003/8c8c940e-d8f9-4213-a7f7-f8bc4968f169"></picture></img></a> | ||
<!-- Vue --> | ||
<a href="{pro_vue_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/881bbbb8-d1c9-421c-9bce-4ea43dfa9e6e"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/b02d6473-0345-42c2-be58-e648806104fa"><img width="auto" height="74px" alt="vue" src="https://github.com/microsoft/vscode/assets/47495003/b02d6473-0345-42c2-be58-e648806104fa"></picture></img></a> | ||
<!-- Vue + Laravel --> | ||
<a href="{pro_vue_laravel_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/20b6428e-3fa5-4f80-a389-9e4cd732c2de"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/3008d3eb-7b5b-4d9c-8563-837744a901da"><img width="auto" height="74px" alt="vue_laravel" src="https://github.com/microsoft/vscode/assets/47495003/3008d3eb-7b5b-4d9c-8563-837744a901da"></picture></img></a> | ||
<!-- Nuxt --> | ||
<a href="{pro_nuxt_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/d9d3cf2e-4dc5-49fe-b146-b80ef010cb57"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/f18ba562-6bba-4a55-83ac-962ecefa636f"><img width="auto" height="74px" alt="nuxt" src="https://github.com/microsoft/vscode/assets/47495003/f18ba562-6bba-4a55-83ac-962ecefa636f"></picture></img></a> | ||
<!-- Angular --> | ||
<a href="{pro_angular_version_item_page_link_on_themeselection}" target="_blank"><picture><source width="auto" height="74px" media="(prefers-color-scheme: dark)" srcset="https://github.com/microsoft/vscode/assets/47495003/da7f0abe-9f83-4205-b691-bc8d2ffef59b"><source width="auto" height="74px" media="(prefers-color-scheme: light)" srcset="https://github.com/microsoft/vscode/assets/47495003/9ebeb520-442a-4047-9000-5b13d0e6c000"><img width="auto" height="74px" alt="angular" src="https://github.com/microsoft/vscode/assets/47495003/9ebeb520-442a-4047-9000-5b13d0e6c000"></picture></img></a> | ||
</p> | ||
|
||
<!-- Add other pro variants here. You can get the logo URL from here: https://icones.js.org/collection/logos --> | ||
|
||
## Looking For Premium Admin Templates ?? 👀 | ||
|
||
**[ThemeSelection](https://themeselection.com/)** provides Selected high quality, modern design, professional and easy-to-use **Fully Coded Dashboard Templates & UI Kits** to create your applications faster! | ||
|
||
- [Bootstrap Admin Templates](https://themeselection.com/item/category/bootstrap-admin-template/) | ||
- [VueJS Admin Templates](https://themeselection.com/item/category/vuejs-admin-templates/) | ||
- [Laravel Admin Templates](https://themeselection.com/item/category/laravel-admin-templates/) | ||
- [Django Admin Templates](https://themeselection.com/item/category/django-admin-template/) | ||
- [React (NextJS) Admin Templates](https://themeselection.com/item/category/next-js-admin-template/) | ||
- [ASP.Net Core Admin Templates](https://themeselection.com/item/category/asp-net-dashboard/) | ||
- [Free UI Kits](https://themeselection.com/item/category/free-ui-kits/) | ||
|
||
If you want to [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/) like Materio then do visit [ThemeSelection](https://themeselection.com/). | ||
|
||
## Useful Links 🎁 | ||
|
||
* [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/) | ||
* [Freebies](https://themeselection.com/item/category/free-admin-templates/) | ||
* [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/) | ||
* [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/) | ||
|
||
## Social Media :earth_africa: | ||
|
||
- [Twitter](https://twitter.com/Theme_Selection) | ||
- [Facebook](https://www.facebook.com/ThemeSelections/) | ||
- [Pinterest](https://pinterest.com/themeselect/) | ||
- [Instagram](https://www.instagram.com/themeselection/) | ||
- [Discord](https://discord.gg/kBHkY7DekX) | ||
- [YouTube](https://www.youtube.com/channel/UCuryo5s0CW4aP83itLjIdZg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>$template_name</title> | ||
<meta http-equiv="refresh" | ||
content="0; URL='$docs_url'" /> | ||
</head> | ||
|
||
<body> | ||
<p>If you do not redirect please visit : <a href="$docs_url">$docs_url</a></p> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Hire Us</title> | ||
<meta http-equiv="refresh" | ||
content="0; URL='https://themeselection.com/hire-us/'" /> | ||
</head> | ||
|
||
<body> | ||
<p>If you do not redirect please visit : <a href="https://themeselection.com/hire-us/">https://themeselection.com/hire-us/</a></p> | ||
</body> | ||
|
||
</html> |