Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Adding Chatbot and home icon to every Page" #534

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5502
"liveServer.settings.port": 5501
}
Binary file removed assets/images/Designer.jpeg
Binary file not shown.
103 changes: 0 additions & 103 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,6 @@
left: 15%;
position: relative;
}

.cursor-trail-container {
width: 100%;
height: 100vh;
}

.settings{
top: -33px;
}
Expand Down Expand Up @@ -405,102 +399,6 @@
<a href="./pages/game.html" target="_blank">Let's Go</a>
</button>
</ul>
</div>
<div class="stars">
<label for="star-1" class="star-1">&#9733;</label>
<label for="star-2" class="star-2">&#9733;</label>
<label for="star-3" class="star-3">&#9733;</label>
<label for="star-4" class="star-4">&#9733;</label>
<label for="star-5" class="star-5">&#9733;</label>
</div>
</div>
<div class="footer">
<span class="text"></span>
<span class="numb"></span>
</div>
</div>

<div class="cursor-trail-container">
<div class="circle circle-1"></div>
<div class="circle circle-2"></div>
<div class="circle circle-3"></div>
<div class="circle circle-4"></div>
</div>

<script>
// JavaScript as provided in the original code
const circles = document.querySelectorAll('.circle');
let x = 0;
let y = 0;
const animateCircles = (event) => {
x = event.clientX;
y = event.clientY;
circles.forEach((circle, index) => {
circle.style.left = `${x}px`;
circle.style.top = `${y}px`;
circle.style.transform = `scale(${(index + 1) / circles.length})`;
circle.style.transitionDelay = `${index * 0.1}s`;
});
};
window.addEventListener('mousemove', animateCircles);
</script>

<nav>
<div class="logo">Logo</div>
<div class="menu">
<ul>
<li><a href="./">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>

<video src="path/to/video.mp4" autoplay muted loop></video>
<audio src="path/to/audio.mp3" autoplay></audio>
<div class="sub">
<h5>Feedback Form</h5>
<span class="close-button" onclick="closeForm()">&times;</span>
</div>
<div class="wrapper">
<input type="radio" name="rate" id="star-1" />
<input type="radio" name="rate" id="star-2" />
<input type="radio" name="rate" id="star-3" />
<input type="radio" name="rate" id="star-4" />
<input type="radio" name="rate" id="star-5" />
<div class="content">
<div class="outer">
<div class="emojis">
<li class="slideImg">
<img src="./assets/images/emojis/emoji-1.png" alt="" />
</li>
<li>
<img src="./assets/images/emojis/emoji-2.png" alt="" />
</li>
<li>
<img src="./assets/images/emojis/emoji-3.png" alt="" />
</li>
<li>
<img src="./assets/images/emojis/emoji-4.png" alt="" />
</li>
<li>
<img src="./assets/images/emojis/emoji-5.png" alt="" />
</li>
</div>
</div>
<div class="stars">
<label for="star-1" class="star-1 fas fa-star"></label>
<label for="star-2" class="star-2 fas fa-star"></label>
<label for="star-3" class="star-3 fas fa-star"></label>
<label for="star-4" class="star-4 fas fa-star"></label>
<label for="star-5" class="star-5 fas fa-star"></label>
</div>
</div>
<div class="footer">
<span class="text"></span>
<span class="numb"></span>
</div>
</div>
<div class="hamburger">
<i class="fas fa-bars"></i>
</div>
Expand Down Expand Up @@ -790,6 +688,5 @@ <h3 class="instructions-heading">Instructions</h3>
</body>

<script src="https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js"></script>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>

</html>
5 changes: 1 addition & 4 deletions pages/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@

<div class="center">
<img src="../assets/images/404pic.png" alt="404 pic" class="pic" />
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 10px; left: 10px; height: 90px; width: 90px; margin: 0;">
</a>
<button class="btn"><a href="../index.html">Home</a></button>
</div>
<div class="circle-container">
<div class="circle"></div>
Expand Down Expand Up @@ -161,7 +159,6 @@
});

</script>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>
</body>
</html>

21 changes: 15 additions & 6 deletions pages/FAQs.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,23 @@ <h1><img src="../assets/images/icon-star.svg" />FAQs</h1>
</p>
</details>
</div>

<button style="
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;

">
<a href="../index.html" style="color: white;text-decoration: none;">Home</a>
</button>
</div>




<script src="../js/FAQs.js"></script>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 10px; left: 10px; height: 90px; width: 90px; margin: 0;">
</a>
</div>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>

</body>

</html>
8 changes: 1 addition & 7 deletions pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1>🕹️ About Us 🕹️ </h1>

</p>
</section>

<section class="functionalities">
<h2>History and Origin📓:</h2>
<div class="content">
Expand Down Expand Up @@ -200,12 +200,6 @@ <h2>How to Play🎮</h2>
<a href="https://discord.gg/2HTCFrSvPB" target="_blank"><i class="fab fa-discord"></i></a>
</div>
</div>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 85px; left: 10px; height: 100px; width: 100px; margin: 0;">
</a>
</div>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>
</body>

</html>
7 changes: 1 addition & 6 deletions pages/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

.form h1 {
margin-top: 40px;
margin-top: 60px;

}
.circle {
Expand Down Expand Up @@ -214,11 +214,6 @@ <h1 class="heading">
});

</script>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 80px; left: 10px; height: 90px; width: 90px; margin: 0;">
</a>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>
</body>

</html>
8 changes: 3 additions & 5 deletions pages/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,12 @@
<div id="win-overlay" class="overlay">
<!-- Overlay content -->
<div class="overlay-content">
<a href="../index.html">Go Back to Home</a>
<a href="../pages/game.html">Play Again</a>
</div>
</div>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 25px; left: 10px; height: 100px; width: 100px; margin: 0;">
</a>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>


</body>

</html>
Expand Down
8 changes: 3 additions & 5 deletions pages/howtoplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,11 @@ <h1 style="font-size: 39px;">How to Play ?</h1>
<source src="../assets/videos/Dot Box Tutorial.mp4" type="video/mp4">
</video>
</div>

<a href="../index.html" class="back-btn">Back to Home</a>
</div>
</div>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 60px; left: 10px; height: 90px; width: 90px; margin: 0;">
</a>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>

</body>

</html>
7 changes: 2 additions & 5 deletions pages/licensing.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,10 @@ <h2 class="section-title">MIT License</h2>
</pre>
</p>
</section>

<a href="../index.html" class="back-btn">Back to Home</a>
</main>
</div>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 10px; left: 10px; height: 90px; width: 90px; margin: 0;">
</a>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>
</body>

</html>
7 changes: 2 additions & 5 deletions pages/privacypolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,13 @@ <h2 class="section-title">Contact Us</h2>
<p class="list-item">By email: [email protected]</p>

</section>
<a href="../index.html" class="back-btn">Back to Home</a>
</main>
</div>

</div>
</div>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 10px; left: 10px; height: 90px; width: 90px; margin: 0;">
</a>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>

</body>

</html>
7 changes: 2 additions & 5 deletions pages/termsofservice.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,14 @@ <h2 class="section-title">Changes to These Terms</h2>
<h2 class="section-title">Contact Information</h2>
<p class="section-content">If you have any questions about these Terms and Conditions, please contact us
at [email protected].</p>
<a href="../index.html" class="back-btn">Back to Home</a>
</section>
</main>
</div>

</div>
</div>
<div class="center">
<a href="../index.html">
<img src="../assets/images/Designer.jpeg" style="position: absolute; top: 10px; left: 10px; height: 90px; width: 90px; margin: 0;">
</a>
<script src="//code.tidio.co/fdylvmddtyb7vzsk5frdt3ncrk6cwobs.js" async></script>

</body>

</html>
Loading