The template folder It's Me 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/images — 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.

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:


<!--====== FontAwesome ======-->
<link href="assets/css/fontawesome.5.9.0.min.css" rel="stylesheet">
<!--====== Bootstrap ======-->
<link href="assets/css/bootstrap-4.5.3.min.css" rel="stylesheet">
<!--====== Spacing ======-->
<link href="assets/css/spacing.min.css" rel="stylesheet">
<!--====== PagePiling ======-->
<link href="assets/css/jquery.pagepiling.css" rel="stylesheet">
<!--====== Slick Slider ======-->
<link href="assets/css/slick.min.css" rel="stylesheet">
<!--====== Animate CSS ======-->
<link href="assets/css/animate.min.css" rel="stylesheet">
<!--====== Main css ======-->
<link rel="stylesheet" href="assets/css/style.css">
<!--====== Responsive css ======-->
<link rel="stylesheet" href="assets/css/responsive.css">

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


<!--====== Jquery ======-->
<script src="assets/js/jquery-3.6.0.min.js"></script>
<!--====== Bootstrap ======-->
<script src="assets/js/bootstrap.4.5.3.min.js"></script>
<!--====== PagePiling ======-->
<script src="assets/js/jquery.pagepiling.min.js"></script>
<!--====== Jquery Viewport ======-->
<script src="assets/js/jquery.viewport.js"></script>
<!--====== SmoothScroll ======-->
<script src="assets/js/smoothscroll.js"></script>
<!--====== Popper ======-->
<script src="assets/js/popper.min.js"></script>
<!--====== Slick Slider ======-->
<script src="assets/js/slick.min.js"></script>
<!--====== Typed ======-->
<script src="assets/js/typed.min.js"></script>
<!--====== Main JS ======-->
<script src="assets/js/script.js"></script>

The It's Me 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:


<div class="section pp-scrollable slide slide-about a-slide-typed" data-name="about">
    <div class="slide-container">
        <div class="container">
            <div class="number-email-cv">
                <ul class="number-email">
                    <li>Call me<a href="callto:(+778)675-0765">(+778) 675-0765</a></li>
                    <li<a href="mailto:hello_niharika@gmail.com">hello_niharika@gmail.com</a></li>
                </ul>
                <a href="#" class="download-cv">Download CV<i class="fas fa-download"></i></a>
            </div>
            <div class="row align-items-center">
                <div class="col-lg-5">
                    <div class="about-content pt-100 rpt-0 animate-element delay5 fadeInUp">
                        <span class="sub-title mb-15 animate-element delay3 fadeInUp">About Me</span>
                       <h1 class="slide-title animate-element delay5 fadeInUp">Hi<br> I’m <span class="text-typed a-typed a-typed-about" data-text="Niharika"></span</h1>
                        <h3 class="animate-element delay7 fadeInUp">User Interface Designer</h3>
                        <p class="animate-element delay8 fadeInUp">Hey are looking for designer to build your <b>Brand and gorw your business </b>  let's shake hands with me</p>
                        <a href="#" class="theme-btn mt-45 rmt-25 animate-element delay9 fadeInUp">hire me <i class="fas fa-long-arrow-alt-right"></i></a>
                        <div class="social-style-one mt-55 rmt-35 animate-element delay10 fadeInUp">
                            <a href="#"><i class="fab fa-facebook-f"></i></a>
                            <a href="#"><i class="fab fa-twitter"></i></a>
                            <a href="#"><i class="fab fa-instagram"></i></a>
                        </div>
                    </div>
                </div>
                <div class="col-lg-7">
                    <div class="about-image pt-100 rpt-50 text-lg-right">
                        <div class="about-inner-images">
                            <img class="animate-element delay7 fadeInUp" src="assets/images/about/about.png" alt="About">
                            <img class="shape-one animate-element delay10 bounceIn" src="assets/images/about/shape-one.png" alt="Shape">
                            <img class="shape-two animate-element delay11 bounceIn" src="assets/images/about/shape-two.png" alt="Shape">
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

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


// Font Family
--base-font: 'Poppins', sans-serif;
--heading-font: 'Playfair Display', serif;

File path: assets/css/style.css


// colors
--base-color: #A3A5A7;
--heading-color: #1D2043;
--primary-color: #DF5646;
--light-color: #FAFAFA;

File path: assets/js/script.js



// 05. Testimonials Carousel
if ($('.testimonials-wrap').length) {
    $('.testimonials-wrap').slick({
        infinite: true,
        autoplay: false,
        arrows: false,
        dots: true,
        fade: true,
        pauseOnHover: false,
        autoplaySpeed: 2000,
        slidesToShow: 1,
        slidesToScroll: 1,
    });
}


More Info please browser the link: Slick Docs Options

Please remove or comment the below line from head



<!--====== Animate CSS ======-->
<link href="assets/css/animate.min.css" rel="stylesheet">


Please remove or comment the below code file path: assets/js/script.js


// 06. Preloader
if ($('.preloader').length) {
    $('.preloader').fadeOut('slow');
}

Also, please remove or comment the above code all HTML files


<!-- Preloader -->
<div class="preloader"></div>

Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/images/..

- Tinypng

Please minify all CSS file path: assets/css/..

- CSS Minifier

Please minify all JS file path: assets/js/..

- Javascript Minifier

Please go to the image file 'path: assets/images/...' 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.

Note: All images are used for preview purpose only and not included in the final purchase files.

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

Fonts:
Poppins
Playfair

IconFont
Fontawesome