File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ < article >
2
+ < h3 > Nate</ h3 >
3
+ < p > A back-end software engineer</ 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
+ Python
11
+ </ div >
12
+ </ section >
13
+
14
+ < h4 > Tools I use</ h4 >
15
+ < section class ="container ">
16
+ < img
17
+ class ="icon "
18
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg "
19
+ />
20
+ < img
21
+ class ="icon "
22
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg "
23
+ />
24
+ </ section >
25
+ </ article >
26
+ < style >
27
+ body {
28
+ font-family : sans-serif;
29
+ }
30
+ .container {
31
+ display : flex;
32
+ flex-wrap : wrap;
33
+ gap : 1rem ;
34
+ }
35
+ .badge {
36
+ padding : 0.5rem ;
37
+ border-radius : 0.25rem ;
38
+ }
39
+ .icon {
40
+ width : 2rem ;
41
+ }
42
+ </ style >
You can’t perform that action at this time.
0 commit comments