Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

permissions:
contents: write
pull-requests: write
Expand All @@ -28,4 +29,4 @@ jobs:
with:
source-dir: .
preview-branch: main
qr-code: true
qr-code: true
59 changes: 59 additions & 0 deletions contributors/W3bmasteR.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<article>
<h3>W3bmasteR</h3>
<p>IT Hobbyist and Enthusiast</p>
<h4>Programming languages I 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: #1572b6; color: white">C#</div>
<div class="badge" style="background-color: #dd0330; color: white">
Angular
</div>
<div class="badge" style="background-color: #61dafb; color: black">
React
</div>
<div class="badge" style="background-color: #68a063; color: white">
Node.js
</div>
<div class="badge" style="background-color: #e34f26; color: white">
HTML
</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"
/>
<div style="display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap">
<img class="icon" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/github.svg" alt="GitHub" />
<span class="tool">GitHub</span>
</div>
</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>
Loading