Skip to content

Commit 2d97e9a

Browse files
authored
Merge pull request #699 from Hsyuan54670/add-Hsyuan54670
add Hsyuan54670
2 parents 3624505 + 351f648 commit 2d97e9a

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

contributors/Hsyuan54670.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<article>
2+
<h3>Hsyuan54670</h3>
3+
<p>a happy man</p>
4+
<h4>Programming languages I use</h4>
5+
<section class="container">
6+
<div class="badge" style="background-color: #da41c8; color: white">
7+
Java
8+
</div>
9+
<div class="badge" style="background-color: #f7df1e; color: black;">
10+
JavaScript
11+
</div>
12+
</section>
13+
14+
<h4>Tools I use</h4>
15+
<section class="container">
16+
<img
17+
class="icon"
18+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
19+
/>
20+
<img
21+
class="icon"
22+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
23+
/>
24+
</section>
25+
</article>
26+
<style>
27+
body {
28+
font-family: sans-serif;
29+
}
30+
.container {
31+
display: flex;
32+
flex-wrap: wrap;
33+
gap: 1rem;
34+
}
35+
.badge {
36+
padding: 0.5rem;
37+
border-radius: 0.25rem;
38+
}
39+
.icon {
40+
width: 2rem;
41+
}
42+
</style>

0 commit comments

Comments
 (0)