From 476a67023a6c0697dc22c8bc7fcc7e8035b14ecd Mon Sep 17 00:00:00 2001 From: Joshua-Ogbonna Date: Mon, 5 Oct 2020 21:34:51 +0100 Subject: [PATCH] first ever commit to this repo --- CONTRIBUTORS.md | 6 ++++++ profiles/Joshua_Ogbonna.md | 22 ++++++++++++++++++++++ scripts/hello_world_joshua.js | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 profiles/Joshua_Ogbonna.md create mode 100644 scripts/hello_world_joshua.js diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc42939..ff97880 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -133,3 +133,9 @@ jonddon-branch - Place: Kolkata, India - Bio: CS undergrad @KIIT, I love designing - Github: [Samarpita Saha](github.com/samarpitasaha) + +### Name: [Joshua Ogbonna](github.com/Joshua-Ogbonna) + +- Place: Owerri, Imo State, Nigeria. +- Bio: I am a frontend developer. +- Github: [Joshua-Ogbonna](github.com/Joshua-Ogbonna) \ No newline at end of file diff --git a/profiles/Joshua_Ogbonna.md b/profiles/Joshua_Ogbonna.md new file mode 100644 index 0000000..795aff9 --- /dev/null +++ b/profiles/Joshua_Ogbonna.md @@ -0,0 +1,22 @@ +# Your Name +Joshua Ogbonna +### Location + +Your City/Country +Owerri, Imo State, Nigeria +### Academics + +Your School +University of the People, Pasedena, California +### Interests + +- Some Things You Like +I love reading (personal development titles) +### Development + +- Still in conception phase (Hospitals.com) + + +### Profile Link + +[Joshua Ogbonna](https://github.com/Joshua-Ogbonna) \ No newline at end of file diff --git a/scripts/hello_world_joshua.js b/scripts/hello_world_joshua.js new file mode 100644 index 0000000..4b154ee --- /dev/null +++ b/scripts/hello_world_joshua.js @@ -0,0 +1,5 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Joshua Ogbonna +// GITHUB: https://github.com/Joshua-Ogbonna +console.log('Hello World') \ No newline at end of file