SciFi - ASP.NET Core8 & Mvc5 Bootstrap 5 Premium Admin & Dashboard Template

Dashboard
Welcome to SciFi - ASP.NET Core8 & Mvc5 Bootstrap 5 Premium Admin & Dashboard Template
  • Created Date : 29/April/2024
  • Author : Spruko
  • Company : Spruko Technologies Private Limited

Thank you for showing interest towards our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries open support ticket https://support.spruko.com.

Introduction
Welcome to SciFi – ASP.NET Core8 & Mvc5 Bootstrap 5 Premium Admin & Dashboard Template

SciFi - ASP.NET Core8 & Mvc5 Premium Bootstrap-5 Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊

Template Description

SciFi is a ASP.NET Core8 & Mvc5 Premium Bootstrap-5 Admin Template using modern and minimal design. It is fully flexible user-friendly and responsive. SciFi Modern template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 170+ CSHTML Pages . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. This template using Bootstrap 5 framework. After Purchased this template you will get All CSHTML files,CSS, Scss and JS Files.

It has super clean flat user interface admin design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design template.

It is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices

Once you Purchase SciFi ASP.NET Core8 & Mvc5 Premium Bootstrap-5 Admin Template, you will be able to get free download of all future updates.

Template Features
No Jquery Dark Layout RTL Ready
Icons Authentication Pages Error Pages
170+ CSHTML Pages Easy to Customize Bootstrap 5 Responsive Framework
Form Elements Maps Ratings
Grid JS Tables Data Tables Gallery
Apex Charts Chartjs Charts Echarts
Full Calendar Sweet Alerts Swiper JS
Blog Pages Mail App Chat
File Manager Invoice Landing
Pricing Profile Notifications
24 * 7 Professional Company Support Ecommerce Pages Under Construction Page
Color Theme Support (Primary) Neat, clean and simple design W3C Validated
Switcher Features :
Theme Styles
  • Dark Themes
  • LTR & RTL
  • Vertical & Horizontal Navigation Styles
  • Menu Click & Hover Styles
  • Icon Click & Hover Styles
  • Layout Full Width & Boxed
  • Menu Fixed & Scrollable
  • Header Fixed & Scrollable
  • Sidemenu Closed
  • Icon Text Menu
  • Icon Overlay
  • Detached
  • Double Menu
Theme Colors
  • Theme Primary
  • Background Patterns
  • Card Styling
  • Card Background
  • Menu With Background Images
Minimum Requirements
  • .NET 8.0.101 SDK
  • Visual Studio Code or Visual Studio 2022 (latest version)
  • C# for Visual Studio Code (latest version)
  • node:- 20.10.0
  • Esbuild:- 0.19.11
  • npm :- 10.2.3
Installation Process of .NET SDK.

Step1: Please visite the Official Web Site of the ..NET SDK

Step2: Click on the Download .NET SDK. button

Step3: Now your .NET SDK file has downloaded and installed in your computer.

Instalation Process Of ASP.Net Core8 & Mvc5

Here we are using "ASP.Net Core8 & Mvc5 " download

If you know how to create ASP.Net Core8 & Mvc5 project you can skip this step.

  • Assuming that you have already installed .NET SDK in your computer.
  • First, you need to create an environment at your project location For example:C:\project\projectname>
  • Use for Asp.Net Mvc5
         This project folder path can be used to open the command.Now execute the command dotnet new mvc -o Projectname It creates a new ASP.NET MVC5
         project in the Project Name folder.
  • Use for Asp.Net Core8
         This project folder path can be used to open the command.Now execute the command dotnet new webapp -o Projectname It creates a new ASP.NET Core8
         project in the Project Name folder.
  • Trust the HTTPS development certificate by running the following command dotnet dev-certs https --trust .
  • Now you are sucessfully installed ASP.Net Core8 & Mvc5 project.
Visual Studio Code
  • If you are using Visual Studio Code.
  • Go to your root project location path, then open the project file in your editor.
  • Open the command prompt, then use " cd /path-to-your-project ".
  • Enter the command dotnet watch run to get ASP.Net Core8 & Mvc5 development server.
Visual Studio
  • If you are using Visual Studio.
  • Open the Visual studio, then click on "Open a Project or Solution."
  • Go to your root project location path, then you will see inside the folder projectname.csproj. Select it, and then open the project file.
  • Now, press the key F5 to get ASP.Net Core8 & Mvc5 development server.
The Basic Structure Of ASP.NET Mvc5 Project

											
												β”œβ”€β”€ bin/
												|   └── debug/
												|       └── net8.0
												β”œβ”€β”€ Controllers/
												β”œβ”€β”€ Models
												β”œβ”€β”€ obj
												β”œβ”€β”€ Properties
												β”œβ”€β”€ Views
												β”œβ”€β”€ wwwroot
												β”œβ”€β”€ appsettings.Development.json
												β”œβ”€β”€ appsettings.json
												β”œβ”€β”€ esbuild.config.js
												β”œβ”€β”€ package-lock.json
												β”œβ”€β”€ package.json
												β”œβ”€β”€ program.cs
												β”œβ”€β”€ scifi.csproj
												β”œβ”€β”€ scifi.csproj.user
												└── scifi.sln
											
										
  • First, unzip the project folder that you received from us.
  • Navigate as shown Example: C:\projectname\views in that project folder in will have 15 folders and in 170+ cshtml files.
  • Navigate as shown Example: C:\projectname\ Controllers in that project folder will have 14 Controller.cs files.
  • Navigate as shown Example: C:\projectname\views\shared\layouts Open folder there you will find _main-header.cshtml, _main-sidebar.cshtml and _footer.cshtml, and _switcher.cshtml, files and etc..,.
  • Here _Layout.cshtml file is the base file for all the cshtml pages.
  • Here _Layout1.cshtml file is the base file for all custom pages ex: error401.cshtml, error404.cshtml, error500.cshtml, coming_soon.cshtml, and under_maintenance.cshtml etc..,
  • Here _Layout2.cshtml file is the base file for all custom pages ex: create_password_basic.cshtml, reset_password_basic.cshtml, sign_in_basic.cshtml, sign_up_basic.cshtml and two_step_verification_basic.cshtml etc..,
  • Here _Layout3.cshtml file is the base file for all custom pages ex: create_password_cover.cshtml, reset_password_cover.cshtml, sign_in_cover.cshtml, sign_up_cover.cshtml and two_step_verification_cover.cshtml etc..,
  • Here _Layout4.cshtml file is the base file for two custom pages all coming_soon.cshtml and under_maintenance.cshtml pages.
  • Here _Layout5.cshtml file is the base file for landing.cshtml page.
  • Here _Layout6.cshtml file is the base file for landing_jobs.cshtml page.
The Basic Structure Of ASP.NET Core8 Project

											
												β”œβ”€β”€ bin/
												|   └── debug/
												|       └── net8.0
												β”œβ”€β”€ obj
												β”œβ”€β”€ Pages
												β”œβ”€β”€ Properties
												β”œβ”€β”€ wwwroot
												β”œβ”€β”€ appsettings.Development.json
												β”œβ”€β”€ appsettings.json
												β”œβ”€β”€ esbuild.config.js
												β”œβ”€β”€ package-lock.json
												β”œβ”€β”€ package.json
												β”œβ”€β”€ program.cs
												β”œβ”€β”€ scifi.csproj
												β”œβ”€β”€ scifi.csproj.user
												└── scifi.sln
											
										
  • First, unzip the project folder that you received from us.
  • Navigate as shown Example: C:\projectname\Pages in that project folder in will have 15 folders and in 170+ cshtml files and 15 cshtml.cs files.
  • Navigate as shown Example: C:\projectname\Pages\shared\layouts Open folder there you will find _main-header.cshtml, _main-sidebar.cshtml and _footer.cshtml, and _switcher.cshtml, files and etc..,.
  • Here _Layout.cshtml file is the base file for all the cshtml pages.
  • Here _Layout1.cshtml file is the base file for all custom pages ex: error401.cshtml, error404.cshtml, error500.cshtml, coming_soon.cshtml, and under_maintenance.cshtml etc..,
  • Here _Layout2.cshtml file is the base file for all custom pages ex: create_password_basic.cshtml, reset_password_basic.cshtml, sign_in_basic.cshtml, sign_up_basic.cshtml and two_step_verification_basic.cshtml etc..,
  • Here _Layout3.cshtml file is the base file for all custom pages ex: create_password_cover.cshtml, reset_password_cover.cshtml, sign_in_cover.cshtml, sign_up_cover.cshtml and two_step_verification_cover.cshtml etc..,
  • Here _Layout4.cshtml file is the base file for two custom pages all coming_soon.cshtml and under_maintenance.cshtml pages.
  • Here _Layout5.cshtml file is the base file for landing.cshtml page.
  • Here _Layout6.cshtml file is the base file for landing_jobs.cshtml page.
Purpose of a starter kit
Introduction to the ASP.Net Core8 & Mvc5 Starter Kit:

The ASP.Net Core8 & Mvc5 starterkit is a resource that helps developers kickstart their ASP.Net Core8 & Mvc5 web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building ASP.Net Core8 & Mvc5 Framework-based websites or applications.

Purpose of the ASP.Net Core8 & Mvc5 Starter Kit:

The purpose of the ASP.Net Core8 & Mvc5 starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in ASP.Net Core8 & Mvc5 projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.

Benefits of Using the ASP.Net Core8 & Mvc5 Starter Kit:

The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.

Starterkit Overview

You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Scifi have more than 180 pages.

We have provided all the pre-build layouts like Sidemenu, Header, footer and blank pages etc in the Starterkit.

For further information or support regarding the template, please contact us using the provided link: https://support.spruko.com/

Starterkit Folder Structures
ASP .Net Mvc5 Starterkit Folder Structure
												
																β”œβ”€β”€ bin/
																β”œβ”€β”€ Controllers/
																β”œβ”€β”€ Models
																β”œβ”€β”€ obj
																β”œβ”€β”€ Properties
																β”œβ”€β”€ Views/
																|   β”œβ”€β”€ Shared
																|   |   β”œβ”€β”€ _Layout.cshtml
																|   |   β”œβ”€β”€ _Layout.cshtml.css
																|   |   β”œβ”€β”€ _ValidationScriptsPartial.cshtml
																|   |   β”œβ”€β”€ Error.cshtml
																|   |   └── layouts
																|   |       β”œβ”€β”€ _footer.cshtml
																|   |       β”œβ”€β”€ _main-header.cshtml
																|   |       β”œβ”€β”€ _main-sidebar.cshtml
																|   |       β”œβ”€β”€ _modal.cshtml
																|   |       └── _switcher.cshtml
																|   β”œβ”€β”€ Home
																|   |   β”œβ”€β”€ Index.cshtml
																|   |   └── Privacy.cshtml
																|   β”œβ”€β”€ _ViewImports.cshtml
																|   └── _ViewStart.cshtml
																β”œβ”€β”€ wwwroot/
																|   β”œβ”€β”€ assets/
																|   β”œβ”€β”€ css
																|   β”œβ”€β”€ js
																|   └── lib
																|   └── favicon.ion
																β”œβ”€β”€ appsettings.Development.json
																β”œβ”€β”€ appsettings.json
																β”œβ”€β”€ esbuild.config.js
																β”œβ”€β”€ package-lock.json
																β”œβ”€β”€ package.json
																β”œβ”€β”€ program.cs
																β”œβ”€β”€ starterkit.csproj
																β”œβ”€β”€ starterkit.csproj.user
																└── starterkit.sln
															
  • Take a quick look at the folder structure of the "Starterkit."
  • Integration of your customized cshtml pages becomes easy when using the "Starterkit."
  • The "Starterkit" provides all the layout components, related assets, and plugins.
  • To explore the contents of the "Starterkit," unzip the project folder received after purchase.
Navigate to the following paths:
  • Example: C:/projectname/Views/Home/- This folder contains files such as Index.cshtml file.
  • Example: C:/projectname/Controllers/- This folder contains files such as HomeController.cs file.
  • Example: C:/projectname/Views/Shared/layouts /- This folder contains files such as _main-header.cshtml, _main-sidebar.cshtml and _footer.cshtml, and _switcher.cshtml, files and etc..,.
Asp .Net Core8 Starterkit Folder Structure
										
																β”œβ”€β”€ bin/
																β”œβ”€β”€ obj
																β”œβ”€β”€ Pages
																|   β”œβ”€β”€ Shared
																|   |   β”œβ”€β”€ _Layout.cshtml
																|   |   β”œβ”€β”€ _Layout.cshtml.css
																|   |   β”œβ”€β”€ _ValidationScriptsPartial.cshtml
																|   |   └── layouts
																|   |       β”œβ”€β”€ _footer.cshtml
																|   |       β”œβ”€β”€ _main-header.cshtml
																|   |       β”œβ”€β”€ _main-sidebar.cshtml
																|   |       β”œβ”€β”€ _modal.cshtml
																|   |       └── _switcher.cshtml
																|   β”œβ”€β”€ Home
																|   |   β”œβ”€β”€ Home.cshtml.cs
																|   |   └── Index.cshtml
																|   β”œβ”€β”€ _ViewImports.cshtml
																|   β”œβ”€β”€ _ViewStart.cshtml
																|   β”œβ”€β”€ Error.cshtml
																|   β”œβ”€β”€ Error.cshtml.cs
																|   β”œβ”€β”€ Index.cshtml
																|   β”œβ”€β”€ Index.cshtml.cs
																|   β”œβ”€β”€ Privacy.cshtml
																|   └── Privacy.cshtml.cs
																β”œβ”€β”€ Properties
																β”œβ”€β”€ wwwroot
																|   β”œβ”€β”€ assets/
																|   β”œβ”€β”€ css
																|   β”œβ”€β”€ js
																|   └── lib
																|   └── favicon.ion
																β”œβ”€β”€ appsettings.Development.json
																β”œβ”€β”€ appsettings.json
																β”œβ”€β”€ esbuild.config.js
																β”œβ”€β”€ package-lock.json
																β”œβ”€β”€ package.json
																β”œβ”€β”€ program.cs
																β”œβ”€β”€ starterkit.csproj
																β”œβ”€β”€ starterkit.csproj.user
																└── starterkit.sln
															 
  • Take a quick look at the folder structure of the "Starterkit."
  • Integration of your customized cshtml pages becomes easy when using the "Starterkit."
  • The "Starterkit" provides all the layout components, related assets, and plugins.
  • To explore the contents of the "Starterkit," unzip the project folder received after purchase.
Navigate to the following paths:
  • Example: C:/projectname/Pages/- This folder contains files such as Index.cshtml and Index.cshtml.cs files.
  • Example: C:/projectname/Pages/Home/- This folder contains files such as Index.cshtml and Home.cshtml.cs files.
  • Example: C:/projectname/Pages/shared/layouts /- This folder contains files such as _main-header.cshtml, _main-sidebar.cshtml and _footer.cshtml, and _switcher.cshtml, files and etc..,.
How to run ASP.Net Core8 & Mvc5 development server

Visual studio code
  • First, unzip the project folder that you received from us.
  • Go to your root project location path, then open the project file in your editor.
  • Open the command prompt, then use " cd /path-to-your-project ".
  • Now execute the command: dotnet watch run to getASP.Net Core8 & Mvc5 development server.
Visual studio
  • First, unzip the project folder that you received from us.
  • Go to your root project location path, then open the project file.
  • Just double click on the file scifi.sln inside the project folder.
  • Now, press the keyF5 to getASP.Net Core8 & Mvc5 development server.
SCSS & CSS

Scifi comes with power of SCSS. The css files can be generated from scss by simply following below steps:

  • esbuild

    Esbuild is a cutting-edge JavaScript task runner that automates common development tasks, such as compiling Sass to CSS, minifying JavaScript and CSS files, optimizing images, and more. Esbuild allows developers to define tasks that process files in a project, and then run those tasks automatically when files are changed or when specific commands are issued.for more information about Esbuild Check here.

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you have already installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,

    Note : If you are using the latest version of Node JS or want to install and use the latest version, click here and install all the dependencies manually that are given below in command prompt.

  • esbuild

    Make sure to have the Esbuild installed & running in your computer. If you have already installed Esbuild on your computer, you can skip this step. In order to install, just run command npm install from your terminal.

Installation

To setup, follow below mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running in your computer

  • Install Dependencies

    Open your terminal, go to your folder and enter the command npm install. This would install all required dependencies in node_modules folder.

After you finished with above steps, you can run the command to compile scss into css: npm run build

Note:- please ensure that you have installed all nodemodules requried to run esbuild tasks .

SCSS & CSS

Here we provided package.json and esbuild.config.js files in your project, you just need to run npm install in your terminal in your project root path.

After compilation of download, you can compile your SCSS files into CSS files by following below procedure.

Command Description
npm run build In scifi template npm run build command is used for, whatever the changes made in scss files, will watch and compiled into css files.
Compiling Styles

1. In the assets folder you will see css, icon-fonts, images, js, libs, scss, video

Folder Structure

																
																β”œβ”€β”€ wwwroot/
																|   β”œβ”€β”€ assets/
																|   |   β”œβ”€β”€ css/
																|   |   β”œβ”€β”€ icon-fonts/
																|   |   β”œβ”€β”€ images/
																|   |   β”œβ”€β”€ js/
																|   |   β”œβ”€β”€ libs/
																|   |   β”œβ”€β”€ scss/
																|   |   └── video/
																
															

2. Now you can compile or customize your styles in scss files that are present in the assets folder.

3. Once the changes made in the files in order to apply those changes to your template you need to run the esbuild commands in the same terminal or command prompt that you have set your project root path.

4. After Compilation, all your .scss files are converted into .css.

Software Versions Used:
  • .Net fremework : 4.8
  • C# for Visual Studio Code : (latest version)
  • .NET : 8.0.101
ASP .Net Mvc5 Over All Folder Structure

										β”œβ”€β”€ bin/
										|   └── Debug/
										|       └── net8.0/
										|           β”œβ”€β”€ appsettings.Development.json
										|           β”œβ”€β”€ appsettings.json
										|           β”œβ”€β”€ package-lock.json
										|           β”œβ”€β”€ package.json
										|           β”œβ”€β”€ scifi.deps.json
										|           β”œβ”€β”€ scifi.dll
										|           β”œβ”€β”€ scifi.exe
										|           β”œβ”€β”€ scifi.pdp
										|           β”œβ”€β”€ scifi.runtimeconfig.json
										|           └── scifi.staticwebassets.runtime.json
										β”œβ”€β”€ Controllers
										|   └── 14 Controller.cs (files)
										β”œβ”€β”€ Modals
										|   └── ErrorViewModel.cs
										β”œβ”€β”€ obj
										|   β”œβ”€β”€ Debug
										|   β”œβ”€β”€ project.assets.json
										|   β”œβ”€β”€ project.nuget.cache
										|   β”œβ”€β”€ scifi.csproj.nuget.dgspec.json
										|   β”œβ”€β”€ scifi.csproj.nuget.g.props
										|   └── scifi.csproj.nuget.g.targets
										β”œβ”€β”€ Properties
										|   └── launchSettings.json
										β”œβ”€β”€ Views/
										|   β”œβ”€β”€ Shared__
										|   |   β”œβ”€β”€ _Layout.cshtml
										|   |   β”œβ”€β”€ _Layout.cshtml.css
										|   |   β”œβ”€β”€ _Layout1.cshtml
										|   |   β”œβ”€β”€ _Layout2.cshtml
										|   |   β”œβ”€β”€ _Layout3.cshtml
										|   |   β”œβ”€β”€ _Layout4.cshtml
										|   |   β”œβ”€β”€ _Layout5.cshtml
										|   |   β”œβ”€β”€ _Layout6.cshtml
										|   |   β”œβ”€β”€ _ValidationScriptsPartial.cshtml
										|   |   β”œβ”€β”€ Error.cshtml
										|   |   └── layouts
										|   |       β”œβ”€β”€  landingpage/
										|   |       β”œβ”€β”€ _custom-switcher.cshtml
										|   |       β”œβ”€β”€ _footer.cshtml
										|   |       β”œβ”€β”€ _main-header.cshtml
										|   |       β”œβ”€β”€ _main-header1.cshtml
										|   |       β”œβ”€β”€ _main-sidebar.cshtml
										|   |       β”œβ”€β”€ _modal.cshtml
										|   |       └── _switcher.cshtml
										|   β”œβ”€β”€ 15 Folders
										|   |   └── 170 + .cshtml (Files)
										|   β”œβ”€β”€ _ViewImports.cshtml
										|   └── _ViewStart.cshtml
										β”œβ”€β”€ wwwroot/
										|   β”œβ”€β”€ assets/
										|   |   β”œβ”€β”€ css/
										|   |   β”œβ”€β”€ icon-fonts/
										|   |   β”œβ”€β”€ images/
										|   |   β”œβ”€β”€ js/
										|   |   β”œβ”€β”€ libs/
										|   |   β”œβ”€β”€ scss/
										|   |   └── video/
										|   β”œβ”€β”€ css
										|   |   └── site.css
										|   β”œβ”€β”€ js
										|   |   └── site.js
										|   └── lib/
										|   └── favicon.ion
										β”œβ”€β”€ appsettings.Development.json
										β”œβ”€β”€ appsettings.json
										β”œβ”€β”€ esbuild.config.js
										β”œβ”€β”€ package-lock.json
										β”œβ”€β”€ package.json
										β”œβ”€β”€ program.cs
										β”œβ”€β”€ scifi.csproj
										β”œβ”€β”€ scifi.csproj.user
										└── scifi.sln
										
Asp .Net Core8 Over All Folder Structure

										β”œβ”€β”€ bin/
										|   └── Debug
										|       └── net8.0
										|           β”œβ”€β”€ appsettings.Development.json
										|           β”œβ”€β”€ appsettings.json
										|           β”œβ”€β”€ package-lock.json
										|           β”œβ”€β”€ package.json
										|           β”œβ”€β”€ scifi.deps.json
										|           β”œβ”€β”€ scifi.dll
										|           β”œβ”€β”€ scifi.exe
										|           β”œβ”€β”€ scifi.pdb
										|           β”œβ”€β”€ scifi.runtimeconfig.json
										|           └── scifi.staticwebassets.runtime.json
										β”œβ”€β”€ obj
										|   β”œβ”€β”€ Debug
										|   β”œβ”€β”€ project.assets.json
										|   β”œβ”€β”€ project.nuget.cache
										|   β”œβ”€β”€ scifi.csproj.nuget.dgspec.json
										|   β”œβ”€β”€ scifi.csproj.nuget.g.props
										|   └── scifi.csproj.nuget.g.targets
										β”œβ”€β”€ Pages
										|   β”œβ”€β”€ Shared__
										|   |   β”œβ”€β”€ _Layout.cshtml
										|   |   β”œβ”€β”€ _Layout.cshtml.css
										|   |   β”œβ”€β”€ _Layout1.cshtml
										|   |   β”œβ”€β”€ _Layout2.cshtml
										|   |   β”œβ”€β”€ _Layout3.cshtml
										|   |   β”œβ”€β”€ _Layout4.cshtml
										|   |   β”œβ”€β”€ _Layout5.cshtml
										|   |   β”œβ”€β”€ _Layout6.cshtml
										|   |   β”œβ”€β”€ _ValidationScriptsPartial.cshtml
										|   |   └── layouts
										|   |       β”œβ”€β”€  landingpage/
										|   |       β”œβ”€β”€ _custom-switcher.cshtml
										|   |       β”œβ”€β”€ _footer.cshtml
										|   |       β”œβ”€β”€ _main-header.cshtml
										|   |       β”œβ”€β”€ _main-header1.cshtml
										|   |       β”œβ”€β”€ _main-sidebar.cshtml
										|   |       β”œβ”€β”€ _modal.cshtml
										|   |       └── _switcher.cshtml
										|   β”œβ”€β”€ 15 Folders
										|   |   β”œβ”€β”€ 170 + .cshtml (Files)
										|   |   └── 15 .cshtml.cs (Files)
										|   β”œβ”€β”€ _ViewImports.cshtml
										|   β”œβ”€β”€ _ViewStart.cshtml
										|   β”œβ”€β”€ Error.cshtml
										|   β”œβ”€β”€ Error.cshtml.cs
										|   β”œβ”€β”€ Index.cshtml
										|   β”œβ”€β”€ Index.cshtml.cs
										|   β”œβ”€β”€ Privacy.cshtml
										|   └── Privacy.cshtml.cs
										β”œβ”€β”€ Properties
										|   └──launchSettings.json
										β”œβ”€β”€ wwwroot
										|   β”œβ”€β”€ assets
										|   |   β”œβ”€β”€ css/
										|   |   β”œβ”€β”€ icon-fonts/
										|   |   β”œβ”€β”€ images/
										|   |   β”œβ”€β”€ js/
										|   |   β”œβ”€β”€ libs/
										|   |   β”œβ”€β”€ scss/
										|   |   └── video/
										|   β”œβ”€β”€ css
										|   |   └── site.css
										|   β”œβ”€β”€ js
										|   |   └── site.js
										|   └── lib/
										|   └── favicon.ion
										β”œβ”€β”€ appsettings.Development.json
										β”œβ”€β”€ appsettings.json
										β”œβ”€β”€ esbuild.config.js
										β”œβ”€β”€ package-lock.json
										β”œβ”€β”€ package.json
										β”œβ”€β”€ Program.cs
										β”œβ”€β”€ scifi.csproj
										β”œβ”€β”€ scifi.csproj.user
										└── scifi.sln
										
Switcher?
Asp.Net Mvc5 Switcher?

If you want to remove switcher to your template follow the below process.

NOTE:The switcher is different for landing pages, if you want to remove switcher to the landing pages then follow the process.(Skip this process if this is not your requirement).


Asp.Net Core8 Switcher?

If you want to remove switcher to your template follow the below process.

NOTE:The switcher is different for landing pages, if you want to remove switcher to the landing pages then follow the process.(Skip this process if this is not your requirement).

Theme Styles :
Attribute Description
data-theme-mode="dark" data-header-styles="dark" data-menu-styles="dark" To set the Dark theme
dir="ltr" To set LTR version default
dir="rtl" To set LTR version to RTL version
data-nav-layout="vertical" To set menu layout to vertical
data-nav-layout="horizontal" data-nav-style="menu-click" To set menu layout to horizontal
data-nav-style="menu-click" To set navigation style to menu click - *Works same for both vertical and horizontal
data-nav-style="menu-hover" To set navigation style to menu hover - *Works same for both vertical and horizontal
data-nav-style="icon-click" To set navigation style to icon click - *Works same for both vertical and horizontal
data-nav-style="icon-hover" To set navigation style to icon hover - *Works same for both vertical and horizontal
data-width="fullwidth" To set page width to Full Width
data-width="boxed" To set page width to Boxed
data-menu-position="fixed" To set menu position Fixed
data-menu-position="scrollable" To set menu position Scrollable
data-header-position="fixed" To set header position Fixed
data-header-position="scrollable" To set header position Scrollable
data-vertical-style="closed" To set sidemenu layout style Closed - *Does not work for horizontal
data-vertical-style="icontext" To set sidemenu layout style Icon Text - *Does not work for horizontal
data-vertical-style="overlay" To set sidemenu layout style Icon Overlay - *Does not work for horizontal
data-vertical-style="detached" To set sidemenu layout style Detached - *Does not work for horizontal
data-vertical-style="doublemenu" To set sidemenu layout style Double Menu - *Does not work for horizontal
loader="enable" To enable loader by default
Theme Colors :
Attribute Description
data-pattern-img="bgpattern1" To set the background Pattern to bgpattern1
data-pattern-img="bgpattern2" To set the background Pattern to bgpattern2
data-pattern-img="bgpattern3" To set the background Pattern to bgpattern3
data-pattern-img="bgpattern4" To set the background Pattern to bgpattern4
data-pattern-img="bgpattern5" To set the background Pattern to bgpattern5
data-pattern-img="bgpattern6" To set the background Pattern to bgpattern6
data-pattern-img="bgpattern7" To set the background Pattern to bgpattern7
data-pattern-img="bgpattern8" To set the background Pattern to bgpattern8
data-pattern-img="bgpattern9" To set the background Pattern to bgpattern9
data-pattern-img="bgpattern10" To set the background Pattern to bgpattern10
data-card-style="style1" To set the card style to style1
data-card-style="style2" To set the card style to style2
data-card-style="style3" To set the card style to style3
data-card-style="style4" To set the card style to style4
data-card-style="style5" To set the card style to style5
data-card-style="style6" To set the card style to style6
data-card-style="style7" To set the card style to style7
data-card-style="style8" To set the card style to style8
data-card-style="style9" To set the card style to style9
data-card-style="style10" To set the card style to style10
data-card-background="background1" To set the card background to background1
data-card-background="background2" To set the card background to background2
data-card-background="background3" To set the card background to background3
data-card-background="background4" To set the card background to background4
data-card-background="background5" To set the card background to background5
data-card-background="background6" To set the card background to background6
data-card-background="background7" To set the card background to background7
data-card-background="background8" To set the card background to background8
data-card-background="background9" To set the card background to background9
data-bg-img="bgimg1" To set menu background image1
data-bg-img="bgimg2" To set menu background image2
data-bg-img="bgimg3" To set menu background image3
data-bg-img="bgimg4" To set menu background image4
data-bg-img="bgimg5" To set menu background image5
FAQ'S
General Style

How to Change Font Family ?

Step 1:

Go To style.scss (wwwroot/assets/scss/styles.scss )

if you want to change another font-family Go to the site Google Fonts And Select One font Family and import in to styles.scss file

How to Select font Family

Example:

Step 2:

And paste Your Selected font-family in style.scss

Example:

Step 3:

And add the Your Selected font-family in _variables.scss(wwwroot/assets/scss/_variables.scss)

Example:

																--default-font-family:    							'Roboto', sans-serif;
																		
																	

How to change Menu icons ?

By default menu icons are phosphor icons if you want to change icons please follow below steps
Step 1 :
Asp.Net Mvc5 Menu icons?

To change Menu icons, open _main-sidebar.cshtml page Path:Views/Shared/layouts/_main-sidebar.cshtml and go through app-sidebar section, in that section you will find phosphor icons of menu in svg, there you can replace previous icon with your icon. Example as shown in below

Asp.Net Core8 Menu icons?

To change Menu icons, open _main-sidebar.cshtml page Path:Pages/Shared/layouts/_main-sidebar.cshtml and go through app-sidebar section, in that section you will find phosphor icons of menu in svg, there you can replace previous icon with your icon. Example as shown in below

																	
																		
																			
																		

How to Change Logo ?

Go To "wwwroot/assets/images/brand-logos" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.

To clear LocalStorage(cookie)

How to clear LocalStorage (cookie)?

Primary Color

How to Change Primary Color?

Please follow the below steps to change Primary Color
Step 1 :

To change Primary Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )

Used Plugins & Reference Links

All plugins runs through npm.

If you want new plugins : Install new plugin from npm then run grunt command.

Icons

Refer following links for usage:

Icons References
Bootstrap Icons https://icons.getbootstrap.com/
Remix Icons https://remixicon.com/
Feather Icons https://feathericons.com/
Tabler Icons https://tabler-icons.io/
Line Awesome Icons https://icons8.com/line-awesome
Boxicons https://boxicons.com/
Images

Refer following links for usage:

Images References
Vecteezy https://www.vecteezy.com/
Iconscount https://iconscout.com/
Unsplash https://unsplash.com/
Fonts

Refer following link for usage:

Google Fonts https://fonts.google.com/
Sidemenu Icons

Refer following link for usage:

phosphor Icons https://phosphoricons.com/

Thank you!