Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leogaudin/42_project_badges
A collection of WebP project badges for 42 students.
https://github.com/leogaudin/42_project_badges
42 42born2code 42cursus 42malaga 42projects 42school
Last synced: 4 days ago
JSON representation
A collection of WebP project badges for 42 students.
- Host: GitHub
- URL: https://github.com/leogaudin/42_project_badges
- Owner: leogaudin
- Created: 2023-06-18T17:25:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-22T10:27:46.000Z (over 1 year ago)
- Last Synced: 2024-04-16T02:12:51.061Z (7 months ago)
- Topics: 42, 42born2code, 42cursus, 42malaga, 42projects, 42school
- Homepage:
- Size: 581 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
42 Project Badges
## Usage
Simply add the following line to your `README.md` file:
### HTML
```html
```
### Markdown```md
![PROJECT_NAME](https://github.com/leogaudin/42_project_badges/raw/main/badges/PROJECT_NAME.webp)
```> 💡 Completed with bonuses: append `_bonus` to `PROJECT_NAME`.
>
> Example: `libft_bonus.webp`> 💡 Completed with bonuses **AND** the maximum grade: append `_bonus_max` to `PROJECT_NAME`.
>
> Example: `libft_bonus_max.webp`## Available badges
```bash
born2beroot.webp
born2beroot_bonus.webp
common_core.webp
common_core_bonus.webp
cpp.webp
cpp_bonus.webp
cub3d.webp
cub3d_bonus.webp
entrepreneur.webp
entrepreneur_bonus.webp
evaluation.webp
evaluation_bonus.webp
events.webp
events_bonus.webp
fdf.webp
fdf_bonus.webp
fract-ol.webp
fract-ol_bonus.webp
ft_containers.webp
ft_containers_bonus.webp
ft_irc.webp
ft_irc_bonus.webp
ft_printf.webp
ft_printf_bonus.webp
ft_transcendence.webp
ft_transcendence_bonus.webp
get_next_line.webp
get_next_line_bonus.webp
inception.webp
inception_bonus.webp
libft.webp
libft_bonus.webp
minirt.webp
minirt_bonus.webp
minishell.webp
minishell_bonus.webp
minitalk.webp
minitalk_bonus.webp
netpractice.webp
netpractice_bonus.webp
phase_one.webp
phase_one_bonus.webp
phase_three.webp
phase_three_bonus.webp
phase_two.webp
phase_two_bonus.webp
philosophers.webp
philosophers_bonus.webp
pipex.webp
pipex_bonus.webp
push_swap.webp
push_swap_bonus.webp
so_long.webp
so_long_bonus.webp
survey.webp
survey_bonus.webp
volunteer.webp
volunteer_bonus.webp
voxotron.webp
voxotron_bonus.webp
webserv.webp
webserv_bonus.webp
```## Credits
🙇🏻♂️ This repository is a lightweight and more convenient port of the [byaliego/42-project-badges](https://github.com/byaliego/42-project-badges) repository.