Skip to content

Commit 929a094

Browse files
authored
Merge pull request #784 from aniketmdinde/add-aniketmdinde
add aniketmdinde
2 parents c18cd0d + f743ad6 commit 929a094

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

contributors/aniketmdinde.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<article>
2+
<h3>aniketmdinde</h3>
3+
<p>SDE Intern @FYND | 3× Hackathon Winner (MLH, IITB) | Software Development | Building from the Ground Up</p>
4+
<h4>Programming languages I use</h4>
5+
<section class="container">
6+
<div class="badge" style="background-color: #e24118; color: white">
7+
C++
8+
</div>
9+
<div class="badge" style="background-color: #f7df1e; color: black;">
10+
JavaScript
11+
</div>
12+
<div class="badge" style="background-color: #ca14e2; color: white">
13+
Python
14+
</div>
15+
<div class="badge" style="background-color: #1e85d9; color: white">
16+
SQL
17+
</div>
18+
<div class="badge" style="background-color: #d41212; color: white">
19+
MERN
20+
</div>
21+
</section>
22+
23+
<h4>Tools I use</h4>
24+
<section class="container">
25+
<img
26+
class="icon"
27+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
28+
/>
29+
<img
30+
class="icon"
31+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
32+
/>
33+
</section>
34+
</article>
35+
<style>
36+
body {
37+
font-family: sans-serif;
38+
}
39+
.container {
40+
display: flex;
41+
flex-wrap: wrap;
42+
gap: 1rem;
43+
}
44+
.badge {
45+
padding: 0.5rem;
46+
border-radius: 0.25rem;
47+
}
48+
.icon {
49+
width: 2rem;
50+
}
51+
</style>
52+

0 commit comments

Comments
 (0)