Skip to content

Fixed signupPage #33

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
Binary file added CClogo.png
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 blueBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
170 changes: 92 additions & 78 deletions css/signup.css
Original file line number Diff line number Diff line change
@@ -1,107 +1,121 @@
* {
margin:0;
padding:0;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color:#f7f4f4;
font-family:sans-serif;
background-color: #f7f4f4;
font-family: sans-serif;
}
.blue {
color:#1F59BB;
text-transform: capitalize;
font-weight: 400;
#signUpWrapper {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

display: flex;
margin-top: 2.5%;
margin-left: 8.5%;
}
/**SignUpInfo**/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#signUpInfo {
background: url("/blueBackground.png");
width: auto;
height: 600px;
border: transparent;
padding: 30px 50px;
}
.img#logo {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

width: 90px;
height: 60px;
}
.info {
font-size: 13px;
font-weight: 600;
#signUpInfo .welcome,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#signUpInfo .welcomeSignUp {
text-transform: capitalize;
color: #fff;
margin-top: 12px;
font-weight: 300;
}
.signUp {
padding:0rem 0.2rem;
.welcomeSignUp {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

font-size: 16px;
font-weight: 400;
}
.privacy {
font-weight: 300;
text-align: center;
margin-top: 1rem;
font-size: 12px;
#signUpInfo .welcomeSignUp::after {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

content: "...";
}
.submit {
text-transform: capitalize;
text-align: center;
color:#fff;
width: 100%;
background-color: #1F59BB;
border:transparent;
margin-top: 0.8rem;
padding:0.6rem 0;
border-radius: 10px;
img#illustration {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

width: 400px;
height: 400px;
}

.submit::after {
content: '!';
/**SignUpForm*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#signUpFormDiv {
background-color: #fff;
width: auto;
height: 600px;
padding: 7% 5%;
}
.signIn {
text-align: center;
margin-top: 1.2rem;
form#signUpForm {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

display: flex;
align-self: center;
justify-content: center;
}
.signIn span {
padding-left: 0.3rem;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
span a {
color:darkblue;
font-weight: 500;
.blue {
color: #1f59bb;
text-transform: capitalize;
font-weight: 400;
}
input {
border: 1px solid #1F59BB;
background:rgba(31, 89, 187, 0.05);
border-radius:5px;
height:1.8rem;
.input {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

border: 1px solid #1f59bb;
background: rgba(31, 89, 187, 0.05);
border-radius: 5px;
height: 1.8rem;
width: 100%;
margin-top: 0.5rem;
}
label {
.label {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
margin-top: 1rem;
color: #1F59BB;
font-size: 17px;
}
.title {
display: flex;
align-self: center;
justify-content: center;
font-size:35px;
color:#1F59BB;
font-weight: 600;
margin-top: 50px;
}
.signUpDiv {
width: fit-content;
height: auto;
background-color: #fff;
border: transparent;
display: block;
margin: 20px auto;
}
#signUpForm {
padding:1rem;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items:flex-start;
color: #1f59bb;
font-size: 15px;
font-weight: 400;
}
.nameInputGroup {
#nameInputGroup {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

display: flex;
justify-content: space-between;
width: 100%;
margin-top: 1rem;
}
.nameInputGroup label:nth-child(2) {
padding-left:1rem;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#nameInputGroup label:nth-child(2) {
padding-left: 1rem;
}
.privacy {
font-weight: 300;
text-align: center;
margin-top: 1rem;
font-size: 12px;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#submit {
text-transform: capitalize;
text-align: center;
color: #fff;
width: 100%;
background-color: #1f59bb;
border: transparent;
margin-top: 0.8rem;
padding: 0.6rem 0;
border-radius: 20px;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#submit::after {
content: "!";
}
.signIn {
text-align: center;
margin-top: 1.25rem;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.signIn .link {
padding-left: 0.15rem;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.link a {
color: darkblue;
font-weight: 500;
font-size: 16px;
}
Binary file added illustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Sign In</h1>
<input type="submit" value="Sign in" class="btn" />
</form>
<div class="form-text">
<p>Don't have an account <a href="#">Sign Up</a></p>
<p>Don't have an account <a href="./signup.html">Sign Up</a></p>
</div>
</div>
</body>
Expand Down
69 changes: 40 additions & 29 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,48 @@
<link rel="stylesheet" href="./css/signup.css" />
</head>
<body>
<p class="title">Sign Up</p>
<div class="signUpDiv">
<form action="" id="signUpForm">
<p class="info blue signUp">sign up with email</p>
<div class="nameInputGroup">
<label for="firstName">
FirstName<br />
<input type="text" id="firstName" />
<!-- <p class="title">Sign Up</p> -->
<div id="signUpWrapper">
<div id="signUpInfo">
<img src="./CClogo.png" alt="" id="logo" />

<h1 class="welcome">welcome to codeclannigeria</h1>
<p class="welcomeSignUp">sign up to</p>
<img src="./illustration.png" alt="" id="illustration" />
</div>
<div id="signUpFormDiv">
<form action="" id="signUpForm">
<!-- <p class="info blue signUp">sign up with email</p> -->
<div id="nameInputGroup">
<label class="label" for="firstName">
FirstName<br />
<input class="input" type="text" id="firstName" />
</label>
<label class="label" for="lastName">
LastName<br />
<input class="input" type="text" id="lastName" />
</label>
</div>
<label class="label" for="email">
Email<br />
<input class="input" type="email" name="" id="email" />
</label>
<label for="lastName">
LastName<br />
<input type="text" id="lastName" />
<label class="label" for="password">
Password<br />
<input class="input" type="password" name="" id="password" />
</label>
</div>
<label for="email">
Email<br />
<input type="email" name="" id="email" />
</label>
<label for="password">
Password<br />
<input type="password" name="" id="password" />
</label>
<p class="info blue privacy">
by clicking on this button, you agree to our Terms of use and privacy
policy
</p>
<button class="submit">get started</button>
<p class="info blue signIn">
already have an account?<span><a href="signin.html">Sign In</a></span>
</p>
</form>
<p class="info blue privacy">
by clicking on this button, you agree to our Terms of use and
privacy policy
</p>
<button id="submit">get started</button>
<p class="info blue signIn">
already have an account?<span class="link"
><a href="./signin.html">Sign In</a></span
>
</p>
</form>
</div>
</div>
</body>
</html>