https://github.com/sofidevo/portfolio-inspiration
A curation of awesome portfolio ideas for developers and designers
https://github.com/sofidevo/portfolio-inspiration
inspirante-frontend portfolio portfolio-template portfolio-template-free portfolio-website
Last synced: 5 months ago
JSON representation
A curation of awesome portfolio ideas for developers and designers
- Host: GitHub
- URL: https://github.com/sofidevo/portfolio-inspiration
- Owner: SofiDevO
- License: mit
- Created: 2023-12-11T01:49:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:25:56.000Z (7 months ago)
- Last Synced: 2024-10-24T21:34:46.792Z (7 months ago)
- Topics: inspirante-frontend, portfolio, portfolio-template, portfolio-template-free, portfolio-website
- Language: Astro
- Homepage: https://portfolio-inspiration.vercel.app/
- Size: 377 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio-inspiration
| Author | Screenshot | Live URL | Repo | Tech Stack |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | -------------------------------------------------------------- | ----------------------------- |
| SofiDev |  | [itssofi.dev](https://sofidev-portfolio-astro-delta.vercel.app/)| [Github](https://github.com/SofiDevO/sofidev-portfolio-astro) | Astro, Javascript, CSS, React |
| Sofi/GGarrux | | [Astro-portfolio](https://primer-blog-umber.vercel.app/)| [GitHub](https://github.com/SofiDevO/primer-blog) | Astro, CSS, tailwind, |
| SofiDev|  | [SofiLinks](https://allmylinks-ten.vercel.app/)| [GitHub](https://github.com/SofiDevO/allmylinks) | Astro, CSS |
| cristiansandoval22|  | [Portfolio Cristian](https://cristiansandoval22.github.io/crissandoval.com/)| [GitHub](https://github.com/cristiansandoval22/crissandoval.com) | html, css y javascript |
| Stron |  | [Portfolio](https://portfolio-190.pages.dev/) | [GitHub](https://github.com/ElStron/portfolio) | Astro, Javascript, Css |
| Ghulam |  | [Portfolio](https://gahmed.com) | [GitHub](https://github.com/TheGhulam) | Astro, React |
| Ricardo Vega G |  | [Portfolio](https://rickytodev.xyz) | [GitHub](https://github.com/rickytodev) | Astro, Typescript, Tailwindcss |## Portfolio-Inspiration Contribution Guidelines
> Thank you for your interest in contributing to the "Portfolio Inspiration" project! Here are the instructions on how to contribute. You can choose between two methods: editing the README directly by forking the repository or cloning the repository.
You can add your portfolio [HERE](https://github.com/SofiDevO/portfolio-inspiration)
## Edit the README Directly
If you choose to edit the README directly, follow these steps:
**Edit the Table**: Add your own entry to the table with the respective information. Copy and paste the following code into the table, replacing the fields with your project information.
```markdown
| Your Name |  | [Your Portfolio URL](Link to your portfolio) | [GitHub Link to Your Repository](Link to your repository) | Technologies Used |
```Ensure that the image is compressed before adding it.
**Example:**
```markdown
| SofiDev |  | [itssofi.dev](https://itssofi.dev/) | [GitHub](https://github.com/SofiDevO/sofidev-portfolio-astro) | Astro, Javascript, CSS, React |
```**Add a Screenshot**:
> [!IMPORTANT]
> Before submitting your pull request, please compress your image. You can use whatever tool you want, for example [squoosh](https://squoosh.app/). Add your screenshot by just drag into the README.md.
**Submit your Pull Request (PR)**: After making the changes, submit a PR with an appropriate title and description.
## Fork the Repository
If you prefer to fork the repository, follow these steps:
**Fork the Repository**: Fork the [Portfolio Inspiration](Link to your repository) repository to your GitHub account.
**Clone Your Fork**: Clone your fork to your local machine.
```bash
git clone https://github.com/SofiDevO/portfolio-inspiration.git
```**Create a Branch**: Create a new branch to add your entry.
```bash
git checkout -b feature/adding-my-portfolio
```**Add Your Entry**: Follow the format in the README and add your own entry.
**Push Changes**: Push the changes to your fork on GitHub.
```bash
git add .
git commit -m "Adding my portfolio"
git push origin feature/adding-my-portfolio
```**Submit a Pull Request (PR)**: From your fork on GitHub, create a PR by selecting the branch you just created.
Thank you for contributing to the "Portfolio Inspiration" project. We look forward to seeing your portfolio in the list!