기록
  • Github 프로필 만들기.
    2024년 06월 28일 17시 04분 56초에 업로드 된 글입니다.
    작성자: 삶은고구마

     

    다른 분들 github을 보니까 간단한 프로필 같은걸 github 메인에 올려둠.

    내 메인은 하나도 건드리지 않은 상태라 아래와 같다..

    그래서, 나도 프로필을 만들어보기로 했다.

     

    수정 전

     

     


     

    1.새로운 repository를 생성한다.

    owner는 본인 계정 / repository name은 계정명과 동일하게 작성.

    아래와같이 특별한 문구가 출력된다.

    그리고 하단에 Add a README file 항목도 체크해준다.

     

     

    2.README file이 생성된다.

    저장소를 생성하면 아래와 같이 README 파일이 하나 생성되어있는걸 확인할 수 있다.

    edit로 편집하면 간단한 가이드(?)까지 제시해줌.

     

     

    ## Hi there 👋
    
    <!--
    **jindamgom/jindamgom** is a ✨ _special_ ✨ repository because its 
    `README.md` (this file) appears on your GitHub profile.
    
    Here are some ideas to get you started:
    
    - 🔭 I’m currently working on ...
    - 🌱 I’m currently learning ...
    - 👯 I’m looking to collaborate on ...
    - 🤔 I’m looking for help with ...
    - 💬 Ask me about ...
    - 📫 How to reach me: ...
    - 😄 Pronouns: ...
    - ⚡ Fun fact: ...
    -->

     

    편집하지 않고 다시 내 저장소 메인으로 가면.. 해당 README 양식대로 출력되는걸 확인 할 수 있다.

    즉, 이 파일을 편집하면 고대로 메인에 반영된다는 것이다.

     

     

    3.README 를 편집하자.

    초안이라 다듬을게 많다. 일단 1차 작업 끝.

     


    + 수정본

     

    Preview

     

     

    code

    <div align="center">
        <img src="https://capsule-render.vercel.app/api?type=waving&height=200&color=gradient&text=KO%20HYE%20JIN&textBg=false&fontAlignY=40" alt="header" />
        <br>
      <br><br>
      <h2>🙋about me🙋</h2>
        배움과 기록을 통해 어제보다 발전하고자 합니다.
        <br><br> 
        📧Email : update_set@naver.com
        <br><br>
          <a href="https://lifeisgoguma.tistory.com/">
       <img src="https://img.shields.io/badge/Tistory-000000?style=flat-square&logo=Tistory&logoColor=white"/>
      </a>
         <br><br>
      <h2>💻Tech Stack💻</h2>
      <br>
    <!--     <a href="[1. 연결하고싶은 사이트 url]" target="_blank"><img src="https://img.shields.io/badge/[2. 등록하려는 이름]-[3. #을 뺀 나머지 색깔코드]?style=flat-square&logo=[4. 로고명(아이콘명)]&logoColor=white"/></a> -->
      <img src="https://img.shields.io/badge/HTML-E34F26?style=flat-square&logo=HTML5&logoColor=white"/>
        <img src="https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=CSS3&logoColor=white"/>
        <img src="https://img.shields.io/badge/tailwindcss-06B6D4?style=flat-square&logo=tailwindcss&logoColor=white"/>
    <img src="https://img.shields.io/badge/Java-FF3300?style=flat-square&logo=Java&logoColor=white"/>
    <img src="https://img.shields.io/badge/Spring-6DB33F?style=flat-square&logo=Spring&logoColor=white"/>
     <img src="https://img.shields.io/badge/springboot-6DB33F?style=flat-square&logo=springboot&logoColor=white"/>
    <img src="https://img.shields.io/badge/Oracle-F80000?style=flat-square&logo=Oracle&logoColor=white"/>
    
        
       <hr style="width: 50%; height: 1px; background-color: rgba(85, 85, 85, 0.5); border: none;">
        <a href="https://github.com/jindamgom/github-readme-stats">
            <img src="https://github-readme-stats.vercel.app/api?username=jindamgom" alt="Anurag's GitHub stats" />
        </a>
        <br><br>
       <a href="https://github.com/ryo-ma/github-profile-trophy">
        <img src="https://github-profile-trophy.vercel.app/?username=jindamgom" alt="GitHub Profile Trophy">
    </a>
        <br> <br>
     <a href="https://hits.seeyoufarm.com">
            <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjindamgom%2Fhit-counter&count_bg=%236FC6FF&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="Hits" />
        </a>
    </div>
    
    <!--
    ## Hi there 👋
    ![header](https://capsule-render.vercel.app/api?type=waving&height=200&color=gradient&text=KO%20HYE%20JIN&textBg=false&fontAlignY=40)
    [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjindamgom%2Fhit-counter&count_bg=%236FC6FF&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
    -->

    '공부' 카테고리의 다른 글

    안드로이드 폰 - 개발자 모드 활성화  (0) 2024.07.25
    0421 작업일지  (0) 2024.04.21
    0416 작업일지  (0) 2024.04.16
    0409 작업일지  (0) 2024.04.10
    국비 파이널 프로젝트 향후 계획  (0) 2024.04.09
    댓글