Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signup page #262

Open
wants to merge 22 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js" integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js" integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous"></script>
<title>Bridge In Tech</title>
</head>
<body>
Expand Down
2 changes: 0 additions & 2 deletions src/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ import GetInTouch from "./home/GetInTouch"
import Benefit from "./home/Benefit"
import FAQ from "./home/FAQ"
import Nav from "./Navigation"
import Sidebar from "./sidebar/Sidebar"


export default function Routes() {
return (
<Router basename="/bridge-in-tech-web">
<AuthProvider>
<Sidebar/>
<Nav/>
<Switch>
<Route exact path="/">
Expand Down
3 changes: 3 additions & 0 deletions src/assets/images/Hide_pwd_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/images/show_pwd_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/side_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
294 changes: 259 additions & 35 deletions src/register/Register.css
Original file line number Diff line number Diff line change
@@ -1,61 +1,285 @@
.container {
background: #F7F9FA;
height: auto;
width: 70%;
margin: 5em auto;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
.preloader {
border: 5px solid orangered;
border-top: 5px solid white;
border-radius: 50%;
position: absolute;
width: 120px;
height: 120px;
top: 20%;
left: calc(50vw - 75px);
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}

@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

.preloader:before,
.preloader:after {
content: '';
position: absolute;
width: 100px;
height: 100px;
top: calc(50vh - 75px);
left: calc(50vw - 75px);
transform: translate(-50%, -50%);
}

#form h1 {
font-weight: 500;
font-size: 36px;
line-height: 54px;
color: hsl(180, 100%, 0%);
margin: 0px!important;
padding-top: 35px;
text-align: left;
}

#form h4 {
width: 572px;
top: 161px;
font-weight: normal;
font-size: 18px;
line-height: 27px;
color: #1f2430;
margin: 0px;
}

#form a {
text-decoration: none;
color: var(--primary-blue);
}

#form a:hover {
cursor: pointer;
}

.split-screen {
display: flex;
flex-direction: row;
justify-content: left;
width: 100%;
align-items: flex-start;
object-fit: cover;
}

.left {
display: flex;
text-align: left;
background-image: url(../assets/images/side_image.jpg);
height: 964px;
width: 630px;
object-fit: cover;
}

.right {
display: flex;
flex-grow: 4;
padding-right: 140px;
padding-left: 96px;
text-align: left;
height: 1200px;
}

.right .register {
text-align: left;
position: relative;
width: 808px;
height: 964px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
min-width: 569.23px;
height: 56px;
border: 1px solid #337ab7;
border-radius: 5px;
margin: 0px;
}

#form label {
font-weight: 500;
font-size: 18px;
line-height: 27px;
width: 300px;
color: #1f2430;
padding-top: 24px;
}

#form img {
position: absolute;

right: 13px;
padding-top: 16px;
}

#form img :hover {
cursor: pointer;
fill: #230B34;
}

.checkbox_class input {
position: absolute;
cursor: pointer;
}

label {
color: #24B9B6;
font-size: 1.2em;
font-weight: 400;
#terms {
font-family: Meta Pro;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
padding-left: 24px;
padding-top: 0px !important;
color: rgba(31, 36, 48, 0.6);
}

h1 {
color: #24B9B6;
padding-top: .5em;
.insert_checkbox {
display: flex;
flex-direction: row;
padding-top: 24px;
}

.insert_checkbox input {
width: 28px;
height: 28px;
border: 1px solid rgba(31, 36, 48, 0.6);
box-sizing: border-box;
border-radius: 4px;
display: block;
position: relative;
cursor: pointer;
background: #E5E5E5;
margin: 0px !important
}

.insert_checkbox input :hover {
width: 28px;
height: 28px;
border: 1px solid rgba(31, 36, 48, 0.6);
box-sizing: border-box;
border-radius: 4px;
}

.insert_checkbox input :checked ::after {
position: relative;
width: 11.5px;
height: 9px;
border-radius: 4px;
background: #4892C7;
}

.error {
color: red;
}

.error-message {
color: #FF6565;
padding: .5em .2em;
color: #ff6565;
padding: 0.5em 0.2em;
height: 1em;
position: absolute;
font-size: .8em;
font-size: 0.8em;
}

.field {
border: 1px solid #1C6EA4;
width: 100%;
height: 2em;
#signup {
min-width: 569px;
height: 63px;
background: #4892c7;
box-shadow: 0px 4px 10px rgba(72, 146, 199, 0.1);
border-radius: 5px;
font-family: Meta Pro;
font-style: normal;
font-weight: 500;
font-size: 24px;
color: #FFFFFF;
margin-top: 30px;
}

.button-group {
width: 100%;
.login {
padding-top: 24px;
width: 569px;
padding-bottom: 34px;
font-size: 16px;
line-height: 21px;
text-align: center;
color: rgba(31, 36, 48, 0.6);
}

.register-form {
width: 80%;
text-align: left;
padding-top: 2em;
padding-bottom: 2em;
.terms-and-privacy-modal a {
text-decoration: none;
width: 800px;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
color: rgba(31, 36, 48, 0.6);
}

#loginBtn{
.terms-and-privacy-modal ul {
padding-left: 24px;
text-decoration: none;
left: 772px;
top: calc(50% - 27px / 2 - 30px);
font-size: 18px;
line-height: 27px;
color: rgba(31, 36, 48, 0.6);
}
/* Terms & Privacy Policy Modal styles */
.terms-and-privacy-modal a{
text-decoration: none;

.choice {
display: flex;
flex-direction: row;
padding-bottom: 70px;
}

.terms-and-privacy-modal ul{
padding-left: 20px;
#mentee,
#mentor {
position: relative;
width: 56px;
height: 18px;
padding-left: 24px;
padding-top: 0px !important;
font-family: Meta Pro;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 100%;
color: rgba(31, 36, 48, 0.6);
}

@media screen and (max-width: 803px) {
.split-screen {
display: flex;
flex-direction: column;
width: 100%;
}
.left,
.right {
width: 80%;
display: flex;
height: 50%;
}
.right {
padding: 15px;
align-items: center;
}
#form input,
label {
width: auto;
}
}
Loading