preloader-img

Indexpage

Hidden

Index

Indexpage1

Installation

Follow the steps below to get started with your Site Template:

  1. Unzip the downloaded zip file themeforest-xxxxx.zip folder
  2. Open folder named main-file
  3. Here you will find assets folders of all files
  4. You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
  5. Make sure you upload the required files/folders listed below:
    • css - Extra Stylesheets Folder plus Main Stylesheet File
    • images - Images Folder
    • jquery - Javacripts Folder
    • video - Videos Folder
    • .html extension files - main page template File
  6. You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in .html extension files.
  7. You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.

HTML Structure

Goclean HTML Structure

Goclean follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Banner sections -->
												<section class="goclean_banner" id="goclean_banner_sec">
												...
												<div class="goclean_banner">
												...
												</div>

												</section>

												<!-- All Content Section -->
												<section>
												<div class="container">
												...
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Our Page HTML Structure

Our Page follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- About-Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>
												</section>

												<!-- About Section -->
												<section class="about_sec about_1" id="about_1">
												<div class="abt_left">
													<div class="about_img">
													...
													</div>
												</div>

												<div class="abt_right">
													<div class="abt_titles">
													...
													</div>
													<div class="abt_right_content">
													...
													</div>
												</div>
												</section>

												<!-- Counter Section -->
												<section class="counter3_sec">
												<div class="counter_box">
												<div class="counter_img">
												...
												</div>
												<div class="counter_info">
												...
												</div>
												</div>
												</section>

												<!-- Timeline-Slider Section -->
												<section class="timeline_slider_sec">
												<div class="timeline_slider_title">
												...
												</div>

												<div class="timelinetab_slider">
												...
												</div>
												</section>

												<!-- About-2 Section -->
												<section class="about_02">
												<div class="abt_02_img">
												...
												</div>
												<div class="abt_02_content">
												...
												</div>
												</section>

												<!-- Meet-Team Section -->
												<div class="meet_team_3_sec">
												<div class="meet_teme_titles">
												...
												</div>
												<div class="meet_team_3_list">
												...
												</div>
												</div>

												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Our Team Pages HTML Structure

Our Team Pages follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Meet-Team-1 Section -->
												<section class="meet_teme_sec team1"  id="team1">
												<div class="meet_teme_titles">
												...
												</div>

												<div class="team_theme_1">
												...
												</div>
												</section>
												
												<!-- Full-Width Counter Section -->
												<section id="fw_counter_sec">
												<div class="animation-bubble">
												...
												</div>
												<div class="counter_box">
												<div class="counter_img">
												...
												</div>
												<div class="counter_info">
												...
												</div>
												</div>
												</section>

												<!-- Client-Testimonials Section -->
												<section class="client_testimonials_sec">
												<div class="client_testimonials_titles">
												...
												</div>

												<div class="client_testimonials_area">
												...
												</div>
												</section>

												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Testimonials Pages HTML Structure

Testimonials Pages follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Testimonials-1 Section -->
												<section class="testimonials_design_1_sec" id="testimonials1">
												<div class="testimonials_des_title">
												...
												</div>

												<div class="test_design_1_list">
												<div class="client_testimonials_box">
												...
												</div>
												</div>
												</section>

												<!-- About-3 Section -->
												<section class="about3_sec" id="about3_testimonialspage">
												<div class="about3_left">
												<div class="about3_img">
												...
												</div>
												<div class="about_custome_conter">
												...
												</div>
												</div>

												<div class="abt_titles">
												...
												</div>
												<div class="about3_right">
												<div class="abt_right_list">
												...
												</div>
												</div>
												</section>
												
												<!-- Full-Width Counter Section -->
												<section id="fw_counter_sec">
												<div class="animation-bubble">
												...
												</div>
												<div class="counter_box">
												<div class="counter_img">
												...
												</div>
												<div class="counter_info">
												...
												</div>
												</div>
												</section>

												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Our Services Pages HTML Structure

Our Services Pages follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Company-Fetaures-2 Section -->
												<section id="company_features_2" class="company_features_sec">
												<div class="company_features_2_titles">
												...
												</div>

												<div class="company_features_2_box_list">
												<div class="cpy_fea_2_box">
												<div class="cpy_fea_2_img">
												...
												</div>
												<div class="cpy_fea_info">
												...
												</div>
												</div>
												</div>
												</section>

												<!-- About-3 Section -->
												<section class="about3_sec" id="about3_testimonialspage">
												<div class="about3_left">
												<div class="about3_img">
												...
												</div>
												<div class="about_custome_conter">
												...
												</div>
												</div>

												<div class="abt_titles">
												...
												</div>
												<div class="about3_right">
												<div class="abt_right_list">
												...
												</div>
												</div>
												</section>
												
												<!-- Full-Width Counter Section -->
												<section id="fw_counter_sec">
												<div class="animation-bubble">
												...
												</div>
												<div class="counter_box">
												<div class="counter_img">
												...
												</div>
												<div class="counter_info">
												...
												</div>
												</div>
												</section>

												<!-- Client-Testimonials Section -->
												<section class="client_testimonials_sec">
												<div class="client_testimonials_titles">
												...
												</div>

												<div class="client_testimonials_area">
												<div class="client_testimonials_list">
												...
												</div>
												</div>
												</section>

												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Our Projects Pages HTML Structure

Our Projects Pages follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Project-1 Section -->
												<section class="project_filter_gallery_sec">
												<div class="our_project_title">
												...
												</div>
												<div class="our_project_title_info">
												...
												</div>

												<div class="filter_gallery_area">
												...
												</div>
												</section>

												<!-- Client-Testimonials Section -->
												<section class="client_testimonials_sec">
												<div class="client_testimonials_titles">
												...
												</div>

												<div class="client_testimonials_area">
												<div class="client_testimonials_list">
												...
												</div>
												</div>
												</section>

												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Blogs No Sidebar Pages HTML Structure

Blogs No Sidebar Pages follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Blog-Standard Section -->
												<section class="blogs_standard_sec">
												<div class="our_blogs_box">
												<div class="our_blogs_img">
												...
												</div>
												<div class="our_blogs_text_info">
												...
												</div>
												</div>
												</section>

												<!-- Full-Width Counter Section -->
												<section id="fw_counter_sec">
												<div class="animation-bubble">
												...
												</div>
												<div class="counter_box">
												<div class="counter_img">
												...
												</div>
												<div class="counter_info">
												...
												</div>
												</div>
												</section>

												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Blogs Right Sidebar Page HTML Structure

Blogs Right Sidebar Page follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Blog-Right-Sidebar Section -->
												<section id="blogs_standard_sec">
												<div id="blogs_standard_rightsidebar">
												<div class="Blogs_content_area">
												<div class="our_blogs_box">
												...
												</div>
												</div>

												<div class="Blogs_sidebar_content">
												...
												</div>
												</div>
												</section>

												<!-- Full-Width Counter Section -->
												<section id="fw_counter_sec">
												<div class="animation-bubble">
												...
												</div>
												<div class="counter_box">
												<div class="counter_img">
												...
												</div>
												<div class="counter_info">
												...
												</div>
												</div>
												</section>
												
												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Blogs Left Sidebar Page HTML Structure

Blogs Left Sidebar Page follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Blog-Left-Sidebar Section -->
												<section id="blogs_standard_sec">
												<div id="blogs_standard_leftsidebar">
												<div class="Blogs_sidebar_content">
												...
												</div>

												<div class="Blogs_content_area">
												<div class="our_blogs_box">
												...
												</div>
												</div>
												</div>
												</section>

												<!-- Full-Width Counter Section -->
												<section id="fw_counter_sec">
												<div class="animation-bubble">
												...
												</div>
												<div class="counter_box">
												<div class="counter_img">
												...
												</div>
												<div class="counter_info">
												...
												</div>
												</div>
												</section>
												
												<!-- Home-Contact Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Contact Page HTML Structure

Contact Page follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="zxx" dir="ltr">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta http-equiv="X-UA-Compatible" content="IE=edge">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- The Preloader Before Site Load -->
												<div class="preloader">
												....
												</div>

												<!-- Page Wrapper -->
												<div class="site_content"> 

												<!--  Header -->
												<header>
												...
												</header>

												<!-- Page_Hero Section -->
												<section class="page_hero_sec">
												<div class="animation-bubble">
												...
												</div>

												<div class="common_banner">
												...
												</div>

												<!-- Contact-Page Section -->
												<section class="home_contact_sec" id="home_contact_3">
												<div class="home_contact_left">
												<div class="home_contact_titles">
												...
												</div>
												<div class="home_contact_details">
												...
												</div>
												</div>

												<div class="home_contact_right">
												<div class="contact_form">
												...
												</div>
												</div>

												<div class="contact_sec_map">
												...
												</div>
												</section>

												<!-- Footer -->
												<footer>
												<div class="container">
												...
												<!-- Copyrights -->
												</div>
												</footer>

												<!-- Scroll Top to Bottom -->
												<div class="scrollToTopBtn">
												...
												</div>

												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										

Logo Settings

The Logo Container can be found in the - headertag

											
												<div class="header_logo"><a href="index-1.html"><img src="assets/images/Logos/Goclean-Logo.png" alt="header-logo"></a></div>
											
											
										
Favicon

You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:

											
												<link rel="shortcut icon" href="assets/images/favicon/go-clean-favicon.png" sizes="310x310">
											
										

Changing Fonts

Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag

											
												<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">

												<link href="https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
																						
										

Website Optimization Tips

A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:

  • Image Compression & Optimization

    We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:

    • Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's <img> Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of 1200px x 800px in a Content Size of 300px x 200px as this is unnecessary. Resize it to 300px x 200px
    • Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
    • Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
      For MAC use ImageOptim
      For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
  • CSS & jQuery Minifications

    It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
    For CSS use CSS Minifier and For Javascript use Javascript Minifier.

  • Fast Web Hosting Servers

    A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.

Tools

Modes

light

light

dark

dark

Sidebar

Backgrounds

default

Default

bg-1

Bg-1

bg-2

Bg-2

bg-3

Bg-3

bg-4

Bg-4

bg-5

Bg-5

Box Design

default

Default

box-1

Box-1

box-2

Box-2

box-3

Box-3