Skip to content

Commit f6c2aad

Browse files
authored
Merge pull request #837 from peedeevee-tech/add-peedeevee-tech
add peedeevee-tech
2 parents c54c42b + df56e3a commit f6c2aad

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

contributors/peedeevee-tech.html

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

0 commit comments

Comments
 (0)