File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Rakshit Yadav</ h3 >
3+ < p > Excited to contribute to open source!</ p >
4+ < h4 > Programming languages I use</ h4 >
5+ < section class ="container ">
6+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
7+ JavaScript
8+ </ div >
9+ < div class ="badge " style ="background-color: #3178c6; color: white; ">
10+ TypeScript
11+ </ div >
12+ < div class ="badge " style ="background-color: #3874a4; color: white; ">
13+ Python
14+ </ div >
15+ </ section >
16+
17+ < h4 > Tools I use</ h4 >
18+ < section class ="container ">
19+ < img
20+ class ="icon "
21+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg "
22+ />
23+ < img
24+ class ="icon "
25+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg "
26+ />
27+ < img
28+ class ="icon "
29+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg "
30+ />
31+ < img
32+ class ="icon "
33+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nodejs/nodejs-original.svg "
34+ />
35+ </ section >
36+ </ article >
37+ < style >
38+ body {
39+ font-family : sans-serif;
40+ }
41+ .container {
42+ display : flex;
43+ flex-wrap : wrap;
44+ gap : 1rem ;
45+ }
46+ .badge {
47+ padding : 0.5rem ;
48+ border-radius : 0.25rem ;
49+ }
50+ .icon {
51+ width : 2rem ;
52+ }
53+ </ style >
54+
55+
You can’t perform that action at this time.
0 commit comments