Skip to content

Commit 7195902

Browse files
authored
Merge pull request #771 from guneshsn1/add-guneshsn1
add guneshsn1
2 parents a106fb4 + cb976a0 commit 7195902

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

contributors/guneshsn1.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<article>
2+
<h3>guneshsn1</h3>
3+
<p>Second year student in management information systems. Junior level programmer</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+
C#
11+
</div>
12+
<div class="badge" style="background-color: #3874a4; color: white">
13+
HTML
14+
</div>
15+
<div class="badge" style="background-color: #f7df1e; color: black;">
16+
CSS
17+
</div>
18+
<div class="badge" style="background-color: #3874a4; color: white">
19+
Python
20+
</div>
21+
</section>
22+
</article>
23+
<style>
24+
body {
25+
font-family: sans-serif;
26+
}
27+
.container {
28+
display: flex;
29+
flex-wrap: wrap;
30+
gap: 1rem;
31+
}
32+
.badge {
33+
padding: 0.5rem;
34+
border-radius: 0.25rem;
35+
}
36+
.icon {
37+
width: 2rem;
38+
}
39+
</style>

0 commit comments

Comments
 (0)