Skip to content

Commit 111ec1e

Browse files
authored
Merge pull request #61 from winterrdog/first-winterrdog-contrib
fix: add winterrdog as contributor
2 parents b5aa294 + bcf3789 commit 111ec1e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

contributors/winterrdog.html

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

0 commit comments

Comments
 (0)