Skip to content

Commit e885761

Browse files
authored
Update constants.js
1 parent 6182c22 commit e885761

1 file changed

Lines changed: 37 additions & 19 deletions

File tree

src/data/constants.js

Lines changed: 37 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,28 @@ export const skills = [
3636
skills: [
3737
{ name: "IBM Cloud", image: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg" },
3838
{ name: "Kubernetes", image: "https://www.svgrepo.com/show/376331/kubernetes.svg" },
39-
{ name: "OpenShift (ROKS)", image: "https://www.vectorlogo.zone/logos/openshift/openshift-icon.svg" },
39+
40+
/* ✅ Use your local logos */
41+
{ name: "OpenShift (ROKS)", image: "/images/openshift-logo.png" },
4042
{ name: "Docker", image: "https://raw.githubusercontent.com/devicons/devicon/master/icons/docker/docker-original-wordmark.svg" },
41-
{ name: "IBM OnePipeline", image: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg" },
42-
{ name: "Tekton", image: "public/images/ibm-onepipeline-logo.jpg" },
43+
{ name: "IBM OnePipeline", image: "/images/ibm-onepipeline-logo.jpg" },
44+
45+
/* ✅ Tekton logo should NOT use public/... */
46+
{ name: "Tekton", image: "https://raw.githubusercontent.com/cncf/artwork/master/projects/tekton/icon/color/tekton-icon-color.svg" },
47+
4348
{ name: "Jenkins", image: "https://www.svgrepo.com/show/353929/jenkins.svg" },
44-
{ name: "PagerDuty", image: "https://www.vectorlogo.zone/logos/pagerduty/pagerduty-icon.svg" },
49+
{ name: "PagerDuty", image: "/images/pagerduty-logo.png" },
4550
],
4651
},
4752
{
4853
title: "Observability & Security",
4954
skills: [
50-
{ name: "Sysdig", image: "https://avatars.githubusercontent.com/u/31815447?s=280&v=4" },
51-
{ name: "LogDNA", image: "https://avatars.githubusercontent.com/u/34378917?s=280&v=4" },
55+
{ name: "Sysdig", image: "/images/sysdig-logo.png" },
56+
{ name: "LogDNA", image: "/images/logdna_logo.png" },
57+
58+
/* Ospray logo not present in your folder → keep IBM logo */
5259
{ name: "Ospray", image: "https://upload.wikimedia.org/wikipedia/commons/5/51/IBM_logo.svg" },
60+
5361
{ name: "RBAC", image: "https://cdn-icons-png.flaticon.com/512/942/942751.png" },
5462
{ name: "JWT", image: "https://jwt.io/img/logo.svg" },
5563
{ name: "PAG", image: "https://cdn-icons-png.flaticon.com/512/2917/2917990.png" },
@@ -90,7 +98,9 @@ export const experiences = [
9098
},
9199
{
92100
id: 2,
93-
img: "https://cdn-icons-png.flaticon.com/512/1995/1995470.png",
101+
102+
/* ✅ Use your local SJ logo */
103+
img: "/images/sj-logo.png",
94104
role: "Junior Engineer",
95105
company: "SJ Contracts Pvt Ltd, Pune, India",
96106
date: "Dec 2020 - Aug 2021",
@@ -103,7 +113,9 @@ export const experiences = [
103113
export const education = [
104114
{
105115
id: 0,
106-
img: "/images/cdac-logo.avif",
116+
117+
/* ✅ Use JPG (more compatible than AVIF) */
118+
img: "/images/cdac-logo.jpg",
107119
school: "Centre for Development of Advanced Computing (C-DAC), Noida",
108120
date: "2022",
109121
degree: "PG Diploma in Artificial Intelligence",
@@ -135,7 +147,7 @@ export const projects = [
135147
title: "WeatherSnap",
136148
description: "React-based real-time weather application.",
137149
image: "https://img.pikbest.com/templates/20211121/bg/0e1b29f5c2423708338dd4e3a17f35eb_117851.png",
138-
tags: ["React", "API"],
150+
tags: ["React", "API", "Github", "Google Auth"],
139151
category: "web app",
140152
github: "https://github.com/Viru9029/WeatherSnap",
141153
webapp: "https://viru9029.github.io/WeatherSnap/",
@@ -145,36 +157,42 @@ export const projects = [
145157
title: "BrainHealth-AI",
146158
description: "Deep learning system for brain tumor detection.",
147159
image: "https://assets.technologynetworks.com/production/dynamic/images/content/354432/early-detection-of-brain-tumors-and-beyond-354432-960x540.jpg",
148-
tags: ["Python", "Deep Learning", "Keras"],
160+
tags: ["Python", "Deep Learning", "VGG16", "Keras", "Image Classification", "Flask"],
149161
category: "machine learning",
150162
github: "https://github.com/Viru9029/BrainHealth-AI",
163+
webapp: "https://github.com/Viru9029/BrainHealth-AI",
151164
},
152165
{
153166
id: 3,
154-
title: "AI-Based Humanoid Broadcaster",
167+
title: "AI-Based-Humanoid-Broadcaster",
155168
description: "NLP-based AI system to generate summarized news broadcasts.",
156169
image: "https://img.freepik.com/premium-vector/live-news-cartoon-tv-broadcast-sport-fans-journalist-interview-television-media-studio-breaking-reporting-about-protest-utter-vector-concept_53562-17056.jpg",
157-
tags: ["Python", "NLP", "BERT"],
170+
tags: ["Python", "NLP", "Pytorch", "Keras", "BERT", "Flask"],
158171
category: "machine learning",
159172
github: "https://github.com/Viru9029/AI-Based-Humanoid-Broadcaster",
173+
webapp: "https://github.com/Viru9029/AI-Based-Humanoid-Broadcaster",
160174
},
161175
{
162176
id: 7,
163-
title: "CareerFit Analyzer",
164-
description: "Generative AI tool for ATS scoring and resume analysis.",
165-
image: "https://builtin.com/sites/www.builtin.com/files/styles/byline_image/public/2023-08/ai-assistant_0.jpg",
166-
tags: ["Python", "Generative AI", "Streamlit"],
177+
title: "CareerFit-Analyzer",
178+
description:
179+
"Generative AI solution featuring ATS checks, resume analysis, and chat with PDF to improve job applications.",
180+
image: "https://builtin.com/cdn-cgi/image/f=auto,quality=80,width=752,height=435/https://builtin.com/sites/www.builtin.com/files/styles/byline_image/public/2023-08/ai-assistant_0.jpg",
181+
tags: ["Python", "Google Gemini", "Generative AI", "Streamlit", "SqlLite", "Langchain", "NLP"],
167182
category: "generative ai",
168183
github: "https://github.com/Viru9029/CareerFit-Analyzer",
184+
webapp: "https://github.com/Viru9029/CareerFit-Analyzer",
169185
},
170186
{
171187
id: 2,
172-
title: "Footwear E-Commerce",
173-
description: "Golang backend APIs for an e-commerce platform.",
188+
title: "Footware-E-Commerce",
189+
description:
190+
"Golang backend APIs for an e-commerce platform built using Gin with authentication and MongoDB.",
174191
image: "https://indian-retailer.s3.ap-south-1.amazonaws.com/s3fs-public/article5066.jpg",
175-
tags: ["Golang", "Gin", "MongoDB"],
192+
tags: ["Golang", "Gin Framework", "API Development", "Authentication", "MongoDB"],
176193
category: "web app",
177194
github: "https://github.com/Viru9029/Footware-E-Commerce",
195+
webapp: "https://github.com/Viru9029/Footware-E-Commerce",
178196
},
179197
];
180198

0 commit comments

Comments
 (0)