Skip to content

Commit

Permalink
Merge pull request #892 from khushi-joshi-05/main
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
GarimaSingh0109 authored Oct 27, 2024
2 parents 133cbba + 3fc598f commit 947607a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,9 @@ <h3>Emily Johnson</h3>

<!-- Footer -->
<footer class="footer">
<div class="footer-content">


<div class="footer-content">
<div class="footer-section">
<h3>About Us</h3>
<ul>
Expand Down Expand Up @@ -1005,12 +1007,13 @@ <h3>Support</h3>
<div class="footer-section">
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a>
<a href="https://x.com/?lang=en"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a>
</div>
</div>

</div>
<div class="footer-bottom">
<p>&copy; 2024 Resume Builder. All rights reserved.</p>
Expand Down
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,31 @@ The website consists of the following key sections:
├── styles.css # Custom CSS styles (inlined in HTML)
```

### Developer Setup 🛠️
For developers who want to contribute:

1. Clone the repository:
```bash
git clone https://github.com/your-username/linkedin-resume-builder.git
cd linkedin-resume-builder
```
2. Install necessary dependencies (if using Node.js, Python, etc.).

3. Run the development server:
```bash
npm start # Or appropriate command
```

---
### Contributing 🤝
Contributions are welcome! Here’s how to get started:

1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature-name`.
3. Make your changes and commit them.
4. Push to the branch: `git push origin feature/your-feature-name`.
5. Open a pull request with a detailed description.


## Usage 📄

Expand Down

0 comments on commit 947607a

Please sign in to comment.