diff --git a/data/about.yaml b/data/about.yaml new file mode 100644 index 0000000..dc47dcd --- /dev/null +++ b/data/about.yaml @@ -0,0 +1,57 @@ +# your designation +designation: Software Engineer +# your company information +company: + name: Example Co. + url: "https://www.example.com" + +# your resume +resume: "assets/files/resume.pdf" + +# a summary about you +summary: 'I am a passionate software engineer with x years of working + experience. I built OSS tools for Kubernetes using GO. My tools helps people to + deploy their workloads in Kuberenetes. Sometimes, I work on some fun projects such as writing a theme etc.' + +# your social links +# give as many as you want. use font-awesome for the icons. +socialLinks: +- name: Email + icon: "fas fa-envelope" + url: "example@gmail.com" + +- name: Github + icon: "fab fa-github" + url: "https://www.github.com/example" + +- name: Stackoverflow + icon: "fab fa-stack-overflow" + url: "#" + +- name: LinkedIn + icon: "fab fa-linkedin" + url: "#" + +- name: Twitter + icon: "fab fa-twitter" + url: "#" + +- name: Facebook + icon: "fab fa-facebook" + +# your soft skills +# give the percentage between 50 to 100 with 5 interval. +# currently supported color: blue, yellow, pink, green +softSkills: +- name: Leadership + percentage: 85 + color: blue +- name: Team Work + percentage: 90 + color: yellow +- name: Communication + percentage: 85 + color: pink +- name: Hard Working + percentage: 85 + color: green diff --git a/data/achievements.yaml b/data/achievements.yaml new file mode 100644 index 0000000..6dfa2a6 --- /dev/null +++ b/data/achievements.yaml @@ -0,0 +1,26 @@ +# my achievements +achievements: + - title: UAP IUPC 2017 + image: assets/images/achievements/1.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? + - title: UAP IUPC 2017 + image: assets/images/achievements/2.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? + - title: UAP IUPC 2017 + image: assets/images/achievements/3.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? + - title: UAP IUPC 2017 + image: assets/images/achievements/4.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? + - title: UAP IUPC 2017 + image: assets/images/achievements/5.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? + - title: UAP IUPC 2017 + image: assets/images/achievements/6.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? + - title: UAP IUPC 2017 + image: assets/images/achievements/7.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? + - title: UAP IUPC 2017 + image: assets/images/achievements/8.jpg + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus architecto minus facere vero? diff --git a/data/experiences.yaml b/data/experiences.yaml new file mode 100644 index 0000000..e164df7 --- /dev/null +++ b/data/experiences.yaml @@ -0,0 +1,57 @@ +# Your experiences +experiences: + - designation: Software Engineer + company: + name: Example Co. + url: "https://www.example.com" + location: Dhaka Branch + # company overview + overview: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed ipsum deserunt dignissimos iure incidunt porro sapiente adipisci neque, eveniet quam. + start: Nov 2017 + # don't provide end date if you are currently working there. It will be replaced by "Present" + # end: Dec 2020 + # give some points about what was your responsibilities at the company. + responsibilities: + - Design, develop and manage disaster recovery tool Stash that backup Kubernetes volumes, databases and cluster's resource definition. + - My another respons + - Added support for Prometheus monitoring in various AppsCode's tools. + - Provide support to the users of our various tools. + + - designation: Intern + company: + name: AppCode Inc. + url: "https://www.appscode.com" + location: Dhaka Branch + overview: AppsCode Ltd. is a subsidiary company of AppsCode Inc. USA. An Integrated platform for collaborative coding, testing & deploying containerized apps. + start: March 2016 + end: May 2016 + responsibilities: + - Design, develop and test a sample library website. + - Learn git version control. + - Learn backbone.js framework. + + - designation: Demo 1 + company: + name: Demo Co. + url: "https://www.appscode.com" + location: Dhaka Branch + overview: this is a demo company. + start: March 2016 + end: May 2016 + responsibilities: + - Design, develop and test a sample library website. + - Learn git version control. + - Learn backbone.js framework. + + - designation: Demo 2 + company: + name: Demo Co. + url: "https://www.appscode.com" + location: Dhaka Branch + overview: this is a demo company. + start: March 2016 + end: May 2016 + responsibilities: + - Design, develop and test a sample library website. + - Learn git version control. + - Learn backbone.js framework. diff --git a/data/home.yaml b/data/home.yaml new file mode 100644 index 0000000..e4f601f --- /dev/null +++ b/data/home.yaml @@ -0,0 +1,12 @@ +# background image of the landing page +background: "assets/images/default-background.jpg" + +# some information about you +author: + name: "John Doe" + image: "assets/images/default-avatar.svg" + # a summary of what you do + summary: + - I am a Developer + - I work with Go + - I love to work with some fun projects diff --git a/data/projects.yaml b/data/projects.yaml new file mode 100644 index 0000000..b362b01 --- /dev/null +++ b/data/projects.yaml @@ -0,0 +1,58 @@ +# filter buttons +filters: + - name: All + tag: "all" + - name: Professional + tag: "professional" + - name: Academic + tag: "academic" + - name: Hobby + tag: "hobby" + +# my projects +projects: + - name: Stash + logo: assets/images/logos/stash.png + role: Team Lead + timeline: "March 2018 - Present" + repo: https://github.com/stashed/stash + #url: "" + summary: A tool to backup Kubernetes volumes, StatefulSet application, databases etc. + tags: ["professional", "kubernetes", "backup"] + + - name: KubeDB + logo: assets/images/logos/kubedb.png + role: Developer + timeline: "Jan 2019 - Present" + repo: https://github.com/kubedb/cli + #url: "" + summary: KubeDB by AppsCode simplifies and automates routine database tasks such as provisioning, patching, backup, recovery, failure detection, and repair for various popular databases on private and public clouds. + tags: ["professional", "kubernetes", "database"] + + - name: Kubed + logo: assets/images/logos/kubed.png + role: Developer + timeline: "Oct 2018 - Dec 2018" + repo: https://github.com/appscode/kubed + #url: "" + summary: A tool to sync Kubernetes ConfigMap, Secret across namespaces and clusters. + tags: ["professional", "kubernetes", "sync"] + + - name: Riverine Vehicle Tracking System with Overload Detection + role: Owner + timeline: "Jan 2017 - Nov 2017" + url: "https://drive.google.com/open?id=0BwCjE-AXb1mjT1ExczBuMjk1aTQ" + summary: + This project aims to develop a monitoring and overload detection system for riverine vehicles. + Here, we have built an Ardunio based GPS tracking system, an ultrasonic sensor based overload + detector. We have also built a mobile based user application as well as an emergency notification + system. + tags: ["academic","iot"] + + - name: Toha + logo: assets/images/logos/project-default.png + role: Owner + timeline: "Jun 2019 - Present" + repo: https://github.com/hossainemruz/toha + summary: A Hugo theme for personal portfolio. + tags: ["hobby","hugo","theme"] diff --git a/data/skills.yaml b/data/skills.yaml new file mode 100644 index 0000000..8a6f28f --- /dev/null +++ b/data/skills.yaml @@ -0,0 +1,42 @@ +# Your Skills. +# Give a summary of you each skill in summary section. +skills: +- name: Kubernetes + icon: "assets/images/skills/kubernetes.png" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." + +- name: Go Development + icon: "assets/images/skills/go.png" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." + +- name: Cloud Computing + icon: "assets/images/skills/cloud.png" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." + +- name: Docker + icon: "assets/images/skills/docker.svg" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." + +- name: Linux + icon: "assets/images/skills/linux.png" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." + +- name: Prometheus + icon: "assets/images/skills/prometheus.png" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." + +- name: Git + icon: "assets/images/skills/git.png" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." + +- name: C++ + icon: "assets/images/skills/c++.png" + summary: "Some quick example text to build on the card title and make up the bulk + of tlsdfjlsdjflsdfhe card's content." diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 79ea988..1aa2378 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,14 +13,14 @@ {{ define "content" }}