SCRU - Creative SAAS & Agency HTML5 Template


Created : 18/02/2025
Author : themazine
Email : support@themazine.com


First of all, thank you for purchasing the SCRU Creative SAAS & Agency HTML5 Template. You can find the detailed information about the template in this document. If there is anything you cannot find in this document, you can send an e-mail via the Profile Page.

SCRU In A Brief

SCRU is a Creative SAAS & Agency HTML5 template designed for modern SaaS businesses, startups, and software solutions providers. This template gives you everything you need to create an engaging, high-conversion landing page.
In download folder you will find Two folder:


Remember, when you want to use the shortcode/element in any pages you need to adjust the section spacing by giving margin or padding. Don't get panic if you messed up anything when you edit the template. We are always available to support our customer.
You can contact our developer directly by email or in Fiverr.

1Installation

Follow the steps below to setup your site template:

  1. Unzip the downloaded package and open the Template folder to find all the template files. You wil get scru folder in there. You need to upload this folder to your hosting web server using FTP or cPanel in order to use it on your website.
  2. Below is the folder structure you will see in your website root directory:
    • scru/css - Stylesheet files
    • scru/fonts - Icon/fonts files
    • scru/images - Image files
    • scru/inc - contact from file
    • scru/js - js files
    • scru/scss - sass files
    • scru/vendor - plugins files
  3. You need to upload all or specific HTML files as per your need.
  4. And now you are ready to go to generate your webiste with this awesome template.

2HTML Structure

We are used the latest Bootstrap v5.3.3 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.

The code block above is powered by SyntaxHighlighter.

3Favicon Settings

Favicon Will be found in head section.

        
        <link rel="icon" type="image/png" sizes="56x56" href="images/fav-icon/icon.png">
        

4Logo Settings

The Logo will be found in the Theme Main Menu section.

        <div class="logo order-lg-0"><a href="index.html" class="d-flex align-items-center"><img src="images/logo/logo_01.svg" alt="" ></a></div>
        

You can replace any .jpg .png .svg logo. And set the width according to your logo size.

5Fonts Settings

In SCRU we use Syne, Inter, and Longsile font.
You can change both fonts form scss/base.scss file:

            @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syne:wght@400..800&display=swap');
            @import url('../fonts/longsile/stylesheet.css');
        

6Activeted PHP Contact Form

You can edit your form simply and quickly. Open contact.php from inc folder and add your email into $sendTo field


    <?php
/*
 *  CONFIGURE EVERYTHING HERE
 */

// an email address that will be in the From field of the email.
$from = 'SCRU <demo@domain.com>';

// an email address that will receive the email with the output of the form
$sendTo = 'SCRU contact form <demo@domain.com>'; // Add Your emnail here

// subject of the email
$subject = 'New message from SCRU';

// form field names and their translations.
// array variable name => Text to appear in the email
$fields = array('name' => 'Name', 'email' => 'Email', 'phone' => 'Phone', 'message' => 'Message');  

// message that will be displayed when everything is OK 
$okMessage = 'Thank you, We will get back to you soon!';

// If something goes wrong, we will display this message.
$errorMessage = 'There was an error while submitting the form. Please try again later';

?>

7CSS Structure

The style.css file contains all of the specific stylings for the page. The file is separated into sections using:

8JavaScripts

9Credits

10Changelog:

Dates are formated in dd/mm/yy