Skip to content

Commit 7641bef

Browse files
authored
Merge pull request #739 from ASKotze/branchcodecontributions
Add ASKotze to Contributors list
2 parents cd3118e + 7dc291f commit 7641bef

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

contributors/askotze.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<article>
2+
<h3>ASKotze</h3>
3+
<p>Hello guys, my name is Braam and I am an almost 50 year old Python beginner.</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+
<h4>Tools I use</h4>
12+
<section class="container">
13+
<img
14+
class="icon"
15+
src="https://upload.wikimedia.org/wikipedia/commons/1/1d/PyCharm_Icon.svg"
16+
/>
17+
<img
18+
class="icon"
19+
src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"
20+
/>
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)