Skip to content

Commit 07e866f

Browse files
authored
Update Index.tsx
1 parent 3aabc07 commit 07e866f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/pages/Index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const Index = () => {
108108
an advocate for <span className="text-orange-400 font-semibold">Layer5</span> projects like Kanvas,
109109
I'm deeply involved in the cloud native ecosystem.
110110
</p>
111+
<p>But life’s not all code and containers.</p>
111112
<p className="text-lg text-blue-100 leading-relaxed">
112113
When I'm not managing Kubernetes clusters or writing Go code, you'll find me
113114
hiking through Mexico's stunning landscapes or sharing my adventures with my beloved dogs.
@@ -116,6 +117,7 @@ const Index = () => {
116117
<div className="bg-gradient-to-br from-blue-800/50 to-orange-900/30 p-8 rounded-2xl border border-blue-500/20">
117118
<h3 className="text-2xl font-bold text-yellow-400 mb-6">What I Do</h3>
118119
<ul className="space-y-3 text-blue-100">
120+
When I’m not deep in YAML or container logs...
119121
<li className="flex items-center gap-3">
120122
<div className="w-2 h-2 bg-yellow-400 rounded-full"></div>
121123
Run local tech meetup groups
@@ -226,15 +228,15 @@ const Index = () => {
226228
<Github className="mr-2 h-5 w-5" />
227229
GitHub
228230
</Button>
229-
<Button
231+
{/* <Button
230232
size="lg"
231233
variant="outline"
232234
className="border-orange-500 text-orange-400 hover:bg-orange-500 hover:text-white transition-all duration-300 hover:scale-105"
233235
onClick={() => window.open('https://linkedin.com/in/mericio', '_blank')}
234236
>
235237
<Linkedin className="mr-2 h-5 w-5" />
236238
LinkedIn
237-
</Button>
239+
</Button> */}
238240
</div>
239241
</div>
240242
</section>
@@ -243,7 +245,7 @@ const Index = () => {
243245
<footer className="py-8 px-4 border-t border-blue-500/20">
244246
<div className="max-w-6xl mx-auto text-center">
245247
<p className="text-blue-300">
246-
© 2024 Mericio • Infrastructure Engineer • Guatemala 🇬🇹
248+
© 2025 Mericio • Infrastructure Engineer • Guatemala 🇬🇹
247249
</p>
248250
<p className="text-sm text-blue-400 mt-2">
249251
Built with ❤️ using React, TypeScript, and Tailwind CSS

0 commit comments

Comments
 (0)