Skip to content

Commit 0a36530

Browse files
authored
Merge pull request #681 from Linsarthur/Linsarthur
add linsarthur
2 parents 469a508 + 05bb7a3 commit 0a36530

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

contributors/linsarthur.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<article>
2+
<h3>linsarthur</h3>
3+
<p>I have 24 year old, living in brazil. I have been studing for almost 2 years, looking for my first job in the area.</p>
4+
<h4>Programming languages I use</h4>
5+
<section class="container">
6+
<div class="badge" style="background-color: #f7df1e; color: black;">
7+
JavaScript
8+
</div>
9+
</section>
10+
11+
<h4>Tools I use</h4>
12+
<section class="container">
13+
<p class="badge" style="background-color: #f7df1e; color: black;">React</p>
14+
<p class="badge" style="background-color: #f7df1e; color: black;">Node.js</p>
15+
16+
</section>
17+
</article>
18+
<style>
19+
body {
20+
font-family: sans-serif;
21+
}
22+
.container {
23+
display: flex;
24+
flex-wrap: wrap;
25+
gap: 1rem;
26+
}
27+
.badge {
28+
padding: 0.5rem;
29+
border-radius: 0.25rem;
30+
}
31+
.icon {
32+
width: 2rem;
33+
}
34+
</style>

0 commit comments

Comments
 (0)