File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Anant Kumar Sinha</ h3 >
3+ < p > Learning and Living</ p >
4+ < h4 > Programming languages I use</ h4 >
5+ < section class ="container ">
6+ < div class ="badge " style ="background-color: #518ec1; color: #1b4167 ">
7+ Cpp
8+ </ div >
9+ < div class ="badge " style ="background-color: #e064ee; color: rgb(95, 19, 98); ">
10+ Python
11+ </ div >
12+ < div class ="badge " style ="background-color: #efad39; color: rgb(137, 88, 2); ">
13+ Java
14+ </ div >
15+ </ section >
16+
17+ < h4 > Tools I use</ h4 >
18+ < section class ="container ">
19+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg " />
20+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg " />
21+ </ section >
22+ </ article >
23+ < style >
24+ body {
25+ font-family : sans-serif;
26+ }
27+
28+ .container {
29+ display : flex;
30+ flex-wrap : wrap;
31+ gap : 1rem ;
32+ }
33+
34+ .badge {
35+ padding : 0.5rem ;
36+ border-radius : 0.25rem ;
37+ }
38+
39+ .icon {
40+ width : 2rem ;
41+ }
42+ </ style >
You can’t perform that action at this time.
0 commit comments