Skip to content

Commit 51f3088

Browse files
authored
Merge pull request #674 from SoJaoAnant/add_anant_kumar_sinha
add_anant_kumar_sinha
2 parents 91cb1d5 + 45f69b2 commit 51f3088

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<article>
2+
<h3>Anant Kumar Sinha</h3>
3+
<p>Learning and Living</p>
4+
<h4>Programming languages I use</h4>
5+
<section class="container">
6+
<div class="badge" style="background-color: #518ec1; color: #1b4167">
7+
Cpp
8+
</div>
9+
<div class="badge" style="background-color: #e064ee; color: rgb(95, 19, 98);">
10+
Python
11+
</div>
12+
<div class="badge" style="background-color: #efad39; color: rgb(137, 88, 2);">
13+
Java
14+
</div>
15+
</section>
16+
17+
<h4>Tools I use</h4>
18+
<section class="container">
19+
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg" />
20+
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg" />
21+
</section>
22+
</article>
23+
<style>
24+
body {
25+
font-family: sans-serif;
26+
}
27+
28+
.container {
29+
display: flex;
30+
flex-wrap: wrap;
31+
gap: 1rem;
32+
}
33+
34+
.badge {
35+
padding: 0.5rem;
36+
border-radius: 0.25rem;
37+
}
38+
39+
.icon {
40+
width: 2rem;
41+
}
42+
</style>

0 commit comments

Comments
 (0)