Indexpage
Hidden
Index
Indexpage1
Follow the steps below to get started with your Site Template:
- Unzip the downloaded zip file
themeforest-xxxxx.zipfolder - Open folder named
main-file - Here you will find
assetsfolders of all files - You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
- Make sure you upload the required files/folders listed below:
css- Extra Stylesheets Folder plus Main Stylesheet Fileimages- Images Folderjquery- Javacripts Foldervideo- Videos Folder.htmlextension files - main page template File
- You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in
.htmlextension files. - You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.
Agency Service Invoice HTML Structure
Agency Service Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap agency1">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="invoice-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="agency-service-content" id="agency_service">
<div class="container">
...
</div>
<div class="agency-contact-sec bg-black">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Hotel Booking Invoice HTML Structure
Hotel Booking Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap hotel">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="hotel-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="agency-service-content hotel-booking-content" id="hotel_invoice">
<div class="container">
...
</div>
<div class="agency-contact-sec bg-black">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Restaurant Bill Invoice HTML Structure
Restaurant Bill Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap restaurant">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="bg-yellow restaurant-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="agency-service-content restaurant-invoice-content" id="restaurant_bill">
<div class="container">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Bus Booking Invoice HTML Structure
Bus Booking Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap bus-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="bus-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="bus-booking-content" id="bus_booking">
<div class="container">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Hospital or Medical Invoice HTML Structure
Hospital or Medical Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap hospital-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="invoice-header hospital-header bg-black" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="hospital-service-content" id="hospital_invoice">
<div class="container" >
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Movie Booking Invoice HTML Structure
Movie Booking Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap movie">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="invoice-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="ticket-booking-content" id="ticket_booking">
<div class="container">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Car Booking Invoice HTML Structure
Car Booking Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap car-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="car-header-img" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="agency-service-content car-invoice-content" id="car_booking">
<div class="container">
...
</div>
<div class="car-bottom-sec">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Money Exchange Invoice HTML Structure
Money Exchange Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap money-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Invoice content start here -->
<section class="money-exchange-content" id="money_exchange">
<div class="container">
<header class="container">
...
</header>
<div class="">
...
</div>
</div>
<!-- Bus contact us detail start here -->
<div class="agency-contact-sec bg-black">
...
</div>
<!-- Bus contact us detail end here -->
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Stadium Seat Invoice HTML Structure
Stadium Seat Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap stadium-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="stadium-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="ticket-booking-content" id="ticket_booking">
<div class="container">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Flight Booking Invoice HTML Structure
Flight Booking Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap flight">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="invoice-header flight-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="flight-booking-content" id="flight_booking">
<div class="container">
...
</div>
<div class="footer-img-sec">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Train Booking Invoice HTML Structure
Train Booking Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap train-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="train-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="bus-booking-content pt-40" id="train_booking">
<div class="container">
...
</div>
<div class="train-thanks-bg bg-train">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
eCommerce Bill Invoice HTML Structure
eCommerce Bill Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap ecommerce">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="invoice-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="agency-service-content ecommerce-invoice-content" id="ecommerce_invoice">
<div class="container">
...
</div>
<div class="agency-contact-sec bg-pink">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Student Billing Invoice HTML Structure
Student Billing Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap student">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="student-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="ticket-booking-content" id="student_invoice">
<div class="container">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Domain & Hosting Invoice HTML Structure
Domain & Hosting Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap domain-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="domain-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="bus-booking-content" id="domain_invoice">
<div class="container">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Internet Bill Invoice HTML Structure
Internet Bill Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap internet">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="internet-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="ticket-booking-content" id="internet_invoice"">
<div class="container">
...
</div>
<div class="internet-images">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Coffee Shop Invoice HTML Structure
Coffee Shop Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap internet">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="internet-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="ticket-booking-content" id="internet_invoice"">
<div class="container">
...
</div>
<div class="internet-images">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Travel Invoice HTML Structure
Travel Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap travel-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="bg-black" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="agency-service-content ecommerce-invoice-contentt" id="travel_invoice"">
<div class="travel-bottom-sec-img">
...
</div>
<div class="container">
...
</div>
<div class="travel-bottom-sec">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Fitness Invoice HTML Structure
Fitness Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap fitness">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="fitness-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="agency-service-content ecommerce-invoice-content" id="fitness_invoice">
<div class="container">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Cleaning Service Invoice HTML Structure
Cleaning Service Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap cleaning-invoice">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="cleaning-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="hospital-service-content" id="cleaning_invoice">
<div class="container">
...
</div>
<div class="cleaning-img-bottom-sec">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content agency-bottom-clean d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Photostudio Invoice HTML Structure
Photostudio Invoice follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Invoice Wrap Start here -->
<div class="invoice_wrap photostudio">
<div class="invoice-container">
<div class="invoice-content-wrap" id="download_section">
<!-- Header start here -->
<header class="invoice-header" id="invo_header">
...
</header>
<!-- Header end Here -->
<!-- Invoice content start here -->
<section class="photo-invoice-details" id="photostudio_invoice">
<div class="container">
...
</div>
<div class="photo-footer-sec">
...
</div>
<!-- Invoice content end here -->
</section>
</div>
<!-- Bottom content start here -->
<section class="agency-bottom-content agency-bottom-clean d-print-none" id="agency_bottom">
<!-- print-download content start here -->
<div class="invo-buttons-wrap">
...
</div>
<!-- print-download content end here -->
<!-- Note content start here -->
<div class="invo-note-wrap">
...
</div>
<!--Note content end here -->
</section>
<!-- Bottom content end here -->
</div>
</div>
<!-- Invoice Wrap end here -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
The Logo Container can be found in the - headertag
<div><a href="#" class="agency-logo" ><img src="assets/images/agency/logo.png" alt="logo"></a></div>
Favicon
You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:
<link href="assets/images/favicon/icon.png" rel="icon" >
Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:
-
Image Compression & Optimization
We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:
-
Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
<img>Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of1200pxx800pxin a Content Size of300pxx200pxas this is unnecessary. Resize it to300pxx200px - Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
-
Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
For MAC use ImageOptim
For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
-
Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's
-
CSS & jQuery Minifications
It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
For CSS use CSS Minifier and For Javascript use Javascript Minifier. -
Fast Web Hosting Servers
A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.