File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed
Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > Sandeep Kumar</ h3 >
3+ < p > Just a dev building cool things with code</ 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+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
10+ JavaScript
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+ < img
25+ class ="icon "
26+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/express/express-original-wordmark.svg "
27+ />
28+ < img
29+ class ="icon "
30+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/mongodb/mongodb-original-wordmark.svg "
31+ />
32+ < img
33+ class ="icon "
34+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/mongoose/mongoose-original-wordmark.svg "
35+ />
36+ < img
37+ class ="icon "
38+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/mysql/mysql-original-wordmark.svg "
39+ />
40+ < img
41+ class ="icon "
42+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nodejs/nodejs-original-wordmark.svg "
43+ />
44+ < img
45+ class ="icon "
46+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original-wordmark.svg "
47+ />
48+ < img
49+ class ="icon "
50+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original-wordmark.svg "
51+ />
52+ </ section >
53+ </ article >
54+ < style >
55+ body {
56+ font-family : sans-serif;
57+ }
58+ .container {
59+ display : flex;
60+ flex-wrap : wrap;
61+ gap : 1rem ;
62+ }
63+ .badge {
64+ padding : 0.5rem ;
65+ border-radius : 0.25rem ;
66+ }
67+ .icon {
68+ width : 2rem ;
69+ }
70+ </ style >
You can’t perform that action at this time.
0 commit comments