diff --git a/public/assets/projects/dabubble.png b/public/assets/projects/dabubble.png new file mode 100644 index 0000000..ffaaef0 Binary files /dev/null and b/public/assets/projects/dabubble.png differ diff --git a/public/assets/projects/join.png b/public/assets/projects/join.png new file mode 100644 index 0000000..b703027 Binary files /dev/null and b/public/assets/projects/join.png differ diff --git a/public/assets/projects/videoflix.png b/public/assets/projects/videoflix.png new file mode 100644 index 0000000..bbeac4e Binary files /dev/null and b/public/assets/projects/videoflix.png differ diff --git a/src/components/Portfolio.tsx b/src/components/Portfolio.tsx index 504a2c5..6931982 100644 --- a/src/components/Portfolio.tsx +++ b/src/components/Portfolio.tsx @@ -1,10 +1,13 @@ +import Link from "next/link"; +import Image from "next/image"; + const PROJECTS = [ { title: "DABubble", type: "Web Application", description: "This App is a Slack Clone App. It revolutionizes team communication and collaboration with its intuitive interface, real-time messaging, and robust channel organization.", - image: "/assets/projects/join.jpg", + image: "/assets/projects/dabubble.png", tags: [ { name: "Angular", featured: true }, { name: "TypeScript", featured: true }, @@ -19,7 +22,7 @@ const PROJECTS = [ type: "Full-Stack App", description: "Task manager inspired by the Kanban System. Create and organize tasks using drag and drop functions, assign users and categories to ensure efficient management.", - image: "/assets/projects/dabubble.png", + image: "/assets/projects/join.png", tags: [ { name: "Angular (TS)", featured: true }, { name: "Django REST", featured: true }, @@ -35,7 +38,7 @@ const PROJECTS = [ type: "Full-Stack App", description: "Video platform for sharing and discovering videos. Upload, view, and stream content in various quality levels, all within a user-friendly interface designed to enhance the video experience.", - image: "/assets/projects/videoflix.jpg", + image: "/assets/projects/videoflix.png", tags: [ { name: "Angular (TS)", featured: true }, { name: "Django REST", featured: true }, @@ -66,6 +69,167 @@ export default function Portfolio() { Portfolio. + +
+ // {featuredProject.type} +
++ {featuredProject.description} +
++ // {project.type} +
++ {project.description} +
+