Skip to content

Commit ca0e85e

Browse files
authored
Merge pull request #675 from srs-sudeep/add-srs-sudeep
Add srs-sudeep
2 parents 51f3088 + 421020f commit ca0e85e

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

contributors/srs-sudeep

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<article>
2+
<h3>srs-sudeep</h3>
3+
<p>A professional yapper and occasional coder</p>
4+
5+
<h4>Programming languages I use</h4>
6+
<section class="container">
7+
<div class="badge" style="background-color: #61dafb; color: black;">
8+
React
9+
</div>
10+
<div class="badge" style="background-color: #3874a4; color: white;">
11+
Python
12+
</div>
13+
<div class="badge" style="background-color: #00599C; color: white;">
14+
C++
15+
</div>
16+
<div class="badge" style="background-color: #f89820; color: white;">
17+
Java
18+
</div>
19+
<div class="badge" style="background-color: #f7df1e; color: black;">
20+
JavaScript
21+
</div>
22+
</section>
23+
24+
<h4>Tools I use</h4>
25+
<section class="container">
26+
<img
27+
class="icon"
28+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg"
29+
alt="VS Code"
30+
/>
31+
<img
32+
class="icon"
33+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vim/vim-original.svg"
34+
alt="Vim"
35+
/>
36+
<img
37+
class="icon"
38+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg"
39+
alt="Git"
40+
/>
41+
<img
42+
class="icon"
43+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/docker/docker-original.svg"
44+
alt="Docker"
45+
/>
46+
</section>
47+
</article>
48+
49+
<style>
50+
body {
51+
font-family: sans-serif;
52+
}
53+
.container {
54+
display: flex;
55+
flex-wrap: wrap;
56+
gap: 1rem;
57+
align-items: center;
58+
}
59+
.badge {
60+
padding: 0.5rem 1rem;
61+
border-radius: 0.25rem;
62+
font-weight: 600;
63+
font-size: 0.95rem;
64+
}
65+
.icon {
66+
width: 2.5rem;
67+
height: 2.5rem;
68+
}
69+
</style>

0 commit comments

Comments
 (0)