Bizdire - Business Directory and html5 template

Note:-

Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.

Dashboard
Welcome to Bizdire – Business Directory and html5 template
  • Created Date: 22/02/2022
  • Author: Spruko
  • Company: Spruko Technologies Private Limited
  • Support: support@spruko.com

Thank you for showing interest towards our listing template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you have any queries please contact through live chat or email : support@spruko.com

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

Introduction
Welcome to Bizdire – Business Directory and html5 template

Bizdire - Listing 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

Bizdire is a Bootstrap Listing & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Bizdire Listing template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 80+ HTML 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 is designed using Bootstrap5 framework. This Listing template is fully 100% Premium Listing Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All HTML files,CSS, Scss and JS Files.

It has super clean flat user interface Listing Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design Listing 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 Bizdire , you will be able to get free download of all future updates.

Template Features
Horizonal Listing Vertical Dashboard Dark Theme Ready
Transparent Theme Ready RTL Ready 80+ HTML Pages
Bootstrap 5 Responsive Framework 24 * 7 Professional Company Support 50+ Plugins
Gallery 11 types of Charts Select2
About us Blog 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
CSS Structure

style.css is the main CSS file located in assets/css folder of the package. Whole CSS file is well indexed with topic and its related code.

    
/*-------- Bootstrap Frame Work -------*/
:root {
	--primary-bg-color: #00148e;
	--primary-bg-hover: #00148e;
	--primary-bg-border: #5161c1;
	--primary-bg-transparentcolor: rgba(0, 20, 142, 0.16);
	--primary-bg-background: #f7f7fb;
	--secondary-color: #ff8819;
	--secondary-hover: #fd820e;
	--secondary-transparent: rgba(255, 136, 25, 0.16);
	--secondary-shadow: rgba(233, 30, 99, 0.1);
	--primary-09: rgba(0, 20, 142, 0.86);
	--primary-10: rgba(0, 20, 142, 0.46);
	--primary-1: rgba(0, 20, 142, 0.1);
	--dark-color: #2d2c31;
	--dark-color2: #1d1d1f;
	--dark-primary: #00148e;
}

*,
::after,
::before {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

.secondlevel ul {
	background: 0 0 !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

body {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #3f3e50;
	text-align: left;
	background-color: var(--primary-bg-background);
	font-family: "Roboto", sans-serif;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 0.66em;
	font-family: "Roboto", sans-serif;
	line-height: 1.1;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul {
	margin-bottom: 0;
}

ul ol,
ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}


 
JS Structure

custom.js is the main javascript file having all the js code. File is located in assets/js/ folder. This file code is also well formatted and section in different respective function names.

Along with this chart library based js code and dashboard based js code are added in separate files for ease of use of user.


$(function() {
	'use strict'


	// When the user scrolls the page, execute myFunction
	window.onscroll = function () { myFunction() };
	function myFunction() {
		var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
		var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
		var scrolled = (winScroll / height) * 100;
		document.getElementById("myBar").style.width = scrolled + "%";
	}

	// ______________Active Class
	$(window).on("load", function (e) {
		$(".horizontalMenu-list li a").each(function () {
			var pageUrl = window.location.href.split(/[?#]/)[0];
			if (this.href == pageUrl) {
				$(this).addClass("active");
				$(this).parent().addClass("active"); // add active to li of the current link
				$(this).parent().parent().prev().addClass("active"); // add active class to an anchor
				$(this).parent().parent().prev().click(); // click the item to make it drop
			}
		});
		$(".horizontal-megamenu li a").each(function () {
			var pageUrl = window.location.href.split(/[?#]/)[0];
			if (this.href == pageUrl) {
				$(this).addClass("active");
				$(this).parent().addClass("active"); // add active to li of the current link
				$(this).parent().parent().parent().parent().parent().parent().prev().addClass("active"); // add active class to an anchor
				$(this).parent().parent().prev().click(); // click the item to make it drop
			}
		});
		$(".horizontalMenu-list .sub-menu .sub-menu li a").each(function () {
			var pageUrl = window.location.href.split(/[?#]/)[0];
			if (this.href == pageUrl) {
				$(this).addClass("active");
				$(this).parent().addClass("active"); // add active to li of the current link
				$(this).parent().parent().parent().parent().prev().addClass("active"); // add active class to an anchor
				$(this).parent().parent().prev().click(); // click the item to make it drop
			}
		});
	});

	// ______________ Back to Top
	$(window).on("scroll", function (e) {
		if ($(this).scrollTop() > 0) {
			$('#back-to-top').fadeIn('slow');
		} else {
			$('#back-to-top').fadeOut('slow');
		}
	});
	$("#back-to-top").on("click", function (e) {
		$("html, body").animate({
			scrollTop: 0
		}, 600);
		return false;
	});

});