gurl_o/themes/gurlushyk/pages/index.htm

252 lines
6.7 KiB
HTML
Raw Normal View History

2023-10-03 12:00:10 +00:00
title = "Esasy sahypa"
2023-07-23 05:57:06 +00:00
url = "/"
layout = "default"
2023-10-03 12:00:10 +00:00
description = "Home page description"
2023-07-23 05:57:06 +00:00
is_hidden = 0
2023-10-22 13:08:31 +00:00
robot_index = "index"
robot_follow = "follow"
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
[builderList]
modelClass = "TPS\Birzha\Models\SliderApp"
scope = "scopeMainSlider"
scopeValue = "{{ :scope }}"
displayColumn = "img"
noRecordsMessage = "No records found"
detailsPage = "-"
detailsUrlParameter = "id"
pageNumber = "{{ :page }}"
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
[builderList builderList2]
modelClass = "TPS\Birzha\Models\SliderApp"
scope = "scopeSlider2Type"
scopeValue = "{{ :scope }}"
displayColumn = "img"
noRecordsMessage = "No records found"
detailsPage = "-"
detailsUrlParameter = "id"
pageNumber = "{{ :page }}"
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
[builderList builderList4]
modelClass = "TPS\Birzha\Models\Category"
scope = "scopeActiveAndParent"
scopeValue = "{{ :scope }}"
displayColumn = "name"
noRecordsMessage = "No records found"
detailsPage = "-"
detailsKeyColumn = "slug"
detailsUrlParameter = "slug"
pageNumber = "{{ :page }}"
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
[builderList builderList5]
modelClass = "RainLab\User\Models\User"
scope = "scopeIsFeatured"
scopeValue = "{{ :scope }}"
displayColumn = "name"
noRecordsMessage = "No records found"
detailsPage = "-"
detailsUrlParameter = "id"
2023-07-23 05:57:06 +00:00
pageNumber = "{{ :page }}"
2023-10-03 12:00:10 +00:00
[session]
security = "all"
2023-10-04 07:17:11 +00:00
redirect = "index"
2023-10-22 13:08:31 +00:00
[singleoffer]
productSlug = "{{ :slug }}"
offerId = "{{ :id }}"
2023-07-23 05:57:06 +00:00
==
2023-11-02 18:22:38 +00:00
{% put styles %}
<style>
.nav-brand {
width: 180px;
height: 100%;
}
.my-account-content {
position: relative;
z-index: 1;
padding: 30px;
background-color: #f8f8ff;
border-radius: 6px;
border: 1px solid #b2b2b2;
}
@media (max-width: 1200px) {
.single_slide {
height: 230px;
}
.shop_by_catagory_area.section_padding_100 {
padding: 40px 0 !important;
}
}
@media (max-width: 900px) {
.single_slide {
height: 170px;
}
}
@media (max-width: 800px) {
.single_slide {
height: 150px;
}
.owl-nav {
display: none;
}
}
@media (max-width: 600px) {
.single_slide {
height: 130px !important;
}
.nav-brand {
width: 140px;
}
.classy-nav-container.breakpoint-on {
right: 43%;
}
}
@media (max-width: 480px) {
.welSlideTwo .owl-dots {
bottom: -20px;
}
.classy-nav-container.breakpoint-on {
right: 40%;
}
}
@media (max-width: 380px) {
.nav-brand {
width: 100px;
}
}
</style>
{% endput %}
2023-10-03 12:00:10 +00:00
{% set sliders = builderList.records %}
{% set brandSliders = builderList2.records %}
{% set categories = builderList4.records %}
{% set users = builderList5.records %}
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
{% set displayColumn = builderList.displayColumn %}
{% set noRecordsMessage = builderList.noRecordsMessage %}
{% set detailsPage = builderList.detailsPage %}
{% set detailsKeyColumn = builderList.detailsKeyColumn %}
{% set detailsUrlParameter = builderList.detailsUrlParameter %}
2023-07-23 05:57:06 +00:00
2023-10-04 07:17:11 +00:00
2023-10-12 20:59:00 +00:00
<section class="welcome_area" style="background: ghostwhite;padding-top: 20px;">
2023-10-03 12:00:10 +00:00
2023-10-22 13:08:31 +00:00
<div class="welSlideTwo owl-carousel customCarousel">
2023-10-03 12:00:10 +00:00
<!-- Single Slide -->
{% for slider in sliders %}
2023-10-22 13:08:31 +00:00
<div class="single_slide home-3 bg-img" >
<div style="border: 0.3px solid #d5d5d5;border-radius: 10px;">
<img src="{{ slider.img|media }}">
2023-10-03 12:00:10 +00:00
</div>
2023-07-23 05:57:06 +00:00
</div>
2023-10-03 12:00:10 +00:00
{% endfor %}
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
</div>
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
</section>
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
<!-- Shop Catagory Area -->
2023-10-22 13:08:31 +00:00
<div class="shop_by_catagory_area section_padding_50" style="padding-bottom: 70px;padding-top: 70px;">
2023-10-03 12:00:10 +00:00
<div class="container">
2023-10-12 20:59:00 +00:00
<!-- <div class="row">
<div class="col-12">
<div class="section-heading mb-50">
<h5>Kategoriýalar</h5>
</div>
</div>
</div> -->
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
<div class="row">
<div class="col-12">
2023-11-02 18:22:38 +00:00
<div class="shop_by_catagory_slides2 owl-carousel">
2023-10-03 12:00:10 +00:00
<!-- Single Slide -->
2023-10-03 12:25:48 +00:00
2023-10-03 12:00:10 +00:00
{% for category in categories %}
<div class="single_catagory_slide">
2023-10-12 20:59:00 +00:00
<a href="{{ 'category-profile'|page({categorySlug: category.slug}) }}">
2023-10-15 20:26:14 +00:00
<img src="{{ category.icon|media|resize(127, 127, { mode: 'crop' }) }}" alt="Gurluşyk, Gurluşyk platform, bezeg gurluşyk, gipsler merkezi, {{ category.name }}">
2023-07-23 05:57:06 +00:00
</a>
2023-10-03 12:00:10 +00:00
<p>{{ category.name }}</p>
2023-07-23 05:57:06 +00:00
</div>
2023-10-03 12:00:10 +00:00
{% endfor %}
2023-10-03 12:25:48 +00:00
2023-10-03 12:00:10 +00:00
</div>
</div>
</div>
</div>
</div>
<!-- Shop Catagory Area -->
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
2023-10-03 12:25:48 +00:00
2023-10-15 20:26:14 +00:00
<!-- Mini slider area-->
<section class="offer_area">
<div class="single-mega cn-col-2 container">
<div class="gurl_slider">
<div class="megamenu-slides owl-carousel">
{% for brandSlider in brandSliders %}
2023-10-22 13:08:31 +00:00
<img src="{{ brandSlider.img|media|resize(950) }}" alt="Gurluşyk, Gurluşyk Platforma, Bezeg, Gipsler merkezi" style="height: 300px;">
2023-10-15 20:26:14 +00:00
{% endfor %}
</div>
</div>
2023-07-23 05:57:06 +00:00
</div>
2023-10-15 20:26:14 +00:00
</section>
<!-- Mini slider area-->
2023-10-03 12:00:10 +00:00
<!-- Brands Area -->
2023-10-15 20:26:14 +00:00
<section class="catagories_area home-3 mt-5 section_padding_70_70">
2023-10-03 12:00:10 +00:00
<div class="container">
2023-10-22 13:08:31 +00:00
<div class="row justify-content-start">
2023-10-03 12:25:48 +00:00
2023-10-03 12:00:10 +00:00
{% for user in users %}
2023-10-03 12:25:48 +00:00
2023-10-22 13:08:31 +00:00
<div class="col-6 col-sm-6 col-md-4 col-lg-4 mt-4">
2023-10-12 20:59:00 +00:00
<a href="{{ 'user-profile'|page({id: user.id}) }}">
<div class="userBannerBg">
<div class="single_catagory">
<img src="{{ user.banner|media|resize( 950, 535, {mode: 'crop'} )}}" alt="Gurluşyk, Gurluşyk Platforma, Bezeg, Gipsler merkezi, {{ user.shop_title }}, {{ user.name }}">
</div>
<div class="userBannerTitle">
{{ user.shop_title }}
</div>
</div>
</a>
2023-10-03 12:00:10 +00:00
</div>
2023-10-03 12:25:48 +00:00
2023-10-03 12:00:10 +00:00
{% endfor %}
2023-07-23 05:57:06 +00:00
</div>
</div>
</section>
2023-10-03 12:00:10 +00:00
<!-- Brands Area -->
2023-10-25 16:09:40 +00:00
{% partial "home/vip-section" type="vip" header="home.VipHarytlar"|_ %}
2023-10-12 20:59:00 +00:00
{% partial "home/parallax" %}
2023-10-25 16:09:40 +00:00
{% partial "home/vip-section" type="new" header="home.TazeHarytlar"|_ %}