Skip to content

Commit 6a86d4e

Browse files
authored
Merge pull request #752 from mortalsking/add-mortalsking
add mortalsking
2 parents 43a3f3b + 234f446 commit 6a86d4e

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

contributors/mortalsking.html

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

0 commit comments

Comments
 (0)