Skip to content

Commit a7c82da

Browse files
author
0xMattB
committed
add 0xMattB
1 parent 98db827 commit a7c82da

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

contributors/0xMattB.html

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

0 commit comments

Comments
 (0)