Skip to content

Commit

Permalink
Merge pull request #1 from themeselection/design-update
Browse files Browse the repository at this point in the history
Merging: design-update branch to main branch
  • Loading branch information
Vatsal6288 authored Aug 8, 2024
2 parents 5a4be32 + 5b1c147 commit 46ffffc
Show file tree
Hide file tree
Showing 153 changed files with 11,846 additions and 5,039 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/handle-new-issue-comment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Handle new issue comment'
name: '💬 Handle new issue comment'
on:
issue_comment:
types: [created]
Expand All @@ -9,6 +9,6 @@ jobs:
name: Handle new issue comment
steps:
- name: Toggle awaiting-reply label
uses: jd-solanki/gh-action-toggle-awaiting-reply-label@v2.1.0
uses: jd-solanki/gh-action-toggle-awaiting-reply-label@v2.1.2
with:
label: awaiting-reply
2 changes: 1 addition & 1 deletion .github/workflows/issue-staler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Close stale issues and PRs'
name: '😶‍🌫️ Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
Expand Down
12 changes: 6 additions & 6 deletions AspnetCoreMvcFull.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspnetCoreMvcFull", "AspnetCoreMvcFull.csproj", "{F5081E01-CB10-4728-8BD9-00D0433A81F5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspnetCoreMvcFull", "AspnetCoreMvcFull.csproj", "{B0669AA4-51EF-43CE-9DA1-15DC79CF979D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5081E01-CB10-4728-8BD9-00D0433A81F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5081E01-CB10-4728-8BD9-00D0433A81F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5081E01-CB10-4728-8BD9-00D0433A81F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5081E01-CB10-4728-8BD9-00D0433A81F5}.Release|Any CPU.Build.0 = Release|Any CPU
{B0669AA4-51EF-43CE-9DA1-15DC79CF979D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0669AA4-51EF-43CE-9DA1-15DC79CF979D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0669AA4-51EF-43CE-9DA1-15DC79CF979D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0669AA4-51EF-43CE-9DA1-15DC79CF979D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F9E632E-4D63-47F3-A814-8CD9A2BFDB39}
SolutionGuid = {11B6A7B9-7E27-495B-96C7-4BDA18F6D4B9}
EndGlobalSection
EndGlobal
17 changes: 10 additions & 7 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,22 @@ const buildCssTask = function (cb) {
// If conf.minify == true, generate compressed style without sourcemap
gulpIf(
conf.minify,
`sass src/site.scss:${conf.distPath}/css/site.css src/scss:${conf.distPath}/vendor/css src/fonts:${conf.distPath}/vendor/fonts src/libs:${conf.distPath}/vendor/libs --style compressed --no-source-map`,
`sass --load-path=node_modules/ src/site.scss:${conf.distPath}/css/site.css src/scss:${conf.distPath}/vendor/css src/fonts:${conf.distPath}/vendor/fonts src/libs:${conf.distPath}/vendor/libs --style compressed --no-source-map`,
gulpIf(
conf.fastDev,
`sass src/site.scss:${conf.distPath}/css/site.css src/scss:${conf.distPath}/vendor/css src/scss/pages:${conf.distPath}/vendor/css/pages src/fonts:${conf.distPath}/vendor/fonts src/libs:${conf.distPath}/vendor/libs --no-source-map`
`sass --load-path=node_modules/ src/site.scss:${conf.distPath}/css/site.css src/scss:${conf.distPath}/vendor/css src/scss/pages:${conf.distPath}/vendor/css/pages src/fonts:${conf.distPath}/vendor/fonts src/libs:${conf.distPath}/vendor/libs --no-source-map`
)
),
function (err) {
cb(err);
}
),
sass({
outputStyle: conf.minify ? 'compressed' : 'expanded'
}).on('error', sass.logError)
sass
.sync({
includePaths: ['node_modules'], // Add this line to include node_modules
outputStyle: conf.minify ? 'compressed' : 'expanded'
})
.on('error', sass.logError)
)
)
.pipe(gulpIf(conf.sourcemaps, sourcemaps.write()))
Expand All @@ -88,7 +91,8 @@ const buildCssTask = function (cb) {
path.dirname = path.dirname.replace('scss', 'css');
})
)
.pipe(dest(conf.distPath));
.pipe(dest(conf.distPath))
.pipe(browserSync.stream());
};

// Build JS
Expand Down Expand Up @@ -231,7 +235,6 @@ module.exports = {
'build:js': buildJsTask,
'build:css': buildCssTask,
'build:fonts': buildFontsTask,
// 'build:ren': renameTask,
build: buildTask,
watch: watchTask
};
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://themeselection.com/item/sneat-free-aspnet-core-mvc-admin-template/" target="_blank">
<img src="https://user-images.githubusercontent.com/749684/150333149-805037bc-8874-4a1f-876a-61a9683f8ef5.png" alt="sneat-logo" width="30px" height="auto">
<img src="https://cdn.themeselection.com/ts-assets/sneat/logo/logo.png" alt="sneat-logo" width="60px" height="auto">
</a>
</p>

Expand All @@ -14,19 +14,19 @@

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

<kbd>[![Sneat - Free Bootstrap 5 .Net Core MVC Admin Template Demo Screenshot](https://cdn.jsdelivr.net/gh/themeselection/ts-assets/sneat/sneat-bootstrap-aspnet-core-mvc-admin-template-free/banner/banner.png)](https://themeselection.com/item/sneat-free-aspnet-core-mvc-admin-template/)</kbd>
<kbd>[![Sneat - Free Bootstrap 5 .Net Core MVC Admin Template Demo Screenshot](https://cdn.themeselection.com/ts-assets/sneat/sneat-bootstrap-aspnet-core-mvc-admin-template-free/banner/banner.png)](https://themeselection.com/item/sneat-free-aspnet-core-mvc-admin-template/)</kbd>

## Introduction 🚀

If you’re a developer looking for the most Powerful & comprehensive [**Free Bootstrap 5 ASPNET Core MVC Admin Template**](https://themeselection.com/item/sneat-bootstrap-html-aspnet-core-mvc-admin-template-free/) built for developers, rich with features, and highly customizable look no further than Sneat. We’ve followed the highest industry standards to bring you the very best admin template that is not only fast and easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle.
If you’re a developer looking for the most Powerful & comprehensive [**Free Bootstrap 5 ASPNET Core MVC Admin Template**](https://themeselection.com/item/sneat-free-aspnet-core-mvc-admin-template/) built for developers, rich with features, and highly customizable look no further than Sneat. We’ve followed the highest industry standards to bring you the very best admin template that is not only fast and easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle.

Build premium quality applications with ease. Use our innovative [Aspnet Core MVC Bootstrap admin template](https://themeselection.com/item/category/bootstrap-admin-templates/) to create eye-catching, high-quality WebApps. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices.
Build premium quality applications with ease. Use our innovative [Aspnet Core MVC Bootstrap admin template](https://themeselection.com/item/category/asp-net-dashboard/) to create eye-catching, high-quality WebApps. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices.

[View Demo](https://demos.themeselection.com/sneat-bootstrap-html-aspnet-core-mvc-admin-template-free/html/)
[View Demo](https://demos.themeselection.com/sneat-aspnet-core-mvc-admin-template-free/html/)

## Installation ⚒️

Please [visit](https://demos.themeselection.com/sneat-bootstrap-html-admin-template/documentation/net-core-mvc-init-installation.html) our docs for the installation guide.
Please [visit](https://demos.themeselection.com/sneat-bootstrap-html-admin-template/documentation/net-core-mvc-init-installation.html) our docs for installation guide.

## What's Included 📦

Expand All @@ -51,7 +51,7 @@ Please [visit](https://demos.themeselection.com/sneat-bootstrap-html-admin-templ
- Extended UI
- Perfect Scrollbar
- Text Divider
- Box icon
- Boxicon
- Form Elements
- Basic Inputs
- Input Groups
Expand All @@ -71,9 +71,9 @@ Please [visit](https://demos.themeselection.com/sneat-bootstrap-html-admin-templ
| Default Theme | Default, Semi Dark & Bordered Themes |
| Fixed Layout(Menu) | Fixed & Static Layout(Menu) |
| 1 Simple Dashboard | 5 Niche Dashboards |
| - | Multiple Ready Applications like Calendar, Invoice, Users List, Users View, Roles and Permission, Transactions(CRUD) etc. |
| Simple From Elements | Advance form elements, validation & form wizard |
| Basic Cards | Basic, Advanced, Statistics, Analytics, Gamification, and Actions Cards |
| - | Multiple Ready Applications like Calendar, Invoice, Users List, Users View, Roles and Permission,Transactions(CRUD) etc. |
| Simple Form Elements | Advance form elements, validation & form wizard |
| Basic Cards | Basic, Advance, Statistics, Analytics, Gamification and Actions Cards |
| Basic User Interface(Components) | Advance and Custom User Interfaces(Components) |
| Two Extended Components | Twelve Ready to use Extended Components |
| - | Quick Search - Quickly navigate between pages (w/ hotkey support) |
Expand All @@ -85,7 +85,7 @@ Please [visit](https://demos.themeselection.com/sneat-bootstrap-html-admin-templ
| 1 Chart Library | 2 Chart Libraries |
| - | Multiple Navbar & Menu Options |
| - | Starter-kit |
| - | Internationalization support, Docker support |
| - | Internationalization support |
| - | RTL Support |
| Regular Support | Priority Support |
| Detailed Documentation | Detailed Documentation |
Expand Down Expand Up @@ -166,22 +166,22 @@ For free products, enjoy community support via GitHub issues. Upgrade to Premium

**[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/products/category/bootstrap-admin-templates/)
- [VueJS Admin Templates](https://themeselection.com/products/category/vuejs-admin-templates/)
- [Laravel Admin Templates](https://themeselection.com/products/category/laravel-admin-templates/)
- [Bootstrap Admin Templates](https://themeselection.com/item/category/bootstrap-admin-templates/)
- [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/products/category/free-ui-kits/)
- [Free UI Kits](https://themeselection.com/item/category/free-ui-kits/)

If you want to [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) like Sneat Aspnet Core MVC Free then do visit [ThemeSelection](https://themeselection.com/).
If you want to [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/) like Sneat Aspnet Core MVC Free then do visit [ThemeSelection](https://themeselection.com/).

## Useful Links 🎁

- [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/)
- [Freebies](https://themeselection.com/products/category/download-free-admin-templates/)
- [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/)
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
* [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:

Expand Down
20 changes: 10 additions & 10 deletions Views/Auth/ForgotPasswordBasic.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@

<div class="container-xxl">
<div class="authentication-wrapper authentication-basic container-p-y">
<div class="authentication-inner py-4">
<div class="authentication-inner">

<!-- Forgot Password -->
<div class="card">
<div class="card px-sm-6 px-0">
<div class="card-body">
<!-- Logo -->
<div class="app-brand justify-content-center">
<div class="app-brand justify-content-center mb-6">
<a href="/" class="app-brand-link gap-2">
<span class="app-brand-logo demo">@await Html.PartialAsync("../_Partials/_Macros")</span>
<span class="app-brand-text demo text-body fw-bold">@TempData.Peek("appName")</span>
<span class="app-brand-text demo text-heading fw-bold">@TempData.Peek("appName")</span>
</a>
</div>
<!-- /Logo -->
<h4 class="mb-2">Forgot Password? 🔒</h4>
<p class="mb-4">Enter your email and we'll send you instructions to reset your password</p>
<form id="formAuthentication" class="mb-3" action="~/Auth/ResetPasswordBasic" method="POST">
<div class="mb-3">
<h4 class="mb-1">Forgot Password? 🔒</h4>
<p class="mb-6">Enter your email and we'll send you instructions to reset your password</p>
<form id="formAuthentication" class="mb-6" action="~/" method="POST">
<div class="mb-6">
<label for="email" class="form-label">Email</label>
<input type="text" class="form-control" id="email" name="email" placeholder="Enter your email" autofocus>
</div>
<button class="btn btn-primary d-grid w-100">Send Reset Link</button>
</form>
<div class="text-center">
<a href="~/Auth/LoginBasic" class="d-flex align-items-center justify-content-center">
<i class="bx bx-chevron-left scaleX-n1-rtl bx-sm"></i>
<a href="~/Auth/LoginBasic" class="d-flex justify-content-center">
<i class="bx bx-chevron-left me-1"></i>
Back to login
</a>
</div>
Expand Down
Loading

0 comments on commit 46ffffc

Please sign in to comment.