Grayson Documentation


Welcome to Grayson ! Get familiar with the STriipe products and explore their features:

Well Documented

Well organized and easy to understand. You can any work by following our docs easily

Clean Code

Code is clean if it can be understood.Our code is more formatting for your website

Fully Responsive

Our Template is full Perfect for all device. You can visit our template all device easily.

Sass Available

The template has Sass available for css. You can Change and customize css by sass.

Speed Optimized

Grayson is faster loading speed. Grayson create your template so much faster and easier

24/7 Support

We are provide 24 hours support for all clients.You can purchase without hesitation.

Getting Started

Welcome to Grayson

Grayson is a sleek and modern digital portfolio designed to showcase expertise in web development, design, and creative projects. It offers an interactive and visually appealing platform to present work samples, skills, and achievements. With a focus on simplicity and functionality, Grayson features responsive design, project galleries, and seamless navigation. The portfolio is equipped with a downloadable resume and an easy-to-use contact form, making it a professional yet personalized showcase for potential clients and collaborators. Perfect for creative professionals looking to make a lasting impression.

Grayson - is highly customizable - looks awesome on tablets and mobile devices. We have included best web development practices - you can create a great website layout based on Bootstrap or Grid 1320px.

Grayson Core Features

  • HTML5 & CSS3
  • Responsive layout (desktops, tablets, mobile devices)
  • Built with Bootstrap v5.
  • Well structured code
  • Contact Form Working
  • Typography
  • Sass Available
  • Retina Ready
  • UX/UI Ready
  • W3 Validation 100%
  • Fast Loading Speed
  • Cross Browser Support
  • Dedicated Support, Lifetime Updates
  • And much more …

What's Included

After purchasing Grayson template on themeforest.net with your Envato account, go to your Download page. You can choose to download Grayson template only or the entire Grayson template package which contains the following files:

  • Grayson template: A .zip file with all .html files with all necessary assets.
  • Documentation: An HTML format documentation.
  • Licensing.

How to Install Grayson Website Templates

Installing a Grayson template is not like WordPress or CMS theme installation, actually, installation keyword does not go with Grayson template. Why? because you don’t install anything, yes Grayson or HTML templates are automatically rendered by the browser.

1. Editing Grayson Template

Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as - VScode, Sublime Text, etc. When template editing is done using editor, save the files and folder and go ahead to upload template files on live server.

2. Uploading to Live Server Using FTP:

First of all, If you don’t have your template on your computer, download Grayson template to get started, when download/purchase complete you will get a package like this screenshot (after unzip).

Home Page

3. Package comes with documentation unzip the download package, you’ll found a folder with all template files, like above screenshot.

Home Page

4. Now, login to your hosting control panel or FTP client, such as: FileZilla, CyberDuck etc. and upload template files on your server root.

5. Once all files are uploaded, go to www.yoursite.com/index.html you can see your the homepage, make sure the initial page is named as index.html

HTML Structure

This template is a fixed layout with four columns. The main contents are inside the 'body' tag divided into different section (i.e. header, banner, services,... footer etc.). The general template structure is the same throughout the template. Here is the general structure.

Images
                                
                                    <!DOCTYPE html>
                                    <html class="no-js" lang="en">
                                        <head>
                                        <meta charset="utf-8">
                                        <meta http-equiv="x-ua-compatible" content="ie=edge">
                                        <meta name="viewport" content="width=device-width, initial-scale=1">
                                        <meta name="keywords" content="">
                                        <meta name="description" content="Grayson - Personal Portfolio HTML5 Template">
                                        <title>Grayson - Personal Portfolio HTML5 Template</title>
                                
                                
                                        <!-- Place favicon.ico in the root directory -->
                                        <link rel="shortcut icon" href="assets/imgs/favicon.svg">
                                     
                                        <!-- CSS here -->
                                        <link rel="stylesheet" href="assets/css/plugins/bootstrap.min.css">
                                        <link rel="stylesheet" href="assets/css/plugins/animate.min.css">
                                        <link rel="stylesheet" href="assets/css/plugins/swiper.min.css">
                                        <link rel="stylesheet" href="assets/css/plugins/nice-select.css">
                                        <link rel="stylesheet" href="assets/css/plugins/fontawesome-pro.css">
                                        <link rel="stylesheet" href="assets/css/main.css">
                                        </head>
                                    
                                    
                                        <!-- JS here -->
                                        <script src="assets/js/jquery-3.7.1.min.js"></script>
                                        <script src="assets/js/waypoints.min.js"></script>
                                        <script src="assets/js/bootstrap.bundle.min.js"></script>
                                        <script src="assets/js/swiper.min.js"></script>
                                        <script src="assets/js/counterup.js"></script>
                                        <script src="assets/js/jquery.nice-select.min.js"></script>
                                        <script src="assets/js/type.js"></script>
                                        <script src="assets/js/wow.js"></script>
                                        <script src="assets/js/jquery.appear.js"></script>
                                        <script src="assets/js/onepage-nave.js"></script>
                                        <script src="assets/js/meanmenu.min.js"></script>
                                        <script src="assets/js/gsap.js"></script>
                                        <script src="assets/js/scroll-smoother.js"></script>
                                        <script src="assets/js/ScrollToPlugin.min.js"></script>
                                        <script src="assets/js/main.js"></script>
                                        </body>
                                    </html>  
                                
                            

CSS Files and Structure

We are using one customed CSS files (style.css) and several vendor css files. CSS file structure is as follows:

HTML Images
                                            
                                                                                                
                                                /************ TABLE OF CONTENTS ***************
                                      
                                                    -----------------
                                                    01. THEME CSS
                                                    -----------------
                                                        1.1 Commmon
                                                        1.2 Theme
                                                        1.3 Typography
                                                        1.4 Section-title
                                                        1.5 animation

                                                    -----------------
                                                    02. utils CSS
                                                    -----------------
                                                        2.1 Breakpoint
                                                        2.2 Extends
                                                        2.3 Colors
                                                        2.4 Mixins
                                                        2.5 Root
                                                        
                                                    -----------------
                                                    03. COMPONENTS CSS
                                                    -----------------
                                                        3.2 Back to top
                                                        3.3 Breadcrumb
                                                        3.4 Button
                                                        3.5 Offcanvas
                                                        3.6 Prealoder

                                                    -----------------
                                                    04. HEADER CSS
                                                    -----------------
                                                        4.1 Header 1

                                                    ---------------------------------
                                                    05. MENU CSS
                                                    ---------------------------------
                                                        5.1 Meanmenu
                                                        5.2 Menu


                                                    ---------------------------------
                                                    06. FOOTER CSS
                                                    ---------------------------------
                                                        6.1 Footer 1
                                                    

                                                    ---------------------------------
                                                    07. BANNER CSS
                                                    ---------------------------------
                                                        7.1 Banner Style 01

                                                    ---------------------------------
                                                    08. PAGES CSS
                                                    ---------------------------------
                                                        8.1 About css
                                                        8.2 Blog css
                                                        8.3 Contact css
                                                        8.4 Portfolio css
                                                        8.5 Service css
                                                
                                            
                                            
                                        

JavaScript Files

There is a custom .js file named main.js and are several vendor js files as plugins. We are using jQuery(a javascript library) instead of vanilla javascript. Our file structure is a follows:

HTML Images

Change Contents

Changing Images

To change any images of the website

  • Carefully collect the source name of the image (i.e. logo-dark.png)
  • Open the file called images.
  • Find the particular image file.
  • Replace the file with your image.
  • Make sure that the file name does not change.The file name should be the same.

Example: Suppose you want to change the following image file:

                                                    
                                                        <div class="logo">
                                                            <a href="index.html">
                                                                <img src="assets/imgs/logo/logo.svg" alt="logo">
                                                            </a>
                                                        </div>
                                                    
                                                
HTML Images

You have to do the following to change this image with your own image:

  • Open the file called images.
  • Find the particular image file called banner-img.jpg
  • Replace the file with your image
  • Make sure that the file name does not change.

Changing Colors

We have used scss for this project to write css. If you are familiar with scss you should customize only the .scss files. Please make sure you compile the style.scss file after you have made changes in any of the .scss files.

Changing default template colors

  • Open the _root.scss file from assets > scss > utils folder with a text-editor.
  • Change the right-side values of the variables to change any default colors of your site.
  • Save your file.

Have a look at the following image for a visual description:

Images

Header Types

Welcome to Grayson Header Elements! You can choose 3 Types of header package for creating you website.

01. Header Default

Images

                                                
                                                    <!-- Header area start -->
                                                      <header class="header-area">
                                                         <div class="header-sticky">
                                                            <div class="container">
                                                                <div class="main-header">
                                                                    <div class="logo">
                                                                        <a href="index.html">
                                                                            <img src="assets/imgs/logo/logo.svg" alt="logo">
                                                                        </a>
                                                                    </div>
                                                                    <div class="main-menu">
                                                                        <nav id="mobile-menu">
                                                                            <ul>
                                                                                <li>
                                                                                    <a href="#home">Home</a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="#about"> About</a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="#portfolio">Portfolio</a>
                                                                                </li>
                                                                                <li>
                                                                                    <a href="#services">Services</a>
                                                                                </li>
                                                                                <li class="has_dropdown">
                                                                                    <a href="#blog"> Blog</a> 
                                                                                    <ul class="sub-menu">
                                                                                        <li>
                                                                                            <a href="#blog">Blog</a>
                                                                                        </li>
                                                                                        <li>
                                                                                            <a href="blog-details.html">Blog Details</a>
                                                                                        </li>
                                                                                    </ul>  
                                                                                </li>
                                                                                <li>
                                                                                    <a href="#contact">Contact</a>
                                                                                </li>
                                                                            </ul>
                                                                        </nav>
                                                                    </div>
                                                                    <div class="header-right">
                                                                        <div class="header-social d-none d-xl-block">
                                                                            <ul>
                                                                                <li><a href="#"><i class="fa-brands fa-twitter"></i></a></li>
                                                                                <li><a href="#"><i class="fa-light fa-globe"></i></a></li>
                                                                                <li><a href="#"><i class="fa-brands fa-github"></i></a></li>
                                                                            </ul>
                                                                        </div>
                                                                        <button class="theme_btn d-none d-sm-block" type="button">Resume <span><i class="fa-light fa-arrow-down-to-line"></i></span></button>
                                                                        <div class="bars_icon d-lg-none">
                                                                            <span class="line"></span>
                                                                            <span class="line"></span>
                                                                            <span class="line"></span>
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                           </div>
                                                        </div>
                                                    </header>
                                                    <!-- Header area end -->
                                                
                                            

Sources and Credits

We've used the following fonts, free icons and plugins as listed:

Support

Thank you for purchasing my template.
If you have any questions that are beyond the scope of this help file, please feel free to open a new ticket at our Support forum

Change Log


    -----------------------------------------------------
    Version 1.0 -
    -----------------------------------------------------
    - Initial Release Grayson-Portfolio Resume
    - Upadate all plugins / Library
    - Improve site speed and image optimization
    - Improve Responsive issues
    - Product design quality enhanced

Need to custom work.

If you need to theme customization or make custom theme or template. Please, you can contact us for this.

Contact Us
need to custom work.

If you need to theme customization or make custom theme or template. Please, you can contact us for this.

Contact
Purchase Now