Skip to content

Commit

Permalink
abhijeetgorhe26 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetgorhe26 authored Feb 19, 2025
1 parent 361364b commit 6d364a1
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions contributors/abhijeetgorhe26.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<article>
<h3>abhijeetgorhe26</h3>
<p>I am third year computer science student in Bachelor of Technology</p>
<h4>Programming languages I use</h4>
<section class="container">
<div class="badge" style="background-color: #3874a4; color: white">
JavaScript
</div>
<div class="badge" style="background-color: #f7df1e; color: black;">
Java
</div>
<div class="badge" style="background-color: #f71e1e; color: rgb(255, 255, 255);">
Python
</div>
<div class="badge" style="background-color: #004cff; color: rgb(255, 255, 255);">
C
</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;
justify-content: center;
gap: 1rem;
}

.badge {
padding: 0.5rem;
border-radius: 0.25rem;
}

.icon {
width: 2rem;
}

article {
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
background-color: white;
box-shadow: black;
border: 1px solid black;
width: 420px;
height: 340px;
}
</style>

0 comments on commit 6d364a1

Please sign in to comment.