Skip to content

Commit

Permalink
feat: add new project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Nov 28, 2024
1 parent 750641b commit 2966491
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

Binary file added src/assets/images/DevOpsURLtoQR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/sections/Projects.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import gurunimbusProjectThumbnail from "@/assets/images/gurunimbusProjectThumbnail.png";
import FlashFathomAIThumbnail from "@/assets/images/FlashFathomAIThumbnail.png";
import AIChatbotThumbnail from "@/assets/images/AIChatbotThumbnail.png";
import DevOpsURLtoQR from "@/assets/images/DevOpsURLtoQR.png";
import Image from "next/image";
import CheckCircleIcon from "@/assets/icons/check-circle.svg";
import ArrrowUpRightIcon from "@/assets/icons/arrow-up-right.svg";
Expand Down Expand Up @@ -47,6 +48,24 @@ const portfolioProjects = [
link: "https://aicustomersupport-alpha.vercel.app/",
image: AIChatbotThumbnail,
},
{
company: "DevOps URL2QR",
year: "2024",
title: "Generetes QR Codes for the provided URL.",
results: [
{ title: " Built a containerized URL-to-QR code app with Docker" },
{
title:
"Automated CI/CD with GitHub Actions and deployed on Kubernetes.",
},
{
title:
"Ensured monitoring with Grafana, CloudWatch, and AWS S3 storage. ",
},
],
link: "https://github.com/Suraj-kumar00/DevOps-URL2QR",
image: DevOpsURLtoQR,
},
];

export const ProjectsSection = () => {
Expand Down

0 comments on commit 2966491

Please sign in to comment.