Skip to content

Commit 3d29d2c

Browse files
authored
Merge pull request #676 from qinangao/add-qinangao
add qinangao
2 parents ca0e85e + ba1c100 commit 3d29d2c

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

contributors/nanagao.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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>

0 commit comments

Comments
 (0)