diff --git a/AspnetCoreMvcFull.sln b/AspnetCoreMvcFull.sln index 94c552f..661a7dc 100644 --- a/AspnetCoreMvcFull.sln +++ b/AspnetCoreMvcFull.sln @@ -3,7 +3,7 @@ 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", "{9618F5B9-8BCD-4A87-ADF5-D4A4935FB0A6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspnetCoreMvcFull", "AspnetCoreMvcFull.csproj", "{B3F387EE-69F2-410B-BF7C-D48AD6403234}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9618F5B9-8BCD-4A87-ADF5-D4A4935FB0A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9618F5B9-8BCD-4A87-ADF5-D4A4935FB0A6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9618F5B9-8BCD-4A87-ADF5-D4A4935FB0A6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9618F5B9-8BCD-4A87-ADF5-D4A4935FB0A6}.Release|Any CPU.Build.0 = Release|Any CPU + {B3F387EE-69F2-410B-BF7C-D48AD6403234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B3F387EE-69F2-410B-BF7C-D48AD6403234}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B3F387EE-69F2-410B-BF7C-D48AD6403234}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B3F387EE-69F2-410B-BF7C-D48AD6403234}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {E129492E-9D1C-4963-8F37-96CE8E204C18} + SolutionGuid = {D80F505E-3FBC-4ADC-BE79-BD5DED605BAA} EndGlobalSection EndGlobal diff --git a/Controllers/IconsController.cs b/Controllers/IconsController.cs index 6f9c7c0..8d7db09 100644 --- a/Controllers/IconsController.cs +++ b/Controllers/IconsController.cs @@ -6,5 +6,5 @@ namespace AspnetCoreMvcFull.Controllers; public class IconsController : Controller { - public IActionResult MdiIcons() => View(); + public IActionResult RiIcons() => View(); } diff --git a/Gulpfile.js b/Gulpfile.js index 49736ef..453c222 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -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())) @@ -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 @@ -147,8 +151,14 @@ const pageJsTask = function () { const FONT_TASKS = [ { - name: 'materialdesignicons', - path: 'node_modules/@mdi/font/fonts/*' + name: 'remixicon', + path: [ + 'node_modules/remixicon/fonts/remixicon.eot', + 'node_modules/remixicon/fonts/remixicon.ttf', + 'node_modules/remixicon/fonts/remixicon.woff', + 'node_modules/remixicon/fonts/remixicon.woff2', + 'node_modules/remixicon/fonts/remixicon.svg' + ] } ].reduce(function (tasks, font) { const functionName = `buildFonts${font.name.replace(/^./, m => m.toUpperCase())}Task`; diff --git a/README.md b/README.md index bc5f3ed..ee6c071 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
@@ -14,13 +14,13 @@      -[](https://themeselection.com/item/materio-free-aspnet-core-mvc-admin-template/) +[](https://themeselection.com/item/materio-free-aspnet-core-mvc-admin-template/) ## Introduction 🚀 -If you’re a developer looking for the most Powerful & comprehensive [**Free Bootstrap 5 ASPNET Core MVC Admin Template**](https://themeselection.com/item/materio-bootstrap-html-aspnet-core-mvc-admin-template-free/) built for developers, rich with features, and highly customizable look no further than Materio. 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/materio-free-aspnet-core-mvc-admin-template/) built for developers, rich with features, and highly customizable look no further than Materio. 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/materio-aspnet-core-mvc-admin-template-free/html/) @@ -51,7 +51,7 @@ Please [visit](https://demos.themeselection.com/materio-bootstrap-html-admin-tem - Extended UI - Perfect Scrollbar - Text Divider -- Material Design Icons (MDI) +- Remix Icons (RI) - Form Elements - Basic Inputs - Input Groups @@ -72,7 +72,7 @@ Please [visit](https://demos.themeselection.com/materio-bootstrap-html-admin-tem | 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 | +| 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 | @@ -85,7 +85,7 @@ Please [visit](https://demos.themeselection.com/materio-bootstrap-html-admin-tem | 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 | @@ -124,7 +124,7 @@ Contribution are always welcome and recommended! Here is how: ## Changelog 📆 -Please refer to the [CHANGELOG](CHANGELOG.md) file. We will add detailed release notes to each new release. +Please refer to the [CHANGELOG](CHANGELOG.md) file. We will add a detailed release notes to each new release. ## Support 🧑🏻💻 @@ -168,21 +168,21 @@ 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 Materio 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 Materio 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/) +- [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: diff --git a/Views/Auth/ForgotPasswordBasic.cshtml b/Views/Auth/ForgotPasswordBasic.cshtml index 064571b..009e062 100644 --- a/Views/Auth/ForgotPasswordBasic.cshtml +++ b/Views/Auth/ForgotPasswordBasic.cshtml @@ -11,31 +11,31 @@Enter your email and we'll send you instructions to reset your password
-Please sign-in to your account and start the adventure
+Please sign-in to your account and start the adventure
-Make your app management easy and fun!
+Make your app management easy and fun!
-Bear claw sesame snaps gummies chocolate.
Card link @@ -54,12 +51,12 @@ -This is some text within a card body. @@ -69,10 +66,10 @@
Some quick example text to build on the card title and make up the bulk of the card's content.
@@ -81,7 +78,7 @@@@ -124,9 +121,9 @@
With supporting text below as a natural lead-in to additional content.
@@ -189,7 +186,7 @@With supporting text below as a natural lead-in to additional content.
@@ -198,7 +195,7 @@With supporting text below as a natural lead-in to additional content.
@@ -210,21 +207,23 @@ -@@ -326,10 +327,10 @@ -
@@ -386,8 +387,7 @@
@@ -397,8 +397,7 @@
@@ -408,8 +407,7 @@
@@ -419,8 +417,7 @@
@@ -430,8 +427,7 @@
@@ -442,62 +438,63 @@
+
Some quick example text to build on the card title and make up.
+
Some quick example text to build on the card title and make up.
+
Some quick example text to build on the card title and make up.
+
Some quick example text to build on the card title and make up.
+
Some quick example text to build on the card title and make up.
+
Some quick example text to build on the card title and make up.
@@ -636,7 +633,7 @@
@@ -658,7 +655,7 @@
@@ -684,7 +681,7 @@
Best seller of the month
-78% of target 🚀
+ -Total 48.5% growth 😎 this month
+Total 48.5% Growth 😎 this month
Sales
Customers
Product
Revenue
Your sales performance is 45% 😎 better compared to last month
Compared to $84,325 last year
Vuejs, React & HTML
Sketch, Figma & XD
HTML & Angular
+42%
-18%