|
| 1 | +# section information |
| 2 | +section: |
| 3 | + name: About |
| 4 | + id: about |
| 5 | + enable: true |
| 6 | + weight: 1 |
| 7 | + showOnNavbar: true |
| 8 | + template: sections/about.html |
| 9 | + |
| 10 | +# your designation |
| 11 | +designation: Data Scientist | ML Engineer |
| 12 | +# your company information |
| 13 | +# company: |
| 14 | +# name: "..." |
| 15 | +# url: "..." |
| 16 | + |
| 17 | +# your resume. this file path should be relative to you "static" directory |
| 18 | +# Dreprecated. Use resourceLinks instead. |
| 19 | +# resume: "files/resume.pdf" |
| 20 | + |
| 21 | +# a summary about you |
| 22 | +summary: 'I am a passionate software engineer with x years of working experience. I built OSS tools for [Kubernetes](https://kubernetes.io/) using GO. My tools help people to deploy their workloads in Kubernetes. Sometimes, I work on some fun projects such as writing a theme, etc.' |
| 23 | + |
| 24 | +# your social links |
| 25 | +# give as many as you want. use font-awesome for the icons. |
| 26 | +socialLinks: |
| 27 | +# - name: Email |
| 28 | +# icon: "fas fa-envelope" |
| 29 | + |
| 30 | + |
| 31 | +- name: Github |
| 32 | + icon: "fab fa-github" |
| 33 | + url: "https://www.github.com/rageSpin" |
| 34 | + |
| 35 | +- name: Stackoverflow |
| 36 | + icon: "fab fa-stack-overflow" |
| 37 | + url: "#" |
| 38 | + |
| 39 | +- name: LinkedIn |
| 40 | + icon: "fab fa-linkedin" |
| 41 | + url: "#" |
| 42 | + |
| 43 | +# - name: Twitter |
| 44 | +# icon: "fab fa-twitter" |
| 45 | +# url: "#" |
| 46 | + |
| 47 | +# - name: Facebook |
| 48 | +# icon: "fab fa-facebook" |
| 49 | +# url: "#" |
| 50 | + |
| 51 | +# - name: Mastadon |
| 52 | +# icon: "fab fa-mastodon" |
| 53 | +# url: "#" |
| 54 | +# rel: "me noopener" |
| 55 | + |
| 56 | +# - name: ResearchGate |
| 57 | +# icon: "fab fa-researchgate" |
| 58 | +# url: "https://www.researchgate.net/profile/john-doe" |
| 59 | + |
| 60 | +# You can put custom buttons to link your relevant resources. |
| 61 | +# For example, you can put link for your resume. |
| 62 | +resourceLinks: |
| 63 | +- title: "My Resume" |
| 64 | + url: "files/resume.pdf" |
| 65 | + |
| 66 | +# Show your badges |
| 67 | +# You can show your verifiable certificates from https://www.credly.com. |
| 68 | +# You can also show a circular bar indicating the level of expertise on a certain skill |
| 69 | +badges: |
| 70 | +- type: certification |
| 71 | + name: Certified Kubernetes Security Specialist |
| 72 | + url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist" |
| 73 | + badge: "https://images.credly.com/size/680x680/images/f4bf92ed-8985-40b2-bc07-2f9308780854/kubernetes-security-specialist-logo-examdev.png" |
| 74 | + |
| 75 | +- type: certification |
| 76 | + name: Istio and IBM Cloud Kubernetes Service |
| 77 | + url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist" |
| 78 | + badge: "https://images.credly.com/size/680x680/images/8d34d489-84bf-4861-a4a0-9e9d68318c5c/Beyond_basics_of_Istio_on_Cloud_v2.png" |
| 79 | + |
| 80 | +- type: certification |
| 81 | + name: Artificial Intelligence and Machine Learning |
| 82 | + url: "https://www.credly.com/org/grupo-bancolombia/badge/artificial-intelligence-and-machine-learning" |
| 83 | + badge: "https://images.credly.com/size/680x680/images/e027514f-9d07-4b29-862f-fe21a8aaebf1/ae.png" |
| 84 | + |
| 85 | +- type: soft-skill-indicator |
| 86 | + name: Leadership |
| 87 | + percentage: 85 |
| 88 | + color: blue |
| 89 | + |
| 90 | +- type: soft-skill-indicator |
| 91 | + name: Team Work |
| 92 | + percentage: 85 |
| 93 | + color: yellow |
| 94 | + |
| 95 | +- type: soft-skill-indicator |
| 96 | + name: Hard Working |
| 97 | + percentage: 85 |
| 98 | + color: orange |
| 99 | + |
| 100 | +- type: soft-skill-indicator |
| 101 | + name: Python Programming |
| 102 | + percentage: 95 |
| 103 | + color: "#00ddef" |
| 104 | + |
| 105 | + |
| 106 | +# you can also provide color code instead of the color name |
| 107 | +# - type: soft-skill-indicator |
| 108 | +# name: Example 1 |
| 109 | +# percentage: 75 |
| 110 | +# color: "#00adb5" |
0 commit comments