preloader

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-01-04 12:57:41 +05:00
parent 7ffc09e197
commit e344c7b761
14 changed files with 67 additions and 62 deletions

View File

@@ -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 %}

View File

@@ -2924,7 +2924,7 @@ body,
content: "";
height: 100%;
width: 100%;
background: url(assets/img/shape/2.svg);
background: url('../img/shape/2.svg');
background-repeat: no-repeat;
background-size: contain;
background-position: center bottom;
@@ -3149,7 +3149,7 @@ body,
content: "";
height: 100%;
width: 100%;
background: url(assets/img/shape-3.png);
background: url('../img/shape-3.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
@@ -3267,7 +3267,7 @@ body,
content: "";
height: 100%;
width: 100%;
background: url(assets/img/shape-2.png);
background: url('../img/shape-2.png');
background-repeat: no-repeat;
background-position: bottom;
background-size: contain;
@@ -3483,7 +3483,7 @@ body,
content: "";
height: 100%;
width: 100%;
background: url(assets/img/shape-5.png) no-repeat;
background: url('../img/shape-5.png') no-repeat;
background-size: cover;
background-position: bottom;
z-index: -1;
@@ -3608,7 +3608,7 @@ body,
content: "";
height: 100%;
width: 100%;
background: url(assets/img/icon-shape.png);
background: url('../img/icon-shape.png');
z-index: -1;
background-size: contain;
background-repeat: no-repeat;
@@ -3668,7 +3668,7 @@ body,
content: "";
height: 100%;
width: 100%;
background: url(assets/img/map.svg);
background: url('../img/map.svg');
background-repeat: no-repeat;
background-size: contain;
background-position: center bottom;
@@ -5097,6 +5097,6 @@ footer .f-items .f-item.link li:last-child {
width: 100%;
height: 100%;
z-index: 999999;
background: url(assets/img/preloader.gif) center no-repeat #fff;
background: url('../img/preloader.gif') center no-repeat #fff;
text-align: center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#fff" fill-opacity="1" d="M0,32L40,74.7C80,117,160,203,240,202.7C320,203,400,117,480,117.3C560,117,640,203,720,229.3C800,256,880,224,960,186.7C1040,149,1120,107,1200,85.3C1280,64,1360,64,1400,64L1440,64L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#fff" fill-opacity="1" d="M0,192L26.7,202.7C53.3,213,107,235,160,245.3C213.3,256,267,256,320,250.7C373.3,245,427,235,480,208C533.3,181,587,139,640,133.3C693.3,128,747,160,800,186.7C853.3,213,907,235,960,250.7C1013.3,267,1067,277,1120,261.3C1173.3,245,1227,203,1280,192C1333.3,181,1387,203,1413,213.3L1440,224L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"></path></svg>

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#ffffff" fill-opacity="1" d="M0,128L60,154.7C120,181,240,235,360,234.7C480,235,600,181,720,186.7C840,192,960,256,1080,250.7C1200,245,1320,171,1380,133.3L1440,96L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#ffffff" fill-opacity="1" d="M0,160L48,149.3C96,139,192,117,288,138.7C384,160,480,224,576,218.7C672,213,768,139,864,90.7C960,43,1056,21,1152,32C1248,43,1344,85,1392,106.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>

After

Width:  |  Height:  |  Size: 453 B