Axo - Personal Portfolio Templeate

Axo documentation version 1.0


Introduction


First of all, Thank you so much for purchasing this template and for being my loyal customer. You are awesome!
You are entitled to get free lifetime updates to this product + exceptional support from the author directly.

This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML and CSS knowledge is required to customize this template. You may learn basics here, here and here.

Requirements

You will need the following sofwares to customize this template.

  1. Code Editing Software (eg: VS Code, Sublime Text or Notepad)
  2. Web Browser for testing (eg: Google Chrome or Mozilla Firefox)
  3. FTP Tool to upload files to Server (eg: FileZilla)

Be careful while editing the template. If not edited properly, the design layout may break completely.
No support is provided for faulty customization.

Swiper Slider #back to top

In the main.js file,

                new Swiper(".testimonial-sliders", {
                  slidesPerView: 1,
                  spaceBetween: 30,
                  loop: true,
                  grabCursor: true,
                  navigation: {
                    nextEl: ".arrow-right",
                    prevEl: ".arrow-left",
                  },
                  breakpoints: {
                    // when window width is >= 1024px
                    920: {
                      slidesPerView: 2,
                      spaceBetween: 30,
                    },
                  },
                });
                        

Scss compiler #back to top

Please check this video for live scss compiler

Global Scripts #back to top

Copyright and license #back to top

Code released under the ThemeForest License.

Development credit: Codeefly Inc