-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_2.html
78 lines (68 loc) · 3.19 KB
/
index_2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!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>Hyer</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<section>
<div class="login_info">
<div class="login-area-content">
<div class="logo">
<img src="https://gohyer.com/wp-content/uploads/2019/08/Color-Horizontal_S.png" alt="">
</div>
<div class="content">
<span id="heading">Welcome to Hyer.</span>
<span>Please enter your email address and password to proceed.</span>
</div>
<form action="">
<div class="login-area">
<label for="">Email</label>
<input type="email" name="" id="">
<div class="password_area">
<div class="password-text">
<label for="">Password</label>
<a href="" style="color: #5e5e5e ;">Forgot your password?</a>
</div>
<div class="input-password-area">
<input type="password" name="" id="password" minlength="8">
<div class="show" style="margin: 10px 0;">
<input type="checkbox" name="" id="checkbox" onclick="show_password()"
style="width: 20px;"> <label for="">Show Password</label>
</div>
</div>
</div>
<div class="captcha">
<label for="">Enter Captcha</label>
<input type="text" name="" id="" class="preview">
<div class="captcha-form">
<span id="captcha-box"></span>
<button class="captcha-refresh"><img src="images/captcha-refresh.png" alt="">
</button>
</div>
<div id="check_captcha"><span>CHECK</span></div>
</div>
<div id="login-button-section">
<button class="login-butt" id="Gmail-login">Login</button>
<div id="another-option">
<span>OR</span>
</div>
<button class="login-butt" id="with-office-login">
<img src="images/Word-office-logo.png" alt="" style="background: white;">
Sign in with Office 365
</button>
</div>
</div>
</form>
</div>
</div>
<div class="slideshow-container">
<img src="images/slides-img-2.jpg" class="slide" alt="">
</div>
</section>
<script src="script_2.js"></script>
</body>
</html>