File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > RAKESH DINTAKURTHI</ h3 >
3+ < p > Computer Science Undergraduate from NRI INSTITUTE OF TECHNOLOGY AGIRIPALLI</ p >
4+
5+ < h4 > Programming languages I use</ h4 >
6+ < section class ="container ">
7+ < div class ="badge " style ="background-color: #3874a4; color: white; ">
8+ C
9+ </ div >
10+ < div class ="badge " style ="background-color: #f7df1e; color: black; ">
11+ Java
12+ </ div >
13+ < div class ="badge " style ="background-color: #61dafb; color: black; ">
14+ Python
15+ </ div >
16+ < div class ="badge " style ="background-color: #f34b7d; color: white; ">
17+ JavaScript
18+ </ div >
19+ </ section >
20+
21+ < h4 > Tools I use</ h4 >
22+ < section class ="container ">
23+ < img
24+ class ="icon "
25+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/visualstudio/visualstudio-original.svg "
26+ alt ="Visual Studio "
27+ />
28+ < img
29+ class ="icon "
30+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/unity/unity-original.svg "
31+ alt ="Unity "
32+ />
33+ < img
34+ class ="icon "
35+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/androidstudio/androidstudio-original.svg "
36+ alt ="Android Studio "
37+ />
38+ < img
39+ class ="icon "
40+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg "
41+ alt ="Laravel "
42+ />
43+ </ section >
44+ </ article >
45+
46+ < style >
47+ body {
48+ font-family : sans-serif;
49+ }
50+
51+ .container {
52+ display : flex;
53+ flex-wrap : wrap;
54+ gap : 1rem ;
55+ }
56+
57+ .badge {
58+ padding : 0.5rem ;
59+ border-radius : 0.25rem ;
60+ }
61+
62+ .icon {
63+ width : 2rem ;
64+ }
65+ </ style >
You can’t perform that action at this time.
0 commit comments