Skip to content

Commit 9f19f8c

Browse files
authored
Merge pull request Roshanjossey#269 from Induanuga/b1
add Induanuga
2 parents 0403cc4 + d00a301 commit 9f19f8c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

contributors/Induanuga.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<article>
2+
<h3>Induanuga</h3>
3+
<h4>Programming languages I use</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 class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg" />
16+
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg" />
17+
</section>
18+
</article>
19+
<style>
20+
body {
21+
font-family: sans-serif;
22+
}
23+
24+
.container {
25+
display: flex;
26+
flex-wrap: wrap;
27+
gap: 1rem;
28+
}
29+
30+
.badge {
31+
padding: 0.5rem;
32+
border-radius: 0.25rem;
33+
}
34+
35+
.icon {
36+
width: 2rem;
37+
}
38+
</style>

0 commit comments

Comments
 (0)