Skip to content

Commit d4b53ba

Browse files
committed
fix: 초기화
1 parent 265dd7d commit d4b53ba

File tree

213 files changed

+31
-13651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+31
-13651
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ko_fi: coteschung
2+
custom: https://sponsor.cotes.page

.github/workflows/pages-deploy.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/starter/pages-deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "Build and Deploy"
22
on:
33
push:
44
branches:
5-
- master
65
- main
6+
- master
77
paths-ignore:
88
- .gitignore
99
- README.md
@@ -42,11 +42,7 @@ jobs:
4242
- name: Setup Ruby
4343
uses: ruby/setup-ruby@v1
4444
with:
45-
<<<<<<<< HEAD:.github/workflows/pages-deploy.yml
46-
ruby-version: 2.7 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
47-
========
4845
ruby-version: 3.3
49-
>>>>>>>> 54d4d59d22ac543a14bfbd9bb3d6fb6756056041:.github/workflows/starter/pages-deploy.yml
5046
bundler-cache: true
5147

5248
- name: Build site

README.md

Lines changed: 2 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
<<<<<<< HEAD
2-
<div>
3-
<!--Header-->
4-
5-
![header](https://capsule-render.vercel.app/api?type=venom&color=gradient&height=300&section=header&text=Germanus'%20GitHub)
6-
7-
=======
81
<!-- markdownlint-disable-next-line -->
92
<div align="center">
103

@@ -23,87 +16,10 @@
2316

2417
[![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo]
2518

26-
>>>>>>> 54d4d59d22ac543a14bfbd9bb3d6fb6756056041
2719
</div>
2820

29-
<div>
30-
<!--Body-->
31-
32-
## 👀 About Me
33-
#### :fire: AI / Backend / DevOps 개발자가 되기 위해 공부하고 있습니다.<br/>
34-
#### :mortar_board: 경상국립대학교(GNU), 항공우주및소프트웨어공학전공
35-
#### :black_nib: [A Comparison of Pretrained Models for Classifying Issue Reports, IEEE Access](https://ieeexplore.ieee.org/document/10546475)
36-
#### :pencil2: SSAFY 12기 Data track (2024.07 - 현재 진행중)
37-
38-
<<<<<<< HEAD
39-
### BOJ Rating
40-
[![Solved.ac 프로필](https://mazassumnida.wtf/api/v2/generate_badge?boj=qja1998)](https://solved.ac/qja1998)
41-
<br/>
42-
<br/>
43-
44-
## 🧱 Tech Stack
45-
### Language
46-
<!--Python-->
47-
<img src="https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=Python&logoColor=white"/>
48-
<!--MySQL-->
49-
<img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/>
50-
<br/>
51-
52-
### AI / Data
53-
<!--PyTorch-->
54-
<img src="https://img.shields.io/badge/PyTorch-EE4C2C?style=flat-square&logo=PyTorch&logoColor=white"/>
55-
<!--Hugging Face-->
56-
<img src="https://img.shields.io/badge/Hugging Face-FFD21E?style=flat-square&logo=huggingface&logoColor=white"/>
57-
<!--Pandas-->
58-
<img src="https://img.shields.io/badge/pandas-150458?style=flat-square&logo=pandas&logoColor=white"/>
59-
<!--Numpy-->
60-
<img src="https://img.shields.io/badge/numpy-013243?style=flat-square&logo=numpy&logoColor=white"/>
61-
<br/>
62-
63-
### Infra
64-
<!--Docker-->
65-
<img src="https://img.shields.io/badge/docker-2496ED?style=flat-square&logo=docker&logoColor=white"/>
66-
<!--GitLab CI/CD-->
67-
<img src="https://img.shields.io/badge/gitlab CI/CD-FC6D26?style=flat-square&logo=gitlab&logoColor=white"/>
68-
69-
### Backend
70-
<!--Django-->
71-
<img src="https://img.shields.io/badge/Django-092E20?style=flat-square&logo=Django&logoColor=white"/>
72-
<br/>
73-
74-
75-
### Tools
76-
<!--git-->
77-
<img src="https://img.shields.io/badge/git-F05032?style=flat-square&logo=git&logoColor=white"/>
78-
<!--github-->
79-
<img src="https://img.shields.io/badge/github-181717?style=flat-square&logo=github&logoColor=white"/>
80-
<!--jupyter-->
81-
<img src="https://img.shields.io/badge/jupyter-F37626?style=flat-square&logo=jupyter&logoColor=white"/>
82-
<!--notion-->
83-
<img src="https://img.shields.io/badge/notion-000000?style=flat-square&logo=notion&logoColor=white"/>
84-
<br/>
85-
<br/>
86-
87-
## 🤔 Github Stats
88-
![](https://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=qja1998&theme=nord_dark)
89-
90-
![](https://github-profile-summary-cards.vercel.app/api/cards/repos-per-language?username=qja1998&theme=nord_dark)
91-
![](https://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=qja1998&theme=nord_dark)
92-
93-
![](https://github-profile-summary-cards.vercel.app/api/cards/stats?username=qja1998&theme=nord_dark)
94-
95-
## Contact
96-
97-
<!--Blog-->
98-
<a href="https://qja1998.github.io/">
99-
<img src="https://img.shields.io/badge/github-181717?style=flat-square&logo=github&logoColor=white"/>
100-
</a>
101-
<!--Mail-->
102-
<a href="mailto:[email protected]">
103-
<img src="https://img.shields.io/badge/gmail-EA4335?style=flat-square&logo=gmail&logoColor=white"/>
104-
</a>
105-
</div>
106-
=======
21+
## Features
22+
10723
- Dark Theme
10824
- Localized UI language
10925
- Pinned Posts on Home Page
@@ -166,4 +82,3 @@ This project is published under [MIT License][license].
16682
[lib]: https://github.com/cotes2020/chirpy-static-assets
16783
[vscode]: https://code.visualstudio.com/
16884
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
169-
>>>>>>> 54d4d59d22ac543a14bfbd9bb3d6fb6756056041

_posts/2022-02-04-boj_10610.markdown

Lines changed: 0 additions & 85 deletions
This file was deleted.

_posts/2022-03-11-boj_1011.markdown

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)