Skip to content

Commit

Permalink
✨ add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmoart committed Dec 5, 2024
1 parent a08e002 commit 9e5a6db
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 10 deletions.
34 changes: 25 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,49 @@ You can contribute new resources to Freesets in two different ways:

To make a pull request follow the following steps:

1. Clone the repository.
1. Fork the repository on GitHub.

2. Clone your forked repository.

```bash
git clone https://github.com/your-username/freesets
```

3. Navigate to the repository directory.

```bash
git clone https://github.com/cosmoart/free-resources
cd freesets
```

2. Create a new branch. This step is optional, but recommended.
> Or you can use `code freesets` to open the repository in Visual Studio Code.
4. Create a new branch. This step is optional, but recommended.

```bash
git checkout -b my-branch
git checkout -b your-branch-name
```

3. Make the changes in the website or add your resources to the jsons files in the `source-web/src/assets/db`.
5. Make the changes in the website or add your resources to the jsons files in `source-web/src/assets/db`.

6. Add your changes to the staging area.

```bash
git add .
```

4. Commit your changes.
7. Commit your changes.

```bash
git commit -m "✨ add resources"
```

5. Push to the branch.
8. Push to the branch.

```bash
git push origin my-branch
git push origin your-branch-name
```

6. Open a pull request.
9. Open a pull request.

## Resource structure

Expand Down
7 changes: 7 additions & 0 deletions source-web/src/assets/db/backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,12 @@
"name": "CSS mesh gradients",
"link": "https://csshero.org/mesher/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/backgrounds/cssheromesher"
},
{
"id": 29,
"order": 94,
"name": "Mazeletter",
"link": "http://mazeletter.xyz/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/backgrounds/mazeletter"
}
]
10 changes: 10 additions & 0 deletions source-web/src/assets/db/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -672,5 +672,15 @@
"tags": ["Astro"],
"license": "MIT",
"licenseLink": "https://github.com/fulldotdev/ui/blob/main/LICENCE"
},
{
"id": 74,
"order": 84,
"name": "Origin UI",
"link": "https://originui.com/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/originui",
"tags": ["React", "Tailwind", "Next.js", "HTML"],
"license": "Free",
"licenseLink": "https://github.com/origin-space/originui?tab=readme-ov-file#terms-of-use"
}
]
9 changes: 9 additions & 0 deletions source-web/src/assets/db/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,5 +600,14 @@
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/iconic",
"license": "Free",
"licenseLink": "https://iconic.app/iconic-pro-license/"
},
{
"id": 64,
"order": 67,
"name": "Isocons",
"link": "https://www.isocons.app/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/isocons",
"license": "CC BY 4.0 ",
"tags": ["3D"]
}
]
10 changes: 9 additions & 1 deletion source-web/src/assets/db/typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,17 @@
{
"id": 23,
"order": 19,
"name": "Font.Download",
"name": "Modern Font Stacks",
"link": "https://modernfontstacks.com/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/typography/modernfontstacks",
"tags": ["CSS"]
},
{
"id": 24,
"order": 73,
"name": "Typefaces.today",
"link": "https://typefaces.today/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/typography/typefacestoday",
"license": "Multiple"
}
]

0 comments on commit 9e5a6db

Please sign in to comment.