Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions contributors/sahil.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<article>
<h3>reshisahil</h3>
<p>heloo folks-im sahil from banagalore india; currently in my 2nd year of engineering, im currently learningi learninig dsa in c n
trying to learn from this social code as much as i can!! im enjoying this though!!! </p>
<h4>Programming languages i noramlly use</h4>
<section class="container">
<div class="badge" style="background-color: #3874a4; color: white">
python
</div>
<div class="badge" style="background-color: #f7df1e; color: black;">
JavaScript
</div>
<div class="badge" style="background-color: #f7df1e; color: black;">
css
</div>
<div class="badge" style="background-color: #f7df1e; color: black;">
html5
</div>
<div class="badge" style="background-color: #f7df1e; color: black;">
</div>
</section>

<h4>Tools I use</h4>
<section class="container">
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
/>
</section>
</article>
<style>
body {
font-family: sans-serif;
}
.container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.badge {
padding: 0.5rem;
border-radius: 0.25rem;
}
.icon {
width: 2rem;
}
</style>