-
+
@@ -79,8 +73,8 @@ function MeCard({
-
- A Software Engineer who has developed countless innovative solutions.
+
+ Web Developer
diff --git a/src/components/setions/projects.tsx b/src/components/setions/projects.tsx
index c75914d..6a434f3 100644
--- a/src/components/setions/projects.tsx
+++ b/src/components/setions/projects.tsx
@@ -7,14 +7,9 @@ import MeCard from "../me-card";
import Heading from "../heading";
const ProjectCard = (p: Project) => (
-
- {/*
{`[ ${p.year} ]`}
*/}
-
-
+
+
+
(
className="object-cover"
/>
-
+
{`[ ${p.year} ]`}
{p.name}
@@ -30,28 +25,22 @@ const ProjectCard = (p: Project) => (
-
+
);
function Projects() {
return (
-
-
+
+
-