Skip to content
Closed
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
80 changes: 80 additions & 0 deletions contributors/shaek666.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<article>
<h3>shaek666</h3>
<p>Open source contributor. This is my second open source contribution.</p>

<h4>Programming languages I use</h4>
<section class="container">
<div class="badge" style="background-color: #1abc9c; color: #000; font-weight: bold;">
Python
</div>
<div class="badge" style="background-color: #3498db; color: #fff; font-weight: bold;">
C++
</div>
<div class="badge" style="background-color: #e67e22; color: #000; font-weight: bold;">
Shell
</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"
alt="Bash"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
alt="Linux"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg"
alt="Git"
/>
</section>
</article>

<style>
body {
font-family: "Georgia", "Times New Roman", serif;
background-color: #000;
color: #ecf0f1;
padding: 2rem;
}
h3 {
font-size: 1.8rem;
margin-bottom: 0.5rem;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 0.25rem;
}
h4 {
font-size: 1.2rem;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
color: #bdc3c7;
}
p {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 1rem;
}
.container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.badge {
padding: 0.6rem 1rem;
border-radius: 0.35rem;
font-size: 0.95rem;
letter-spacing: 0.5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.icon {
width: 2.2rem;
height: 2.2rem;
border-radius: 0.25rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
</style>