-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path39.html
58 lines (48 loc) · 2.07 KB
/
39.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
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Instagram Sign In</title>
<link rel="stylesheet" type="text/css" href="39.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">]
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" >
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-6">
<img src="img.png" class="phone">
</div>
<div class="col-sm-6">
<div class="right-column text-center">
<img src="logo.png" class="logo">
<p class="info"> Sign up to see photos and videos from your friends</p>
<button type="submit" class="btn btn-primary btn-block"><i class="fa fa-facebook-square"></i> Log in with Facebook</button>
<p class="or"> OR </p>
<form>
<div class="form-group">
<input type="text" class="form-control" placeholder="Mobile Number or Email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Full Name">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Username">
</div>
<div class="form-group">
<input type="password" class="form-control" placeholder="Password">
</div>
<button type="submit" class="btn btn-primary btn-block">Sign Up</button>
</form>
<p class="terms"> By signing up, you agree to our <b>Terms, Data Policy</b> and <b>Cookies Policy</b>.</p>
</div>
<div class="right-column-login text-center">
<p>Have an accout? <a href="#"> Login</a></p>
</div>
</div>
</div>
</div>
</body>
</html>