-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into about/aadhi
- Loading branch information
Showing
13 changed files
with
366 additions
and
47 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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -23,6 +23,10 @@ | |
<li><a href="#keyboard">Gaming Keyboard</a></li> | ||
<li><a href="#others">Others</a></li> | ||
<li class="login"><a href="login/login.html">Login</a></li> | ||
<label class="switch"> | ||
<input type="checkbox" id="theme-toggle" onchange="toggleTheme()"> | ||
<span class="slider"></span> | ||
</label> | ||
</ul> | ||
</nav> | ||
|
||
|
@@ -34,6 +38,10 @@ | |
|
||
<img src="images/menu.png" class="menu-icon" onclick="toggleMenu()"> | ||
</div> | ||
<label class="switch"> | ||
<input type="checkbox" id="theme-toggle" onchange="toggleTheme()"> | ||
<span class="slider"></span> | ||
</label> | ||
|
||
<section class="hero"> | ||
<div class="overlay"></div> | ||
|
@@ -322,6 +330,37 @@ <h3>Ergonomic Gaming Chair</h3> | |
</div> | ||
</div> | ||
</div> | ||
<section id="contact us"> | ||
|
||
<div class="card pb-5 pt-1"> | ||
<div class="card-header"> | ||
<h2>Contact Us</h2> | ||
</div> | ||
<div class="card-body"> | ||
<div class="form-section"> | ||
<form> | ||
<div class="form-group"> | ||
<label for="name">Name</label> | ||
<input type="text" id="name" name="name" placeholder="Your name"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="email">Email</label> | ||
<input type="email" id="email" name="email" placeholder="Your email"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="message">Message</label> | ||
<textarea id="message" name="message" placeholder="Your message"></textarea> | ||
</div> | ||
<button type="submit">Send</button> | ||
</form> | ||
</div> | ||
<div class="image-section"> | ||
<img src="images/7725176.jpg" alt="Contact Image"style="max-width: 80%; height: auto; max-height: 500px;"> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<div class="footer-content"> | ||
<div class="footer-section about"> | ||
|
@@ -337,10 +376,11 @@ <h2 class="logo-text">Collect your GamingTools</h2> | |
<span><i class="fas fa-envelope"></i> [email protected]</span> | ||
</div> | ||
<div class="socials"> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-instagram"></i></a> | ||
<a href="#" ><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="#"><i class="fab fa-youtube"></i></a> | ||
<!-- Added classes to the <a> tags to add the Hover animations --> | ||
<a class="facebook" href="#"><i class="fab fa-facebook"></i></a> | ||
<a class="instagram" href="#"><i class="fab fa-instagram"></i></a> | ||
<a class="twitter" href="#" ><i class="fa-brands fa-x-twitter"></i></a> | ||
<a class="youtube" href="#"><i class="fab fa-youtube"></i></a> | ||
</div> | ||
</div> | ||
<div class="footer-section links"> | ||
|
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
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
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
Oops, something went wrong.