From d0736500f487cb6a23c0f95d557c5feb66ca2f12 Mon Sep 17 00:00:00 2001 From: Duru Oluchi M Date: Thu, 9 Nov 2023 10:51:10 +0100 Subject: [PATCH] added links to navbar.js,books.html,header-footer --- .idea/.gitignore | 5 +++++ .idea/E-Library.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ index.html | 2 +- js/header-footer.js | 16 ++++++++-------- js/navbar.js | 8 ++++---- pages/books.html | 8 ++++---- 8 files changed, 48 insertions(+), 17 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/E-Library.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/E-Library.iml b/.idea/E-Library.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/E-Library.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9900d79 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index c70b765..888a018 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@

Featured Books

`; diff --git a/js/navbar.js b/js/navbar.js index b72212c..8f836bc 100644 --- a/js/navbar.js +++ b/js/navbar.js @@ -15,16 +15,16 @@ window.addEventListener('DOMContentLoaded', () => { Home
  • - Books + Books
  • - About Us + About Us
  • - Contact + Contact
  • - Log In + Log In
  • `; diff --git a/pages/books.html b/pages/books.html index 992b5c4..22c8533 100644 --- a/pages/books.html +++ b/pages/books.html @@ -15,16 +15,16 @@

    E-Library

    Home
  • - Books + Books
  • - Log In + Log In
  • - About Us + About Us
  • - Contact Us + Contact Us