Skip to content

Commit 80ed3c6

Browse files
authored
Merge pull request #740 from eswarseeram/add-eswarseeram
add card for eswarseeram
2 parents 6aac4d0 + b45b4da commit 80ed3c6

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

contributors/eswarseeram.html

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

0 commit comments

Comments
 (0)