Skip to content

Commit

Permalink
Your commit message here
Browse files Browse the repository at this point in the history
  • Loading branch information
EslamPy committed Nov 4, 2023
1 parent 39ffcdd commit 12ad492
Show file tree
Hide file tree
Showing 20 changed files with 290 additions and 836 deletions.
35 changes: 24 additions & 11 deletions public/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*
Template Name: Fruitkha - Responsive Bootstrap4 Shop Template
Template URI:
Description: Bootstrap template for fruits or any other kind of shop
Author: Imran Hossain
Author URI: https://imransdesign.com/
Version: 1.0
*/
/* -----------------------------------------------------------------------------
# Base - Genral & Typography
# Base - Genral
----------------------------------------------------------------------------- */
html {
Expand Down Expand Up @@ -449,6 +441,7 @@ a.boxed-btn, a.bordered-btn, a.cart-btn {
font-size: 40px;
position: relative;
padding-bottom: 15px;
text-align: center;
}

.section-title h3:after {
Expand Down Expand Up @@ -940,8 +933,28 @@ a.mobile-show {
.logo-carousel-section {
background-color: #f5f5f5;
padding: 50px 0;
position: relative;
overflow: hidden;
}

.logo-carousel-inner {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
margin: 0;
padding: 0;
}

.single-logo-item {
flex: 0 0 auto;
max-width: 100%;
padding: 0 15px;
box-sizing: border-box;
}



ul {
margin: 0px;
padding: 0px;
Expand Down Expand Up @@ -989,7 +1002,7 @@ background-position: 100% 100%;
margin-bottom: 30px;
}
.footer-logo img {
max-width: 200px;
max-width: 150px;
margin-left: 34px;
}
.footer-text p {
Expand Down Expand Up @@ -2018,7 +2031,7 @@ span.comment-date {

.cart-banner .image-column .price-box {
position: absolute;
left: 45%;
left: 19%;
top: -30px;
width: 110px;
height: 110px;
Expand Down
30 changes: 29 additions & 1 deletion public/assets/css/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
/*Template Name: Fruitkha - Responsive Bootstrap4 Shop TemplateTemplate URI: Description: Bootstrap template for fruits or any other kind of shopAuthor: Imran HossainAuthor URI: https://imransdesign.com/Version: 1.0*/// Base@import "base/variables";@import "base/mixins";@import "base/typography";// Common@import "common/common";@import "common/header";@import "common/footer";@import "common/hover";// Sections@import "sections/hero";@import "sections/list";@import "sections/news";@import "sections/cart-banner";@import "sections/testimonials";@import "sections/about";@import "sections/shop-banner";// Pages@import "pages/about";@import "pages/contact";@import "pages/shop";@import "pages/404";


// Base
@import "base/variables";
@import "base/mixins";
@import "base/typography";


// Common
@import "common/common";
@import "common/header";
@import "common/footer";
@import "common/hover";

// Sections
@import "sections/hero";
@import "sections/list";
@import "sections/news";
@import "sections/cart-banner";
@import "sections/testimonials";
@import "sections/about";
@import "sections/shop-banner";


// Pages
@import "pages/about";
@import "pages/contact";
@import "pages/shop";
@import "pages/404";
Binary file added public/assets/img/Project-images/Chair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/Project-images/Msi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/Project-images/SSD.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/Project-images/Slider1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/img/Project-images/Table.jpg
Binary file not shown.
Binary file added public/assets/img/Project-images/Table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 14 additions & 17 deletions public/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,24 @@
});

// logo carousel
$(".logo-carousel-inner").owlCarousel({
$('.logo-carousel-inner').owlCarousel({
items: 4,
loop: true,
margin: 20,
autoplay: true,
margin: 30,
responsive:{
0:{
items:1,
nav:false
},
600:{
items:3,
nav:false
},
1000:{
items:4,
nav:false,
loop:true
}
autoplayTimeout: 3000,
responsive: {
0: {
items: 1
},
768: {
items: 2
},
992: {
items: 4
}
}
});
});

// Function to get the dynamic countdown date from an API or other source
function getDynamicCountdownDate() {
Expand Down
24 changes: 0 additions & 24 deletions public/help-documentation/IMD-License.txt

This file was deleted.

Loading

0 comments on commit 12ad492

Please sign in to comment.