File tree Expand file tree Collapse file tree 1 file changed +84
-0
lines changed Expand file tree Collapse file tree 1 file changed +84
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Hamzathul karrar</ h3 >
3+ < p > Java + React Developer</ p >
4+ < h4 > Programming languages I use</ h4 >
5+ < section class ="container ">
6+ < div class ="badge " style ="background-color: #a43838; color: white ">
7+ Java
8+ </ div >
9+ < div class ="badge " style ="background-color: #106cc8; color: black; ">
10+ React
11+ </ div >
12+ </ section >
13+
14+ < h4 > Tools I use</ h4 >
15+ < section class ="container ">
16+ <!-- Java -->
17+ < img
18+ class ="icon "
19+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/java/java-original.svg "
20+ alt ="Java "
21+ />
22+
23+ <!-- React -->
24+ < img
25+ class ="icon "
26+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg "
27+ alt ="React "
28+ />
29+
30+ <!-- Spring Boot -->
31+ < img
32+ class ="icon "
33+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/spring/spring-original.svg "
34+ alt ="Spring Boot "
35+ />
36+
37+ <!-- MySQL -->
38+ < img
39+ class ="icon "
40+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/mysql/mysql-original.svg "
41+ alt ="MySQL "
42+ />
43+
44+ <!-- Eclipse -->
45+ < img
46+ class ="icon "
47+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/eclipse/eclipse-original.svg "
48+ alt ="Eclipse "
49+ />
50+
51+ <!-- ChatGPT (not in Devicon, using alternative SVG) -->
52+ < img
53+ class ="icon "
54+ src ="https://upload.wikimedia.org/wikipedia/commons/0/04/ChatGPT_logo.svg "
55+ alt ="ChatGPT "
56+ />
57+
58+ <!-- Windows -->
59+ < img
60+ class ="icon "
61+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/windows8/windows8-original.svg "
62+ alt ="Windows "
63+ />
64+ </ section >
65+ <!--lol--> >
66+
67+ </ article >
68+ < style >
69+ body {
70+ font-family : sans-serif;
71+ }
72+ .container {
73+ display : flex;
74+ flex-wrap : wrap;
75+ gap : 1rem ;
76+ }
77+ .badge {
78+ padding : 0.5rem ;
79+ border-radius : 0.25rem ;
80+ }
81+ .icon {
82+ width : 2rem ;
83+ }
84+ </ style >
You can’t perform that action at this time.
0 commit comments