Introduction

Template Features:
  • Multipage Demos
  • Easy to customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • W3 Valid
  • Retina ready
  • BoxIcons Free icons
  • Powered with Bootstrap (5.3.8)
  • Powered with jQuery (3.7.1)
  • Smooth animation
  • Well documented
  • Crossbrowser Compatible with Edge, IE10+, Firefox, Opera, Chrome

The template folder Sarab is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.

The files and folders structure is similar to the following:

  1. assets/css — folder with CSS files.
  2. assets/fonts — folder with fonts files.
  3. assets/img — folder with image files.
  4. assets/js — folder with Javascript files.

Upload the template files to the server with the help of one of the FTP-clients like FileZilla.

HTML Files:
  1. Home page (index.html)
Files Edit & Upload:

Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.

Followings are the css files which loaded inside the Head Section:


<!-- Links of CSS files -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/magnific-popup.min.css">
<link rel="stylesheet" href="css/style.css">

Followings are the JS files which loaded before the end of HEAD or BODY Section:.


<!-- Links of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/aos.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/main.js"></script>
The Sarab is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.

The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:

By default, the template loads Playfair & Poppins font from Google Web Font Services. The font can be changed based on the website needs. Google Fonts

Font code can be found in the "style.scss" file path: assets/css/style.scss


    @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Poppins:wght@300;400;500;600;700&family=Dancing+Script:wght@700&display=swap");

:root {
    --fontFamily: 'Playfair & Poppins', sans-serif;
}

File path: assets/css/style.css


:root {
    --mainColor: #e8281a;
}

Note: After CSS file run then it will be work

Please go to the image file 'path: img/...' replace the image which one you want following placeholder image size & name

After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.

Images from:
https://freepik.com/
https://pixabay.com/
https://unsplash.com/

IconFont:
Fontawesome

For any query, please use the item's comment section on wrapmarket. Thanks!