Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinkeonkim/likelion-badge

대학생 멋쟁이사자처럼 프로필을 이쁘게 보여주는 프로젝트
https://github.com/shinkeonkim/likelion-badge

django likelion

Last synced: 4 days ago
JSON representation

대학생 멋쟁이사자처럼 프로필을 이쁘게 보여주는 프로젝트

Awesome Lists containing this project

README

        

# LikelionBadge Project

[Mazassumnida 프로젝트](https://github.com/mazassumnida/mazassumnida)에서 영감을 받았습니다.

대학생 멋쟁이사자처럼 프로필을 이쁘게 보여주는 프로젝트

## Shield badge

### Rounded shield badge (default)

![1st](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=1)
![2nd](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=2)
![3rd](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=3)
![4th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=4)
![5th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=5)
![6th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=6)
![7th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=7)
![8th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=8)
![9th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge)

### Flat shield badge

![1st](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=1&style=flat)
![2nd](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=2&style=flat)
![3rd](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=3&style=flat)
![4th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=4&style=flat)
![5th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=5&style=flat)
![6th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=6&style=flat)
![7th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=7&style=flat)
![8th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=8&style=flat)
![9th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?style=flat)

### 사용방법

```
markdown 문법을 사용하는 곳에서 아래와 같은 내용을 추가해주세요!

![9th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge)

원하는 기수를 넣고 싶다면,

![8th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?generation=8)

스타일을 바꾸고 싶다면,

![8th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?style=rounded) (기본값)
![8th](https://likelion-badge.herokuapp.com/api/likelion_shield_badge?style=flat)
```

## likelion x university

![8th_and_KMU](https://likelion-badge.herokuapp.com/api/likelion_university_badge/v1?generation=8&university=KMU)
![9th_and_no_university](https://likelion-badge.herokuapp.com/api/likelion_university_badge/v1?generation=9)

### 사용방법

```
markdown 문법을 사용하는 곳에서 아래와 같은 내용을 추가해주세요!

![8th_and_KMU](https://likelion-badge.herokuapp.com/api/likelion_university_badge/v1?generation=8&university=KMU)

원하는 기수를 넣고 싶다면, generation 값을 변경해주세요!

![1st](https://likelion-badge.herokuapp.com/api/likelion_university_badge/v1?generation=1)

원하는 대학명을 넣고 싶다면, university 값을 변경해주세요!

![KMU](https://likelion-badge.herokuapp.com/api/likelion_university_badge/v1?university=KMU)

```

## 더 추가할 예정입니다!