Skip to content

Commit e697d35

Browse files
committed
Corrigindo detalhes no cartão de contribuidor
1 parent 4d3ff0c commit e697d35

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

contributors/Pedro271183.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<article>
2+
<h3>Pedro Andrade</h3>
3+
<p>AI & Software Engineering PhD student. Python developer focused on Generative AI, NLP, and data-driven solutions that connect creativity and technology.</p>
4+
<h4>Programming languages I use</h4>
5+
<section class="container">
6+
<div class="badge" style="background-color: #3874a4; color: white">
7+
Python
8+
</div>
9+
</section>
10+
11+
</article>
12+
<style>
13+
body {
14+
font-family: sans-serif;
15+
}
16+
.container {
17+
display: flex;
18+
flex-wrap: wrap;
19+
gap: 1rem;
20+
}
21+
.badge {
22+
padding: 0.5rem;
23+
border-radius: 0.25rem;
24+
}
25+
.icon {
26+
width: 2rem;
27+
}
28+
</style>

0 commit comments

Comments
 (0)