File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Qinan Gao</ h3 >
3+ < p > I'm a drug discovery scientist and a self-taught developer.</ 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+ JavaScript
11+ </ div >
12+ < div class ="badge " style ="background-color: #4e2acd; color: white "> C#</ div >
13+ </ section >
14+
15+ < h4 > Tools I use</ h4 >
16+ < section class ="container ">
17+ < img
18+ class ="icon "
19+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg "
20+ />
21+ < img
22+ class ="icon "
23+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg "
24+ />
25+ </ section >
26+ </ article >
27+ < style >
28+ body {
29+ font-family : sans-serif;
30+ }
31+ .container {
32+ display : flex;
33+ flex-wrap : wrap;
34+ gap : 1rem ;
35+ }
36+ .badge {
37+ padding : 0.5rem ;
38+ border-radius : 0.25rem ;
39+ }
40+ .icon {
41+ width : 2rem ;
42+ }
43+ </ style >
You can’t perform that action at this time.
0 commit comments