diff --git a/README.md b/README.md index 05e5d24..740845e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ Watch [this video] (https://www.youtube.com/watch?v=X7KDWr2kr6g) to see how to i * Rufai Mustapha * Godfrey * livinus + * paragonSabi + * sabinus + ## 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) 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