File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > ladalar</ h3 >
3+ < p > Computer Scientist with a background in Music. Passionate about technology, education, and the intersection of music and programming.</ 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+ C++
11+ </ div >
12+ < div class ="badge " style ="background-color: red; color: white; ">
13+ R
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/jupyter/jupyter-original-wordmark.svg "
26+ />
27+ < img
28+ class ="icon "
29+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg "
30+ />
31+ < img
32+ class ="icon "
33+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg "
34+ />
35+ </ section >
36+ </ article >
37+ < style >
38+ body {
39+ font-family : sans-serif;
40+ }
41+ .container {
42+ display : flex;
43+ flex-wrap : wrap;
44+ gap : 1rem ;
45+ }
46+ .badge {
47+ padding : 0.5rem ;
48+ border-radius : 0.25rem ;
49+ }
50+ .icon {
51+ width : 2rem ;
52+ }
53+ </ style >
You can’t perform that action at this time.
0 commit comments