diff --git a/client/src/App.css b/client/src/App.css index 1b8eb84..246d35e 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -3,7 +3,19 @@ } a { - color: white; + color: #ffffff; +} + +.Homepage { + background-image: url('./assets/Landing-Page.gif'); + background-size: cover; + margin: 0; + height: 100vh; +} + +.homepage-menu { + position: relative; + top: 100px; } .Game { diff --git a/client/src/assets/Landing-Page.gif b/client/src/assets/Landing-Page.gif new file mode 100644 index 0000000..b6b34f0 Binary files /dev/null and b/client/src/assets/Landing-Page.gif differ diff --git a/client/src/components/Game.js b/client/src/components/Game.js index f846a9f..c040c60 100644 --- a/client/src/components/Game.js +++ b/client/src/components/Game.js @@ -13,6 +13,7 @@ import { Redirect } from 'react-router-dom' let socket const ENDPOINT = 'http://localhost:5000' +// const ENDPOINT = 'http://192.168.0.103:5000/' const Game = (props) => { const data = queryString.parse(props.location.search) @@ -801,10 +802,10 @@ const Game = (props) => { > } - > :