-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36c95fa
commit 2612fb7
Showing
1 changed file
with
3 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,42 +20,6 @@ | |
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href="style.css"> | ||
<style> | ||
.scroll-button { | ||
position: fixed; | ||
right: 20px; | ||
bottom: 20px; /* Adjust for positioning */ | ||
padding: 10px 15px; | ||
background-color: #007BFF; | ||
color: white; | ||
border: none; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
z-index: 1000; | ||
} | ||
|
||
.scroll-button:hover { | ||
background-color: #0056b3; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="navbar"> | ||
<img src="images/logo.png" class="logo" alt="Logo"> | ||
<span class="website-name">Collect your GamingTools</span> | ||
<nav> | ||
<ul id="menuList"> | ||
<li><a href="#">Game Controllers</a></li> | ||
<li><a href="#">VR Accessories</a></li> | ||
<li><a href="#">Media Remotes</a></li> | ||
<li><a href="#">Others</a></li> | ||
<li class="login"><a href="login/login.html">Login</a></li> | ||
</ul> | ||
</nav> | ||
<img src="images/menu.png" class="menu-icon" onclick="toggleMenu()"> | ||
</div> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" | ||
integrity="sha384-k6RqeWeci5ZR/Lv4MR0sA0FfDOMhZj7z9qvhs8kcJ6D6t3h7jsKK4Gk16+/D57g" crossorigin="anonymous"> | ||
|
||
|
@@ -167,6 +131,7 @@ <h2 class="h2">Sign up for exclusive offers & updates</h2> | |
|
||
<!-- Pop up HTML Ends here --> | ||
|
||
|
||
<!-- PS4 Controller Section --> | ||
|
||
<div class="row" id="controller"> | ||
|
@@ -757,7 +722,7 @@ <h2>Feedback Form</h2> | |
</div> | ||
|
||
</footer> | ||
<button id="scrollToTop" class="scroll-button">Scroll to Top</button> | ||
|
||
<!-- SIDEBAR --> | ||
|
||
<div class="social-sidebar"> | ||
|
@@ -816,14 +781,7 @@ <h2>Feedback Form</h2> | |
<script src="popup/popup.js"></script> | ||
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> | ||
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> | ||
<script> | ||
document.getElementById('scrollToTop').onclick = function() { | ||
window.scrollTo({ | ||
top: 0, | ||
behavior: 'smooth' | ||
}); | ||
}; | ||
</script> | ||
|
||
<script> | ||
window.embeddedChatbotConfig = { | ||
chatbotId: "awMKW3zFwW7jzUNsN4Q8O", | ||
|
@@ -843,7 +801,6 @@ <h2>Feedback Form</h2> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.6/lottie.min.js"></script> | ||
<script src="./Loader/Loader.js"></script> | ||
|
||
|
||
</script> | ||
</div> | ||
|
||
|