Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 9 days ago
JSON representation

A curation of awesome portfolio ideas for developers and designers

Awesome Lists containing this project

README

        

# Portfolio-inspiration

| Author | Screenshot | Live URL | Repo | Tech Stack |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | -------------------------------------------------------------- | ----------------------------- |
| SofiDev | ![sofidev-portfolio](https://github.com/SofiDevO/portfolio-inspiration/assets/102200061/2051a823-69dc-4067-b315-ced94d240a87) | [itssofi.dev](https://sofidev-portfolio-astro-delta.vercel.app/)| [Github](https://github.com/SofiDevO/sofidev-portfolio-astro) | Astro, Javascript, CSS, React |
| Sofi/GGarrux |![Screenshot 2024-05-11 220454](https://github.com/SofiDevO/portfolio-inspiration/assets/102200061/9b140159-e4e8-4598-b900-bc466ef5f377) | [Astro-portfolio](https://primer-blog-umber.vercel.app/)| [GitHub](https://github.com/SofiDevO/primer-blog) | Astro, CSS, tailwind, |
| SofiDev| ![portadaAllMyLinks](https://github.com/user-attachments/assets/d185cc7f-5dba-47da-8217-a7559504da67) | [SofiLinks](https://allmylinks-ten.vercel.app/)| [GitHub](https://github.com/SofiDevO/allmylinks) | Astro, CSS |
| cristiansandoval22| ![Screenshot 2024-10-23 220628](https://github.com/user-attachments/assets/1310611b-3864-482e-a994-fbf2ab346d3d) | [Portfolio Cristian](https://cristiansandoval22.github.io/crissandoval.com/)| [GitHub](https://github.com/cristiansandoval22/crissandoval.com) | html, css y javascript |
| Stron | ![Screenshot 2024-10-23 221123](https://github.com/user-attachments/assets/06f604c2-e309-437a-a861-430bf0f6d7cb) | [Portfolio](https://portfolio-190.pages.dev/) | [GitHub](https://github.com/ElStron/portfolio) | Astro, Javascript, Css |
| Ghulam | ![ss](https://github.com/user-attachments/assets/7531f709-b47f-423d-968e-8c9216930088) | [Portfolio](https://gahmed.com) | [GitHub](https://github.com/TheGhulam) | Astro, React |
| Ricardo Vega G | ![imagen](https://github.com/user-attachments/assets/5535fdeb-e285-4e23-ad4b-2945ebf84ac8) | [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 Screenshot (compressed)](Link to your screenshot) | [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 | ![sofidev-portfolio](Link to your screenshot) | [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.

![ejemplo](https://github.com/SofiDevO/portfolio-inspiration/assets/102200061/e22aee88-d824-4c98-8af8-93294a00f868)

**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!