-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfront end.html
50 lines (49 loc) · 1.92 KB
/
front end.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<link rel="stylesheet" href="front.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>log in to my page</title>
</head>
<body>
<div id="container">
<div class="user_info">
<h2>Log In</h2>
<div class="forfix">
<input id="fixinput"type="email" name="emailaddress" placeholder="E-mail" required>
<span>
<input id="fixinput" type="password" name="passwrd" placeholder="password" required >
</span>
<input type="checkbox" name="rememberme" id="chickme">
<label class="ckeckbox">
Remember me
</label>
<a class="forget">Forget password?</a>
<input id="login" type="button" value="LOG IN">
</div>
<div id="contentcontact">
<hr id="lineleft">
<label style="color:black;text-align:center;">contact us on </label>
<hr id="lineright">
</div>
<div class="contact">
<a href="https://www.facebook.com/"><i class="fa fa-facebook" id="facebook" ></i></a>
<a href="https://www.twitter.com/"><i class="fa fa-twitter" id="twitter" ></i></a>
<a href="https://www.gitHub.com"><i class="fa fa-github" id="github"></i></a>
<a href="https://www.linkedin.com/"><i class="fa fa-linkedin-square" id="linkedin"></i></a>
</div>
<div id="copyright"> © 2019</div>
</div>
<div class="login2">
<img id="imgpng" class="marg" "align-items:center;" src="icons8-add-user-male-100.png">
<h2 id="hello"> Hello, friend!</h2>
<p class="center">Enter your personal details and start journey<br> with us</p>
<div style="text-align:center; cursor:pointer;">
<button >REGISTER <i style="color:white;margin-left:8px;" href="#" class="fa fa-arrow-circle-right"></i></button>
</div>
</div>
</div>
</body>
</html>