Introduction

Zelda is a new Clean, Responsive and Modern HTML5 template purposely built for eSports & Gaming portal. It is offering 6+ homepage variations design with lots of other inner pages. It looks beautifully stunning on all types of screens and devices including Windows, Mac, iOS, Android, etc. This has been built with HTML5, Sass & Bootstrap 5.x.

The template has RTL feature included so, using for Arabic and Hebrew language based website would be quicker and easier.

The Zelda is developer-friendly, fast, lightweight, clean, and contains W3 valid source code. The template is easily customizable and expandable with detailed documentation. Our fast and friendly support team will glad to assist with any needs with the template.

Template Features:
  • Multipage Demos
  • Easy to Customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • W3 Valid
  • Retina Ready
  • Smooth Animation
  • Owl Carousel
  • RTL Support
  • Boxicons & Flaticon Free icons
  • Built on Bootstrap (v5.x)
  • Built on jQuery (v3.7.1)
  • Built with Sass
  • AJAX Contact Form Submission
  • AJAX MailChimp Subscriptions Form Submission
  • Well Documented
  • Crossbrowser Compatible with Edge, IE11+, Firefox, Opera, Chrome
  • Clean & Professional Code
  • Developer Friendly

Getting Started

The template folder zelda and zelda-rtl is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.

The files and folders structure is similar to the following:

  1. assets/css — folder with CSS files.
  2. assets/fonts — folder with fonts files.
  3. assets/img — folder with image files.
  4. assets/js — folder with Javascript files.
  5. assets/php — folder with form-process.php files.

Upload the template files to the server with the help of one of the FTP-clients like FileZilla.

Files Edit & Upload:

Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.

HEAD CSS Structure

Followings are the css files which loaded inside the Head Section:


<!-- Links of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/fancybox.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/dark-style.css">

Followings are the rtl files which loaded inside the Head Section:


<!-- Links of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/fancybox.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="stylesheet" href="assets/css/rtl.css">
<link rel="stylesheet" href="assets/css/dark-style.css">

Javascript Structure

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


<!-- Links of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/parallax.min.js"></script>
<script src="assets/js/meanmenu.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/cursor.min.js"></script>
<script src="assets/js/fancybox.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<script src="assets/js/ajaxchimp.min.js"></script>
<script src="assets/js/main.js"></script>

Do You Want Real Demo Images?

Due to the Envato Policy, we are unable to include demo images inside the download bundle so for demo images please submit a ticket in https://support.envytheme.com/.

HTML Structure

The Zelda is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.

The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:


<!-- Start Partner Area -->
<div class="partner-area pt-100 pb-70 pt-0-res">
    <div class="container">
        <div class="section-title">
            <span class="sub-title">Our Valuable Partners</span>
        </div>
        
        <div class="partner-slides owl-carousel owl-theme">
            <div class="single-partner-item">
                <a href="#" class="d-block"><img src="assets/img/partner-img1.png" alt="image"></a>
            </div>

            <div class="single-partner-item">
                <a href="#" class="d-block"><img src="assets/img/partner-img2.png" alt="image"></a>
            </div>

            <div class="single-partner-item">
                <a href="#" class="d-block"><img src="assets/img/partner-img3.png" alt="image"></a>
            </div>

            <div class="single-partner-item">
                <a href="#" class="d-block"><img src="assets/img/partner-img4.png" alt="image"></a>
            </div>

            <div class="single-partner-item">
                <a href="#" class="d-block"><img src="assets/img/partner-img5.png" alt="image"></a>
            </div>
        </div>
    </div>

    <div class="partner-shape1"><img src="assets/img/partner-shape.png" alt="image"></div>
</div>
<!-- End Partner Area -->

Responsive Breakpoints

The Zelda is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.


/* Max width 767px */
@media only screen and (max-width : 767px) {

}

/* Min width 576px to Max width 767px */
@media only screen and (min-width : 576px) and (max-width : 767px) {


}

/* Min width 768px to Max width 991px */
@media only screen and (min-width : 768px) and (max-width : 991px) {

}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

}

/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}

/* Min width 1600px */
@media only screen and (min-width: 1600px) {

}

Contact Form Strong

The Contact form html code coming with jQuery form validation. Also, it's included a .php file(form-process.php) for AJAX based email sending! HTML code example is similar to followings:


<form id="contactForm">
    <div class="row">
        <div class="col-lg-12 col-md-6">
            <div class="form-group">
                <input type="text" name="name" id="name" required data-error="Please enter your name" placeholder="Your name">
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-12 col-md-6">
            <div class="form-group">
                <input type="email" name="email" id="email" required data-error="Please enter your email" placeholder="Your email address">
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-12 col-md-12">
            <div class="form-group">
                <input type="text" name="phone_number" id="phone_number" required data-error="Please enter your phone number" placeholder="Your phone number">
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-12 col-md-12">
            <div class="form-group">
                <textarea name="message" id="message" cols="30" rows="5" required data-error="Please enter your message" placeholder="Write your message..."></textarea>
                <div class="help-block with-errors"></div>
            </div>
        </div>

        <div class="col-lg-12 col-md-12">
            <button type="submit" class="default-btn">Send Message</button>
            <div id="msgSubmit" class="h3 text-center hidden"></div>
            <div class="clearfix"></div>
        </div>
    </div>
</form>

AJAX Contact Form

File location: assets/php/form-process.php file

email-image

Paste URL on main.js File

image

Fonts Used

By default, the template loads Teko, Poppins, & VerminVibes font from Google Web Font Services. The font can be changed based on the website needs. Google Fonts

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


@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: VerminVibes;
    src: url(../../assets/fonts/Vermin-Vibes-V.ttf.eot);
    src: url(../../assets/fonts/Vermin-Vibes-V.ttf.svg);
    src: url(../../assets/fonts/Vermin-Vibes-V.ttf.woff);
}

:root {
    --fontFamily: 'Teko', sans-serif;
    --fontFamily2: VerminVibes;
    --fontFamily3: 'Poppins', sans-serif;
}

Note: After SCSS file run then it will be work

Main Color Change Option

File path: assets/css/style.scss


:root {
    --mainColor: #fc0820; (All Primary Color)
}

Note: After SCSS file run then it will be work

How to Run SCSS File

Please open the file Visual Studio Code Editor.

And following the video tutorial.

Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w

Owl Carousel Edit Option

File path: assets/js/main.js


// Home Slides
$('.home-slides').owlCarousel({
    loop: true,
    nav: true,
    dots: true,
    autoplayHoverPause: true,
    autoplay: false,
    animateOut: 'fadeOut',
    animateIn: 'fadeIn',
    items: 1,
    navText: [
        "<i class='flaticon-null-4'></i>",
        "<i class='flaticon-null-4'></i>"
    ]
});

More Info please browser the link: Owl Carousel Docs Options

How to Hide Scroll Animation

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


// WOW Animation JS
if($('.wow').length){
    var wow = new WOW({
        mobile: false
    });
    wow.init();
}

More Info please browser the link: wowjs Docs

Speed Optimization

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

- Tinypng

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

- CSS Minifier

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

- Javascript Minifier

How to Change Image?

Please go to the image file 'path: assets/img/...' replace the image which one you want following placeholder image size & name

How to Edit Especially For Flaticon

You won't able to add new Flaticon except existing but you can if you want to add from scratch but existing will not work and it's the feature of Flaticon. Flaticon.com

How to Add a Google Maps to The Website?

1. Please go to maps.google.com. Type the location in the search box and click on Share.

image

2. In the new window click on Embed a map and copy the HTML code of the map. After that add the HTML file.

image

How to Add New Updates of Existing Template

After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.

Credits

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

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

Google Fonts:
Teko
Poppins

IconFont
Boxicons
Flaticon

Support

24-Hour Turnaround Support:
  • Quick, Dedicated & Professional Support!
  • We only provide support through our ticketing system. Please submit your ticket by visiting the EnvyTheme Support System.
  • For any pre-purchase query, please use live chat on the item demo site also, email, and the item’s comment section on ThemeForest. Thanks!
  • Email: hello@envytheme.com