From 46ed462339e55125e3d657db916b5060fdf2c042 Mon Sep 17 00:00:00 2001 From: ananthvijay Date: Wed, 25 Jan 2023 19:01:39 +0530 Subject: [PATCH] Home page and shopping-cart --- dist/Js/footer.js | 342 ++++++++++++++++++++- dist/Js/navbar.js | 12 +- dist/css/main.css | 215 +++++++------ dist/html/pages/index.html | 593 ++++++++++++++++++++++++++++++++++-- styles/base/_utilities.scss | 175 ++++++----- styles/style.css | 302 +++++++++++++++++- styles/style.css.map | 2 +- styles/style.scss | 174 +++++++---- 8 files changed, 1560 insertions(+), 255 deletions(-) diff --git a/dist/Js/footer.js b/dist/Js/footer.js index 519bed1..b6621bf 100644 --- a/dist/Js/footer.js +++ b/dist/Js/footer.js @@ -1,6 +1,338 @@ -$(document).ready(function () { - // Footer Js - let footerHtml = ``; +$(document).ready(function() { + // Footer Js + let footerHtml = ``; + + $("#footer-head").html(footerHtml); +}); \ No newline at end of file diff --git a/dist/Js/navbar.js b/dist/Js/navbar.js index 02e652e..d410862 100644 --- a/dist/Js/navbar.js +++ b/dist/Js/navbar.js @@ -1,8 +1,8 @@ -$(document).ready(function () { +$(document).ready(function() { let navbarHtml = `