File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments