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 > SamuelIVX</ h3 >
3+ < p >
4+ Hey everyone! I'm Samuel, a junior and a CS major at CSI! I am currently practicing on contributing to open
5+ source projects!
6+ </ p >
7+ < h4 > Programming languages I use</ h4 >
8+ < section class ="container ">
9+ < div class ="badge " style ="background-color: #22e21b; color: white ">
10+ Python
11+ </ div >
12+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
13+ JavaScript
14+ </ div >
15+ < div class ="badge " style ="background-color: #3381c1; color: white ">
16+ TypeScript
17+ </ div >
18+ < div class ="badge " style ="background-color: #d05fcc; color: black; ">
19+ Java
20+ </ div >
21+ < div class ="badge " style ="background-color: #3874a4; color: white ">
22+ C++
23+ </ div >
24+ < div class ="badge " style ="background-color: #f71e1e; color: white; ">
25+ React
26+ </ div >
27+ </ section >
28+
29+ < h4 > Tools I use</ h4 >
30+ < section class ="container ">
31+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg " />
32+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg " />
33+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg " />
34+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nextjs/nextjs-original.svg " />
35+ < img class ="icon " src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg " />
36+ </ section >
37+ </ article >
38+ < style >
39+ body {
40+ font-family : sans-serif;
41+ }
42+
43+ .container {
44+ display : flex;
45+ flex-wrap : wrap;
46+ gap : 1rem ;
47+ }
48+
49+ .badge {
50+ padding : 0.5rem ;
51+ border-radius : 0.25rem ;
52+ }
53+
54+ .icon {
55+ width : 2rem ;
56+ }
57+ </ style >
You can’t perform that action at this time.
0 commit comments