Ivana Under Construction Template

Version :

Latest Version
Educavo - Education HTML Template
Educavo - Education HTML Template Original price was: Rs1,743.00.Current price is: Rs400.00.
Back to products
Helpy - Knowledge Base Ultimate Support Ticket Help Desk System
Helpy - Knowledge Base Ultimate Support Ticket Help Desk System Original price was: Rs1,245.00.Current price is: Rs320.00.

Ivana Under Construction Template

Premium Category Products

Original price was: Rs830.00.Current price is: Rs330.00.

Ivana is a full HTML5 / CSS3 under construction template, using a smooth full screen slider. The template comes with 2 skins (dark and light), 4 color schemes and many advanced options, like Twitter Widget, Portofolio with prettyPhoto Lightbox, Colorbox Window, AJAX Contact form… Ivana Template is easy to configure and comes with a well documented help file.

Features:

  • Full Screen Background Slider
  • 2 Skins: Light and Dark
  • 4 Color Schemes
  • Valid HTML5 & CSS3
  • Cross-browser Compatible
  • Working Contact Form
  • Twitter Widget
  • jQuery Countdown
  • Social Icons
  • Portfolio with Lightbox
  • PSD File Included
  • Well Documented
  • Creating an "Under Construction" template like "Ivana" involves designing a simple, engaging page that informs visitors about the website being developed. Below is a structured outline and sample HTML code snippets to help you build this template.

    Ivana - Under Construction Template

    1. Project Structure

    You might organize your project like this:
    ivana/ ├── index.html ├── assets/ │ ├── css/ │ ├── js/ │ └── images/ └── README.md

    2. HTML Structure

    index.html (Main Page)
    html
    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ivana - Under Construction</title> <link rel="stylesheet" href="assets/css/styles.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> </head> <body> <!-- Main Container --> <div class="container"> <h1>We Are Coming Soon!</h1> <p>Our website is currently under construction. Stay tuned for something amazing!</p> <!-- Countdown Timer --> <div class="countdown"> <div class="countdown-item"> <span id="days">00</span> <p>Days</p> </div> <div class="countdown-item"> <span id="hours">00</span> <p>Hours</p> </div> <div class="countdown-item"> <span id="minutes">00</span> <p>Minutes</p> </div> <div class="countdown-item"> <span id="seconds">00</span> <p>Seconds</p> </div> </div> <form class="subscribe-form"> <input type="email" placeholder="Enter your email to stay updated" required> <button type="submit">Subscribe</button> </form> <footer> <p>&copy; 2023 Ivana. All rights reserved.</p> </footer> </div> <script src="assets/js/scripts.js"></script> </body> </html>

    3. CSS Styles (assets/css/styles.css)

    Here’s a basic CSS file to style your "Under Construction" template.
    css
    body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; color: #333; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; } .container { text-align: center; } h1 { font-size: 36px; margin-bottom: 20px; } p { font-size: 18px; margin-bottom: 40px; } .countdown { display: flex; justify-content: center; margin-bottom: 40px; } .countdown-item { margin: 0 15px; } .countdown-item span { font-size: 24px; font-weight: bold; } .subscribe-form { margin: 20px 0; } .subscribe-form input { padding: 10px; font-size: 16px; width: 250px; border: 1px solid #ccc; border-radius: 5px; } .subscribe-form button { padding: 10px 20px; font-size: 16px; background-color: #28a745; color: white; border: none; border-radius: 5px; cursor: pointer; } footer { margin-top: 40px; }

    4. JavaScript (assets/js/scripts.js)

    You can add a countdown timer for your under-construction page. Here’s a simple implementation.
    javascript
    // Countdown Timer const countdownDate = new Date("2024-01-01T00:00:00").getTime(); const countdownFunction = setInterval(() => { const now = new Date().getTime(); const distance = countdownDate - now; const days = Math.floor(distance / (1000 * 60 * 60 * 24)); const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((distance % (1000 * 60)) / 1000); document.getElementById("days").innerText = days < 10 ? "0" + days : days; document.getElementById("hours").innerText = hours < 10 ? "0" + hours : hours; document.getElementById("minutes").innerText = minutes < 10 ? "0" + minutes : minutes; document.getElementById("seconds").innerText = seconds < 10 ? "0" + seconds : seconds; if (distance < 0) { clearInterval(countdownFunction); document.querySelector('.container').innerHTML = "<h1>We Are Live!</h1><p>Check back for our amazing content!</p>"; } }, 1000);

    Summary

    This template provides a simple, attractive "Under Construction" page with a countdown timer and subscription form. You can customize the countdown date and style it further to match your branding!

(Only For Premium Category Products !)

1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 5 days if a new version is released. We free support within 5 days.

2. If a license is required (Excludes WHMCS license , we provide only method not license), please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.

3. We provide Mobile, PHP script installation services for $19.90 / ₹1700. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.

4. If you have any questions, please contact us by email  or create a ticket on this page

5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.

6. The response time can last up to 6 hours.

(Only For Membership Category Products !)

Benefits of our Membership Plans

  • Instant access to all plugins and all themes including all future releases
  • Unlimited domain usage
  • Regular Updates as of when available. Usually, updates are released daily.
  • Before purchasing, please read the Terms and Conditions & Refund Policy.
  • If you have any questions, please first read the FAQs.
  • If you haven’t found the answer to your question, please contact us, and we will respond ASAP.
  • Please note that any digital products on the website do not contain malicious code, viruses, or advertising. We buy the original files from the developers. We do not sell any products downloaded from other sites.
  • Buy or download for FREE by subscribing to our VIP Membership Plan. Join the club of more than 1100+ happy members. This is the same theme as sold by the developer.

Updates:

  • We offer frequent updates for one year from the date of purchase. After this period, you have to purchase the item again to receive further updates, we also offer lifetime updates as a second option.
  • We regularly update products as soon as we are notified about an update, we go and download it from the author and update it on our site, but In case the current version of the product is not the latest, You can request an update for the product by contact form.
  • We send regular emails advising when products have been updated so please be sure to provide an active email address when you sign up.

Support:

  • Our support team is available 24/7, if you have any questions or need help in installing or configuring digital products purchased on the website, please don’t hesitate to contact form.
  • Please note that we are not developers of the provided products, so our technical support capabilities are limited. We do not change product functionality and do not fix developer bugs.

For more information please read FAQs & About Us.

(Only For WHMCS Category Products !)

  • We Only provide WHMCS Module, how you can  nulled any module step only !
  • Instant access to all plugins and all themes 
  • Unlimited domain usage
  • Regular Updates as of when available. Usually, updates are released daily.
  • Before purchasing, please read the Terms and Conditions & Refund Policy.
  • If you have any questions, please first read the FAQs.
  • If you haven’t found the answer to your question, please contact us, and we will respond ASAP.
  • Please note that any digital products on the website do not contain malicious code, viruses, or advertising. We buy the original files from the developers. We do not sell any products downloaded from other sites.

More Like This Products