Skip to content

Commit 0d9927f

Browse files
authored
Merge pull request #36 from themeselection/design-update
Merging: Design-update branch to main branch
2 parents e8c6fbc + 623f132 commit 0d9927f

File tree

156 files changed

+21085
-11263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+21085
-11263
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug 🐞
2-
description: Report a bug
2+
description: Report a bug
33
labels: [support, bug]
44
body:
55
- type: markdown
@@ -27,11 +27,11 @@ body:
2727
value: |
2828
<!-- If technical bug
2929
NodeJS Version:
30-
Package manager(npm|yarn|pnpm):
30+
Package manager(npm|yarn|pnpm):
3131
Browser name & version:
3232
System:
3333
-->
34-
34+
3535
<!-- If design file bug
3636
Technology(figma|sketch):
3737
-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: false

.github/workflows/handle-new-issue-comment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Handle new issue comment'
1+
name: '💬 Handle new issue comment'
22
on:
33
issue_comment:
44
types: [created]
@@ -9,6 +9,7 @@ jobs:
99
name: Handle new issue comment
1010
steps:
1111
- name: Toggle awaiting-reply label
12-
uses: jd-solanki/[email protected].0
12+
uses: jd-solanki/[email protected].2
1313
with:
1414
label: awaiting-reply
15+
only-if-label: support

.github/workflows/handle-new-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
comment: >
1717
Potential duplicates: {{#issues}}
1818
- #{{ number }} _({{ accuracy }}% Match)_
19-
{{/issues}}
19+
{{/issues}}

.github/workflows/issue-staler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Close stale issues and PRs'
1+
name: '😶‍🌫️ Close stale issues and PRs'
22
on:
33
schedule:
44
- cron: '30 1 * * *'

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 [ThemeSelection](https://themeselection.com/)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://themeselection.com/item/sneat-free-bootstrap-html-admin-template/" target="_blank">
3-
<img src="https://user-images.githubusercontent.com/749684/150333149-805037bc-8874-4a1f-876a-61a9683f8ef5.png" alt="sneat-logo" width="30px" height="auto">
3+
<img src="https://cdn.themeselection.com/ts-assets/sneat/logo/logo.png" alt="sneat-logo" width="60px" height="auto">
44
</a>
55
</p>
66

@@ -14,7 +14,7 @@
1414

1515
![GitHub](https://img.shields.io/github/license/themeselection/sneat-html-admin-template-free) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/themeselection/sneat-html-admin-template-free) ![GitHub issues](https://img.shields.io/github/issues/themeselection/sneat-html-admin-template-free) ![GitHub closed issues](https://img.shields.io/github/issues-closed/themeselection/sneat-html-admin-template-free) ![Twitter Follow](https://img.shields.io/twitter/follow/Theme_Selection?style=social)
1616

17-
[![Sneat - Bootstrap 5 HTML Admin Template Demo Screenshot](https://cdn.jsdelivr.net/gh/themeselection/ts-assets/sneat/sneat-bootstrap-html-admin-template-free/banner/banner.png)](https://themeselection.com/item/sneat-free-bootstrap-html-admin-template/)
17+
[![Sneat - Bootstrap 5 HTML Admin Template Demo Screenshot](https://cdn.themeselection.com/ts-assets/sneat/sneat-bootstrap-html-admin-template-free/banner/banner.png)](https://themeselection.com/item/sneat-free-bootstrap-html-admin-template/)
1818

1919
## Introduction 🚀
2020

@@ -72,7 +72,7 @@ Please [visit](https://demos.themeselection.com/sneat-bootstrap-html-admin-templ
7272
| Fixed Layout(Menu) | Fixed & Static Layout(Menu) |
7373
| 1 Simple Dashboard | 3 Niche Dashboards |
7474
| - | Multiple Ready Applications like Calendar, Invoice, Users List, Users View, Roles and Permission, etc. |
75-
| Simple From Elements | Advance form elements, validation & form wizard |
75+
| Simple Form Elements | Advance form elements, validation & form wizard |
7676
| Basic Cards | Basic, Advance, Statistics, Analytics, Gamification and Actions Cards |
7777
| Basic User Interface(Components) | Advance and Custom User Interfaces(Components) |
7878
| Two Extended Components | Twelve Ready to use Extended Components |
@@ -166,22 +166,22 @@ For free products, enjoy community support via GitHub issues. Upgrade to Premium
166166

167167
**[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!
168168

169-
- [Bootstrap Admin Templates](https://themeselection.com/products/category/bootstrap-admin-templates/)
170-
- [VueJS Admin Templates](https://themeselection.com/products/category/vuejs-admin-templates/)
171-
- [Laravel Admin Templates](https://themeselection.com/products/category/laravel-admin-templates/)
169+
- [Bootstrap Admin Templates](https://themeselection.com/item/category/bootstrap-admin-template/)
170+
- [VueJS Admin Templates](https://themeselection.com/item/category/vuejs-admin-templates/)
171+
- [Laravel Admin Templates](https://themeselection.com/item/category/laravel-admin-templates/)
172172
- [Django Admin Templates](https://themeselection.com/item/category/django-admin-template/)
173173
- [React (NextJS) Admin Templates](https://themeselection.com/item/category/next-js-admin-template/)
174174
- [ASP.Net Core Admin Templates](https://themeselection.com/item/category/asp-net-dashboard/)
175-
- [Free UI Kits](https://themeselection.com/products/category/free-ui-kits/)
175+
- [Free UI Kits](https://themeselection.com/item/category/free-ui-kits/)
176176

177-
If you want to [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) like Materio then do visit [ThemeSelection](https://themeselection.com/).
177+
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/).
178178

179179
## Useful Links 🎁
180180

181-
- [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/)
182-
- [Freebies](https://themeselection.com/products/category/download-free-admin-templates/)
183-
- [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/)
184-
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
181+
* [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/)
182+
* [Freebies](https://themeselection.com/item/category/free-admin-templates/)
183+
* [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/)
184+
* [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
185185

186186
## Social Media :earth_africa:
187187

assets/css/demo.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
.app-brand-text.demo {
1717
font-size: 1.75rem;
1818
letter-spacing: -0.5px;
19-
text-transform: lowercase;
2019
}
2120

2221
/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
2322
/* Detached navbar */
2423
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
25-
padding-top: 76px !important;
24+
padding-top: 74px !important;
2625
}
2726
/* Default navbar */
2827
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {

assets/img/backgrounds/18.jpg

-86.7 KB
Binary file not shown.

assets/img/icons/brands/github.png

-388 Bytes
Loading

0 commit comments

Comments
 (0)