1
+ < article >
2
+ < h3 > mmigetso</ h3 >
3
+ < p > I am Mihjan Muhammad Ibrahim originally from Kano, Nigeria.
4
+ Currently i am living in Istanbul Turkey for studies.
5
+ I am a passionate Frontend Software Engineer. </ p >
6
+ < h4 > Programming languages I use</ h4 >
7
+ < section class ="container ">
8
+ < div class ="badge " style ="background-color: #3874a4; color: white ">
9
+ JavaScript
10
+ </ div >
11
+ < div class ="badge " style ="background-color: #f7511e; color: white; ">
12
+ C
13
+ </ div >
14
+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
15
+ HTML
16
+ </ div >
17
+ < div class ="badge " style ="background-color: #3bf71e; color: white; ">
18
+ CSS
19
+ </ div >
20
+ < div class ="badge " style ="background-color: #3874a4; color: white; ">
21
+ Python
22
+ </ div >
23
+ </ section >
24
+ < h4 > Frameworks I use</ h4 >
25
+ < section class ="container ">
26
+ < div class ="badge " style ="background-color: #563d7c; color: white; ">
27
+ React.js
28
+ </ div >
29
+ < div class ="badge " style ="background-color: #563d7c; color: white; ">
30
+ Bootstrap
31
+ </ div >
32
+ </ section >
33
+ < h4 > Tools I use</ h4 >
34
+ < section class ="container ">
35
+ < img
36
+ class ="icon "
37
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg "
38
+ />
39
+ < img
40
+ class ="icon "
41
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg "
42
+ />
43
+ < img
44
+ class ="icon "
45
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nextjs/nextjs-original.svg "
46
+ />
47
+ < img
48
+ class ="icon "
49
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nuxtjs/nuxtjs-original.svg "
50
+ />
51
+ < img
52
+ class ="icon "
53
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nixos/nixos-original.svg "
54
+ />
55
+ < img
56
+ class ="icon "
57
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vuejs/vuejs-original.svg "
58
+ />
59
+ < img
60
+ class ="icon "
61
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg "
62
+ />
63
+ < img
64
+ class ="icon "
65
+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/pnpm/pnpm-original.svg "
66
+ />
67
+ </ section >
68
+ </ article >
69
+ < style >
70
+ body {
71
+ font-family : sans-serif;
72
+ }
73
+ .container {
74
+ display : flex;
75
+ flex-wrap : wrap;
76
+ gap : 1rem ;
77
+ }
78
+ .badge {
79
+ padding : 0.5rem ;
80
+ border-radius : 0.25rem ;
81
+ }
82
+ .icon {
83
+ width : 2rem ;
84
+ }
85
+ </ style >
86
+
0 commit comments