+
Software engineer, technical
writer & open-source maintainer
@@ -349,24 +349,27 @@ export default function Home() {
{/* Description */}
{/* Social Links */}
-
- {profile.social.map((item) => (
+
+ {profile.social.map((item, idx) => (
- {item.icon === "GitHub" && }
- {item.icon === "Linkedin" && }
- {item.icon === "Twitter" && }
- {item.icon === "Mail" && }
- {item.icon === "Type" && }
+ {item.icon === "GitHub" && }
+ {item.icon === "Linkedin" && }
+ {item.icon === "Twitter" && }
+ {item.icon === "Mail" && }
+ {item.icon === "Type" && }
{item.name}
))}
@@ -375,11 +378,11 @@ export default function Home() {
{/* Recent Writing Section */}
{latestBlog && (
-
- Latest Writing
+
+ Latest Writing
View all
@@ -391,23 +394,23 @@ export default function Home() {
{/* GitHub Contribution Graph Placeholder */}
-
+
Contribution Graph
-
+
-
+
1038 contributions in the last year
- Less
+ Less
-
-
-
-
+
+
+
+
- More
+ More
{/* Simplified contribution grid */}
@@ -416,18 +419,18 @@ export default function Home() {
const intensity = Math.random();
const bgColor =
intensity > 0.75
- ? "bg-[#39d353]"
+ ? "bg-black"
: intensity > 0.5
- ? "bg-[#26a641]"
+ ? "bg-brutalist-red"
: intensity > 0.25
- ? "bg-[#006d32]"
+ ? "bg-brutalist-yellow"
: intensity > 0.1
- ? "bg-[#0e4429]"
- : "bg-[#161b22]";
+ ? "bg-gray-200"
+ : "bg-white";
return (
);
@@ -439,14 +442,14 @@ export default function Home() {
{/* Work Experience Section - Timeline */}
-
+
Work Experience
{/* Timeline container */}
{/* Vertical line */}
-
+
{/* Timeline items */}
@@ -465,13 +468,13 @@ export default function Home() {
{experience.map((exp, index) => (
{
// Will need to handle mobile dialog
}}
>
-
+
{companyLogos[exp.company] ? (
) : (
-
+
)}
-
+
{exp.position}
e.stopPropagation()}
>
{exp.company}
-
+
{new Date(exp.startDate).toLocaleDateString("en-US", {
month: "short",
year: "numeric",
@@ -510,7 +513,7 @@ export default function Home() {
})
: "Present"}
-
+
{exp.oneLine}
@@ -523,23 +526,23 @@ export default function Home() {
{/* Testimonials Section - Carousel */}
-
+
- What People Say
+ What People Say
{/* Footer / Contact */}
-
writer & open-source maintainer @@ -349,24 +349,27 @@ export default function Home() { {/* Description */} {/* Social Links */} -
Latest Writing
+Latest Writing
View all
+
Contribution Graph
-
+
-
+
1038 contributions in the last year
- Less
+ Less
-
-
-
-
+
+
+
+
- More
+ More
{/* Simplified contribution grid */}
@@ -416,18 +419,18 @@ export default function Home() {
const intensity = Math.random();
const bgColor =
intensity > 0.75
- ? "bg-[#39d353]"
+ ? "bg-black"
: intensity > 0.5
- ? "bg-[#26a641]"
+ ? "bg-brutalist-red"
: intensity > 0.25
- ? "bg-[#006d32]"
+ ? "bg-brutalist-yellow"
: intensity > 0.1
- ? "bg-[#0e4429]"
- : "bg-[#161b22]";
+ ? "bg-gray-200"
+ : "bg-white";
return (
);
@@ -439,14 +442,14 @@ export default function Home() {
{/* Work Experience Section - Timeline */}
-
+
Work Experience
{/* Timeline container */}
{/* Vertical line */}
-
+
{/* Timeline items */}
@@ -465,13 +468,13 @@ export default function Home() {
{experience.map((exp, index) => (
{
// Will need to handle mobile dialog
}}
>
-
+
{companyLogos[exp.company] ? (
) : (
-
+
)}
-
+
{exp.position}
e.stopPropagation()}
>
{exp.company}
-
+
{new Date(exp.startDate).toLocaleDateString("en-US", {
month: "short",
year: "numeric",
@@ -510,7 +513,7 @@ export default function Home() {
})
: "Present"}
-
+
{exp.oneLine}
@@ -523,23 +526,23 @@ export default function Home() {
{/* Testimonials Section - Carousel */}
-
+
- What People Say
+ What People Say
{/* Footer / Contact */}
-
+
1038 contributions in the last year
+
Work Experience
{/* Timeline container */}
{/* Vertical line */}
-
+
{/* Timeline items */}
@@ -465,13 +468,13 @@ export default function Home() {
{experience.map((exp, index) => (
{
// Will need to handle mobile dialog
}}
>
-
+
{companyLogos[exp.company] ? (
) : (
-
+
)}
-
+
{exp.position}
e.stopPropagation()}
>
{exp.company}
-
+
{new Date(exp.startDate).toLocaleDateString("en-US", {
month: "short",
year: "numeric",
@@ -510,7 +513,7 @@ export default function Home() {
})
: "Present"}
-
+
{exp.oneLine}
@@ -523,23 +526,23 @@ export default function Home() {
{/* Testimonials Section - Carousel */}
-
+
- What People Say
+ What People Say
{/* Footer / Contact */}
-
+
{exp.position}
e.stopPropagation()}
>
{exp.company}
-
+
{new Date(exp.startDate).toLocaleDateString("en-US", { month: "short", year: "numeric", @@ -510,7 +513,7 @@ export default function Home() { }) : "Present"}
-+
{exp.oneLine}