diff --git a/frontEnd/src/pages/Catalogue.css b/frontEnd/src/pages/Catalogue.css index 4e4bff7c..a4124a86 100644 --- a/frontEnd/src/pages/Catalogue.css +++ b/frontEnd/src/pages/Catalogue.css @@ -6,6 +6,7 @@ .head{ display: flex; + max-height: 80px; flex-direction: row; row-gap: 3rem; justify-content: space-around; @@ -36,14 +37,46 @@ ul li { .rightSideMenuOptions ul li { margin-left: 1rem; /* Adjust the value as needed */ + display: flex; + flex-direction: row; + justify-content: space-around; + + align-items: center; } +.rightSideMenuOptions { +display: flex; +flex-direction: row; +justify-content: space-around; +align-items: center; +} +.lognet{ + height:6rem; + width:9rem; +} +.trailer{ + position: relative; + + + overflow: hidden; + height: 500px; +} +.trail{ + + width: 100%; + height: 500px; +} +.tit{ + display: flex; + flex-direction: row; + +} diff --git a/frontEnd/src/pages/Catalogue.js b/frontEnd/src/pages/Catalogue.js index cbe8048b..4d88768f 100644 --- a/frontEnd/src/pages/Catalogue.js +++ b/frontEnd/src/pages/Catalogue.js @@ -1,6 +1,7 @@ import React from "react"; import "./Catalogue.css" +import logo from '../LogoIcons&Images/Logos-Readability-Netflix-logo.png'; function Catalogue(){ @@ -10,6 +11,11 @@ function Catalogue(){
+
+ + + +
+ +
+ +
+ + {/* */} + + + + +
+
+

+ +
Name of the title
+
Explore all
+ +
+

+
+ reuivrew +
+ + +
+ + + +
+ @@ -71,4 +115,9 @@ function Catalogue(){ ) } -export default Catalogue; \ No newline at end of file +export default Catalogue; + + + + + diff --git a/frontEnd/src/pages/SignupPages/Signup.js b/frontEnd/src/pages/SignupPages/Signup.js index 188804c5..b3f9f186 100644 --- a/frontEnd/src/pages/SignupPages/Signup.js +++ b/frontEnd/src/pages/SignupPages/Signup.js @@ -7,8 +7,17 @@ import TV from './TV.js'; import WatchEverywhere from './WatchEverywhere.js'; import KidsProfile from './KidsProfile.js'; import DownloadOffline from './DownloadOffline.js'; +import { useNavigate } from "react-router-dom"; function Signup(){ + + let navigate=useNavigate(); + + function navi(){ + navigate("/SignIn") + } + + return ( <>
@@ -25,7 +34,7 @@ return (
- +