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