Skip to content

Commit f40db00

Browse files
committed
add Harshith-Teja
1 parent c9fa958 commit f40db00

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

contributors/Harshith-Teja.html

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

0 commit comments

Comments
 (0)