preloader
This commit is contained in:
@@ -1,72 +1,73 @@
|
||||
{% extends 'home/base/base.html' %}
|
||||
{% load static %}
|
||||
{% block content%}
|
||||
<!-- Preloader Start -->
|
||||
<div class="se-pre-con"></div>
|
||||
<!-- Preloader Ends -->
|
||||
{% block content %}
|
||||
|
||||
<!-- Header
|
||||
============================================= -->
|
||||
{% include 'home/content/index/header.html' %}
|
||||
<!-- End Header -->
|
||||
<!-- Preloader Start -->
|
||||
<div class="se-pre-con"></div>
|
||||
<!-- Preloader Ends -->
|
||||
|
||||
<!-- Start Banner
|
||||
============================================= -->
|
||||
{% include 'home/content/index/banner.html' %}
|
||||
<!-- End Banner -->
|
||||
|
||||
<!-- Start Our feature
|
||||
<!-- Header
|
||||
============================================= -->
|
||||
{% include 'home/content/index/feature.html' %}
|
||||
<!-- End Our Features -->
|
||||
{% include 'home/content/index/header.html' %}
|
||||
<!-- End Header -->
|
||||
|
||||
<!-- Start Our About
|
||||
============================================= -->
|
||||
{% include 'home/content/index/about.html' %}
|
||||
<!-- End Our About -->
|
||||
<!-- Start Banner
|
||||
============================================= -->
|
||||
{% include 'home/content/index/banner.html' %}
|
||||
<!-- End Banner -->
|
||||
|
||||
<!-- Start Services Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/services_area.html' %}
|
||||
<!-- End Services Area -->
|
||||
<!-- Start Our feature
|
||||
============================================= -->
|
||||
{% include 'home/content/index/feature.html' %}
|
||||
<!-- End Our Features -->
|
||||
|
||||
<!-- Start Work Process Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/process_area.html' %}
|
||||
<!-- End Work Process Area -->
|
||||
<!-- Start Our About
|
||||
============================================= -->
|
||||
{% include 'home/content/index/about.html' %}
|
||||
<!-- End Our About -->
|
||||
|
||||
<!-- Start Pricing Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/pricing.html' %}
|
||||
<!-- End Pricing Area -->
|
||||
<!-- Start Services Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/services_area.html' %}
|
||||
<!-- End Services Area -->
|
||||
|
||||
<!-- Start Team Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/team_area.html' %}
|
||||
<!-- End Team Area -->
|
||||
<!-- Start Work Process Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/process_area.html' %}
|
||||
<!-- End Work Process Area -->
|
||||
|
||||
<!-- Start Testimonials Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/testimonials_area.html' %}
|
||||
<!-- End Testimonials Area -->
|
||||
<!-- Start Pricing Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/pricing.html' %}
|
||||
<!-- End Pricing Area -->
|
||||
|
||||
<!-- Start Contact Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/contact_area.html' %}
|
||||
<!-- End Contact Area -->
|
||||
<!-- Start Team Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/team_area.html' %}
|
||||
<!-- End Team Area -->
|
||||
|
||||
<!-- Start Companies Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/companies_area.html' %}
|
||||
<!-- End Companies Area -->
|
||||
<!-- Start Testimonials Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/testimonials_area.html' %}
|
||||
<!-- End Testimonials Area -->
|
||||
|
||||
<!-- Start Footer
|
||||
============================================= -->
|
||||
{% include 'home/content/index/footer.html' %}
|
||||
<!-- End Footer -->
|
||||
<!-- Start Contact Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/contact_area.html' %}
|
||||
<!-- End Contact Area -->
|
||||
|
||||
<!-- jQuery Frameworks
|
||||
============================================= -->
|
||||
{% include 'home/jquery/jguery.html' %}
|
||||
<!-- Start Companies Area
|
||||
============================================= -->
|
||||
{% include 'home/content/index/companies_area.html' %}
|
||||
<!-- End Companies Area -->
|
||||
|
||||
<!-- Start Footer
|
||||
============================================= -->
|
||||
{% include 'home/content/index/footer.html' %}
|
||||
<!-- End Footer -->
|
||||
|
||||
<!-- jQuery Frameworks
|
||||
============================================= -->
|
||||
{% include 'home/jquery/jguery.html' %}
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user