diff --git a/README.md b/README.md index 9ad67ad..582c950 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,21 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) -[![Hacktoberfest'20](https://img.shields.io/badge/hacktoberfest-2020-pinkpurple)](#) -[![Hacktoberfest2021](https://img.shields.io/badge/hacktoberfest-2020-pinkpurple)](#) -[![Hacktoberfest2021-accepted](https://img.shields.io/badge/hacktoberfest-2020-pinkpurple)](#) +[![Hacktoberfest'20](https://img.shields.io/badge/hacktoberfest-2022-greenpurple)](#) +[![Hacktoberfest2021](https://img.shields.io/badge/hacktoberfest-2022-pinkpurple)](#) +[![Hacktoberfest2021-accepted](https://img.shields.io/badge/hacktoberfest-2022-yellowpurple)](#) -Welcome to DEV-RESUME [LIVE-APP](https://dev-resume.herokuapp.com). +Welcome to DEV-RESUME [LIVE-APP](https://tech-resumie.herokuapp.com). -# Aims +# AIMS -1. The aim of the project is to help two category of people (a)Developers (b)Recruiting Companies/Industries. +> To everything, there is a purpose. + +1. The aim of the project is to help two category of people + (a)Developers + (b)Recruiting Companies/Industries. 2. It is also a very simple open source project for beginners to contribute. -3. It is also a starting point for hacktoberfest 2020 contributors. +3. It is also a starting point for hacktoberfest 2022 contributors. # Goal @@ -25,9 +29,12 @@ Welcome to DEV-RESUME [LIVE-APP](https://dev-resume.herokuapp.com). Step 1 : Fork the repo -Step 2 : Clone to your local machine +Step 2 : Clone to your local machine. Using the command +```bash + git clone +``` -Step 3 : Navigate to `public/images` folder and put your image in it (note the name of the image and its extension(.ext)) +Step 3 : Navigate to `public/images` folder and put your image in it (note the name of the image and its extension(.ext)) and a void generic name, make it unique Step 4 : Recap step 3 `dev-resume/public/images/` @@ -41,13 +48,13 @@ Step 8 : Put a `comma` after the last object then paste what you copied Step 9 : Edit all details of the pasted object, increase id by 1 and save `data.json` -Step 10 : Push your code to github +Step 10 : Push your code to GitHub -Step 11 : Make a PR +Step 11 : Make a Pull Request (PR) # Rewards -a. Identify yourself as a contributor on github +a. Identify yourself as a contributor on GitHub b. If your PR get merged you have a proof for recruiters as an open source contributor by refer them to live app on heroku at diff --git a/data.json b/data.json index ff1f9b6..c84520f 100644 --- a/data.json +++ b/data.json @@ -24,35 +24,19 @@ "linkedin": "rasheedtaiwo", "github": "Taiwrash" }, - - - { - "id": 50, - "imageName": "IMG_20211025_162448_569.jpg", - "name": "Situ Ramotalahi Adenike", - "role": "Programmer", - "about": "I am adenike I love coding and as well impacting people around me. Community building is one of my interest and I am a computer science student. I love JavaScript that is why I write Javascript and C++.", - "funfact": "Flaws require more concentration than Success", - "twitter": "", - "facebook": "Situ Ramotalahi Adenike", - "linkedin": "", - "github": "rahmah18" }, - - - { "id": 4, "imageName": "", @@ -674,6 +658,18 @@ "facebook": "", "linkedin": "alialaba01", "github": "alialaba" + }, + { + "id": 56, + "imageName": "lateefat.png", + "name": "Shuaib Lateefat", + "role": "Data Analyst", + "about": "I am Shuaib Lateefat. I love analyzing data and I have developed passion in working with Power BI, a new MS tool for building dashboard for businesses and Excel", + "funfact": "Learn, Unlearn, relearn, explore and Become", + "twitter": "SA_Lateefat", + "facebook": "Shuaib Lateefat Ayomide", + "linkedin": "lateefat-shuaib", + "github": "Touchstone01" } ] -} \ No newline at end of file +} diff --git a/public/images/lateefat.png b/public/images/lateefat.png new file mode 100644 index 0000000..37fbcb9 Binary files /dev/null and b/public/images/lateefat.png differ