Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Menu style..etc.
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 please contact live chat or email : support@spruko.com
If You Love Our Template Design Please don't forgot to rate it. Thank you so much!
Dashplex - Laravel 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 forget to rate it. Thank you so much! 😊
Dashplex– is a Laravel Bootstrap5 Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Dashplex Laravel Bootstrap5 admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 100+ blade.php Pages & 50+ Plugins more UI elements . 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. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap5 framework. This admin template is fully 100% Premium Admin Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All PHP files,CSS, Scss and JS Files.
It has super clean flat user interface admin Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design admin 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 Dashplex – Laravel Admin Panel Template, you will be able to get free download of all future updates.
Vertical-menu | Horizontal Click menu | Horizontal Hover menu |
RTL Ready | 100+ blade.php Pages | Bootstrap 5 Responsive Framework |
Well Commented Code | 24 * 7 Professional Company Support | 50+ Plugins |
Sales Dashbaord | Crypto Currency Dashboard | Ecommerce Dashboard |
Gallery | 5 types of Charts | Select2 |
About us | Blog | File Manager |
Settings Page | Blog Details | Calendar |
Mail Inbox | 12 Types of Icons | File upload |
Message Chat | Form Elements | Month & Date & Year Range Pickers |
Form Advanced Elements | Data Tables | Lockscreen Page |
Error Page | Under Construction Page | User Profile |
Invoice Page | Advanced Pricing Tables | Easy to Customize |
More Widgets | Neat, clean and simple design | W3C Validated |
Note: The clear documentation of PDF is given on How To Run Laravel Project In Localhost - For Beginners. Please Check out the PDF before running the project.
Step1: Please visit the Official Web Site of the Composer www.getcomposer.org
Step2:Click on the Download option
Step3: Click on the Composer-Setup.exe you are done with download
Step4: Now Right click on the Composer-Setup.exe file and select Run as administrator click on Yes
Step5: You'll be getting two options click as per your choice
Step6: I choose Recommended option here and if your developer you can check the box of the Developer Mode
Step7: And click on the Next button please make sure of installation path and then click Next
Step8: You'll be asked to enter proxy url please skip the step and click on the Next button
Step9: Please make sure with the PHP Version it should not be less than 8.0v, here we used 8.1.6 Version and then click on the next button
Step10: To confirm that Composer is installed in your system then type Composer in command prompt (if you are using XAMPP then go to C:\xampp\htdocs location and type composer)
Note : This installation is shown based on XAMPP server..
C:\xampp\htdocs>
path in command prompt.composer create-project laravel/laravel my-project
and hit enter to install the Laravel Packages in your "htdocs" folder.C:\xampp\htdocs>
path then you are sucessfully installed laravelNote: If you have any further queries in installation please refer to the official websites Click here
php artisan serve
Upload the Project that you have purchased in below directory based on your server
├── app
├── bootstrap
├── config
├── database
├── lang
├── public
├── resources
├── routes
├── storage
├── tests
├── vendor
├── .editorconfig
├── .env
├── .env.example
├── .gitattributes
├── .gitignore
├── .htaccess
├── artisan.File
├── composer.json
├── composer.lock
├── package-lock.json
├── package.json
├── phpunit.xml
├── README.md
├── server.php
└── vite.config.js
If you want to Upgrade laravel version, Please follow the below steps, if not you can skip this procedure.
Replace below Dependency versions in composer.json file which is placed in root directory
Delete vendor folder
Set your project root path in command prompt and run the following command line in command prompt.
Composer update
If you have installed XAMPP on your machine then please follow the below steps
1. Download and Install the Composer from official site https://getcomposer.org/
2. Install Laravel by using Composer as mentioned in the installation process above.
1. Now open Xampp and launch the Apache server by clicking the start button.
2. Extract the zip folder of the laravel project in the path: EX: C:\xampp\htdocs\ that you have received after purchase.
3. Once the extraction is completed, type the localhost url in the browser to access the project. Example: http://localhost/my-project/.
4. Another process for accessing the laravel project, open command prompt or terminal and set your project root path: Example: C:\Users\my-project>
5. And run the command line: php artisan serve in the terminal
6. Laravel development server started: http://127.0.0.1:8000, now type the url in the browser to access the project.
Recommended LTS (long term support) version of Node.js.
Download latest version of node.js from nodejs.org
Install Node.js using .exe downloaded file.
To check your node version, run node -v in a terminal/console window (cmd)
1. Go to your project folder and there you will find a file called package.json.
2. Open the file in your editor and make sure that all the dependencies are correct as shown below
3. And now set your project root path in terminal or command prompt Example: cd C:\Users\Admin\Desktop\my-project and type the below command line.
npm install
4. Wait until all the dependencies are downloaded to your project folder.
5. Now you can see the downloaded folder with the name of node_modules in your project folder.
6. Now in order to Compile Assets (Vite) first, you need to run development mode.
7. Set your project root path and type the below command line.
npm run dev
8. Once the development mode starts you can customize your assets
9. Once you completed with the customization work you need to run your project in Production Mode in order to run Production Mode run the below command line
npm run build
├── public/
| ├── build/
| | ├── assets/
| | | ├── img
| | | ├── plugins
| | | └── web-fonts
| | └── manifest.json
| ├── .htaccess
| ├── favicon.ico
| ├── index.php
| └── robots.txt
├── resources/
| ├── assets
| | ├── css
| | ├── img
| | ├── js
| | ├── plugins
| | ├── scss
| | ├── switcher
| | └── web-fonts
| ├── css
| ├── js
| ├── sass
| ├── views
| | ├── layouts/
| | | ├── components/
| | | ├── app.blade.php
| | | ├── custom-app.blade.php
| | | └── switcher-app.blade.php
| | └── livewire/ (100+ blade.php files)
composer require livewire/livewire
php artisan make:livewire example
app/Http/Livewire/example.php
is the Component file and - resources/views/livewire/example.blade.php
is the View file
Note:There are total 100+ php and blade.php files created by Livewire.
├── app/
| ├── Console
| ├── Exceptions
| ├── Http
| | ├── Controllers
| | ├── Livewire (100+ php files)
| | ├── Middleware
| | └── Kernel.php
| ├── Models
| └── Providers
├── bootstrap/
├── config/
├── database/
├── lang/
├── public/
| ├── build/
| | ├── assets/
| | | ├── img
| | | ├── plugins
| | | └── web-fonts
| | └── manifest.json
| ├── .htaccess
| ├── favicon.ico
| ├── index.php
| └── robots.txt
├── resources/
| ├── assets/
| ├── css/
| ├── js/
| ├── sass/
| └── views/
| ├── layouts/
| | ├── components/
| | | ├── custom-scripts.blade.php
| | | ├── main-footer.blade.php
| | | ├── main-header.blade.php
| | | ├── main-header1.blade.php
| | | ├── main-sidebar.blade.php
| | | ├── modal.blade.php
| | | ├── right-sidebar.blade.php
| | | ├── scripts.blade.php
| | | └── switcher.blade.php
| | ├── app.blade.php
| | ├── custom-app.blade.php
| | └── switcher-app.blade.php
| └── livewire/ (100+ blade.php files)
├── routes/
| ├── api.php
| ├── channels.php
| ├── console.php
| └── web.php
├── storage
├── tests
├── vendor
├── .editorconfig
├── .env
├── .env.example
├── .gitattributes
├── .gitignore
├── .htaccess
├── artisan.php
├── composer.json
├── composer.lock
├── package-lock.json
├── package.json
├── phpunit.xml
├── README.md
├── server.php
└── vite.config.js
Blade is a simple, yet powerful templating engine provided with Laravel.
If you want to add switcher to your template follow the below process.
Go to root path: resources/views/layouts/
open "app.blade.php"
in that file, below the body
, include the switcher path given below.
Switcher Path:
<!-- SWITCHER -->
@include('layouts.components.switcher')
<!-- SWITCHER -->
EX:
<body class="main-body leftmenu ltr light-theme dark-menu">
<!-- SWITCHER -->
@include('layouts.components.switcher')
<!-- SWITCHER -->
Go to root path: resources/views/layouts/
open "app.blade.php"
file and then change main-header to main-header1
Before :
<!-- MAIN-HEADER -->
@include('layouts.components.main-header')
<!-- MAIN-HEADER -->
After :
<!-- MAIN-HEADER1 -->
@include('layouts.components.main-header1')
<!-- MAIN-HEADER1 -->
Go to root path: resources/views/layouts/
open "app.blade.php"
file then add switcher js
link given below.
Add SWITCHER JS:
<!-- SWITCHER JS -->
@vite('resources/assets/switcher/js/switcher.js')
NOTE: If you want to change your chart colors according to the theme colors, then follow the process.(Skip this process if this is not your requirement).
Note: This process is only for replace your own chart in index.blade.php page
Go to root path: resources/assets/js/index1.js in that js file you will find a function named as index "export function index(myVarVal,hexToRgba) " inside of that function replace the old chart js data with your new chart js data, in order to change your chart color according to your themecolor then add " myVarVal" or "any default color " (Ex:- myVarVal || "#f73f3f") value to that particular color field based on your requirement.
Navigate to root path: resources/assets/js/ and open themeColors.js in that js file you will find a function called "(function names() )" In that function you will find
if(document.querySelector('#salessummary') !== null){
index(myVarVal, hexToRgba));
}
Then change it's id name based on the id that you've used for your particular chart.
Ex: How do I modify the Id in the "themeColors.js" file?
" if(document.querySelector('#salessummary') !== null){
index(myVarVal, hexToRgba);
}}"
" if(document.querySelector('# your chart id') !== null){
index(myVarVal, hexToRgba);
}"
Note : This process is only for adding your new chart to other pages.(Skip this process if this is not your requirement)
If you want to change the color of your chart with respect to the themecolor you have to follow the below steps.
If you want to add any chart to any other page then follow the below process.
Open js file of the particular chart that you wanted to add, in that js file (for example in my case: mychart.js), and inside of that js file create a new function with " unique " name (for example in my case: myFunction() ), and then place the chart js content inside of that function.
Note: If there is more than one chart then you need to create different functions for different charts respectively.
Ex-1: myFunction1() {
chart js1 content
}
myFunction2() {
chart js2 content
}
Navigate to root path: resources/assets/js/themeColors.js in that js file you will find a function called "(function names() )" In that function you will find
"if(document.querySelector('#salessummary') !== null){
index();
}"
Below this condition add a new condition with the "id name and function name" that you've used in your chart js (Ex: mychart.js)
Ex: " if(document.querySelector('# your chart id') !== null){
myFunction(); =>created function for the above id
}"
If you want to change your chart (Ex: mychart.js) color according to your themecolor then follow the below process
Ex : Go to root path: resources/assets/js/mychart.js in that js file you've already created a function (Ex: myFunction() ) inside of that function there are different color values based on the chart. so, if you want to change the color then add " myVarVal " or "any default color" value (Ex:- myVarVal || "#f73f3f")to that particular color field based on your requirement.
Go To _fonts.scss (resources/assets/scss/custom/fonts/_fonts.scss )
if you want to change another font-family Go to the site Google Fonts And Slect One font Family and import In to style.css file
Example:
And paste Your Selected font-family in _fonts.scss
Example:
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");And add the Your Selected font-family in _bootstrap-custom.scss(resources/assets/scss/bootstrap/_bootstrap-custom.scss)
Example:
body {
margin: 0;
font-family: 'Hind Siliguri', sans-serif;
font-size: 0.865rem;
font-weight: 400;
line-height: 1.5;
text-align: left;
color: $color;
background-color: $white;
background: $background;
}
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Go To _bootstrap-custom.scss (resources/assets/scss/bootstrap/_bootstrap-custom.scss )
You will find --primary-bg-color: #4d65d9;
, where you can
simply change color code to change primary color
Example:
Simply you can also change color for
primary-bg-hover:rgba(77, 101, 217, 0.8);
&
--primary-bg-border:#4d65d9;
, where you can simply change
color code to change them
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Go To "assets/img/brand" 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.
Go To _bootstrap-custom.scss (resources/assets/scss/bootstrap/_bootstrap-custom.scss )
You will find --dark-body:#3c3f4e;
, where you can
simply change color code to change primary color
Example:
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Go To _bootstrap-custom.scss (resources/assets/scss/bootstrap/_bootstrap-custom.scss )
You will find --dark-theme:#282d3e;
, where you can
simply change color code to change primary color
Example:
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js
path:(resources/resources/assets/js/switcher-styles.js)
file go to RTL
Style. and remove comments for
$('body').addClass('rtl');
to enable RTL version as
shown in below
// $('body').addClass('rtl');
$('body').addClass('rtl')
as shown below
$('body').addClass('rtl');
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file go to Dark Theme Style and remove comments for
$('body').addClass('dark-theme');
to enable dark-theme style
as shown in below
// DARK THEME START
//$('body').addClass('dark-theme');
//$('body').removeClass('light-theme');
// DARK THEME END
dark-theme
as
shown below
// DARK THEME START
$('body').addClass('dark-theme');
$('body').removeClass('light-theme');
// DARK THEME END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file go to Header Styles. and remove comments for
color-header
to enable color-header style as shown in below
// COLOR HEADER START
// $('body').addClass('color-header');
// COLOR HEADER END
color-header
as shown below
// COLOR HEADER START
$('body').addClass('color-header');
// COLOR HEADER END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file go to Header Styles. and remove comments for
header-dark
to enable dark-header style as shown in below
// DARK HEADER START
// $('body').addClass('header-dark');
// DARK HEADER END
header-dark
as
shown below
// DARK HEADER START
$('body').addClass('header-dark');
// DARK HEADER END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file go to Header Styles. and remove comments for
header-light
to enable light-header style as shown in below
// LIGHT HEADER START
// $('body').addClass('header-light');
// LIGHT HEADER END
header-light
as shown below
// LIGHT HEADER START
$('body').addClass('header-light');
// LIGHT HEADER END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file go to Menu Styles. and remove comments for light-menu
to enable light-menu style as shown in below
// LIGHT LEFTMENU START
// $('body').addClass('light-menu');
// $('body').removeClass('dark-menu');
// LIGHT LEFTMENU END
light-menu
as
shown below
// LIGHT LEFTMENU START
$('body').addClass('light-menu');
$('body').removeClass('dark-menu');
// LIGHT LEFTMENU END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file go to Menu Styles. and remove comments for color-menu
to enable color-menu style as shown in below
// COLOR LEFTMENU START
// $('body').addClass('color-menu');
// $('body').removeClass('dark-menu');
// COLOR LEFTMENU END
color-menu
as
shown below
// COLOR LEFTMENU START
$('body').addClass('color-menu');
$('body').removeClass('dark-menu');
// COLOR LEFTMENU END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js
path:(resources/assets/js/switcher-styles.js)
file go to Menu Styles.
and remove comments for dark-menu
to enable dark-menu style
as shown in below
// DARK LEFTMENU START
// $('body').addClass('dark-menu');
// DARK LEFTMENU END
dark-menu
as
shown below
// DARK LEFTMENU START
$('body').addClass('dark-menu');
// DARK LEFTMENU END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js
path:(resources/assets/js/switcher-styles.js)
file go to Layout
Styles. and remove comments for layout-boxed
to enable
layout-boxed style as shown in below
// BOXED LAYOUT START
// $('body').addClass('layout-boxed');
// BOXED LAYOUT END
layout-boxed
as shown below
// BOXED LAYOUT START
$('body').addClass('layout-boxed');
// BOXED LAYOUT END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file go to HEADER POSITION STYLES START. and remove comments for
scrollable-layout
to enable scrollable-layout style as
shown in below
// HEADER POSITION STYLES START
// $('body').addClass('scrollable-layout');
// HEADER POSITION STYLES END
scrollable-layout
as shown below
// HEADER POSITION STYLES START
$('body').addClass('scrollable-layout');
// HEADER POSITION STYLES END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for ICONTEXT SIDEMENU START
to
enable sidemenu-icontext style as shown in below
// ICONTEXT SIDEMENU START
//$('body').addClass('icontext-menu');
//$('body').addClass('main-sidebar-hide');
//if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
// icontext();
// }
// ICONTEXT SIDEMENU END
sidemenu-icontext
as shown below
// ICONTEXT SIDEMENU START
$('body').addClass('icontext-menu');
$('body').addClass('main-sidebar-hide');
if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
icontext();
}
// ICONTEXT SIDEMENU END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for CLOSED SIDEMENU START
to
enable closed menu style as shown in below
// CLOSED SIDEMENU START
// $('body').addClass('closed-menu');
// $('body').addClass('main-sidebar-hide');
// CLOSED SIDEMENU END
Closed Sidemenu
as shown below
// CLOSED SIDEMENU START
$('body').addClass('closed-menu');
$('body').addClass('main-sidebar-hide');
// CLOSED SIDEMENU END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for ICON OVERLAY SIDEMENU START
to
enable Icon Overlay style as shown in below
// ICON OVERLAY SIDEMENU START
// $('body').addClass('icon-overlay');
// $('body').addClass('main-sidebar-hide');
// hovermenu();
// ICON OVERLAY SIDEMENU END
sideicon-menu
as shown below
// ICON OVERLAY SIDEMENU START
$('body').addClass('icon-overlay');
$('body').addClass('main-sidebar-hide');
hovermenu();
// ICON OVERLAY SIDEMENU END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for HOVER SUBMENU START
to enable
Hover submenu style as shown in below
// HOVER SUBMENU START
// $('body').addClass('hover-submenu');
// $('body').addClass('main-sidebar-hide');
// if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
// hovermenu();
// }
// HOVER SUBMENU END
Hover Submenu
as shown below
// HOVER SUBMENU START
$('body').addClass('hover-submenu');
$('body').addClass('main-sidebar-hide');
if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
hovermenu();
}
// HOVER SUBMENU END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for HOVER SUBMENU STYLE-1 START
to
enable Hover submenu style1 style as shown in below
// HOVER SUBMENU STYLE-1 START
// $('body').addClass('hover-submenu1');
// $('body').addClass('main-sidebar-hide');
// if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
// hovermenu();
// }
// HOVER SUBMENU STYLE-1 END
Hover Submenu Style1
as shown below
// HOVER SUBMENU STYLE-1 START
$('body').addClass('hover-submenu1');
$('body').addClass('main-sidebar-hide');
if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
hovermenu();
}
// HOVER SUBMENU STYLE-1 END
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for horizontal
to enable
Horizontal layout style as shown in below
// $('body').addClass('horizontalmenu');
// if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
// checkHoriMenu();
// }
Horizontal Click Menu
as shown below
$('body').addClass('horizontalmenu');
if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
checkHoriMenu();
}
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
open switcher-styles.js path:(resources/assets/js/switcher-styles.js)
file and remove comments for horizontal-hover
to enable
Horizontal Hover Menu style as shown in below
// $('body').addClass('horizontalmenu-hover');
// if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
// checkHoriMenu();
// }
Horizontal Hover layout
as shown below
$('body').addClass('horizontalmenu-hover');
if(document.querySelector('.page').classList.contains('main-signin-wrapper') !== true){
checkHoriMenu();
}
npm run dev
command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.
Open themeColors.js file
resources/assets/js/themeColors.js
To clear LocalStorage loading functions you need to remove localStorageBackup() {} and localStorageBackup() calling function in themeColors.js as shown below
function localStorageBackup() {
}
To remove complete LocalStorage saving you need to remove all
localstorage related calling functions in switcher-styles.js
resources/assets/js/switcher-styles.js
files.
LocalStorage related functions like localStorage.setItem, localStorage.removeItem, localStorage.getItem, localStorage.clear. Below are the some examples to find out.
localStorage.setItem("dashplexdarktheme", true);
localStorage.removeItem("dashplexlighttheme");
localStorage.getItem("dashplexscrollable")
Google fonts are used in the template. They are as follows: Google Fonts
All Images are used: Pexels.com