diff --git a/BackEnd/Library/ /home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/item_pics/item_pics/image.jpeg b/BackEnd/Library/ /home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/item_pics/item_pics/image.jpeg new file mode 100644 index 00000000..b476e400 Binary files /dev/null and b/BackEnd/Library/ /home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/item_pics/item_pics/image.jpeg differ diff --git a/BackEnd/Library/ /home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/item_picsitem_pics/image.jpeg b/BackEnd/Library/ /home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/item_picsitem_pics/image.jpeg new file mode 100644 index 00000000..b476e400 Binary files /dev/null and b/BackEnd/Library/ /home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/item_picsitem_pics/image.jpeg differ diff --git a/BackEnd/Library/src/main/java/com/innovature/Library/util/FileUtil.java b/BackEnd/Library/src/main/java/com/innovature/Library/util/FileUtil.java index 5db90d48..9a0088e6 100644 --- a/BackEnd/Library/src/main/java/com/innovature/Library/util/FileUtil.java +++ b/BackEnd/Library/src/main/java/com/innovature/Library/util/FileUtil.java @@ -16,8 +16,8 @@ public class FileUtil { - public static final String PATH = "/home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/item_pics/"; - + public static final String PATH = "/home/negilbabu/Desktop/project/LibraryRepository/FrontEnd/Library/src/assets/BooksImage/"; + public static final String PROFILE_PIC_DIR = "item_pics/"; diff --git a/FrontEnd/Library/src/app/admin-navbar/admin-navbar.component.ts b/FrontEnd/Library/src/app/admin-navbar/admin-navbar.component.ts index e664e6a4..dc51814e 100644 --- a/FrontEnd/Library/src/app/admin-navbar/admin-navbar.component.ts +++ b/FrontEnd/Library/src/app/admin-navbar/admin-navbar.component.ts @@ -28,7 +28,7 @@ export class AdminNavbarComponent implements OnInit { } } dash() { - throw new Error('Method not implemented.'); + } } diff --git a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css index e69de29b..b31ab8ff 100644 --- a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css +++ b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css @@ -0,0 +1,63 @@ +body, html { + /* fixed */ + position: relative; + margin: 0; + font-family: arial; + height: 0vh; + background: #ccc; + } + *, *:before, *:after { + box-sizing: border-box; + } + .nav-mobile { + position: fixed; + width: 100%; + z-index: 1; + background: #1c032e; + /* background: #9f3800; */ + color: #fff; + padding: 0; + /* border:10px; */ + /* border-color: black; */ + margin: 0; + cursor: auto; + font-size: 18px; + list-style-type: none; + /* box-shadow: 0 5px 5px -5px #333; */ + } + .nav-mobile:after { + content: ""; + display: table; + clear: both; + } + + + .nav-mobile li { + width: 90%; + height: 4%; + line-height: 46px; + text-align: center; + /* float: right; */ + } + .nav-mobile li a { + display: block; + color: #333; + width: 100%; + height: 100%; + text-decoration: none; + } + + .main { + height: 100%; + width: 100%; + overflow: hidden; + overflow-y: scroll; + } + .button{ + border: none; + background-color: transparent; + color: rgb(150, 40, 180); + } + .button:hover {color: #ffffff} + + \ No newline at end of file diff --git a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html index b30b4ac5..273f2963 100644 --- a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html +++ b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html @@ -1,8 +1,20 @@ +
+




@@ -20,7 +32,7 @@ -