-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignup.html
33 lines (30 loc) · 1.64 KB
/
Signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signup Page</title>
<link rel="stylesheet" href="login.css">
</head>
<body>
<div id="upper">
<img src="https://images.ctfassets.net/rvt0uslu5yqp/18DtpQEcpcNMOWcJaoTAxQ/25d7c32ba96d21dee48d1fc3b097dad7/Mentimeter_Branding_Logo_2020_RGB-10-v2.jpg" alt="" width="40%" style="margin-left: 200px">
<h1>Create your free account</h1>
<button class="btn1">Sign up with Facebook</button><br>
<button class="btn2">Sign up with Google</button>
<p>or using email</p>
<p class="new_email">First and last name</p>
<input type="text" name="" id="email">
<p class="new_email">Your email address</p>
<input type="email" name="" id="email">
<p>Your password</p>
<input type="password">
<p style="line-height: 0px; font-weight: normal; color:gray;">At least 6 characters</p>
<button id="login">Sign up</button><br><br>
<p style="width:55%;margin:auto;text-align: center; color: gray;">By signing up you accept our <u>terms of use </u>and<u> policies</u>.</p><br><br>
<p style="width: 55%;margin:auto;font-size:20px; padding-left:50px ;">Already have an account? <span style="color:#196FFF;cursor: pointer; font-weight: bold;">Log in</span> </p>
<p style="width: 55%;margin:auto;font-size:20px; padding-top:20px; text-align: center; font-weight: bold; color:#196FFF; cursor: pointer;">Sign up with SSO</p>
</div>
</body>
</html>