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

Support adding verifiable Certifications badge in about section #307

Merged
merged 5 commits into from
May 17, 2021

Conversation

jbleduigou
Copy link
Contributor

Issue

This PR is about introducing a new feature in the about section.
The idea is to be able to showcase certification badges instead or alongside the softskills.

Description

I suggest the following structure to the yaml file:

certifications:
- name: "AWS Certified Solutions Architect – Associate"
  url: "https://www.credly.com/badges/6b486bcb-3121-42fe-99ab-fc028cd09d67"
  badge: "https://images.credly.com/size/680x680/images/4bc21d8b-4afe-4fbd-9a90-a9de8bf7b240/AWS-SolArchitect-Associate-2020.png"

- name: "AWS Certified SysOps Administrator – Associate"
  url: "https://www.credly.com/badges/2228a046-df42-4874-97ee-59516289bebb"
  badge: "https://images.credly.com/size/680x680/images/bf588058-87cc-4cbd-94b0-ef0385fb4371/AWS-SysOpAdmin-Associate-2020.png"

softSkills:
- name: Team Work
  percentage: 90
  color: yellow
- name: Fast Learner
  percentage: 85
  color: sky

Test Evidence

This would display like that:

Screenshot 2021-05-11 at 21 42 41

@jbleduigou
Copy link
Contributor Author

Hi @hossainemruz, how can I assign the label enhancement to this PR?

@hossainemruz hossainemruz added the enhancement New feature or request label May 12, 2021
@hossainemruz hossainemruz changed the title Certifications Support adding verifiable certifications badge in about section May 17, 2021
@hossainemruz hossainemruz changed the title Support adding verifiable certifications badge in about section Support adding verifiable "Certifications" badge in about section May 17, 2021
@hossainemruz hossainemruz changed the title Support adding verifiable "Certifications" badge in about section Support adding verifiable Certifications badge in about section May 17, 2021
Copy link
Member

@hossainemruz hossainemruz left a comment

Choose a reason for hiding this comment

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

Thank you @jbleduigou. I have made some changes into the PR. Now, you can provide both certifications and soft skills under a generic field called badges.

You should provide the badges information in about.yaml file as bellow,

badges:
- type: certification
  name: Certified Kubernetes Security Specialist
  url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist"
  badge: "https://images.credly.com/size/680x680/images/f4bf92ed-8985-40b2-bc07-2f9308780854/kubernetes-security-specialist-logo-examdev.png"

- type: certification
  name: Istio and IBM Cloud Kubernetes Service
  url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist"
  badge: "https://images.credly.com/size/680x680/images/8d34d489-84bf-4861-a4a0-9e9d68318c5c/Beyond_basics_of_Istio_on_Cloud_v2.png"

- type: certification
  name: Artificial Intelligence and Machine Learning
  url: "https://www.credly.com/org/grupo-bancolombia/badge/artificial-intelligence-and-machine-learning"
  badge: "https://images.credly.com/size/680x680/images/e027514f-9d07-4b29-862f-fe21a8aaebf1/ae.png"

- type: soft-skill-indicator
  name: Leadership
  percentage: 85
  color: blue

- type: soft-skill-indicator
  name: Team Work
  percentage: 90
  color: yellow

- type: soft-skill-indicator
  name: Hard Working
  percentage: 85
  color: orange

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants