contribution cards
1.0.0
Contribult Cardsは、HTMLカードを設計およびカスタマイズできる楽しくインタラクティブなプロジェクトです。このプロジェクトは、オープンソースの貢献について学び、HTML、CSS、JS、GITスキルを向上させ、創造性を紹介する素晴らしい方法です。あなたが初心者であろうと経験豊富な開発者であろうと、ここに何かがあります! ??
貢献カードを始めるには、次の手順に従ってください。
このリポジトリ:このページの右上にある「フォーク」ボタンをクリックします。
フォークリポジトリをクローンします:
git clone https://github.com/your-username/contribution-cards.gitプロジェクトディレクトリに移動します。
cd contribution-cards index.htmlはブラウザでプロジェクトを実行し、rootディレクトリのindex.htmlの最後にデータを追加します(コードベース構造をよりよく理解するために、各カードの最後にコードを変更します)
これが例です(詳細を編集)
<!--John Doe's Card Start-->
< div class =" cards john-doe " >
< div class =" card-head " >
< h5 class =" card-title " > John Doe </ h5 >
< ul class =" card-social-links " >
< li > < a href =" https://www.linkedin.com/in/johndoe " class =" card-link " data-toggle =" tooltip " title =" LinkedIn " > < i class =" bi bi-linkedin " > </ i > </ a > </ li >
< li > < a href =" https://github.com/johndoe " class =" card-link " data-toggle =" tooltip " title =" GitHub " > < i class =" bi bi-github " > </ i > </ a > </ li >
< li > < a href =" https://johndoe.com " class =" card-link " data-toggle =" tooltip " title =" Portfolio " > < i class =" bi bi-globe " > </ i > </ a > </ li >
</ ul >
</ div >
< p class =" card-text " > John is a software developer with a passion for open-source projects and community engagement. </ p >
< ul class =" card-study-links " >
< li > < a href =" https://www.freecodecamp.org " target =" _blank " class =" study-link " data-toggle =" tooltip " title =" FreeCodeCamp " > < i class =" bi bi-book " > </ i > </ a > </ li >
< li > < a href =" https://www.w3schools.com " target =" _blank " class =" study-link " data-toggle =" tooltip " title =" W3Schools " > < i class =" bi bi-mortarboard " > </ i > </ a > </ li >
< li > < a href =" https://docs.github.com " target =" _blank " class =" study-link " data-toggle =" tooltip " title =" GitHub Docs " > < i class =" bi bi-file-code " > </ i > </ a > </ li >
</ ul >
< h6 class =" card-subtitle mb-2 text-muted card-date " > Updated on: July 22, 2024 </ h6 >
</ div >
<!--John Doe's Card End--> cssディレクトリのオープンusers.css 。
. john-doe {
background-color : # ff6b6b ;
color : white;
}users.json in data directory in courd card for auto-merge.yml usdationのカードの詳細を更新します(コーディング構造を改善するために最後に追加) {
"name" : " John Doe " ,
"title" : " Software Developer " ,
"socialLinks" : {
"linkedin" : " https://www.linkedin.com/in/johndoe " ,
"github" : " https://github.com/johndoe " ,
"portfolio" : " https://johndoe.com "
},
"description" : " John is a software developer with a passion for open-source projects and community engagement. " ,
"studyLinks" : {
"freeCodeCamp" : " https://www.freecodecamp.org " ,
"w3Schools" : " https://www.w3schools.com " ,
"githubDocs" : " https://docs.github.com "
},
"updatedOn" : " July 22, 2024 "
},みんなからの貢献を歓迎します。貢献するための手順は次のとおりです。
git clone https://github.com/your-username/contribution-cards.gitgit switch -c " your-branch-name "git add .
git commit -m " Add a meaningful commit message "git push origin your-branch-nameプロジェクト構造の簡単な概要は次のとおりです。
├── assets
├── CODE_OF_CONDUCT.md
├── Contributors.md
├── css
│ ├── styles.css
│ └── users.css
├── data
│ └── users.json
├── index.html
├── js
│ └── main.js
├── MIT-LICENSE.txt
└── README.md
次の個人の貢献に感謝します:貢献者
これはほんの始まりです!より有意義な貢献をし、この驚くべきコミュニティと協力することを楽しみにしています。一緒に何か素晴らしいものを作り、粘着性のメモを最高のものにしましょう! ❤§?
このプロジェクトは、MITライセンスの下でライセンスされています。詳細については、ライセンスファイルを参照してください。