Skip to content

Commit

Permalink
UI FIX & Laravel 8 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Loydtafireyi committed Jan 20, 2021
1 parent dcc7024 commit ecdb909
Show file tree
Hide file tree
Showing 19 changed files with 590 additions and 64 deletions.
290 changes: 261 additions & 29 deletions public/frontend/css/all.css

Large diffs are not rendered by default.

290 changes: 261 additions & 29 deletions public/frontend/css/style.css

Large diffs are not rendered by default.

Binary file added public/frontend/img/background.webp
Binary file not shown.
Binary file added public/frontend/img/icons/down-arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions public/frontend/img/icons/down-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/frontend/img/icons/down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/frontend/img/image-loader.svg
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/frontend/img/no-image.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 added public/frontend/img/paynow.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 added public/frontend/img/services/bg-masthead.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 added public/frontend/img/services/bg-showcase-1.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 added public/frontend/img/services/bg-showcase-2.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 added public/frontend/img/services/bg-showcase-3.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 added public/frontend/img/services/testimonials-1.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 added public/frontend/img/services/testimonials-2.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 added public/frontend/img/services/testimonials-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions public/frontend/js/all.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/frontend/js/jquery-3.5.1.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions public/frontend/js/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* =================================
------------------------------------
Zimcart | eCommerce Web App
Divisima | eCommerce Template
Version: 1.0
------------------------------------
====================================*/

Expand Down Expand Up @@ -68,9 +69,9 @@ $(window).on('load', function() {
hero_s.owlCarousel({
loop: true,
margin: 0,
nav: true,
nav: false,
items: 1,
dots: true,
dots: false,
animateOut: 'fadeOut',
animateIn: 'fadeIn',
navText: ['<i class="flaticon-left-arrow-1"></i>', '<i class="flaticon-right-arrow-1"></i>'],
Expand Down

0 comments on commit ecdb909

Please sign in to comment.