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