Friday, 18 September 2015

Updated Subscription For With link ::| feed.feedburner.google/blablabla/plusjob

<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script>
$(document).ready(function(){
  $(".follow-by-email-inner").click(function(){
    $($(this).nextAll(".follow-by-email-inner-bot-msg")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.supbox{margin: auto; width: 100%; background-color: #e4e4e4;cursor: pointer;}
.sbox{text-align: center;cursor: pointer;}
.follow-by-email-address[type="text"]{width: 99%; border: 1px solid indianred; outline: none;font-size: 16px;padding: 7px;background-color: #fff;border-radius: 3px;color:#1d9c73;cursor: pointer;}
.follow-by-email-submit[type="submit"]{width: 99%; border: 1px solid indianred; outline: none; font-size: 16px; padding: 7px; background-color: indianred; border-radius: 3px; color: #fff; margin-top:5px;cursor: pointer;}
.follow-by-email-submit:hover{background-color: #1d937c;border: 1px solid #1d9c73;}
.follow-by-email-inner-top-msg{text-align: center; line-height: 20px; background-color: #fff; color: indianred; font-family: sans-serif; font-size:15px; margin: 0px; border-bottom: 5px solid indianred;}
.follow-by-email-inner-bot-msg{text-align: center; line-height: 20px; background-color: #fff; font-family: sans-serif;display:none; margin: 0px; border-bottom: 5px solid #1d9c73;}
.follow-by-email-inner-bot-msg-style{color: #1d9c73; margin-bottom: 1px;}
.social-icons-inside{text-align: center; font-size: 40px; margin-top: 5px;  margin-bottom: 5px; color: #1d9c73; cursor: pointer}
.fb-inside:hover{color: #3b5998;}
.twitter-inside:hover{color: #00aced;}
.google-plus-inside:hover{color: #d34836;}
</style>
</head>
<body>
<div class="follow-by-email-inner">
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open(&quot;https://feedburner.google.com/fb/a/mailverify?uri=plusjob&quot;, &quot;popupwindow&quot;, &quot;scrollbars=yes,width=550,height=520&quot;); return true" target="popupwindow">
<p class="follow-by-email-inner-top-msg"><i class="fa fa-bullhorn"></i>&nbsp;&nbsp; To Get Job Updates <br /><i class="fa fa-quote-left"></i>&nbsp;&nbsp;Sign Up Now &nbsp;&nbsp;<i class="fa fa-quote-right"></i></p>
<table class="supbox">
<tbody>
<tr><td class="sbox"><input class="follow-by-email-address" name="email" placeholder="Email address..." type="text"></td></tr>
<tr><td class="sbox"><button class="follow-by-email-submit" type="submit">Subscribe Me&nbsp;&nbsp;<i class="fa fa-envelope"></i></button></td></tr>
</tr>
</tbody></table>
<input name="uri" value="plusjob" type="hidden">
<input name="loc" value="en_US" type="hidden">
</form>
</div>
<div class="follow-by-email-inner-bot-msg">
<p class="follow-by-email-inner-bot-msg-style"><i class="fa fa-smile-o"></i>&nbsp;&nbsp;After Sign-Up <br /><i class="fa fa-quote-left"></i>&nbsp;&nbsp;Please check your inbox for a verification message from&nbsp;&nbsp;FeedBurner Email Subscriptions&nbsp;&nbsp;<i class="fa fa-quote-right"></i></p>
<p class="social-icons-inside">
<span class="fb-inside"><i class="fa fa-facebook-square"></i></span>
<span class="twitter-inside"><i class="fa fa-twitter-square"></i></span>
<span class="google-plus-inside"><i class="fa fa-google-plus-square"></i></span>
</p>
</div>

</body>
</html>

Thursday, 17 September 2015

Code for Fully featured Sign Up Form

<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script>
$(document).ready(function(){
  $(".follow-by-email-inner").click(function(){
    $($(this).nextAll(".follow-by-email-inner-bot-msg")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.supbox{margin: auto; width: 100%; background-color: #e4e4e4;cursor: pointer;}
.sbox{text-align: center;cursor: pointer;}
.follow-by-email-address[type="text"]{width: 95%; border: 1px solid indianred; outline: none;font-size: 16px;padding: 7px;background-color: #fff;border-radius: 3px;color:#1d9c73;cursor: pointer;}
.follow-by-email-submit[type="submit"]{width: 97%; border: 1px solid indianred; outline: none; font-size: 16px; padding: 7px; background-color: indianred; border-radius: 3px; color: #fff; margin-top:5px;cursor: pointer;}
.follow-by-email-submit:hover{background-color: #1d937c;border: 1px solid #1d9c73;}
.follow-by-email-inner-top-msg{text-align: center; line-height: 20px; background-color: #fff; color: indianred; font-family: sans-serif; font-size:15px; margin: 0px; border-bottom: 5px solid #1d9c73;}
.follow-by-email-inner-bot-msg{text-align: center; line-height: 20px; background-color: #fff; color: #1d9c73; font-family: sans-serif; font-size:15px; display:none; margin: 0px; border-bottom: 5px solid #1d9c73;}
</style>
</head>
<body>
<div class="follow-by-email-inner">
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open(&quot;https://feedburner.google.com/fb/a/mailverify?uri=PlusJobGetLatestJobNotificationsForRecruitmentInGovernmentAndVariousOtherSectors&quot;, &quot;popupwindow&quot;, &quot;scrollbars=yes,width=550,height=520&quot;); return true" target="popupwindow">
<p class="follow-by-email-inner-top-msg"><i class="fa fa-bullhorn"></i>&nbsp;&nbsp; To Get Job Updates <br /><i class="fa fa-quote-left"></i>&nbsp;&nbsp;Sign Up Now &nbsp;&nbsp;<i class="fa fa-quote-right"></i></p>
<table class="supbox">
<tbody>
<tr><td class="sbox"><input class="follow-by-email-address" name="email" placeholder="Email address..." type="text"></td></tr>
<tr><td class="sbox"><button class="follow-by-email-submit" type="submit">Subscribe Me&nbsp;&nbsp;<i class="fa fa-envelope"></i></button></td></tr>
</tbody></table>
<input name="uri" value="PlusJobGetLatestJobNotificationsForRecruitmentInGovernmentAndVariousOtherSectors" type="hidden">
<input name="loc" value="en_US" type="hidden">
</form>
</div>
<div class="follow-by-email-inner-bot-msg">
<p><i class="fa fa-smile-o"></i>&nbsp;&nbsp;After Sign-Up <br /><i class="fa fa-quote-left"></i>&nbsp;&nbsp;Please check your inbox for a verification message from&nbsp;&nbsp;FeedBurner Email Subscriptions&nbsp;&nbsp;<i class="fa fa-quote-right"></i></p>
</div>
</body>
</html>

Complete code for full features Sign Up Form

Wednesday, 16 September 2015

mygovjob.blogspot.com page speed for desktop


Mygovjob.blogspot.com page speed for mobile


DONOT KNOW

<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<style>
.subscribe{  width:100%;  margin: 0 auto; margin-top: 8px;  margin-bottom: 2%; font-family: sans-serif;}
.sub-form{  background:#f0f0f0;  padding:6% 4%;}
.enter-email[type="email"]{width: 100%; background: #fff; margin-bottom: 3%; border: 1px solid #1d9c73; padding: 2%; font-size: 150%; color: #1d9c73; outline: none; border-radius: 4px;}
</style>
</head>
<body>
<div class="subscribe">
<form class="sub-form">
<input class="enter-email" type="email" placeholder="Enter Your Email Here..." /></input>
</form></div>
</body>
</html>

ANOTHER TESTING HTML

<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script>
$(document).ready(function(){
  $(".sub").click(function(){
    $($(this).nextAll(".sub-msg")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.subscribe{  width:100%;  margin: 0 auto; margin-top: 8px;  margin-bottom: 2%; font-family: sans-serif;}
.sub-form{  background:#f0f0f0;  padding:6% 4%;}
.sub-up-msg{font-size: 100%;  font-family: sans-serif;font-weight: bold;color: #1d9c73; text-align: center; line-height: 25px;}
.sub-msg{display: padding: 1%; text-align: center; line-height: 25px; background-color: #E4E4E4; color: #1d9c73; font-family: sans-serif; font-size:100%; display:none; margin-top: -18px;}
.enter-email[type="email"]{width: 100%; background: #fff; margin-bottom: 3%; border: 1px solid #1d9c73; padding: 2%; font-size: 150%; color: #1d9c73; outline: none; border-radius: 4px;}
.submit-btn[type="submit"]{  width:100%;  background:#1d9c73;  border: 1px solid #1d9c73;  padding:2%;  font-size:150%;  color:#fff;  cursor:pointer;  outline: none;  border-radius: 4px;}
.submit-btn[type="submit"]:hover{background: #2BBF8F;}
</style>
</head>
<body>
<div class="sub">
<div class="subscribe">
<form class="sub-form"action="https://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open(&quot;https://feedburner.google.com/fb/a/mailverify?uri=IndianGovernmentJobs2015LatestRecruitmentNotificationsForJobsInVariousOtherSectors&quot;, &quot;popupwindow&quot;, &quot;scrollbars=yes,width=550,height=520&quot;); return true" target="popupwindow">
<p class="sub-up-msg"><i class="fa fa-envelope-o"></i> Sign-Up free to get latest Job Notifications drectly in your Inbox  </p>
<input class="enter-email" type="email" placeholder="Enter Your Email Here..." />
<input name="uri" type="hidden" value="IndianGovernmentJobs2015LatestRecruitmentNotificationsForJobsInVariousOtherSectors">
<input name="loc" type="hidden" value="en_US">
<button class="submit-btn" type="submit" >Subscribe Me&nbsp;&nbsp;<i class="fa fa-envelope"></i></button>
</form></div></div>
<div class="sub-msg">
<p><i class="fa fa-smile-o"></i>&nbsp;&nbsp;After Sign-Up <br /><i class="fa fa-quote-left"></i>&nbsp;&nbsp;Please check your inbox for a verification message from&nbsp;&nbsp;FeedBurner Email Subscriptions&nbsp;&nbsp;<i class="fa fa-quote-right"></i></p>
</div>
</body>
</html>

TEST HTML

<html>
<head>
<div dir="ltr" style="text-align: left;" trbidi="on">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script>
$(document).ready(function(){
  $(".details").click(function(){
    $($(this).nextAll(".box")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.ff{font-family: "Arial"}
.ft15{font-size: 15px;}
.ft17{font-size: 17px;}
.main-title{width: 100%;text-align: left;padding: 5px;color: #fff;background-color: #375998;}
.table-1, .table-2, .table-3{width:30%, border: none;}
.table-left, .table-right{width:50%; text-align: left; border: 1px solid #d3d3d3;color: #375998;background-color: #f5f5f5;padding: 3px 7px;}
a.more:link, a.more:visited {display: block;font-weight: bold;color: #FFF;background-color: #0099ff;width: 93%;text-align: left;padding: 5px;text-decoration: none;border: 2px solid #fff;}
a.more:hover, a.more:active {background-color: #375998;}
.details
{cursor: pointer;text-align: center;font-family: arial;font-weight: 700;background-color: #375998;color: #FFF;padding: 5px;width: auto;}
.box{  border: 1px solid #375998; display:none;}
.wt{color: #fff;}
.ff{font-family: "Arial"}
.ft15{font-size: 15px;}
.ft17{font-size: 17px; font-weight: 700;}
.bbd{border: 1px solid #375998;}
.bbg{background-color: #375998;}
.table,  .table-inner{border-collapse: collapse;width: 100%;text-align: left;}
.table-inner-o{border-collapse: collapse;width: 100%;text-align: center; color: #375998; background-color:#f5f5f5; padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; border: 1px solid #d3d3d3;}
.main-title{text-align:left;padding: 5px;}
.description{border: none; font-weight: 100; padding: 5px; line-height: 25px; font-size: 17px;}
.info{width:50%;text-align: left;border: 1px solid #d3d3d3;color: #375998;background-color: #f5f5f5;padding: 5px 7px;}
.info-inner{width: 100%; text-align: left;font-weight: 100; padding: 2px 10px; line-height: 25px; font-size: 17px;}
.note{font-size: 11px; font-style: italic; padding: 5px 7px; border-top: 1px solid #d3d3d3}
</style>
</head>
<body>
<h1># 2015 recruitment notification # job vacancies</h1>
<!------------------------------------------------------------------------------------------------>
<table class="table ff">
<tbody>
<tr><th class="description"><i class="fa fa-Bullhorn"></i></th>
<th class="description"># has released a recuitment notificaion, inviting applicants for the post of #1 (#) </th>
</tr>
</tbody></table>

<!------------------------------------------------------------------------------------------------>
<table class="table ff">
<tbody>
<tr><th class="main-title wt bbd bbg ft17"><i class="fa fa-info-circle"></i> Information about this Job</th></tr>
</tbody></table>
<!------------------------------------------------------------------------------------------------>
<table class="table-inner ff ft15">
<tbody>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Job Post</th>
    <th class="table-right">#</th>
</tr><tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Vacancy</th>
    <th class="table-right">#</th>
</tr><tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Age Limit</th>
    <th class="table-right">#</th>
</tr><tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Qulification</th>
    <th class="table-right">#</th>
</tr><tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Pay-Scale</th>
    <th class="table-right">#</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Date</th>
    <th class="table-right">#</th>
</tr>
</tbody></table>
<!-------------------------------------------------------------------------------------------------------------------------------------------->

<div class="details">
<i class="fa fa-chevron-right"></i> Read More in Details </div>
<div class="box">

<table class="table-inner ff ft17"><tbody><tr><th class="info"><i class="fa fa-briefcase"></i> Job Post Name</th></tr></tbody></table>
<table class="table-inner ff ft15"><tbody><tr><th class="info-inner"># is recruiting for the post of #</th></tr></tbody></table>
<table class="table-inner ff ft17"><tbody><tr><th class="info"><i class="fa fa-calendar-check-o"></i> Age Creteria</th></tr></tbody></table>
<table class="table-inner ff ft15"><tbody><tr><th class="info-inner">Interested candidated who are applying for this job should have the age between #-# as per the recruitment notification</th></tr></tbody></table>
<table class="table-inner ff ft17"><tbody><tr><th class="info"><i class="fa fa-graduation-cap"></i> Educational Creteria</th></tr></tbody></table>
<table class="table-inner ff ft15"><tbody><tr><th class="info-inner">Candidates will be considered eligible for this job on possesing educational qualification as follow <i class="fa fa-hand-o-down"></i></th></tr></tbody></table>
<table class="table-inner ff ft15"><tbody><tr><th class="info-inner">#</th></tr></tbody></table>
<table class="table-inner ff ft17"><tbody><tr><th class="info"><i class="fa fa-trophy"></i> Mode of selection</th></tr></tbody></table>
<table class="table-inner ff ft15"><tbody><tr><th class="info-inner">Selection of the candidates will be based on the performace in #</th></tr></tbody></table>
<table class="table-inner ff ft17"><tbody><tr><th class="info"><i class="fa fa-mouse-pointer"></i> How to apply ?</th></tr></tbody></table>
<table class="table-inner ff ft15"><tbody><tr><th class="info-inner">The procedure of applying for this job is as follow <i class="fa fa-hand-o-down"></i></th></tr></tbody></table>
<table class="table-inner ff ft15"><tbody><tr><th class="info-inner">#</th></tr></tbody></table>
<!-------------------------------------------------------------------------------------------------------------------------------------------->
<p class="note"><i class="fa fa-info"></i> Note: Though we have taken utmost care for the precesion about the recruitment information provided form our side but please verify all the details from the <a href="#">official website of the recruiter</a> or employment news for the given notification before applying to this job, thanks.</p>
<!-------------------------------------------------------------------------------------------------------------------------------------------->
<table class="table-inner-o ff ft17"><tbody><tr><th class="table-inner-o"><i class="fa fa-suitcase"></i> More Jobs for you</th></tr></tbody></table>
<table class="table-inner ff ft15">
<tbody>
<tr>
    <th class="table-1"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/10th-Matriculation-Jobs"><i class="fa fa-search"></i>  10th-Matriculation Jobs</a></th>  
    <th class="table-2"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/12th-Intermediate-Jobs"><i class="fa fa-search"></i>  12th-Intermediate Jobs</a></th>
    <th class="table-3"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Graduate-Jobs"><i class="fa fa-search"></i>  Graduate Jobs</a></th>      
</tr>
<tr>
    <th class="table-1"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Banking-Jobs"><i class="fa fa-search"></i>  Banking Jobs</a></th>  
    <th class="table-2"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Railways-Jobs"><i class="fa fa-search"></i>  Railways Jobs</a></th>
    <th class="table-3"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Teaching-Jobs"><i class="fa fa-search"></i>  Teaching Jobs</a></th>      
</tr>
<tr>
    <th class="table-1"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Indian-Government-Jobs"><i class="fa fa-search"></i>  Indian-Government Jobs</a></th>  
    <th class="table-2"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/State-Government-Jobs"><i class="fa fa-search"></i>  State-Government Jobs</a></th>
    <th class="table-3"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Police-Defence-Jobs"><i class="fa fa-search"></i>  Police-Defence Jobs</a></th>      
</tr><tr>
    <th class="table-1"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/IT-Jobs"><i class="fa fa-search"></i>  IT Jobs</a></th>  
    <th class="table-2"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Btech-Engineering-Jobs"><i class="fa fa-search"></i>  Btech-Engineering Jobs</a></th>
    <th class="table-3"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Technicle-Jobs"><i class="fa fa-search"></i>  Technicle Jobs</a></th>      
</tr>
<tr>
    <th class="table-1"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Freshers-Jobs"><i class="fa fa-search"></i>  Freshers Jobs</a></th>  
    <th class="table-2"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/Walkins-Jobs"><i class="fa fa-search"></i>  Walkins Jobs</a></th>
    <th class="table-3"><a class = "more" href="http://job-recruitment-news.blogspot.in/search/label/SSC-Jobs"><i class="fa fa-search"></i>  SSC Jobs</a></th>      
</tr>
</table>
</div>
</body></html>

YET ANOTHER LAYOUT

<html>
<head>
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css' rel='stylesheet'/>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script>
$(document).ready(function(){
  $(".details").click(function(){
    $($(this).nextAll(".box")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.gbd{1px solid #1d9d73}
.gbg{background-color: #1d9d73}
.ft{font-family: "Arial"}
.wt{color: #fff;}
.ft15{font-size: 15px;}
.ft16{font-size: 17px; font-weight: 700;}
.bbd{border: 1px solid #375998;}
.bbg{background-color: #375998;}
.table,  .table-inner{
    border-collapse: collapse;
    width: 100%;  
    text-align: justify;
}
.main-title{
    vertical-align: center;
    text-align: left;
    padding: 5px;
}
.description{
    border: 1px solid #d3d3d3;
    font-weight: 100;
    padding: 5px;
    line-height: 25px;
}
.table-left, .table-right{
    width:50%;
    text-align: left;
    border: 1px solid #d3d3d3;
    color: #375998;
    background-color: #f5f5f5;
    padding: 3px 7px;
}
.details
{
cursor: pointer;
text-align: center;
font-family: arial;
font-weight: 700;
background-color: #375998;
color: #FFF;
padding: 5px;
border-radius: 0px;
width: auto;}
.box
{
border: 1px solid #375998;    
display:none;
}
a.related:link, a.related:visited {
    margin: 5px;
    font-weight: bold;
    background-color: #0099ff;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}
a.related:hover, a.related:active {background-color: #078F62;}
.ft{font-family: "Arial"}
.wt{color: #fff;}
.ft15{font-size: 15px;}
.good{
width: 120px;
color: green}
</style>
</head>
<body>
<!----------------------------------------------------------------------------------------------Table no 1-->
<table class="table ft">
<tbody>
<tr><th class="main-title wt bbd bbg ft17"><i class="fa fa-book"></i> Book Description</th></tr>
<tr><th class="description ft15">
Reserve Bank of India has invited application for the recruitment of 659 posts of Manager, Assistant, and various other posts in a recent job notification:-</th>
<tr><th class="main-title wt bbd bbg ft16"><i class="fa fa-info-circle"></i> Information about this book</th></tr>
</tbody></table>
<!----------------------------------------------------------------------------------------------Table no 2-->
<table class="table-inner ft ft15">
<tbody>
<tr>
    <th class="table-left"><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i>  Job 1</a></th>
    <th class="table-left"><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i>  Job 2</a></th>
    <th class="table-left"><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i>  Job 3</a></th>
</tr>

</tbody></table>
<div class="details">
<i class="fa fa-plus-circle"></i> Read Notification In Details </div>
<div class="box"><table class="table ft">
<tbody>
<span class ="good"><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i>  Reserve Bank of India</a></span>
<tr><th class="main-title wt ft17 gbd gbg"><i class="fa fa-plus"></i> More Jobs for you</th></tr>
<tr><th class="description ft15">
 has invited application for the recruitment of 659 posts of Manager, Assistant, and various other posts in a recent job notification:-</th>
</tbody></table></div>
</body></html>

SUBMIT RELATED

<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script>
$(document).ready(function(){
  $(".subscribebox").click(function(){
    $($(this).nextAll(".subscribebox-msg")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.supbox{margin: auto; width: 100%; background-color: #e4e4e4;cursor: pointer;}
.sbox{text-align: center;cursor: pointer;}
.submail[type="text"]{width: 95%; border: 1px solid #1d9c73; outline: none;font-size: 16px;padding: 7px;background-color: #fff;border-radius: 3px;color:#1d9c73;cursor: pointer;}
.btn[type="submit"]{width: 97%; border: 1px solid #1d9c73; outline: none; font-size: 16px; padding: 7px; background-color: #1d9c73; border-radius: 3px; color: #fff; margin-top:5px;cursor: pointer;}
.btn:hover{background-color: #1d937c}
.subscribebox-msg{text-align: center; line-height: 20px; background-color: #fff; color: #1d9c73; font-family: sans-serif; font-size:15px; display:none; margin: 0px; border-bottom: 5px solid #1d9c73;}
.sbox-msg{text-align: center; line-height: 20px; background-color: #fff; color: #1d9c73; font-family: sans-serif; font-size:15px; margin: 0px; border-bottom: 5px solid #1d9c73;}
</style>
</head>
<body>
<!--Sign-Up Box-->
<div class="subscribebox">
<p class="sbox-msg"><i class="fa fa-bullhorn"></i>&nbsp;&nbsp; To Get Job Updates <br /><i class="fa fa-quote-left"></i>&nbsp;&nbsp;Sign Up Now &nbsp;&nbsp;<i class="fa fa-quote-right"></i></p>
<table class="supbox">
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open(&quot;https://feedburner.google.com/fb/a/mailverify?uri=blogspot/WTEepy&quot;, &quot;popupwindow&quot;, &quot;scrollbars=yes,width=550,height=520&quot;); return true" target="popupwindow">
<tbody>
<tr><td class="sbox"><input class="submail" name="email" placeholder="Email address here..." type="text"></td>
</tr><td class="sbox"><button class="btn" type="submit" >Subscribe Me&nbsp;&nbsp;<i class="fa fa-envelope"></i></button>    </td></tr>
</tbody>
<input name="uri" type="hidden" value="blogspot/WTEepy">
<input name="loc" type="hidden" value="en_US">
</form>
</table>
</div>
<div class="subscribebox-msg">
<p><i class="fa fa-smile-o"></i>&nbsp;&nbsp;After Sign-Up <br /><i class="fa fa-quote-left"></i>&nbsp;&nbsp;Please check your inbox for a verification message from&nbsp;&nbsp;FeedBurner Email Subscriptions&nbsp;&nbsp;<i class="fa fa-quote-right"></i></p>
</div>
</body>
</html>