diff --git a/public/logo.jpg b/public/logo.jpg new file mode 100644 index 0000000..308aa3b Binary files /dev/null and b/public/logo.jpg differ diff --git a/public/skyscraper.png b/public/skyscraper.png new file mode 100644 index 0000000..ed60e5c Binary files /dev/null and b/public/skyscraper.png differ diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 4b3366f..44f1c00 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -11,6 +11,7 @@ import { Carousel, } from "react-bootstrap"; +import styled from 'styled-components'; const ITag = styled.i` diff --git a/src/components/LogInContainer.js b/src/components/LogInContainer.js index 8b62b24..27c28dc 100644 --- a/src/components/LogInContainer.js +++ b/src/components/LogInContainer.js @@ -11,10 +11,17 @@ class LogInContainer extends Component {
-
-

locaft

- +
+
+
+

locaft

+

Sit back, let us move you

+ +
+
+ +
diff --git a/src/components/Login.js b/src/components/Login.js index 17f1be0..0f09a05 100644 --- a/src/components/Login.js +++ b/src/components/Login.js @@ -52,7 +52,7 @@ const Login = () => {
- Not a member? + Not a member?
diff --git a/src/components/Register.js b/src/components/Register.js index 4d439d9..3f7272a 100644 --- a/src/components/Register.js +++ b/src/components/Register.js @@ -92,7 +92,7 @@ import ErrorNotice from "./ErrorNotice";
- already a member? + already a member?
diff --git a/src/login_reg.css b/src/login_reg.css index 8bab9ac..8c34304 100644 --- a/src/login_reg.css +++ b/src/login_reg.css @@ -6,10 +6,10 @@ .Apper__Aside { width: 50%; - background-color: #66DAC7; + background-color: #66bfbf; display:flex; - align-items: center; - justify-self: center; + flex-direction: column; + justify-content: flex-end; } @@ -26,13 +26,9 @@ justify-content: flex-end; margin-bottom: 10%; } -.Apper__Aside__text{ - display: flex; - justify-content: center; - align-items: center; -} -.Apper__Aside__text p{ - +.Apper_heading{ + position: relative; + text-align: center; font-family: "Ubuntu"; font-size: 5rem; font-weight: bold; @@ -40,12 +36,30 @@ color: white; text-decoration: none; text-transform: lowercase; - left: 150%; - margin-right: -50%; - transform: translate(-50%, -50%); - margin: 0; +} +.Apper_logo img{ + width:100px; + display:flex; + align-content: flex-start; + justify-content: flex-start; + margin-bottom: 120px; + +} + +.Apper__Aside__text { + text-align: center; + margin-bottom: 40px; + +} +.Apper_quote{ + color:white; + font-size: 1.25em; + font-style:italic; +} +.Apper__Aside_image{ + margin-top: 600px; + max-width: 100%; - flex-grow: 1; }