The Dive || Responsive Coming Soon Page

Documentation


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

Part to edit:


        [...]
        <!-- section home start -->
            [...]
                    <!-- home title start -->
                    <h2 class="home-page-main-title">
                        The
                    </h2>
                    <h1 class="home-page-main-title">
                        Dive
                    </h1><!-- home title end -->
                    <!-- home subtitle start -->
                    [...]
                        [...]
                            <span class="home-page-title-2">Simplicity is complex</span> <span class="home-page-title-2">Design is a process</span> <span class="home-page-title-2">Aesthetic is a
                            decision</span> <span class="home-page-title-2">Style is everything</span>
                        [...]
                    [...]<!-- home subtitle end -->
                    [...]<!-- section home end -->
        [...]

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

Please note;
Demo images are not included. Image placeholders are provided instead.

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

Part to edit:


        [...]
        <!-- section about start -->
            [...]
                <!-- section title start -->
                [...]
                    <span>About</span>
                [...]<!-- section title end -->
                <!-- split carousel start -->
                [...]
                                <!-- split carousel content 1 start -->
                                [...]
                                                <!-- main txt start -->
                                                [...]
                                                        <h4>
                                                            There is beauty<br>
                                                            in simplicity
                                                        </h4>
                                                    [...]
                                                    [...]
                                                        <p>
                                                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vestibulum libero nec erat pulvinar, sed sollicitudin ex consectetur.
                                                        </p>
                                                    [...]
                                                    [...]
                                                        <a class="c-btn inverse" href="#"><span>Read more</span></a>
                                                    [...]
                                                [...]<!-- main txt end -->
                                            [...]<!-- split carousel content 1 end -->
                                <!-- split carousel content 2 start -->
                                [...]
                                                <!-- quote start -->
                                                [...]
                                                    <p>
                                                        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet
                                                        erat a semper.
                                                    </p>
                                                [...]<!-- quote end -->
                                            [...]<!-- split carousel content 2 end -->
                                <!-- split carousel content 3 start -->
                                [...]
                                                <!-- testimonials start -->
                                                [...]
                                                    <h4>
                                                        Testimonials
                                                    </h4>
                                                [...]
                                                [...]
                                                    <!-- testimonials quote 1 start -->
                                                    [...]
                                                            <img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-1.jpg">
                                                        [...]
                                                        <p>
                                                            <span class="section-testimonials quote-mark-l ion-quote"></span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fermentum
                                                            nibh et metus facilisis sollicitudin.<span class="section-testimonials quote-mark-r ion-quote"></span>
                                                        </p>
                                                        <div class="testimonials-signature">
                                                            C. Eastwood
                                                        </div>
                                                    [...]<!-- testimonials quote 1 end -->
                                                    <!-- testimonials quote 2 start -->
                                                    [...]
                                                            <img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-2.jpg">
                                                        [...]
                                                        <p>
                                                            <span class="section-testimonials quote-mark-l ion-quote"></span>Vivamus scelerisque velit nec gravida ornare. Nam egestas purus eget
                                                            sagittis tempor.<span class="section-testimonials quote-mark-r ion-quote"></span>
                                                        </p>
                                                        <div class="testimonials-signature">
                                                            R. Redford
                                                        </div>
                                                    [...]<!-- testimonials quote 2 end -->
                                                    <!-- testimonials quote 3 start -->
                                                    [...]
                                                            <img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-3.jpg">
                                                        [...]
                                                        <p>
                                                            <span class="section-testimonials quote-mark-l ion-quote"></span>Duis ac massa at neque scelerisque finibus vel sed erat. Sed vulputate
                                                            nisl vitae elit laoreet laoreet.<span class="section-testimonials quote-mark-r ion-quote"></span>
                                                        </p>
                                                        <div class="testimonials-signature">
                                                            K.W. Wong
                                                        </div>
                                                    [...]<!-- testimonials quote 3 end -->
                                                    <!-- testimonials quote 4 start -->
                                                    [...]
                                                            <img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-4.jpg">
                                                        [...]
                                                        <p>
                                                            <span class="section-testimonials quote-mark-l ion-quote"></span> Vivamus consectetur commodo enim, ut accumsan mauris interdum quis. Donec
                                                            et euismod dui.<span class="section-testimonials quote-mark-r ion-quote"></span>
                                                        </p>
                                                        <div class="testimonials-signature">
                                                            T. Scott
                                                        </div>
                                                    [...]<!-- testimonials quote 4 end -->
                                                [...]<!-- testimonials end -->
                                            [...]<!-- split carousel content 3 end -->
                                <!-- split carousel content 4 start -->
                                [...]
                                                <!-- main txt start -->
                                                <h3>
                                                    People / Life
                                                </h3>
                                                <p>
                                                    Aenean tortor orci, luctus ut arcu eu, porta ultrices dui.<br>
                                                    Curabitur vitae purus porta.
                                                </p><a class="c-btn inverse" href="#"><span>Read more</span></a><!-- main txt end -->
                                            [...]
                                        [...]<!-- split carousel content 4 end -->
                            [...]<!-- split carousel end -->
            [...]<!-- section about end -->
        [...]

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

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* split carousel IMG BACKGROUND */
.article-1 .spinner-content-right {
background-image: url(../img/split-carousel/1.jpg);
}
.article-2 .spinner-content-right {
background-image: url(../img/split-carousel/2.jpg);
}
.article-3 .spinner-content-right {
background-image: url(../img/split-carousel/3.jpg);
}
.article-4 .spinner-content-right {
background-image: url(../img/split-carousel/4.jpg);
}
[...]

You can also edit the 'About' section background images by following its URL path: 'img/split-carousel/', and replace existing image files with your own images.
You can also edit the 'About - Testimonials' section images by following its URL path: 'img/testimonials/', and replace existing image files with your own images.

Please note;
Demo images are not included. Image placeholders are provided instead.

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

Part to edit:


        [...]
        <!-- section services start -->
            [...]
                <!-- section title start -->
                [...]
                    <span>Services</span>
                [...]<!-- section title end -->
                [...]
                [...]
                            <!-- slick left start -->
                            [...]
                                                    <ul>
                                                        <li>
                                                            <span>Branding</span>
                                                            <ul>
                                                                <li>
                                                                    <a href="#">Branding Campaigns</a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">Customer Surveys</a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">Advertising Campaigns</a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <span>Photography</span>
                                                            <ul>
                                                                <li>
                                                                    <a href="#">Commercial / Stock</a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">Beauty / Fashion</a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">Nature / Landscapes</a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                        <li>
                                                            <span>Brand Identity</span>
                                                            <ul>
                                                                <li>
                                                                    <a href="#">Colors</a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">Design</a>
                                                                </li>
                                                                <li>
                                                                    <a href="#">Logotype</a>
                                                                </li>
                                                            </ul>
                                                        </li>
                                                    </ul>
                                                [...]
                                            [...]<!-- slick left end -->
                        [...]<!-- section services end -->
        [...]

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

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* services IMG BACKGROUND */
.img-fullwidth-services-carousel-1 {
background-image: url(../img/services/services-carousel-1.jpg);
}
.img-fullwidth-services-carousel-2 {
background-image: url(../img/services/services-carousel-2.jpg);
}
.img-fullwidth-services-carousel-3 {
background-image: url(../img/services/services-carousel-3.jpg);
}
[...]

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

Please note;
Demo images are not included. Image placeholders are provided instead.

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

Part to edit:


        [...]
        <!-- section contact start -->
            [...]
                <!-- section title start -->
                [...]
                    <span>Contact</span>
                [...]<!-- section title end -->
                [...]
                [...]
                                <h4>
                                    Get in touch
                                </h4>
                            [...]
                        [...]
                        <!-- contact info start -->
                        [...]
                                    <i class="ion-ios-location-outline contact-info-description-img"></i> <span class="contact-info-text">ex Inc.<br>
                                    Touchdown Dr 1176</span>
                                [...]
                            [...]
                                    <i class="ion-ios-email-outline contact-info-description-img large"></i> <span class="contact-info-text large"><a class="link-underline contact" href=
                                    "mailto:contact@domainname.com">contact@domainname.com</a></span>
                                [...]
                            [...]
                                    <i class="ion-ios-telephone-outline contact-info-description-img"></i> <span class="contact-info-text">[00] 11 - 76<br>
                                    [01] 11 - 76</span>
                                [...]
                            [...]<!-- contact info end -->
                            [...]
                            <!-- newsletter form start -->
                            [...]
                                <h2 class="section-heading newsletter">
                                    Newsletter sign up
                                </h2>
                                [...]<!-- newsletter form end -->
                        [...]
                    [...]
                            <!-- social icons start -->
                            [...]
                                [...]
                                    <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-googleplus" 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>
                                    <li class="social-icon">
                                        <a class="ion-social-dribbble" href="#"></a>
                                    </li>
                                [...]
                            [...]<!-- social icons end -->
                        [...]<!-- section contact end -->
        [...]

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

Please note;
Demo images are not included. Image placeholders are provided instead.

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 '/* TEMPLATE BACKGROUNDS */'.

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
/* section IMG BACKGROUND */
.section-bg-home {
background-image: url(../img/background/section-bg-home.jpg);
}
.section-bg-home.section-bg-home-countdown-off {
background-image: url(../img/background/section-bg-home-countdown-off.jpg);
}
.section-bg-home.light {
background-image: url(../img/background/section-bg-home-light.jpg);
}
.section-bg-contact {
background-image: url(../img/background/section-bg-contact.jpg);
}
/* ken burns slideshow IMG BACKGROUND */
.kenburns-slide-1 {
background-image: url(../img/background/kenburns-bg-1.jpg);
}
.kenburns-slide-2 {
background-image: url(../img/background/kenburns-bg-2.jpg);
}
.kenburns-slide-3 {
background-image: url(../img/background/kenburns-bg-3.jpg);
}
.kenburns-slide-4 {
background-image: url(../img/background/kenburns-bg-4.jpg);
}
/* 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);
}
/* hero split slider IMG BACKGROUND */
.bg-split-img-1 {
background-image: url(../img/background/hero-split-bg-1.jpg);
}
.bg-split-img-2 {
background-image: url(../img/background/hero-split-bg-2.jpg);
}
.bg-split-img-3 {
background-image: url(../img/background/hero-split-bg-3.jpg);
}
.bg-split-img-4 {
background-image: url(../img/background/hero-split-bg-4.jpg);
}
/* home multiple images IMG BACKGROUND */
.home-img-top-left {
background-image: url(../img/background/home-img-top-left.jpg);
}
.home-img-top-center {
background-image: url(../img/background/home-img-top-center.jpg);
}
.home-img-top-right {
background-image: url(../img/background/home-img-top-right.jpg);
}
.home-img-bottom-left {
background-image: url(../img/background/home-img-bottom-left.jpg);
}
.home-img-bottom-center {
background-image: url(../img/background/home-img-bottom-center.jpg);
}
.home-img-bottom-right {
background-image: url(../img/background/home-img-bottom-right.jpg);
}
/* home multiple images slider IMG BACKGROUND */
.home-img-top-left-2 {
background-image: url(../img/background/home-img-top-left-2.jpg);
}
.home-img-top-center-2 {
background-image: url(../img/background/home-img-top-center-2.jpg);
}
.home-img-top-right-2 {
background-image: url(../img/background/home-img-top-right-2.jpg);
}
.home-img-bottom-left-2 {
background-image: url(../img/background/home-img-bottom-left-2.jpg);
}
.home-img-bottom-center-2 {
background-image: url(../img/background/home-img-bottom-center-2.jpg);
}
.home-img-bottom-right-2 {
background-image: url(../img/background/home-img-bottom-right-2.jpg);
}
[...]

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

Please note;
Demo images are not included. Image placeholders are provided instead.

To add 'YouTube Videos' in the background of the template, simply find and open the file named 'the-dive.js' placed in the folder named 'js'.

Part to edit:


[...]
// YTPlayer
    [...]
        videoId: "r8j-MWq4HZc", // DEMO URL is: https://www.youtube.com/watch?v=r8j-MWq4HZc
        mute: true,             // options: true, false
        [...]
    [...]
[...]

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/background/YT-bg.jpg'.
By default the sound of the video is set mute. To unmute the sound, change 'mute: true' into 'mute: false'.

To add 'Self-Hosted HTML5 Videos' in the background of the template, simply find the appropriate label <!-- self-hosted HTML5 video start --> in the body of the HTML file.

Part to edit:


                [...]
                <!-- self-hosted HTML5 video start -->
                <div data-vide-bg="http://www.11-76.com/html5-videos/the-dive.mp4" data-vide-options="loop: true, muted: true, position: 0% 0%" id="video-bg"></div><!-- self-hosted HTML5 video end -->
                [...]

Please note;
By default the sound of the video is set mute. To unmute the sound, change 'muted: true' into 'muted: false'.

To add 'Vimeo Videos' in the background of the template, simply open the JS file named 'the-dive.js' placed in the folder named 'js'.

Part to edit:


[...]
    // Vimeo player
    [...]
        "url": "https://vimeo.com/95515307", // Vimeo VIDEO URL
        [...]
    [...]
[...]      

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

To add form submissions to a subscriber list in your MailChimp account, simply open the file named 'subscribe.php' and configure it with your MailChimp credentials in the assigned slots below:

$api = new MCAPI('YOUR_API_KEY');
[...]
$retval = $api->listSubscribe( 'YOUR_LIST_ID', $_POST["subscribe-email"], $merge_vars, 'html', false, true );

Please make sure you have generated your MailChimp API Key and copied your MailChimp List ID.
- MailChimp API Key ARTICLE as available at: http://kb.mailchimp.com/accounts/management/about-api-keys#Finding-or-generating-your-API-key
- MailChimp List ID ARTICLE as available at: http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id

Contact the author

    This author provides limited support through email contact form [http://themeforest.net/user/ex-nihilo#contact].

Item support includes:

    Availability of the author to answer questions
    Answering technical questions about item’s features
    Assistance with reported bugs and issues
    Help with included 3rd party assets

However, item support does not include:

    Customization services
    Installation services

This author’s response time can be up to 2 business days.
Working time:

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