Sitech is a unique HTML SaaS Company template with modern design and carefully crafted elements. It is perfect for SaaS, App Solutions Promo Campaigns, Development Studios, Digital Marketing Agencies, Startups, and everyone who wants to start a Web, Application or Software business. The item includes 2 eye-catching Home pages, 2 Blog pages, Services, Prices, About, Contact with different thematic sections to reach the goal in your site building.
Sitech is a fully responsive template and crafted following all code rules and standards. The item comes with intuitive features that provide wide opportunities to realize different ideas. The files are well organized and you can edit each element fast and easily. Create a SaaS website for WordPress, Joomla, Drupal, Muse, and other popular CMS using the Sitech HTML template.









The core of the SaaS Company Template is a modern, fast and powerful Bootstrap 5. The layout flexibility achieved by this framework allows you to fit the template even for beginners.
The template is perfectly organized and structured, making it easy to customize all its parts, change the background and color, and manage global typography. Every Layout is just a starting point – you can style it to look any way you want. With CSS files, you also get SASS/SCSS files that simplify and speed up the template’s customization. The HTML code is clean and 100% valid and has been tested for the W3c validator test.
The Bootstrap Template to which you are now looking carefully crafted by a gifted designer in collaboration with an experienced HTML coder with great attention to details, flexibility, and performance specifically for developing unique Templates based on WordPress, Joomla, Drupal, Muse, and other popular CMS.
Sitech SaaS Company Template is ready to work immediately after installation – you only need to unzip and upload it to your web server. Read more about capabilities and settings in the Online Documentation.
All images are just used for preview purposes only. They are not part of the template and are NOT included in the final purchase files, but you can always contact us in search of sources.
This document covers the installation and use of Sitech HTML Template and often reveals answers to common problems and issues – read this document thoroughly if you are experiencing any difficulties.
In the archive, you will find not only the compiled JS and CSS, but also the source code: JavaScript modules and SCSS files. We recommend using Webpack and Gulp for working with project files.
All information within the main content area is nested within a body tag. The general template structure is pretty the same throughout the template. Here is the general structure of the main page (index.html).
<!doctype html> <html lang="en"> <head> <title>Sitech SaaS Company</title> <link rel="stylesheet preload" as="style" href="css/example.css"> </head> <body> <header class="header headroom"> ... </header> <main> <section class="hero"> ... </section> </main> <footer class="footer"> ... </footer> <script src="js/common.min.js"></script> </body> </html>
To include some additional styles or scripts, add code fragments after the main styles and scripts of the template.
The JavaScript code is distributed in separate files to avoid loading unused code.
<script src="js/common.js"></script>
The main scripts are loaded in common.js file. This is the list of JavaScript files that are loaded at the end of the <body> tag.
To fine-tune the work of scripts, we recommend using a webpack. Combine all files into one JS and use it on all pages of the site if you need it.
The plugin includes integration with Google Maps API. To use the full functionality of Google Maps, you need to Create a Project in Google Cloud Console and Get an API Key. When you get the API Key, paste it into the file located /js/modules/map.js instead of “PasteYourGoogleMapsApiKeyHere“
const _KEY = 'PasteYourGoogleMapsApiKeyHere';
The CSS styles are distributed in separate files to avoid loading unused code by a browser.
<link rel="stylesheet preload" as="style" href="css/preload.css"> <link rel="stylesheet preload" as="style" href="css/libs.min.css">
Font and Icon styles are loaded in the preload.css file. And the styles of the main libraries are loaded in the libs.css file.
You can use and edit CSS files to flexibly customize the appearance of the template. However, our recommendation is to use the SCSS files for this, which you will find in the project folder in the SCSS directory.
To set color or font settings go to the file /scss/base/_variables.scss and set new values for variables. To enable loading new fonts go to /scss/global/_fontface.scss.
By default, the template loads the free Google fonts, you can change the font with the one that suits you best. For headings and important text is used Roboto Mono and for regular text and body text is used Open Sans font.
Under the terms of the license, images are not included in the package with the code. You can purchase the images you need from Envato Elements.