File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,10 +131,21 @@ export default function About() {
131131 </ div >
132132 ) ) }
133133 </ div >
134+ < div className = "mt-6 text-center" >
135+ < a
136+ href = "https://www.linkedin.com/in/gbzarelli/details/recommendations/?detailScreenTabIndex=0"
137+ target = "_blank"
138+ rel = "noopener noreferrer"
139+ className = "inline-flex items-center text-blue-600 hover:text-blue-800 transition-colors"
140+ >
141+ < FaLinkedin className = "mr-2" />
142+ Ver recomendações no LinkedIn
143+ </ a >
144+ </ div >
134145 </ div >
135146
136147 { /* Skills Section */ }
137- < div className = "bg-white rounded-xl shadow-lg p-8" >
148+ < div className = "bg-white rounded-xl shadow-lg p-8 mb-8 " >
138149 < h2 className = "text-2xl font-bold text-gray-900 mb-6" > Competências Técnicas</ h2 >
139150 < div className = "grid md:grid-cols-2 gap-8" >
140151 { skills . map ( ( skillGroup ) => (
@@ -154,6 +165,17 @@ export default function About() {
154165 </ div >
155166 ) ) }
156167 </ div >
168+ < div className = "mt-6 text-center" >
169+ < a
170+ href = "https://www.linkedin.com/in/gbzarelli/details/certifications/"
171+ target = "_blank"
172+ rel = "noopener noreferrer"
173+ className = "inline-flex items-center text-blue-600 hover:text-blue-800 transition-colors"
174+ >
175+ < FaLinkedin className = "mr-2" />
176+ Ver certificações no LinkedIn
177+ </ a >
178+ </ div >
157179 </ div >
158180 </ main >
159181 </ div >
You can’t perform that action at this time.
0 commit comments