File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > north-echo</ h3 >
3+ < p > A security professional with an interest in securing containers and Kubernetes workloads.</ 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://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg "
16+ />
17+ < img
18+ class ="icon "
19+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg "
20+ />
21+ < img
22+ class ="icon "
23+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/amazonwebservices/amazonwebservices-original-wordmark.svg "
24+ />
25+ < img
26+ class ="icon "
27+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/kubernetes/kubernetes-original-wordmark.svg "
28+ />
29+ < img
30+ class ="icon "
31+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/podman/podman-original.svg "
32+ />
33+ < img
34+ class ="icon "
35+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/redhat/redhat-original.svg "
36+ />
37+ </ section >
38+ </ article >
39+ < style >
40+ body {
41+ font-family : sans-serif;
42+ }
43+ .container {
44+ display : flex;
45+ flex-wrap : wrap;
46+ gap : 1rem ;
47+ }
48+ .badge {
49+ padding : 0.5rem ;
50+ border-radius : 0.25rem ;
51+ }
52+ .icon {
53+ width : 2rem ;
54+ }
55+ </ style >
You can’t perform that action at this time.
0 commit comments