File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Winnerxl</ h3 >
3+ < p > Graduate Engineer</ p >
4+ < h4 > Programming languages I use</ h4 >
5+ < section class ="container ">
6+ < div class ="badge " style ="background-color: #3874a4; color: white ">
7+ C
8+ </ div >
9+ < div class ="badge " style ="background-color: #ff7e05; color: white; ">
10+ Java
11+ </ div >
12+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
13+ Python
14+ </ div >
15+ < div class ="badge " style ="background-color: #0055d4; color: white; ">
16+ Assembly
17+ </ div >
18+
19+ </ section >
20+
21+ < h4 > Tools I use</ h4 >
22+ < section class ="container ">
23+ < img
24+ class ="icon "
25+ src ="https://raw.githubusercontent.com/devicons/devicon/54cfe13ac10eaa1ef817a343ab0a9437eb3c2e08/icons/fedora/fedora-original.svg "
26+ />
27+ < img
28+ class ="icon "
29+ src ="https://raw.githubusercontent.com/devicons/devicon/54cfe13ac10eaa1ef817a343ab0a9437eb3c2e08/icons/bash/bash-original.svg "
30+ />
31+ < img
32+ class ="icon "
33+ src ="https://raw.githubusercontent.com/devicons/devicon/54cfe13ac10eaa1ef817a343ab0a9437eb3c2e08/icons/linux/linux-original.svg "
34+ />
35+ < img
36+ class ="icon "
37+ src ="https://raw.githubusercontent.com/devicons/devicon/54cfe13ac10eaa1ef817a343ab0a9437eb3c2e08/icons/git/git-original.svg "
38+ />
39+ </ section >
40+ </ article >
41+ < style >
42+ body {
43+ font-family : sans-serif;
44+ }
45+ .container {
46+ display : flex;
47+ flex-wrap : wrap;
48+ gap : 1rem ;
49+ }
50+ .badge {
51+ padding : 0.5rem ;
52+ border-radius : 0.25rem ;
53+ }
54+ .icon {
55+ width : 2rem ;
56+ }
57+ </ style >
You can’t perform that action at this time.
0 commit comments