-
Notifications
You must be signed in to change notification settings - Fork 0
/
resend.html
57 lines (44 loc) · 1.28 KB
/
resend.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
<!DOCTYPE html>
<html>
<head>
<title>Mae Pay Soh - Web Application</title>
<link rel="stylesheet" type="text/css" href="bower_components/semantic/dist/semantic.min.css">
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<style type="text/css">
.main {
margin-top: 80px;
}
</style>
</head>
<body>
<header>
<div class="ui fixed menu">
<div class="ui container">
<div class="header item">
<!-- <img class="logo" src="assets/images/logo.png"> -->
Mae Pay Soh
</div>
<div class="right menu">
<a href="#" class="item">
<i class="sidebar icon"></i> Menu
</a>
</div>
</div>
</div>
</header> <!-- HEADER END -->
<div class="ui main text container">
<section class="about-candidate ui raised segment">
<form class="ui form">
<h3 class="ui dividing header">Resend Activiation Link</h3>
<p>Would you like us to resend your activation link?</p>
<div class="field">
<label>Registered Email Address</label>
<input name="password" placeholder="Type Your Email Address" type="email" required="">
</div>
<button class="ui green button" type="submit">Resend</button>
</form>
</section> <!-- Candidate Detail END -->
<footer>
</footer> <!-- FOOTER END -->
</body>
</html>