Skip to content

Commit

Permalink
Merge pull request #297 from nidhi8404/index
Browse files Browse the repository at this point in the history
Added Landing Page.
  • Loading branch information
avinash201199 authored Oct 29, 2024
2 parents 65f77e0 + 4eefa95 commit 3a1efb9
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 3 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@ Happy Submissions :slightly_smiling_face:

Your feedback is valuable! Thank you for contributing to the growth of the Portfolio-Collection repository. Happy rating! 🌈✨

Got it! Here’s a concise section for that:

# Contribute Your Portfolio 🌟

1. **Add Your Portfolio Folder:**
Place your portfolio files in a new folder within the repository, naming it after yourself (e.g., `YourName-Portfolio`).

2. **Update `index.html`:**
After adding your portfolio, update the `index.html` file in the `.portfolio-grid` section:
```html
<a href="./YourName-Portfolio/index.html" class="portfolio-box" target="_blank">
Your Name
</a>
```
Replace `"YourName-Portfolio/index.html"` with the path to your main HTML file.

Thank you for adding to the Portfolio-Collection! 🎉


<h2 align="center">Contribution Guidelines🏗</h2>

Expand Down
Loading

0 comments on commit 3a1efb9

Please sign in to comment.