File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Syed Ibrahim</ h3 >
3+ < p > A Passionate Software Engineer who wants to make positive impacts</ p >
4+ < h4 > Programming languages I use</ h4 >
5+ < section class ="container ">
6+ < div class ="badge " style ="background-color: #3874a4; color: white ">
7+ Python
8+ </ div >
9+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
10+ MERN
11+ </ div >
12+ < div class ="badge " style ="background-color: #3874a4; color: white ">
13+ Java
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/bash/bash-original.svg "
22+ />
23+ < img
24+ class ="icon "
25+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg "
26+ />
27+ </ section >
28+ </ article >
29+ < style >
30+ body {
31+ font-family : sans-serif;
32+ }
33+ .container {
34+ display : flex;
35+ flex-wrap : wrap;
36+ gap : 1rem ;
37+ }
38+ .badge {
39+ padding : 0.5rem ;
40+ border-radius : 0.25rem ;
41+ }
42+ .icon {
43+ width : 2rem ;
44+ }
45+ </ style >
You can’t perform that action at this time.
0 commit comments