-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (37 loc) · 1.6 KB
/
index.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
<!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">
<link rel="stylesheet" href="./css/style.css">
<title>Log in</title>
</head>
<body>
<section class="portal">
<div class="main_port">
<form action="home.html">
<p><img src="./img/footsteps.png" alt="Foot">Barefoot <span> Nomad</span></p>
<p>Log in to continue</p>
<div class="form-group">
<input type="email" placeholder="Email">
<input type="password" placeholder="Password">
<input type="submit" value="Log In">
</div>
<div class="form-part">
<a href="#">Forgot Password?</a>
<p>or Login using</p>
<div class="form-icon">
<a url="https:///ww.facebook.com"><img src="./img/facebook.png" alt=""></a>
<a url="https:///www.google.com"><img src="./img/google-plus.png" alt=""></a>
</div>
<p>You don't have an account?<a href="sign-up.html">Sign Up</a></p>
</div>
</form>
<div class="port-img">
<h1>Travel The World</h1><p>We make travel accommodation <br>easy and convenient </p>
</div>
</div>
</section>
</body>
</html>