Introduction

Solit is a new modern HTML template for IT, SaaS, Business & Marketing startup agency. It is created for business and tech-focused companies who offer IT-based digital Applications and services. This template is suitable for Startups, IT Solutions providers, Software services, Business startups, AI startups, Data Science startups, and any other business agencies.

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

Also, this template has a working contact form, well commented, and easily customizable source code with detailed documentation. These features will help to make the template uses and customization based on the ultimate needs.

Template Features:
  • Multipage Demos
  • Easy to Customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • Crossbrowser Compatible with Edge, IE10+, Firefox, Opera, Chrome
  • W3 Valid
  • Retina Ready
  • Powered with Bootstrap (v5.x)
  • Build with Sass
  • Smooth Animation
  • AJAX Contact Form Submission
  • AJAX Subscriptions Form Submission
  • Well Documented

The template folder solit and solit-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.

HTML Files:
  1. IT Startup HTML Template (index.html)
  2. IT Startup HTML Template (index-2.html)
  3. IT Startup HTML Template (index-3.html)
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.

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

    
    <!-- bootstrap CSS -->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <!-- fontawesome CSS -->
    <link rel="stylesheet" href="assets/css/fontawesome.min.css">
    <!-- envy icon CSS  -->
    <link rel="stylesheet" href="assets/css/envyicon.min.css">
    <!-- animate CSS  -->
    <link rel="stylesheet" href="assets/css/animate.min.css">
    <!-- magnific popup CSS  -->
    <link rel="stylesheet" href="assets/css/magnific-popup.min.css">
    <!-- owl-carousel CSS  -->
    <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
    <!-- meanmenu CSS  -->
    <link rel="stylesheet" href="assets/css/meanmenu.min.css">
    <!-- style CSS  -->
    <link rel="stylesheet" href="assets/css/style.css">
    <!-- responsive CSS  -->
    <link rel="stylesheet" href="assets/css/responsive.css">
    
    

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

    
    <!-- bootstrap CSS -->
    <link rel="stylesheet" href="assets/css/bootstrap.rtl.min.css">
    <!-- fontawesome CSS -->
    <link rel="stylesheet" href="assets/css/fontawesome.min.css">
    <!-- envy icon CSS  -->
    <link rel="stylesheet" href="assets/css/envyicon.min.css">
    <!-- animate CSS  -->
    <link rel="stylesheet" href="assets/css/animate.min.css">
    <!-- magnific popup CSS  -->
    <link rel="stylesheet" href="assets/css/magnific-popup.min.css">
    <!-- owl-carousel CSS  -->
    <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
    <!-- meanmenu CSS  -->
    <link rel="stylesheet" href="assets/css/meanmenu.min.css">
    <!-- style CSS  -->
    <link rel="stylesheet" href="assets/css/style.css">
    <!-- responsive CSS  -->
    <link rel="stylesheet" href="assets/css/responsive.css">
    <!-- RTL CSS  -->
    <link rel="stylesheet" href="assets/css/rtl.css">
    
    

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

    
    
    <script src="assets/js/jquery.min.js"></script>
    <!-- bootstrap JS -->
    <script src="assets/js/bootstrap.min.js"></script>
    <!-- popper JS -->
    <script src="assets/js/popper.min.js"></script>
    <!-- magnific popup JS -->
    <script src="assets/js/jquery.magnific-popup.min.js"></script>
    <!-- owl carousel JS -->
    <script src="assets/js/owl.carousel.min.js"></script>
    <!-- meanmenu JS -->
    <script src="assets/js/meanmenu.min.js"></script>
    <!-- form validator -->
    <script src="assets/js/form-validator.min.js"></script>
    <!-- contact form JS -->
    <script src="assets/js/contact-form-script.js"></script>
    <!-- ajaxchimp JS -->
    <script src="assets/js/jquery.ajaxchimp.min.js"></script>
    <!-- main JS -->
    <script src="assets/js/main.js"></script>
    
    

Due to the Envato policy, we are unable to include demo images inside download bundle so for demo images. Please submit your ticket by visiting the HiBootstrap Support System.

The Comero 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 about section -->
    <section id="about" class="about-section ptb-70" >
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-6 col-md-12">
                    <div class="about-start-image">
                        <img src="assets/img/about-start1.png" data-speed="0.06" data-revert="true" alt="image">
                    </div>
                </div>

                <div class="col-lg-6 col-md-12">
                    <div class="about-start-content">
                        <h2>We Like to Start Your about With Us</h2>
                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>
                        <a href="contact.html" class="btn btn-soli solid" ><i class="envy envy-right-arrow"></i>Get Started<span></span></a>
                    </div>
                </div>
            </div>
        </div>
        <div class="circle-shape1"><img src="assets/img/resources/circle-shape1.png" alt="image"></div>
    </section>
    <!-- start about section -->
    
    

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" class="form-control" 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" class="form-control" 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" class="form-control" 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" class="form-control" cols="30" rows="6" 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"><i class="flaticon-tick"></i>Send Message<span></span></button>
                <div id="msgSubmit" class="h3 text-center hidden"></div>
                <div class="clearfix"></div>
            </div>
        </div>
    </form>
    
    

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

https://mailchimp.com/help/add-a-signup-form-to-your-website/

Paste URL on main.js File

By default, the template loads poppins 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=Poppins:wght@400;500;600;700;800;900&family=Roboto&display=swap");

    $font-family: 'poppins', sans-serif;
    
    

Note: After SCSS file run then it will be work

File path: assets/css/style.scss

    
    $color-primary:  #6610f2; (All Primary Color)
    $color-medium-dark: #554d63; (All Paragraph Color)
    
    

Note: After SCSS file run then it will be work

Please open the file Visual Studio Code Editor.

And following the video tutorial.

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

File path: assets/js/main.js

    
        $(".team-slider").owlCarousel({
            loop: false,
            margin: 15,
            autoplay: true,
            autoplayHoverPause: true,
            autoplayTimeout: 8500,
            smartSpeed: 450,
            responsiveClass: true,
            responsive: {
            0: {
                items: 1,
            },
            576: {
                items: 2,
            },
            768: {
                items: 2,
            },
            1000: {
                items: 3,
            },
            1400:{
                items: 4
            }
            },
        });
    
    

More Info please browser the link: Owl Carousel Docs Options

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

    
    // Preloader
    $(window).on("load", function (e) {
        $(".preloader-main")
        .delay(2000)
        .queue(function () {
            $(this).remove();
        });
    });
    
    

Also, please remove or comment the below code all HTML files

    
    <div class="preloader-main">
        <div class="loader">
            <div class="loader-dot"></div>
            <div class="loader-dot"></div>
            <div class="loader-dot"></div>
        </div>
    </div>
    
    

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

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

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

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



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

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.

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

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

Google Fonts:
poppins

Quick, Dedicated & Professional Support!

We only provide support through our ticketing system. Please submit your ticket by visiting the HiBootstrap 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!