File tree 1 file changed +47
-0
lines changed
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ < article >
2
+ < h3 > danilo-dj</ h3 >
3
+ < p > I love programming.</ p >
4
+ < h4 > Programming languages I use</ h4 >
5
+ < section class ="container ">
6
+ < div class ="badge " style ="background-color: #68217a; color: white "> C#</ div >
7
+ < div class ="badge " style ="background-color: #3874a4; color: white ">
8
+ Python
9
+ </ div >
10
+ < div class ="badge " style ="background-color: #f7df1e; color: black ">
11
+ JavaScript
12
+ </ div >
13
+ </ section >
14
+
15
+ < h4 > Tools I use</ h4 >
16
+ < section class ="container ">
17
+ < img
18
+ class ="icon "
19
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg "
20
+ />
21
+ < img
22
+ class ="icon "
23
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg "
24
+ />
25
+ < img
26
+ class ="icon "
27
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg "
28
+ />
29
+ </ section >
30
+ </ article >
31
+ < style >
32
+ body {
33
+ font-family : sans-serif;
34
+ }
35
+ .container {
36
+ display : flex;
37
+ flex-wrap : wrap;
38
+ gap : 1rem ;
39
+ }
40
+ .badge {
41
+ padding : 0.5rem ;
42
+ border-radius : 0.25rem ;
43
+ }
44
+ .icon {
45
+ width : 2rem ;
46
+ }
47
+ </ style >
You can’t perform that action at this time.
0 commit comments