Deppex - Creative Showcase Portfolio Template

Documentation


In order to edit the template, please read the documentation file (user guide) provided within the download package.

It's a simple task, no coding knowledge is required.

Further customization of the main template files [HTML, CSS, JS, PHP] can be done by using Dreamweaver (for example). You can simply open the files in Dreamweaver, make your edits, and then upload them to the server.

Please note, this is not a WordPress theme, it’s an HTML5 template.

In order to upload files to your server, please follow these relatively easy steps:

1. unzip the purchased ZIP file
2. open the template folder
3. connect to your server via your preferred FTP client
4. open the server folder named ‘public_html’
(if you don't have a ‘public_html’  folder, please contact your hosting provider for further instructions)
5. upload all files from the template folder

public_html folder
The public_html folder is the web root for your primary domain name.

This means that public_html is the folder where you put all website files which you want to appear when someone types your main domain (the one you provided when you signed up for hosting).

Or put another way, when someone types your domain name into their browser, whatever is in the public_html folder is what will be shown to them.

Examples
For example, if you have a file called index.html (or any of the other default filenames) in the public_html folder, it will display that page.

If you do not have a default file in the public_html folder (such as index.html, default.html, etc.), then a list of files in the public_html folder will be shown.

To edit the 'Home' page, simply open your preferred INDEX HTML file.

Part to edit:


        [...]
        <!-- hero bg start -->
        [...]
                                <!-- swiper slider item start -->
                                [...]
                                            <!-- section title start -->
                                            <h1 class="main-title fadeIn-element">
                                                <span>Simplicity</span><br>
                                                is complex
                                            </h1>
                                            <!-- section title end -->
                                            [...]
                                            <!-- button start -->
                                            <div class="button-the-wrapper button-the-wrapper-light fadeIn-element">
                                                <a class="button-the button-the-light" href="project-01.html">View project</a>
                                            </div>
                                            <!-- button end -->
                                        [...]
                                <!-- swiper slider item end -->
                                <!-- swiper slider item start -->
                                [...]
                                            <!-- section title start -->
                                            <h1 class="main-title fadeIn-element">
                                                <span>Design is</span><br>
                                                a process
                                            </h1>
                                            <!-- section title end -->
                                            [...]
                                            <!-- button start -->
                                            <div class="button-the-wrapper button-the-wrapper-light fadeIn-element">
                                                <a class="button-the button-the-light" href="project-02.html">View project</a>
                                            </div>
                                            <!-- button end -->
                                        [...]
                                <!-- swiper slider item end -->
                                <!-- swiper slider item start -->
                                [...]
                                            <!-- section title start -->
                                            <h1 class="main-title fadeIn-element">
                                                <span>Aesthetic is</span><br>
                                                a decision
                                            </h1>
                                            <!-- section title end -->
                                            [...]
                                            <!-- button start -->
                                            <div class="button-the-wrapper button-the-wrapper-light fadeIn-element">
                                                <a class="button-the button-the-light" href="project-03.html">View project</a>
                                            </div>
                                            <!-- button end -->
                                        [...]
                                <!-- swiper slider item end -->
                                <!-- swiper slider item start -->
                                [...]
                                            <!-- section title start -->
                                            <h1 class="main-title fadeIn-element">
                                                <span>Style is</span><br>
                                                everything
                                            </h1>
                                            <!-- section title end -->
                                            [...]
                                            <!-- button start -->
                                            <div class="button-the-wrapper button-the-wrapper-light fadeIn-element">
                                                <a class="button-the button-the-light" href="project-04.html">View project</a>
                                            </div>
                                            <!-- button end -->
                                        [...]
                                <!-- swiper slider item end -->
                            [...]
                    <!-- social icons start -->
                    [...]
                            <li class="fadeIn-element">
                                <a class="ion-social-twitter" href="#"><span>Twitter</span></a>
                            </li>
                            <li class="fadeIn-element">
                                <a class="ion-social-facebook" href="#"><span>Facebook</span></a>
                            </li>
                            <li class="fadeIn-element">
                                <a class="ion-social-instagram" href="#"><span>Instagram</span></a>
                            </li>
                        [...]
                    <!-- social icons end -->
                    <!-- bottom credits start -->
                    [...]
                        <div class="fadeIn-element">
                            &copy; All Rights Reserved
                        </div>
                    [...]
                    <!-- bottom credits end -->
                    [...]
        <!-- hero bg end -->
        [...]

You can edit the 'Home' page images according to the documentation bellow (please read Background Images section).

You can also edit the 'Home' page images by following its URL path: 'img/background/', and replace existing image files with your own images.

To edit the 'About' page, simply open the about.html file.

Part to edit:


        [...]
        <!-- section start -->
        [...]
                        <!-- section title start -->
                        <h1 class="main-title main-title-dark">
                            <span>The way</span><br>
                            of the brand
                        </h1>
                        <!-- section title end -->
                        [...]
                        <!-- section subtitle start -->
                        <h1 class="section-header section-header-dark">
                            Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                        </h1>
                        <!-- section subtitle end -->
                    [...]
        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/about/1.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
        [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>01.</span> The Brand
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section txt start -->
                            <div class="section-txt section-txt-dark">
                                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                            </div>
                            <!-- section txt end -->
                            [...]
                            <!-- button start -->
                            <div class="button-the-wrapper button-the-wrapper-all">
                                <a class="button-the" data-lity="" href="https://www.youtube.com/watch?v=3S9rxiz1lsU">Watch video</a>
                            </div>
                            <!-- button end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>02.</span> The Team
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                        [...]
            [...]
                                <!-- IMG carousel item start -->
                                [...]
                                    <a href="img/about/2.jpg" title="IMG Description">
                                        <div class="carousel-item-all carousel-item-about-01"></div>
                                    </a>
                                    [...]
                                        <!-- section subtitle start -->
                                        <h4 class="post-heading post-heading-all post-heading-all-lead post-heading-inner">
                                            Chief Photographer
                                        </h4>
                                        <!-- section subtitle end -->
                                        [...]
                                        <!-- section title start -->
                                        <div class="post-box-title">
                                            C. Eastwood
                                        </div>
                                        <!-- section title end -->
                                    [...]
                                <!-- IMG carousel item end -->
                                <!-- IMG carousel item start -->
                                [...]
                                    <a href="img/about/3.jpg" title="IMG Description">
                                        <div class="carousel-item-all carousel-item-about-02"></div>
                                    </a>
                                    [...]
                                        <!-- section subtitle start -->
                                        <h4 class="post-heading post-heading-all post-heading-all-lead post-heading-inner">
                                            Editorial Photographer
                                        </h4>
                                        <!-- section subtitle end -->
                                        [...]
                                        <!-- section title start -->
                                        <div class="post-box-title">
                                            W. Kar-wai
                                        </div>
                                        <!-- section title end -->
                                    [...]
                                <!-- IMG carousel item end -->
                                <!-- IMG carousel item start -->
                                [...]
                                    <a href="img/about/4.jpg" title="IMG Description">
                                        <div class="carousel-item-all carousel-item-about-03"></div>
                                    </a>
                                    [...]
                                        <!-- section subtitle start -->
                                        <h4 class="post-heading post-heading-all post-heading-all-lead post-heading-inner">
                                            Advertising Photographer
                                        </h4>
                                        <!-- section subtitle end -->
                                        [...]
                                        <!-- section title start -->
                                        <div class="post-box-title">
                                            R. Redford
                                        </div>
                                        <!-- section title end -->
                                    [...]
                                <!-- IMG carousel item end -->
                                <!-- IMG carousel item start -->
                                [...]
                                    <a href="img/about/5.jpg" title="IMG Description">
                                        <div class="carousel-item-all carousel-item-about-04"></div>
                                    </a>
                                    [...]
                                        <!-- section subtitle start -->
                                        <h4 class="post-heading post-heading-all post-heading-all-lead post-heading-inner">
                                            Executive Photographer
                                        </h4>
                                        <!-- section subtitle end -->
                                        [...]
                                        <!-- section title start -->
                                        <div class="post-box-title">
                                            T. Scott
                                        </div>
                                        <!-- section title end -->
                                    [...]
                                <!-- IMG carousel item end -->
                            [...]
            [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>03.</span> The Services
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                        [...]
                            <!-- panel wrapper start -->
                            [...]
                                                    <!-- section title start -->
                                                    <span class="panel-title">
                                                    Web <span class="panel-title-span">Design</span>
                                                    </span>
                                                    <!-- section title end -->
                                                    [...]
                                            <!-- section txt start -->
                                            <div class="panel-body">
                                                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
                                            </div>
                                            <!-- section txt end -->
                                        [...]
                                                    <!-- section title start -->
                                                    <span class="panel-title">
                                                    UX/UI <span class="panel-title-span">Design</span>
                                                    </span>
                                                    <!-- section title end -->
                                                    [...]
                                            <!-- section txt start -->
                                            <div class="panel-body">
                                                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
                                            </div>
                                            <!-- section txt end -->
                                        [...]
                                                    <!-- section title start -->
                                                    <span class="panel-title">
                                                    Brand <span class="panel-title-span">Identity</span>
                                                    </span>
                                                    <!-- section title end -->
                                                    [...]
                                            <!-- section txt start -->
                                            <div class="panel-body">
                                                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
                                            </div>
                                            <!-- section txt end -->
                                        [...]
                            <!-- panel wrapper end -->
                        [...]
            <!-- section end -->
        [...]

You can edit the 'About' page background images via CSS file (e.g. style.css).

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. about IMG BACKGROUND */
.carousel-item-about-01 {
background-image: url(../img/about/2.jpg);
}
.carousel-item-about-02 {
background-image: url(../img/about/3.jpg);
}
.carousel-item-about-03 {
background-image: url(../img/about/4.jpg);
}
.carousel-item-about-04 {
background-image: url(../img/about/5.jpg);
}
[...]

You can also edit the 'About' page images by following its URL path: 'img/about/', and replace existing image files with your own images.

To edit the 'Works' page, simply open the works.html file.

Part to edit:


        [...]
        <!-- section start -->
        [...]
                        <!-- section title start -->
                        <h1 class="main-title main-title-dark">
                            <span>The way</span><br>
                            we do it, sir
                        </h1>
                        <!-- section title end -->
                        [...]
                        <!-- section subtitle start -->
                        <h1 class="section-header section-header-dark">
                            Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                        </h1>
                        <!-- section subtitle end -->
                    [...]
        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/works/1.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
        [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>01.</span> The Passion
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <div class="subtitle">The Simplicity, Sir.</div>
                            <!-- section title end -->
                            [...]
                                <!-- section title start -->
                                <h1 class="main-title main-title-all main-title-all-left">
                                    <span>Simplicity</span><br>
                                    is complex
                                </h1>
                                <!-- section title end -->
                                [...]
                                <!-- quote start -->
                                <div class="testimonial testimonial-dark">
                                    <div class="inner">
                                        <div class="quote">
                                            <blockquote class="quote-inner">
                                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                                            </blockquote>
                                        </div>
                                    </div>
                                </div>
                                <!-- quote end -->
                                [...]
                                <!-- section txt start -->
                                <div class="section-txt section-txt-dark">
                                    <p>
                                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
                                    </p>
                                </div>
                                <!-- section txt end -->
                                [...]
                                <!-- button start -->
                                <div class="button-the-wrapper button-the-wrapper-all">
                                    <a class="button-the" href="project-01.html">View project</a>
                                </div>
                                <!-- button end -->
                            [...]
            <!-- section end -->
            <!-- section start -->
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-01/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/1.jpg"/>
                                    </a>
                                    <a href="img/works/project-01/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/2.jpg"/>
                                    </a>
                                    <a href="img/works/project-01/3.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/3.jpg"/>
                                    </a>
                                    <a href="img/works/project-01/4.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/4.jpg"/>
                                    </a>
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <div class="subtitle">The Design, Sir.</div>
                            <!-- section title end -->
                            [...]
                                <!-- section title start -->
                                <h1 class="main-title main-title-all main-title-all-left">
                                    <span>Design is</span><br>
                                    a process
                                </h1>
                                <!-- section title end -->
                                [...]
                                <!-- quote start -->
                                <div class="testimonial testimonial-dark">
                                    <div class="inner">
                                        <div class="quote">
                                            <blockquote class="quote-inner">
                                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                                            </blockquote>
                                        </div>
                                    </div>
                                </div>
                                <!-- quote end -->
                                [...]
                                <!-- section txt start -->
                                <div class="section-txt section-txt-dark">
                                    <p>
                                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
                                    </p>
                                </div>
                                <!-- section txt end -->
                                [...]
                                <!-- button start -->
                                <div class="button-the-wrapper button-the-wrapper-all">
                                    <a class="button-the" href="project-02.html">View project</a>
                                </div>
                                <!-- button end -->
                            [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-02/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-02/1.jpg"/>
                                    </a>
                                    <a href="img/works/project-02/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-02/2.jpg"/>
                                    </a>
                                    <a href="img/works/project-02/3.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-02/3.jpg"/>
                                    </a>
                                    <a href="img/works/project-02/4.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-02/4.jpg"/>
                                    </a>
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <div class="subtitle">The Aesthetic, Sir.</div>
                            <!-- section title end -->
                            [...]
                                <!-- section title start -->
                                <h1 class="main-title main-title-all main-title-all-left">
                                    <span>Aesthetic is</span><br>
                                    a decision
                                </h1>
                                <!-- section title end -->
                                [...]
                                <!-- quote start -->
                                <div class="testimonial testimonial-dark">
                                    <div class="inner">
                                        <div class="quote">
                                            <blockquote class="quote-inner">
                                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                                            </blockquote>
                                        </div>
                                    </div>
                                </div>
                                <!-- quote end -->
                                [...]
                                <!-- section txt start -->
                                <div class="section-txt section-txt-dark">
                                    <p>
                                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
                                    </p>
                                </div>
                                <!-- section txt end -->
                                [...]
                                <!-- button start -->
                                <div class="button-the-wrapper button-the-wrapper-all">
                                    <a class="button-the" href="project-03.html">View project</a>
                                </div>
                                <!-- button end -->
                            [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-03/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-03/1.jpg"/>
                                    </a>
                                    <a href="img/works/project-03/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-03/2.jpg"/>
                                    </a>
                                    <a href="img/works/project-03/3.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-03/3.jpg"/>
                                    </a>
                                    <a href="img/works/project-03/4.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-03/4.jpg"/>
                                    </a>
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <div class="subtitle">The Style, Sir.</div>
                            <!-- section title end -->
                            [...]
                                <!-- section title start -->
                                <h1 class="main-title main-title-all main-title-all-left">
                                    <span>Style is</span><br>
                                    everything
                                </h1>
                                <!-- section title end -->
                                [...]
                                <!-- quote start -->
                                <div class="testimonial testimonial-dark">
                                    <div class="inner">
                                        <div class="quote">
                                            <blockquote class="quote-inner">
                                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                                            </blockquote>
                                        </div>
                                    </div>
                                </div>
                                <!-- quote end -->
                                [...]
                                <!-- section txt start -->
                                <div class="section-txt section-txt-dark">
                                    <p>
                                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
                                    </p>
                                </div>
                                <!-- section txt end -->
                                [...]
                                <!-- button start -->
                                <div class="button-the-wrapper button-the-wrapper-all">
                                    <a class="button-the" href="project-04.html">View project</a>
                                </div>
                                <!-- button end -->
                            [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-04/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-04/1.jpg"/>
                                    </a>
                                    <a href="img/works/project-04/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-04/2.jpg"/>
                                    </a>
                                    <a href="img/works/project-04/3.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-04/3.jpg"/>
                                    </a>
                                    <a href="img/works/project-04/4.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-04/4.jpg"/>
                                    </a>
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>02.</span> The Vision
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                        [...]
            <!-- section end -->
        [...]

You can also edit the 'Works' page images by following its URL path: 'img/works/', and replace existing image files with your own images.

To edit the 'Works Project' page, simply open the project-01.html file as well as all other 'Works Project' HTML files.

Part to edit:


        [...]
        <!-- section start -->
        [...]
                        <!-- section title start -->
                        <h1 class="main-title main-title-dark">
                            <span>Simplicity</span><br>
                            is complex
                        </h1>
                        <!-- section title end -->
                        [...]
                        <!-- section subtitle start -->
                        <h1 class="section-header section-header-dark">
                            Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                        </h1>
                        <!-- section subtitle end -->
                    [...]
        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/works/project-01/1.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
        [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>01.</span> The Project
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h2 class="section-subheading section-subheading-dark">
                                <span>Client</span>
                            </h2>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section title start -->
                            <h1 class="section-header section-header-post section-header-post-dark">
                                Envato <span>Company</span>
                            </h1>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h2 class="section-subheading section-subheading-dark">
                                <span>Time frame</span>
                            </h2>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section title start -->
                            <h1 class="section-header section-header-post section-header-post-dark">
                                30 <span>Days</span>
                            </h1>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h2 class="section-subheading section-subheading-dark">
                                <span>Goal</span>
                            </h2>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section title start -->
                            <h1 class="section-header section-header-post section-header-post-dark">
                                Responsive <span>Website</span>
                            </h1>
                            <!-- section title end -->
                        [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-01/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/1.jpg"/>
                                    </a>
                                    <a href="img/works/project-01/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/2.jpg"/>
                                    </a>
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>02.</span> The Approach
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section txt start -->
                            <div class="section-txt">
                                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                            </div>
                            <!-- section txt end -->
                        [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-01/3.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/3.jpg"/>
                                    </a>
                                    <a href="img/works/project-01/4.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/4.jpg"/>
                                    </a>
                                    <a href="img/works/project-01/5.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/5.jpg"/>
                                    </a>
                                    <a href="img/works/project-01/6.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/6.jpg"/>
                                    </a>
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>03.</span> The Conclusion
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section txt start -->
                            <div class="section-txt section-txt-dark">
                                <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                            </div>
                            <!-- section txt end -->
                        [...]
        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/works/project-01/7.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
                <!-- section title start -->
                <h1 class="main-title">
                    <span>Design is</span><br>
                    a process
                </h1>
                <!-- section title end -->
                [...]
                <!-- button start -->
                <div class="button-the-wrapper button-the-wrapper-light">
                    <a class="button-the button-the-light" href="project-02.html">View project</a>
                </div>
                <!-- button end -->
            [...]
        <!-- section end -->
        [...]

You can also edit the 'Works Project' page images by following its URL path: 'img/works/', and replace existing image files with your own images.

To edit the 'News' page, simply open the news.html file.

Part to edit:


        [...]
        <!-- section start -->
        [...]
                        <!-- section title start -->
                        <h1 class="main-title main-title-dark">
                            <span>Stay in</span><br>
                            the know
                        </h1>
                        <!-- section title end -->
                        [...]
                        <!-- section subtitle start -->
                        <h1 class="section-header section-header-dark">
                            Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                        </h1>
                        <!-- section subtitle end -->
                    [...]
        [...]
                <!-- blog recent posts start -->
                <div class="blog-side-heading">
                    <h3>
                        Recent <span>Posts</span>
                    </h3>
                </div>
                [...]
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-01.html">
                        Simplicity is Complex
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-02.html">
                        Design is a Process
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-03.html">
                        Aesthetic is a Decision
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-04.html">
                        Style is Everything
                        </a>
                    </div>
                </div>
                <!-- blog recent posts end -->
                [...]
                <!-- blog recent comments start -->
                <div class="blog-side-heading">
                    <h3>
                        Recent <span>Comments</span>
                    </h3>
                </div>
                [...]
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-01.html">
                        John Ex on Simplicity is Complex
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-02.html">
                        Jane Ex on Design is a Process
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-03.html">
                        John Ex on Aesthetic is a Decision
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-04.html">
                        Jane Ex on Style is Everything
                        </a>
                    </div>
                </div>
                <!-- blog recent comments end -->
            [...]
        [...]
        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/news/1.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
        [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>01.</span> Stay in The Know
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <div class="subtitle">May 1, 2022</div>
                            <!-- section title end -->
                            [...]
                                <!-- section title start -->
                                <h1 class="main-title main-title-all main-title-all-left">
                                    <span>Simplicity</span><br>
                                    is complex
                                </h1>
                                <!-- section title end -->
                                [...]
                                <!-- quote start -->
                                <div class="testimonial testimonial-dark">
                                    <div class="inner">
                                        <div class="quote">
                                            <blockquote class="quote-inner">
                                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                                            </blockquote>
                                        </div>
                                    </div>
                                </div>
                                <!-- quote end -->
                                [...]
                                <!-- section txt start -->
                                <div class="section-txt section-txt-dark">
                                    <p>
                                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
                                    </p>
                                </div>
                                <!-- section txt end -->
                                [...]
                                <!-- button start -->
                                <div class="button-the-wrapper button-the-wrapper-all">
                                    <a class="button-the" href="news-01.html">Read more</a>
                                </div>
                                <!-- button end -->
                            [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-01/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/1.jpg"/>                                    </a>
                                    <a href="img/works/project-01/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/2.jpg"/>                                    </a>                                
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <div class="subtitle">May 2, 2022</div>
                            <!-- section title end -->
                            [...]
                                <!-- section title start -->
                                <h1 class="main-title main-title-all main-title-all-left">
                                    <span>Design is</span><br>
                                    a process
                                </h1>
                                <!-- section title end -->
                                [...]
                                <!-- quote start -->
                                <div class="testimonial testimonial-dark">
                                    <div class="inner">
                                        <div class="quote">
                                            <blockquote class="quote-inner">
                                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                                            </blockquote>
                                        </div>
                                    </div>
                                </div>
                                <!-- quote end -->
                                [...]
                                <!-- section txt start -->
                                <div class="section-txt section-txt-dark">
                                    <p>
                                        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
                                    </p>
                                </div>
                                <!-- section txt end -->
                                [...]
                                <!-- button start -->
                                <div class="button-the-wrapper button-the-wrapper-all">
                                    <a class="button-the" href="news-02.html">Read more</a>
                                </div>
                                <!-- button end -->
                            [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-02/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-02/1.jpg"/>                                    </a>
                                    <a href="img/works/project-02/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-02/2.jpg"/>                                    </a>                                
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
            [...]
            [...]
            [...]
            [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>02.</span> Latest Events
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                        [...]
            <!-- section end -->
        [...]

You can also edit the 'News' page images by following its URL path: 'img/news/', and replace existing image files with your own images.

To edit the 'News Details' page, simply open the news-01.html file as well as all other 'News Details' HTML files.

Part to edit:


        [...]
        <!-- section start -->
        [...]
                        <!-- section title start -->
                        <h1 class="main-title main-title-dark">
                            <span>Simplicity</span><br>
                            is complex
                        </h1>
                        <!-- section title end -->
                        [...]
                        <!-- button start -->
                        <div class="button-the-wrapper">
                            <span class="button-the">May 1, 2022</span>
                        </div>
                        <!-- button end -->
                        [...]
                        <!-- section subtitle start -->
                        <h1 class="section-header section-header-dark">
                            Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                        </h1>
                        <!-- section subtitle end -->
                    [...]
                <!-- blog recent posts start -->
                <div class="blog-side-heading">
                    <h3>
                        Recent <span>Posts</span>
                    </h3>
                </div>
                [...]
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-01.html">
                        Simplicity is Complex
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-02.html">
                        Design is a Process
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-03.html">
                        Aesthetic is a Decision
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-04.html">
                        Style is Everything
                        </a>
                    </div>
                </div>
                <!-- blog recent posts end -->
                [...]
                <!-- blog recent comments start -->
                <div class="blog-side-heading">
                    <h3>
                        Recent <span>Comments</span>
                    </h3>
                </div>
                [...]
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-01.html">
                        John Ex on Simplicity is Complex
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-02.html">
                        Jane Ex on Design is a Process
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-03.html">
                        John Ex on Aesthetic is a Decision
                        </a>
                    </div>
                </div>
                <div class="blog-side-text-wrapper">
                    <div class="blog-side-text">
                        <a href="news-04.html">
                        Jane Ex on Style is Everything
                        </a>
                    </div>
                </div>
                <!-- blog recent comments end -->
        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/news/news-01/1.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section txt start -->
                            <div class="section-txt">
                                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
                                [...]
                                <div class="blog-quote">
                                    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
                                </div>
                                [...]
                                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
                            </div>
                            <!-- section txt end -->
                        [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-01/1.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/1.jpg"/>                                    </a>
                                    <a href="img/works/project-01/2.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/2.jpg"/>                                    </a>                                
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                            </h1>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section txt start -->
                            <div class="section-txt">
                                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
                                [...]
                                <div class="blog-quote">
                                    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
                                </div>
                                [...]
                                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
                            </div>
                            <!-- section txt end -->
                        [...]
            [...]
                            <!-- showcase start -->
                            <div class="extra-margin-justify">
                                <div class="works-justify-gallery popup-photo-gallery">
                                    <a href="img/works/project-01/3.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/3.jpg"/>                                    </a>
                                    <a href="img/works/project-01/4.jpg" title="IMG Description">
                                    <img alt="Img" src="img/works/project-01/4.jpg"/>                                    </a>                                
                                </div>
                            </div>
                            <!-- showcase end -->
                        [...]
            [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-post">
                                Recent comments
                            </h1>
                            <!-- section subtitle end -->
                            [...]
                                    <!-- blog comment start -->
                                    [...]
                                        <h4>
                                            <a href="#">John Ex</a>
                                            <span class="comment-time"> &middot; May 1, 2022</span>
                                        </h4>
                                        [...]
                                        <div class="profile-photo">
                                            <img alt="Img" src="img/news/news-comment/profile-photo-1.jpg">
                                        </div>
                                        [...]
                                        <p>
                                            Thank you for visiting all the way from New York. This is just a test to determine if the Twitter API is working as it should. You should see
                                            your profile image and your username at the very top that links to your account. You should also see that I wrote in a thank you introduction
                                            with your location.
                                        </p>
                                    [...]
                                    <!-- blog comment end -->
                                    [...]
                                    <!-- blog comment responce start -->
                                    [...]
                                        <h4>
                                            <a href="#">Jane Ex</a>
                                            <span class="comment-time"> &middot; May 1, 2022</span>
                                        </h4>
                                        [...]
                                        <div class="profile-photo">
                                            <img alt="Img" src="img/news/news-comment/profile-photo-2.jpg">
                                        </div>
                                        [...]
                                        <p>
                                            Thank you for visiting all the way from New York. This is just a test to determine if the Twitter API is working as it should. You should see
                                            your profile image and your username at the very top that links to your account. You should also see that I wrote in a thank you introduction
                                            with your location.
                                        </p>
                                    [...]
                                    <!-- blog comment responce end -->
                                [...]
            [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-2 section-header-post">
                                Leave a comment
                            </h1>
                            <!-- section subtitle end -->
                            [...]
            [...]
                            <!-- section txt start -->
                            [...]
                                <a href="news-02.html">
                                    <div class="animated-text">
                                        <div class="animated-text-content"><span>Design is</span> a process.</div>
                                        <div class="animated-text-content"><span>Design is</span> a process.</div>
                                        <div class="animated-text-content"><span>Design is</span> a process.</div>
                                        <div class="animated-text-content"><span>Design is</span> a process.</div>
                                        <div class="animated-text-content"><span>Design is</span> a process.</div>
                                    </div>
                                </a>
                            [...]
                            <!-- section txt end -->
                            <!-- button start -->
                            <div class="button-the-wrapper button-the-wrapper-dark">
                                <span class="button-the">Next entry</span>
                            </div>
                            <!-- button end -->
                        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/news/news-01/7.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
        <!-- section end -->
        [...]

You can also edit the 'News Details' page images by following its URL path: 'img/news/', and replace existing image files with your own images.

To edit the 'Contact' page, simply open the contact.html file.

Part to edit:


        [...]
        <!-- section start -->
        [...]
                        <!-- section title start -->
                        <h1 class="main-title main-title-dark">
                            <span>Let's get</span><br>
                            in touch
                        </h1>
                        <!-- section title end -->
                        [...]
                        <!-- section subtitle start -->
                        <h1 class="section-header section-header-dark">
                            Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                        </h1>
                        <!-- section subtitle end -->
                    [...]
        [...]
                <!-- parallax start -->
                <div class="parallax-window" data-image-src="img/contact/1.jpg" data-parallax="scroll"></div>
                <!-- parallax end -->
            [...]
        [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>01.</span> The Info
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-dark">
                                Please get in touch by using the following info or feel free to use the form below.
                            </h1>
                            <!-- section subtitle end -->
                        [...]
                            <!-- section subtitle start -->
                            <h2 class="section-subheading section-subheading-dark">
                                <span>Address</span>
                            </h2>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section TXT start -->
                            <div class="section-txt-2">
                                <p>ex Inc. Touchdown Dr 1176</p>
                            </div>
                            <!-- section TXT end -->
                            [...]
                            <!-- section subtitle start -->
                            <h2 class="section-subheading section-subheading-dark">
                                <span>On the web</span>
                            </h2>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section TXT start -->
                            <div class="social-icons">
                                <!-- social icons start -->
                                <ul>
                                    <li>
                                        <a class="ion-social-twitter" href="#"><span>Twitter</span></a>
                                    </li>
                                    <li>
                                        <a class="ion-social-facebook" href="#"><span>Facebook</span></a>
                                    </li>
                                    <li>
                                        <a class="ion-social-instagram" href="#"><span>Instagram</span></a>
                                    </li>
                                </ul>
                                <!-- social icons end -->
                            </div>
                            <!-- section TXT end -->
                            [...]
                            <!-- section subtitle start -->
                            <h2 class="section-subheading section-subheading-dark">
                                <span>Phone</span>
                            </h2>
                            <!-- section subtitle end -->
                            [...]
                            <!-- section TXT start -->
                            <div class="section-txt-2">
                                <p>+123 456 7890</p>
                            </div>
                            <!-- section TXT end -->
                        [...]
            [...]
                            <!-- section title start -->
                            <h2 class="section-heading section-heading-dark">
                                <span>02.</span> The Form
                            </h2>
                            <!-- section title end -->
                        [...]
                            <!-- section subtitle start -->
                            <h1 class="section-header section-header-3 section-header-dark">
                                By all means, send us an email and get in touch.
                            </h1>
                            <!-- section subtitle end -->
                            [...]
            <!-- section end -->
        [...]

You can also edit the 'Contact' page images by following its URL path: 'img/contact/', and replace existing image files with your own images.

To send the contents of your 'Contact Form' to your email, simply open the file named 'contact.php'.

Your email address goes here:


$myemail = 'you@yoursite.com';

To add images in the background of the template, simply find the appropriate CSS file placed in the folder named 'css' (e.g. style.css).

Open the file and find the appropriate label '/* 1. TEMPLATE BACKGROUNDS */'.

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. hero slider IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.bg-img-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.bg-img-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.bg-img-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}
/* 1.2. about IMG BACKGROUND */
.carousel-item-about-01 {
background-image: url(../img/about/2.jpg);
}
.carousel-item-about-02 {
background-image: url(../img/about/3.jpg);
}
.carousel-item-about-03 {
background-image: url(../img/about/4.jpg);
}
.carousel-item-about-04 {
background-image: url(../img/about/5.jpg);
}
[...]

You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.

Contact the author

    Ex Nihilo provides support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
    Typical response time is less than 1 business day.

Item support includes:
    
    Availability of the author to answer questions
    Get assistance with reported bugs and issues
    Help with included 3rd party assets

Item support does not include:

    Customizations and installations

Working time:

    Monday thru Friday 9am to 5pm,
    Central European Time (UTC+01:00)