Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added animated gcp-icon.svg #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# 기여방법!
# How to contribute!

### 🚧 주의
## 🚧 Caution

> 인터넷의 무료 아이콘 사용 시 `라이센스`를 반드시 확인해주세요!
> Be sure to check the `license` when using free icons from the Internet!

## RULE

1. Issue 작성
1. Create an Issue
2. PR

### commit rule
### Commit rule

```
[feat] 영어로 작성해주세요!
feat: Please write in English!
```

- feat: 새로운 기능/아이콘 추가
- refactor: 코드 수정
- fix: 버그 수정
- test: 테스트 코드
- docs: 문서
- chore: 환경설정
- feat: Add new features/icons
- refactor: Modify code
- fix: Fix bugs
- test: Test code
- docs: Documentation
- chore: Environment settings

## 새로운 아이콘을 추가/수정하고자 할 경우!
## If you want to add/modify a new icon!

1. static폴더에 `icon이름-icon.svg` 형식으로 추가
2. src/pages/index.tsx의 techSrc배열에 `icon이름-icon.svg` 삽입
3. `npm run develop` 실행 후 8000번 포트에서 테스트!
1. Add to the static folder in the format `iconname-icon.svg`
2. Insert `iconname-icon.svg` into the techSrc array of src/pages/index.tsx
3. Run `npm run develop` and test on port 8000!
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# TechStack Generator

> Create a different kind of README with TSG!
> My fork of shellboy's techstack generator.

[techstack-generator](https://techstack-generator.vercel.app/) provides animated techstack icons in html and markdown.
[techstack-generator-tsg](https://techstack-generator-tsg.vercel.app/) provides animated techstack icons in html and markdown.


## [Abid Al Wassie's Icons:](https://techstack-generator-tsg.vercel.app/)

<div align="center">
<div style="display: flex; align-items: flex-start;"><img src="https://techstack-generator-tsg.vercel.app/gcp-icon.svg" alt="icon" width="65" height="65" /></div>
</div>

## [shellboy's Icons:](https://techstack-generator.vercel.app/)
<div align="center">
<div style="display: flex; align-items: flex-start;"><img src="https://techstack-generator.vercel.app/js-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/ts-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/rescript-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/cpp-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/csharp-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/swift-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/react-icon.svg" alt="icon" width="65" height="65" /></div><div style="display: flex; align-items: flex-start;"><img src="https://techstack-generator.vercel.app/redux-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/gatsby-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/sass-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/storybook-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/webpack-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/eslint-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/prettier-icon.svg" alt="icon" width="65" height="65" /></div><div style="display: flex; align-items: flex-start;"><img src="https://techstack-generator.vercel.app/jest-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/testinglibrary-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/python-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/django-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/graphql-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/restapi-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/github-icon.svg" alt="icon" width="65" height="65" /></div><div style="display: flex; align-items: flex-start;"><img src="https://techstack-generator.vercel.app/docker-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/kubernetes-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/aws-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/nginx-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/mysql-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/raspberrypi-icon.svg" alt="icon" width="65" height="65" /><img src="https://techstack-generator.vercel.app/java-icon.svg" alt="icon" width="65" height="65" /></div>
</div>

## Contribute

If you want to add/evolve new icons or find errors in the code, please refer to the [How to Contribute](https://github.com/qkrdmstlr3/techstack-generator/blob/master/CONTRIBUTING.md) documentation!
If you want to add/evolve new icons or find errors in the code, please refer to the [How to Contribute](https://github.com/abidalwassie/techstack-generator/blob/master/CONTRIBUTING.md) documentation!
Loading