Skip to content

Commit

Permalink
Merge pull request #96 from YadavAkhileshh/main
Browse files Browse the repository at this point in the history
Website Footer Updates
  • Loading branch information
swaraj-das authored Oct 7, 2024
2 parents 35004d7 + 94fc5da commit bd50257
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 147 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
*.json text eol=lf
86 changes: 44 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Collect your GamingTools</title>
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>

Expand Down Expand Up @@ -258,52 +260,52 @@ <h3>Ergonomic Gaming Chair</h3>
</div>
</div>
</div>

<footer>
<div class="footer-container">
<div class="footer-content">
<div class="footer-section">
<div class="logo-name">
<img src="images/logo.png" alt="Logo" />
<h4>Collect your GamingTools</h4>
</div>
<p>
Collect your GamingTools is your one-stop shop for the best gaming
accessories. We provide a wide range of controllers, VR
accessories, media remotes, and more.
</p>
</div>
<div class="footer-section">
<h4>Contact Us</h4>
<p class="contact">Email: [email protected]</p>
<p class="contact">Phone: +123 456 7890</p>
<h4>Our Address</h4>
<p>Park Street, Kolkata - 700001</p>
<p>West Bengal, India</p>
</div>
<div class="footer-section">
<h4 class="follow">Follow Us on</h4>
<div class="social-links">
<a href="https://www.facebook.com/" target="_blank">
<ion-icon name="logo-facebook"></ion-icon>
</a>
<a href="https://www.twitter.com/" target="_blank">
<ion-icon name="logo-twitter"></ion-icon>
</a>
<a href="https://www.instagram.com/" target="_blank" class="instagram-link">
<ion-icon name="logo-instagram" class="instagram-icon"></ion-icon>
</a>
<a href="https://pk.linkedin.com/" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</div>
<footer class="footer">
<div class="footer-content">
<div class="footer-section about">
<div class="logo-container">
<img src="images/logo.png" alt="GamingTools Logo" class="footer-logo">
<h2 class="logo-text">Collect your GamingTools</h2>
</div>
<p class="about-text">
Your one-stop shop for premium gaming accessories. Elevate your gaming experience with our curated selection of controllers, VR gear, and more.
</p>
<div class="contact">
<span><i class="fas fa-phone"></i> &nbsp; 123-456-789</span>
<span><i class="fas fa-envelope"></i> &nbsp; [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="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2024 Collect your GamingTools - All rights reserved.</p>
<p>Made by Swaraj &#128512;</p>
<div class="footer-section links">
<h2>Quick Links</h2>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="footer-section contact-form">
<h2>Contact Us</h2>
<form action="#" method="post">
<input type="email" name="email" class="text-input contact-input" placeholder="Your email address...">
<textarea name="message" class="text-input contact-input" placeholder="Your message..."></textarea>
<button type="submit" class="btn btn-big contact-btn">
<i class="fas fa-envelope"></i>
Send
</button>
</form>
</div>
</div>
<div class="footer-bottom">
&copy; 2024 GamingTools | Designed by Swaraj
</div>

</footer>

Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 33 additions & 33 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# Pull Request Format
## PR Title
### Issue #0 : **ISSUE NAME** solved

## Type of PR
- **Add X in the box to specify the improvement type.**
- [X] Bug fix
- [ ] Feature enhancement
- [ ] Documentation update
- [ ] Other (specify): ___________


## Description
This pull request aims to [briefly describe what the pull request does, e.g., "add a new feature," "fix a bug," "improve documentation," etc.].

## Screenshots / Videos (if applicable)
**Before:**
- [Describe the state before the changes, e.g., "The section headings in the footer were misaligned, leading to an inconsistent and cluttered appearance."]

**After:**
- [Describe the state after the changes, e.g., "The section headings in the footer are now properly aligned, providing a clean and professional look."]

## Checklist
- **Add X in the box to specify.**
- [X] I have performed a self-review of my code.
- [ ] I have tested the changes thoroughly before submitting this pull request.
- [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes.
- [ ] I have commented my code, particularly in hard-to-understand areas.

### Additional Context
[Provide any additional context about the changes, such as specific challenges you faced or decisions you made. This can help reviewers understand the rationale behind your changes.]

Thank you for reviewing my pull request!
# Pull Request Format
## PR Title
### Issue #0 : **ISSUE NAME** solved

## Type of PR
- **Add X in the box to specify the improvement type.**
- [X] Bug fix
- [ ] Feature enhancement
- [ ] Documentation update
- [ ] Other (specify): ___________


## Description
This pull request aims to [briefly describe what the pull request does, e.g., "add a new feature," "fix a bug," "improve documentation," etc.].

## Screenshots / Videos (if applicable)
**Before:**
- [Describe the state before the changes, e.g., "The section headings in the footer were misaligned, leading to an inconsistent and cluttered appearance."]

**After:**
- [Describe the state after the changes, e.g., "The section headings in the footer are now properly aligned, providing a clean and professional look."]

## Checklist
- **Add X in the box to specify.**
- [X] I have performed a self-review of my code.
- [ ] I have tested the changes thoroughly before submitting this pull request.
- [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes.
- [ ] I have commented my code, particularly in hard-to-understand areas.

### Additional Context
[Provide any additional context about the changes, such as specific challenges you faced or decisions you made. This can help reviewers understand the rationale behind your changes.]

Thank you for reviewing my pull request!
Loading

0 comments on commit bd50257

Please sign in to comment.