Skip to content

Commit

Permalink
Merge pull request #925 from Devesh-Daku/deves_.ddaku
Browse files Browse the repository at this point in the history
Deves .ddaku
  • Loading branch information
codervivek5 authored Dec 11, 2023
2 parents 6ecf492 + 2752b04 commit 97e92e3
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Cart/Cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>My Cart</h1>
rootEl: document.getElementById("alan-btn"),
});
</script>
<link rel="stylesheet" href="cart.css">
<script src="./script.js"></script>
<link rel="stylesheet" href="./cart.css">
<script src="../script/script.js"></script>
</body>
</html>
13 changes: 9 additions & 4 deletions Pages/About Page/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./about.css"> <!-- about page css -->
<link rel="stylesheet" href="../../style.css"> <!-- global css -->
<link rel="stylesheet" href="../../style/style.css"> <!-- global css -->
<link rel="stylesheet" href="../contact/contact.css"> <!-- contact page css -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,100,1,-25" />
Expand All @@ -15,8 +15,13 @@
<script src="https://kit.fontawesome.com/4d742f1520.js" crossorigin="anonymous"></script>

<script defer src="about.js"></script> <!-- about js -->
<script defer src="../../script.js"></script> <!-- global js -->
<script defer src="../../script/script.js"></script> <!-- global js -->
<title>About | VigyBag</title>
<link rel="stylesheet" href="../../style/style.css">
<script src="../../script/script.js"></script>
<link rel="stylesheet" href="./about.css">
<script src="./about.js"></script>


</head>

Expand Down Expand Up @@ -187,8 +192,8 @@ <h2 id="about-header"><i>So, if you're looking for a complete solution for Shopp
rootEl: document.getElementById("alan-btn"),
});
</script>
<script src="./chatBot/script.js"></script>
<script src="../../script.js"></script>
<script src="../../chatBot/script.js"></script>
<script src="../../script/script.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion Pages/About Page/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ copyright.addEventListener("click", function () {
window.open("https://codervivek.live/", "_blank");
});

// Path: VigyBag/script.js
// Path: VigyBag/script/script.js

// Show Pop-Up
// Get the modal
Expand Down
6 changes: 3 additions & 3 deletions Pages/Team/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="team.css">
<!-- <link rel="stylesheet" href="../About Page/about.css"> about page css -->
<link rel="stylesheet" href="../../style.css"> <!-- global css -->
<link rel="stylesheet" href="../../style/style.css"> <!-- global css -->
<link rel="stylesheet" href="../contact/contact.css"> <!-- contact page css -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,100,1,-25" />
Expand All @@ -16,7 +16,7 @@
<script src="https://kit.fontawesome.com/4d742f1520.js" crossorigin="anonymous"></script>

<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<script defer src="../../script.js"></script> <!-- global js -->
<script defer src="../../script/script.js"></script> <!-- global js -->
<script src="team.js"></script>
<title>Team</title>

Expand Down Expand Up @@ -178,7 +178,7 @@ <h1 class="font-bold text-4xl">Meet Our Contributors💙</h1>
<a href="../index.html" target="_blank"> Home </a>
<a href="../contact/index.html" target="_blank"> Contact Us </a>
</div> -->
<script src="../../script.js"></script>
<script src="../../script/script.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion Pages/contact/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="../contact/contact.css">
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="../../style/style.css">
<script defer src="contact.js"></script>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<title>Contact</title>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion greet.html → html/greet.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Login Success</title>
<style>
html {
background-image: url("./img/pexels-tim-douglas-6567607.webp");
background-image: url("../img/pexels-tim-douglas-6567607.webp");
background-size: cover;
overflow: hidden;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- custome css links -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./style/style.css" />
<!-- global css -->
<link rel="stylesheet" href="./Pages/review/review.css" />
<link rel="stylesheet" href="./cart/css/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
src="https://kit.fontawesome.com/4d742f1520.js"
crossorigin="anonymous"
></script>
<script defer src="script.js"></script>
<script defer src="./script/script.js"></script>
<!-- icon pack -->
<!-- chatbot -->
<link rel="stylesheet" href="./chatBot/style.css" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vigybag",
"version": "1.0.0",
"description": "<div align=\"center\">\r <h1>VigyBag</h1>\r </div>",
"main": "script.js",
"main": "./script/script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
2 changes: 1 addition & 1 deletion script.js → script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ copyright.addEventListener('click', function () {
window.open('https://codervivek.live/', '_blank');
});

// Path: VigyBag/script.js
// Path: VigyBag/script/script.js

// Show Pop-Up
// Get the modal
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions see_more/see_more.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- custome css links -->
<link rel="stylesheet" href="..//style.css"> <!--global css-->
<link rel="stylesheet" href="../style/style.css"> <!--global css-->
<link rel="stylesheet" href="../style/review.css">
<link rel="stylesheet" href="../cart/css/style.css">
<link rel="stylesheet"
Expand All @@ -25,7 +25,7 @@
<link rel="icon" type="image/x-icon" href="../img/logo.webp">
<!-- fontAwsome -->
<script src="https://kit.fontawesome.com/4d742f1520.js" crossorigin="anonymous"></script>
<script defer src="script.js"></script>
<script defer src="./script.js"></script>
<!-- icon pack -->
<!-- chatbot -->
<link rel="stylesheet" href="../chatBot/style.css">
Expand Down
File renamed without changes.

0 comments on commit 97e92e3

Please sign in to comment.