From 1388048b91cc7f28f4f14b1222ac98f9e3616c25 Mon Sep 17 00:00:00 2001 From: sabinus valentine ogbonna Date: Sun, 7 Feb 2021 19:36:43 +0100 Subject: [PATCH 1/3] sabinuus I wrote the HowToContribute.md file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05e5d24..39cf9ff 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Watch [this video] (https://www.youtube.com/watch?v=X7KDWr2kr6g) to see how to i * Rufai Mustapha * Godfrey * livinus + * paragonSabi + ## How To Contribute If you want to contribute to this project, check out [this file](https://github.com/Build-One-Project/eservices/blob/master/HowToContribute.md) From 1b172adb79c03ffa0789382d614df9f4c66f1bb7 Mon Sep 17 00:00:00 2001 From: sabinus valentine ogbonna Date: Sun, 7 Feb 2021 19:40:11 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39cf9ff..740845e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Watch [this video] (https://www.youtube.com/watch?v=X7KDWr2kr6g) to see how to i * Godfrey * livinus * paragonSabi + * sabinus ## How To Contribute From cbed0eeecc22c1d63143d5f83e2fb04ba308b10a Mon Sep 17 00:00:00 2001 From: sabinus valentine ogbonna Date: Mon, 8 Feb 2021 22:20:25 +0100 Subject: [PATCH 3/3] created the instruction --- views/location.jade | 12 ++++++++++++ views/search.jade | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 views/location.jade create mode 100644 views/search.jade diff --git a/views/location.jade b/views/location.jade new file mode 100644 index 0000000..d8648ae --- /dev/null +++ b/views/location.jade @@ -0,0 +1,12 @@ +extends layout + +block location + h1 location page + p view my current location + h3 avilable locations + ul + li Anambra + li Enugu + li Ebonyi + li Abia + li Delta \ No newline at end of file diff --git a/views/search.jade b/views/search.jade new file mode 100644 index 0000000..7b58cee --- /dev/null +++ b/views/search.jade @@ -0,0 +1,6 @@ +extends layout + +block search + h1= button + + \ No newline at end of file