Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Certificates and Publications section. #26

Closed
wants to merge 6 commits into from

Conversation

imInde09
Copy link

No description provided.

Copy link

vercel bot commented Dec 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2024 4:58am

@imInde09
Copy link
Author

imInde09 commented Dec 30, 2023

Added Certificates and publications section in CV #17 .
Modified resume-data.tsx and page.tsx

src/app/page.tsx Outdated Show resolved Hide resolved
src/app/page.tsx Outdated Show resolved Hide resolved
certifications and publications
@imInde09
Copy link
Author

Added ResumeData Object for better readability and ease of modification.

@imInde09
Copy link
Author

Added optional grade field in education #32

@@ -18,8 +18,71 @@ import {
YearProgressLogo,
} from "@/images/logos";
import { GitHubIcon, LinkedInIcon, XIcon } from "@/components/icons";
import { StaticImageData } from "next/image";
type ResumeData = {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the resume data should not have a type otherwise is going to cause a lot of problems for people who just want to fork the project and use it. some users may not have a project, websiteurl or don't want to put out location links etc.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, Fair point

Copy link

@co-bby co-bby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good now!!!!

@BartoszJarocki
Copy link
Owner

PR should not contain changes to resume-data, it's my cv after all ;)

@imInde09 imInde09 closed this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants