File tree Expand file tree Collapse file tree 1 file changed +91
-0
lines changed Expand file tree Collapse file tree 1 file changed +91
-0
lines changed Original file line number Diff line number Diff line change 1+ < article >
2+ < h3 > henriquercz</ h3 >
3+ < p > Estudante de Desenvolvimento de Sistemas | Entusiasta em IA e Tecnologias</ p >
4+ < h4 > Linguagens de Programação</ h4 >
5+ < section class ="container ">
6+ < div class ="badge " style ="background-color: #ff8800; color: black ">
7+ HTML
8+ </ div >
9+ < div class ="badge " style ="background-color: #7700ff; color: white ">
10+ CSS
11+ </ div >
12+ < div class ="badge " style ="background-color: #f7df1e; color: black ">
13+ JavaScript
14+ </ div >
15+ < div class ="badge " style ="background-color: #3178c6; color: white ">
16+ TypeScript
17+ </ div >
18+ < div class ="badge " style ="background-color: #61dafb; color: black ">
19+ React
20+ </ div >
21+ < div class ="badge " style ="background-color: #3874a4; color: white ">
22+ Python
23+ </ div >
24+ </ section >
25+
26+ < h4 > Ferramentas que Utilizo</ h4 >
27+ < section class ="container ">
28+ < img
29+ class ="icon "
30+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/html5/html5-original.svg "
31+ title ="HTML5 "
32+ />
33+ < img
34+ class ="icon "
35+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/css3/css3-original.svg "
36+ title ="CSS3 "
37+ />
38+ < img
39+ class ="icon "
40+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/javascript/javascript-original.svg "
41+ title ="JavaScript "
42+ />
43+ < img
44+ class ="icon "
45+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/typescript/typescript-original.svg "
46+ title ="TypeScript "
47+ />
48+ < img
49+ class ="icon "
50+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg "
51+ title ="React "
52+ />
53+ < img
54+ class ="icon "
55+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/python/python-original.svg "
56+ title ="Python "
57+ />
58+ < img
59+ class ="icon "
60+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg "
61+ title ="VS Code "
62+ />
63+ < img
64+ class ="icon "
65+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg "
66+ title ="Git "
67+ />
68+ < img
69+ class ="icon "
70+ src ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg "
71+ title ="GitHub "
72+ />
73+ </ section >
74+ </ article >
75+ < style >
76+ body {
77+ font-family : sans-serif;
78+ }
79+ .container {
80+ display : flex;
81+ flex-wrap : wrap;
82+ gap : 1rem ;
83+ }
84+ .badge {
85+ padding : 0.5rem ;
86+ border-radius : 0.25rem ;
87+ }
88+ .icon {
89+ width : 2rem ;
90+ }
91+ </ style >
You can’t perform that action at this time.
0 commit comments