Oneex - Virtual Business Card

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' section, simply find the appropriate label <!-- home start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- home start -->
        [...]
                        <!-- home item txt start -->
                        [...]
                            <!-- section title start -->
                            <div class="subtitle subtitle-lead introduction">
                                Johnny                            
                            </div>
                            <!-- section title end -->
                            [...]
                            <!-- section title start -->
                            [...]
                                <h1 class="main-title-line">
                                    <span>Oneex</span>                                
                                </h1>
                            [...]
                            <!-- section title end -->
                            [...]
                            <!-- section title start -->
                            <div class="subtitle introduction">
                                Los Angeles-based photographer                            
                            </div>
                            <!-- section title end -->
                        [...]
                        <!-- home item txt end -->
                    [...]
            <!-- bottom credits start -->
            [...]
                <a href="#">Oneex</a> &copy; All Rights Reserved.
            [...]
            <!-- bottom credits end -->
            <!-- social icons start -->
            [...]
                            <ul>
                                <li class="social-icon">
                                    <a class="ion-social-twitter" href="#"></a>
                                </li>
                                <li class="social-icon">
                                    <a class="ion-social-facebook" href="#"></a>
                                </li>
                                <li class="social-icon">
                                    <a class="ion-social-youtube" href="#"></a>
                                </li>
                                <li class="social-icon">
                                    <a class="ion-social-linkedin" href="#"></a>
                                </li>
                                <li class="social-icon">
                                    <a class="ion-social-instagram" href="#"></a>
                                </li>
                                <li class="social-icon">
                                    <a class="ion-social-pinterest" href="#"></a>
                                </li>
                            </ul>
                        [...]
            <!-- social icons end -->
        [...]

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

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. home IMG BACKGROUND */
.item-home-01 {
background-image: url(../img/home/1.jpg);
}
[...]

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

To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- about start -->
        [...]
                                <!-- section subtitle start -->
                                [...]
                                    <h2 class="section-subheading">
                                        <span>Johnny Oneex</span>
                                    </h2>
                                [...]
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title">
                                    The Artist                                
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- section TXT start -->
                                <div class="post-txt">
                                    <p>
                                        Hi, my name is Johnny Oneex and I'm a Los Angeles-based photographer. I am 25 years old and I come from London, which is in the south-east of England. My
                                        mother is an actress and my father works in an office. I finished a degree in <a class="link-effect" href="#">Media Studies</a> last year and I'm unemployed at
                                        the moment.
                                    </p>
                                </div>
                                <!-- section TXT end -->
                                [...]
                                <!-- section TXT start -->
                                [...]
                                    <p>
                                        <span class="head-details">Born</span> July 1, 1996
                                    </p>
                                    <p>
                                        <span class="head-details">Age</span> 25 Years
                                    </p>
                                    <p>
                                        <span class="head-details">Education</span> The University of La Verne
                                    </p>
                                    <p>
                                        <span class="head-details">Experience</span> 1 Year
                                    </p>
                                    <p>
                                        <span class="head-details">Position</span> Freelancer
                                    </p>
                                    <p>
                                        <span class="head-details">Location</span> Los Angeles
                                    </p>
                                [...]
                                <!-- section TXT end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title post-title-s">
                                    Being around for                              
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- parallax wrapper start -->
                                [...]
                                        76
                                    [...]
                                <!-- parallax wrapper end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title">
                                    Years                             
                                </div>
                                <!-- section title end -->
                                [...]
                        [...]
                                <!-- circle wrapper start -->
                                [...]
                                            <!-- button start -->
                                            [...]
                                                <a href="CV.docx">
                                                    [...]
                                                        <span>Download CV</span>
                                                    [...]
                                                </a>
                                            </div>
                                            <!-- button end -->
                                        [...]
                                <!-- circle wrapper end -->
                            [...]
        <!-- about end -->
        <!-- skills start -->
        [...]
                                <!-- section subtitle start -->
                                <h2 class="section-subheading">
                                    <span>List of</span>
                                </h2>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title post-title-s">
                                    Languages
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- skills bar start -->
                                [...]
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="95">
                                        <span class="skillbar-title">English</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="90">
                                        <span class="skillbar-title">French</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="85">
                                        <span class="skillbar-title">Italian</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="80">
                                        <span class="skillbar-title">German</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                [...]
                                <!-- skills bar end -->
                            [...]
                                <!-- section subtitle start -->
                                <h2 class="section-subheading">
                                    <span>Set of</span>
                                </h2>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title post-title-s">
                                    Skills
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- skills bar start -->
                                [...]
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="95">
                                        <span class="skillbar-title">Color</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="90">
                                        <span class="skillbar-title">Clarity</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="85">
                                        <span class="skillbar-title">Lighting</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                    <!-- skill start -->
                                    <div class="skillbar" data-percent="80">
                                        <span class="skillbar-title">Composition</span>
                                        [...]
                                    </div>
                                    <!-- skill end -->
                                [...]
                                <!-- skills bar end -->
                            [...]
        <!-- skills end -->
        <!-- services start -->
        [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>Shooting</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title post-title-s">
                                    Portraits                                
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- chart skills start -->
                                [...]
                                    <span class="chart-skills chart-appear-skills" data-percent="86"><span class="percent-skills"></span></span>
                                [...]
                                <!-- chart skills end -->
                                [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>Filming</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title post-title-s">
                                    Weddings                                
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- chart skills start -->
                                [...]
                                    <span class="chart-skills chart-appear-skills" data-percent="76"><span class="percent-skills"></span></span>
                                [...]
                                <!-- chart skills end -->
                                [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>Photo</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title post-title-s">
                                    Editing                                
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- chart skills start -->
                                [...]
                                    <span class="chart-skills chart-appear-skills" data-percent="66"><span class="percent-skills"></span></span>
                                [...]
                                <!-- chart skills end -->
                            [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>Delivering</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title post-title-s">
                                    Quality                                
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- chart skills start -->
                                [...]
                                    <span class="chart-skills chart-appear-skills" data-percent="56"><span class="percent-skills"></span></span>
                                [...]
                                <!-- chart skills end -->
                            [...]
        <!-- services end -->
        [...]

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

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.3. about IMG BACKGROUND */
.item-about-01 {
background-image: url(../img/about/1.jpg);
}
.parallax-years {
background-image: url(../img/about/2.jpg);
}
[...]

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

To edit the 'Facts' section, simply find the appropriate label <!-- facts start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- facts start -->
        [...]
                                    <!-- section subheading start -->
                                    <div class="section-subheading">
                                        <div class="section-subheading-wrapper">
                                            <h2 class="section-subheading">
                                                <span>A real dedication</span>
                                            </h2>
                                        </div>
                                    </div>
                                    <!-- section subheading end -->
                                    [...]
                            <!-- section title start -->
                            <div class="post-title post-title-center">
                                The Facts                            
                            </div>
                            <!-- section title end -->
                            [...]
                            <!-- facts counter start -->
                            [...]
                                    <!-- fact 1 start -->
                                    <div class="facts-counter-number">
                                        9
                                    </div>
                                    [...]
                                        <i class="ion-ios-timer-outline facts-counter-description-img"></i> <span class="facts-counter-title">Years</span>
                                    [...]
                                    <!-- fact 1 end -->
                                [...]
                                    <!-- fact 2 start -->
                                    <div class="facts-counter-number large">
                                        112
                                    </div>
                                    [...]
                                        <i class="ion-ios-photos-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Items</span>
                                    [...]
                                    <!-- fact 2 end -->
                                [...]
                                    <!-- fact 3 start -->
                                    <div class="facts-counter-number large">
                                        7935
                                    </div>
                                    <[...]
                                        <i class="ion-ios-world-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Clients</span>
                                    [...]
                                    <!-- fact 3 end -->
                                [...]
                                    <!-- fact 4 start -->
                                    <div class="facts-counter-number">
                                        470
                                    </div>
                                    [...]
                                        <i class="ion-ios-people facts-counter-description-img"></i> <span class="facts-counter-title">Followers</span>
                                    [...]
                                    <!-- fact 4 end -->
                                [...]
                            <!-- facts counter end -->
                        [...]
        <!-- facts end -->
        [...]

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

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. facts parallax IMG BACKGROUND */
.parallax-facts {
background-image: url(../img/facts/1.jpg);
}
[...]

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

To edit the 'Facts' section, simply find the appropriate label <!-- testimonials start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- testimonials start -->
        [...]
                                <!-- testimonials start -->
                                [...]
                                    <!-- testimonials quote start -->
                                    [...]
                                                <blockquote class="quote-inner">
                                                    Lorem Ipsum is simply dummy text of the printing and typesetting industry. <a class="link-effect" href="#">Lorem Ipsum</a> has been the industry's
                                                    standard dummy text ever since the 1500s.
                                                </blockquote>
                                                <cite class="quote-author">C. Eastwood</cite>
                                            [...]
                                    <!-- testimonials quote end -->
                                    <!-- testimonials quote start -->
                                    [...]
                                                <blockquote class="quote-inner">
                                                    Suspendisse lobortis bibendum blandit. Fusce consectetur urna eget nunc interdum convallis. Sed volutpat vestibulum nisl a sollicitudin.
                                                </blockquote>
                                                <cite class="quote-author">T. Scott</cite>
                                            [...]
                                    <!-- testimonials quote end -->
                                    <!-- testimonials quote start -->
                                    [...]
                                                <blockquote class="quote-inner">
                                                    Aliquam erat volutpat. Vivamus ornare rhoncus tellus, eget feugiat lorem bibendum nec. Nam sapien urna, tincidunt vel semper id, rhoncus vel
                                                    mauris.
                                                </blockquote>
                                                <cite class="quote-author">K.W. Wong</cite>
                                            [...]
                                    <!-- testimonials quote end -->
                                [...]
                                <!-- testimonials end -->
                                [...]
        <!-- testimonials end -->
        [...]

To edit the 'Works' section, simply find the appropriate label <!-- works start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- works start -->
        [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>What I've done thus far</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title">
                                    The Works                                
                                </div>
                                <!-- section title end -->
                                [...]
                    [...]
                                <!-- circle wrapper start -->
                                [...]
                                            <!-- button start -->
                                            [...]
                                                    <a class="thumb-link more-button-wrapper" data-size="1920x1280" href="img/works/1.jpg">
                                                        [...]
                                                        <span>View Image</span>
                                                    </a>
                                                    <!-- works item description start -->
                                                    <div class="item-folio__caption">
                                                        Lorem Ipsum is simply dummy text.
                                                    </div>
                                                    <!-- works item description end -->
                                                [...]
                                            <!-- button end -->
                                        [...]
                                <!-- circle wrapper end -->
                                [...]
                        [...]
                                <!-- circle wrapper start -->
                                [...]
                                            <!-- button start -->
                                            [...]
                                                    <a class="thumb-link more-button-wrapper" data-size="1920x1280" href="img/works/2.jpg">
                                                        [...]
                                                        <span>View Image</span>
                                                    </a>
                                                    <!-- works item description start -->
                                                    <div class="item-folio__caption">
                                                        Lorem Ipsum is simply dummy text.
                                                    </div>
                                                    <!-- works item description end -->
                                                [...]
                                            <!-- button end -->
                                        [...]
                                <!-- circle wrapper end -->
                                [...]
                        [...]
                                <!-- circle wrapper start -->
                                [...]
                                            <!-- button start -->
                                            [...]
                                                    <a class="more-button-wrapper" data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
                                                        [...]
                                                        <span>Watch Video</span>
                                                    </a>
                                                [...]
                                            <!-- button end -->
                                        [...]
                                <!-- circle wrapper end -->
                                [...]
                        [...]
                                <!-- circle wrapper start -->
                                [...]
                                            <!-- button start -->
                                            [...]
                                                    <a class="more-button-wrapper" data-lity="" href="https://vimeo.com/126363491">
                                                        [...]
                                                        <span>Watch Video</span>
                                                    </a>
                                                [...]
                                            <!-- button end -->
                                        [...]
                                <!-- circle wrapper end -->
                                [...]
        <!-- works end -->
        [...]

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

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.4. works IMG BACKGROUND */
.item-works-01 {
background-image: url(../img/works/1.jpg);
}
.item-works-02 {
background-image: url(../img/works/2.jpg);
}
.item-works-03 {
background-image: url(../img/works/3.jpg);
}
.item-works-04 {
background-image: url(../img/works/4.jpg);
}
.item-works-05 {
background-image: url(../img/works/5.jpg);
}
.item-works-06 {
background-image: url(../img/works/6.jpg);
}
.item-works-07 {
background-image: url(../img/works/7.jpg);
}
.item-works-08 {
background-image: url(../img/works/8.jpg);
}
[...]

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

To edit the 'News' section, simply find the appropriate label <!-- news start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- news start -->
        [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>Stay In The Know</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title">
                                    The News                                
                                </div>
                                [...]
            [...]
                    <!-- carousel start -->
                    [...]
                                    <!-- circle wrapper start -->
                                    [...]
                                                <!-- button start -->
                                                [...]
                                                            <a class="more-button-wrapper" href="img/news/news-gallery/gallery-1/1.jpg" title="Gallery 1 / Image description">
                                                                [...]
                                                                <span>View Photos</span>
                                                            </a>
                                                            <a href="img/news/news-gallery/gallery-1/2.jpg" title="Gallery 1 / Image description"></a>
                                                            <a href="img/news/news-gallery/gallery-1/3.jpg" title="Gallery 1 / Image description"></a>
                                                            <a href="img/news/news-gallery/gallery-1/4.jpg" title="Gallery 1 / Image description"></a>
                                                        [...]
                                                <!-- button end -->
                                            [...]
                                    <!-- circle wrapper end -->
                                [...]
                            [...]
                                    <!-- section subtitle start -->
                                    <div class="section-subheading-wrapper-all">
                                        <h2 class="section-subheading">
                                            <span>July 1, 2021</span>
                                        </h2>
                                    </div>
                                    <!-- section subtitle end -->
                                    [...]
                                    <!-- section title start -->
                                    <div class="post-title post-title-s">
                                        Latest Photoshoot                                    
                                    </div>
                                    <!-- section title end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="post-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 <a class=
                                                "link-effect" href="#">since the 1500s</a>.
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="personal-block">
                                        <p>
                                            <span class="head-details">Date</span> July 1, 2021
                                        </p>
                                        <p>
                                            <span class="head-details">Client</span> Envato
                                        </p>
                                        <p>
                                            <span class="head-details">Duration</span> 1 Month
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- button start -->
                                    [...]
                                            <a class="more-button-wrapper" href="#">
                                                [...]
                                                <span>Website</span>
                                            </a>
                                        [...]
                                    <!-- button end -->
                                [...]
                        [...]
                                    <!-- circle wrapper start -->
                                    [...]
                                                <!-- button start -->
                                                [...]
                                                        <a class="more-button-wrapper" data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
                                                            [...]
                                                            <span>Watch Video</span>
                                                        </a>
                                                    [...]
                                                <!-- button end -->
                                            [...]
                                    <!-- circle wrapper end -->
                                [...]
                                    <!-- section subtitle start -->
                                    <div class="section-subheading-wrapper-all">
                                        <h2 class="section-subheading">
                                            <span>July 2, 2021</span>
                                        </h2>
                                    </div>
                                    <!-- section subtitle end -->
                                    [...]
                                    <!-- section title start -->
                                    <div class="post-title post-title-s">
                                        New Video Released                                    
                                    </div>
                                    <!-- section title end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="post-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 <a class=
                                                "link-effect" href="#">since the 1500s</a>.
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="personal-block">
                                        <p>
                                            <span class="head-details">Date</span> July 2, 2021
                                        </p>
                                        <p>
                                            <span class="head-details">Client</span> Envato
                                        </p>
                                        <p>
                                            <span class="head-details">Duration</span> 1 Month
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- button start -->
                                    [...]
                                            <a class="more-button-wrapper" href="#">
                                                [...]
                                                <span>Website</span>
                                            </a>
                                        [...]
                                    <!-- button end -->
                                [...]
                        [...]
                                    <!-- circle wrapper start -->
                                   [...]
                                                <!-- button start -->
                                                [...]
                                                        <a class="more-button-wrapper popup-photo" href="img/news/3.jpg" title="Single Image / Image description">
                                                            [...]
                                                            <span>View Image</span>
                                                        </a>
                                                    [...]
                                                <!-- button end -->
                                            [...]
                                    <!-- circle wrapper end -->
                                [...]
                                    <!-- section subtitle start -->
                                    <div class="section-subheading-wrapper-all">
                                        <h2 class="section-subheading">
                                            <span>July 3, 2021</span>
                                        </h2>
                                    </div>
                                    <!-- section subtitle end -->
                                    [...]
                                    <!-- section title start -->
                                    <div class="post-title post-title-s">
                                        Photo Review                                    
                                    </div>
                                    <!-- section title end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="post-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 <a class=
                                                "link-effect" href="#">since the 1500s</a>.
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="personal-block">
                                        <p>
                                            <span class="head-details">Date</span> July 3, 2021
                                        </p>
                                        <p>
                                            <span class="head-details">Client</span> Envato
                                        </p>
                                        <p>
                                            <span class="head-details">Duration</span> 1 Month
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- button start -->
                                    [...]
                                            <a class="more-button-wrapper" href="#">
                                                [...]
                                                <span>Website</span>
                                            </a>
                                        [...]
                                    <!-- button end -->
                                [...]
                        [...]
                                    <!-- circle wrapper start -->
                                    [...]
                                                <!-- button start -->
                                                [...]
                                                            <a class="more-button-wrapper" href="img/news/news-gallery/gallery-2/1.jpg" title="Gallery 2 / Image description">
                                                                [...]
                                                                <span>View Photos</span>
                                                            </a>
                                                            <a href="img/news/news-gallery/gallery-2/2.jpg" title="Gallery 2 / Image description"></a>
                                                            <a href="img/news/news-gallery/gallery-2/3.jpg" title="Gallery 2 / Image description"></a>
                                                            <a href="img/news/news-gallery/gallery-2/4.jpg" title="Gallery 2 / Image description"></a>
                                                        [...]
                                                <!-- button end -->
                                            [...]
                                    <!-- circle wrapper end -->
                                [...]
                                    <!-- section subtitle start -->
                                    <div class="section-subheading-wrapper-all">
                                        <h2 class="section-subheading">
                                            <span>July 4, 2021</span>
                                        </h2>
                                    </div>
                                    <!-- section subtitle end -->
                                    [...]
                                    <!-- section title start -->
                                    <div class="post-title post-title-s">
                                        Digital Cameras                                    
                                    </div>
                                    <!-- section title end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="post-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 <a class=
                                                "link-effect" href="#">since the 1500s</a>.
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- section TXT start -->
                                    <div class="personal-block">
                                        <p>
                                            <span class="head-details">Date</span> July 4, 2021
                                        </p>
                                        <p>
                                            <span class="head-details">Client</span> Envato
                                        </p>
                                        <p>
                                            <span class="head-details">Duration</span> 1 Month
                                        </p>
                                    </div>
                                    <!-- section TXT end -->
                                    [...]
                                    <!-- button start -->
                                    [...]
                                            <a class="more-button-wrapper" href="#">
                                                [...]
                                                <span>Website</span>
                                            </a>
                                        [...]
                                    <!-- button end -->
                                [...]
        <!-- news end -->
        [...]

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

Part to edit:


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

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

To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- contact start -->
        [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>Get in touch</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <div class="post-title">
                                    Let's Talk                                
                                </div>
                                <!-- section title end -->
                                [...]
                    [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>The Address</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section TXT start -->
                                <div class="section-txt">
                                    <p>
                                        ex Inc. Touchdown Dr 1176
                                    </p>
                                </div>
                                <!-- section TXT end -->
                                [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>The Email</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section TXT start -->
                                <div class="section-txt">
                                    <p>
                                        <a class="link-effect" href="mailto:oneex@oneex.com">oneex@oneex.com</a>
                                    </p>
                                </div>
                                <!-- section TXT end -->
                                [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>The Phone</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section TXT start -->
                                <div class="section-txt">
                                    <p>
                                        +123 456 7890
                                    </p>
                                </div>
                                <!-- section TXT end -->
                                [...]
                                <!-- section subtitle start -->
                                <div class="section-subheading-wrapper-all">
                                    <h2 class="section-subheading">
                                        <span>The Web</span>
                                    </h2>
                                </div>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section TXT start -->
                                <!-- social icons start -->
                                <div class="social-icons-wrapper">
                                    <ul class="social-icons">
                                        <li>
                                            <a class="ion-social-twitter" href="#"></a>
                                        </li>
                                        <li>
                                            <a class="ion-social-facebook" href="#"></a>
                                        </li>
                                        <li>
                                            <a class="ion-social-youtube" href="#"></a>
                                        </li>
                                        <li>
                                            <a class="ion-social-linkedin" href="#"></a>
                                        </li>
                                        <li>
                                            <a class="ion-social-instagram" href="#"></a>
                                        </li>
                                        <li>
                                            <a class="ion-social-pinterest" href="#"></a>
                                        </li>
                                    </ul>
                                </div>
                                <!-- social icons end -->
                                <!-- section TXT end -->
                            [...]
                                <!-- button start -->
                                [...]
                                    <a class="contact-modal-launcher" href="#">
                                        [...]
                                            <span>The Form</span>
                                        [...]
                                    </a>
                                [...]
                                <!-- button end -->
                            [...]
        <!-- contact end -->
        <!-- contact modal start -->
        [...]
                                <!-- section title start -->
                                <div class="post-title post-title-light post-title-center">
                                    Let's Talk                                
                                </div>
                                <!-- section title end -->
                                [...]
                                <!-- contact form start -->
                                [...]
                                            <!-- button start -->
                                            [...]
                                                        <span>Submit</span>
                                                    [...]
                                            <!-- button end -->
                                        [...]
                                <!-- contact form end -->
                           [...]
        <!-- contact modal end -->
        [...]

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 'YouTube Videos' in the background of the template, simply find the appropriate label <!-- YouTube video URL start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- YouTube video URL start -->
                                    <div class="player" data-property=
                                        "{videoURL: '3S9rxiz1lsU', containment: '#videoContainment', showControls: false, autoPlay: true, loop: true, vol: 50, mute: true, startAt: 0, stopAt: 0, opacity: 1, addRaster: false, quality: 'large', optimizeDisplay: true, ratio: 16/9, playOnlyIfVisible: true}"
                                        id="bgndVideo"></div>
                                    <!-- YouTube video URL end -->
        [...]


Please note;
This template is designed to use YouTube videos as a background; however, 'YouTube Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/home/1.jpg'.

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)