Skip to content

Commit 224a0f4

Browse files
committed
add Nate
1 parent 9fb3307 commit 224a0f4

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

contributors/ipdor.html

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

0 commit comments

Comments
 (0)