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>

SUB HEADER

<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(){
  $(".details").click(function(){
    $($(this).nextAll(".sign-box")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.sign-up-details {width: auto; cursor:pointer;}
.sign-box{display: block; border: 5px solid #E4E4E4; width: auto;padding: 5px; text-align: center; line-height: 25px; background-color: #E4E4E4; color: #1d9c73; font-family: sans-serif; font-size: 17px; display:none;margin-top: -18px;}
.subscribe{width: auto; background-color: #e4e4e4;padding: 10px;}
.enter-email {outline: none; border: 1px solid #1d9c73;font: 17px sans-serif; color: #1d9d73;width: auto;padding: 7px 7px;border-radius: 4px;}
.submit-email {width: auto; background: #1d9c73;font: 17px sans-serif; border: 1px solid #1d9c73; color: #fff; padding: 7px; margin-top: 10px;border-radius: 4px;}
.submit-email:hover {background: #2CCE99; border: 1px solid #2CCE99; color: #fff;cursor: pointer;}
.submit-email:active {background: #2CCE99;border: 1px solid #2CCE99;outline: none;}
.submit-email::-moz-focus-inner {border: 0;}
</style>
</head>
<body>
<!--sign-up form-->
<div class="sign-up-details">
<form class="subscribe">
<input class="enter-email" name="email" placeholder="Email address..." type="text">
<button class="submit-email" type="submit" >Subscribe Me&nbsp;&nbsp;<i class="fa fa-envelope"></i></button>
<input name="uri" type="hidden" value="IndianGovernmentJobs2015LatestRecruitmentNotificationsForJobsInVariousOtherSectors">
<input name="loc" type="hidden" value="en_US">
</form>
</div>
<div class="sign-box">
<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>
<!--sign-up form-->
</body>
</html>

NAV BAR

<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<style>
a.t-nav:link, a.t-nav:visited {display: block;font-weight: bold;background-color: #1d9d73;color: #fff; width: auto;text-align: left;padding: 12px 10px;text-decoration: none;}
a.t-nav:hover, a.t-nav:active {background-color: #fff; color: #1d9c73;}
.b-nav-tab {width: 100%;text-align: left;word-wrap:break-word;table-layout: fixed;border-collapse: collapse;font-family: sans-serif; font-size: 15px; font-weight: bold;}
</style>
</head>
<body>
<!--Top Job Nav Bar-->
<table class="b-nav-tab">
  <tbody>
<tr>
    <td><a href="http://mygovjob.blogspot.in" class="t-nav"><i class="fa fa-check-circle"> </i>  Home</td>
    <td><a href="http://mygovjob.blogspot.in/search/label/indian-government-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Indian Gov</a></td>
    <td class="ntd-3"><a href="http://mygovjob.blogspot.in/search/label/state-government-jobs" class="t-nav"><i class="fa fa-check-circle"></i> State Gov</td>
    <td><a href="http://mygovjob.blogspot.in/search/label/banking-recruitment-Jobs" class="t-nav"><i class="fa fa-check-circle"></i> Banking</a></td>
    <td><a href="http://mygovjob.blogspot.in/search/label/railways-recruitment-rrb-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Railways</td>
    <td><a href="http://mygovjob.blogspot.in/search/label/ssc-recruitment-jobs" class="t-nav"><i class="fa fa-check-circle"> </i> SSC</td>
    <td><a href="http://mygovjob.blogspot.in/search/label/teaching-jobs" class="t-nav"><i class="fa fa-check-circle"> </i> Teaching</td>
<td><a href="http://mygovjob.blogspot.in/search/label/it-jobs" class="t-nav"><i class="fa fa-check-circle"> </i> IT</td>    
    <td class="ntd-9"><a href="http://mygovjob.blogspot.in/search/label/technical-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Technical</td>
<td><a href="http://mygovjob.blogspot.in/search/label/btech-engineering-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Engineering</a></td>
</tr>
</tbody></table>
<!--Top Job Nav Bar-->
<table class="b-nav-tab">
<tr>
    <td><a href="http://mygovjob.blogspot.in" class="t-nav"><i class="fa fa-check-circle"> </i>  Home</a></td>
    <td><a href="http://mygovjob.blogspot.in/search/label/indian-government-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Indian Gov</a></td>
    <td class="ntd-3"><a href="http://mygovjob.blogspot.in/search/label/state-government-jobs" class="t-nav"><i class="fa fa-check-circle"></i> State Gov</a></td>
    <td><a href="http://mygovjob.blogspot.in/search/label/banking-recruitment-Jobs" class="t-nav"><i class="fa fa-check-circle"></i> Banking</a></td>
    <td><a href="http://mygovjob.blogspot.in/search/label/railways-recruitment-rrb-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Railways</a></td>
    <td><a href="http://mygovjob.blogspot.in/search/label/ssc-recruitment-jobs" class="t-nav"><i class="fa fa-check-circle"> </i> SSC</td>
    <td><a href="http://mygovjob.blogspot.in/search/label/teaching-jobs" class="t-nav"><i class="fa fa-check-circle"> </i> Teaching</td>
<td><a href="http://mygovjob.blogspot.in/search/label/it-jobs" class="t-nav"><i class="fa fa-check-circle"> </i> IT</td>    
    <td class="ntd-9"><a href="http://mygovjob.blogspot.in/search/label/technical-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Technical</td>
<td><a href="http://mygovjob.blogspot.in/search/label/btech-engineering-jobs" class="t-nav"><i class="fa fa-check-circle"></i> Engineering</a></td>
</tr></table>
<!--Top Job Nav Bar-->


</div>
</body>
</html>

TABLE LIKE LAYOUT

<!------------------------------SECTION NUMBER 1------------------------------>
<table class="table ff">
<tbody>
<tr><th class="description"><i class="fa fa-Bullhorn"></i></th>
<th class="description"># has released a recruitment notification, inviting candidates for the post of # (#). Candidates who are interested can apply for job before # </th>
</tr>
</tbody></table>
<!------------------------------SECTION NUMBER 2------------------------------>
<table class="table ff">
<tbody>
<tr><th class="main-title wt bbd bbg ft15"><i class="fa fa-info-circle"></i> Information about this Job</th></tr>
</tbody></table>
<!------------------------------SECTION NUMBER 3------------------------------>
<table class="info-table">
  <tbody>
<tr>
    <td class="td-left"><i class="fa fa-check-circle"></i> Job Post</td>
    <td class="td-right">#</td>
  </tr>
<tr>
    <td class="td-left"><i class="fa fa-check-circle"></i> Vacancy</td>
    <td class="td-right">#</td>
  </tr>
<tr>
    <td class="td-left"><i class="fa fa-check-circle"></i> Location</td>
    <td class="td-right">#</td>
  </tr>
<tr>
    <td class="td-left"><i class="fa fa-check-circle"></i> Age limit</td>
    <td class="td-right">#</td>
  </tr>
<tr>
    <td class="td-left"><i class="fa fa-check-circle"></i> Qualiication</td>
    <td class="td-right">#</td>
  </tr>
</tbody></table>
<!------------------------------SECTION NUMBER 4------------------------------>
<div class="details">
<i class="fa fa-chevron-right"></i> Read More in Details </div>
<div class="box">
<table class="table-inner ff ft15"><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 ft15"><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 #-# to be eligible as per the recruitment notification. <i>Candidates are requested to read the Official Notification of the recruiter for this job recruitment to know more about age creteria and relaxation as per the circular in details.</i></th></tr></tbody></table>
<table class="table-inner ff ft15"><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 only on possesing minimum 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 ft15"><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 ft15"><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>
<!------------------------------SECTION NUMBER 5------------------------------>
<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>
<!------------------------------SECTION NUMBER 6------------------------------>
<table class="table-inner-o ff ft15"><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://mygovjob.blogspot.in/search/label/10th-matriculation-jobs">
<i class="fa fa-search"></i>  10th-Matriculation </a></th>  
    <th class="table-2"><a class="more" href="http://mygovjob.blogspot.in/search/label/12th-intermediate-jobs">
<i class="fa fa-search"></i>  12th-Intermediate</a></th>
    <th class="table-3"><a class="more" href="http://mygovjob.blogspot.in/search/label/graduate-jobs">
<i class="fa fa-search"></i>  Graduate</a></th>      
</tr>
<tr>
    <th class="table-1"><a class="more" href="http://mygovjob.blogspot.in/search/label/banking-recruitment-Jobs">
<i class="fa fa-search"></i>  Banking</a></th>  
    <th class="table-2"><a class="more" href="http://mygovjob.blogspot.in/search/label/railways-recruitment-rrb-jobs">
<i class="fa fa-search"></i>  Railways</a></th>
    <th class="table-3"><a class="more" href="http://mygovjob.blogspot.in/search/label/ssc-recruitment-jobs">
<i class="fa fa-search"></i> SSC</a></th>      
</tr>
<tr>
    <th class="table-1"><a class="more" href="http://mygovjob.blogspot.in/search/label/indian-government-jobs">
<i class="fa fa-search"></i>  Indian-Government</a></th>  
    <th class="table-2"><a class="more" href="http://mygovjob.blogspot.in/search/label/state-wise-government-jobs">
<i class="fa fa-search"></i>  State-Government</a></th>
    <th class="table-3"><a class="more" href="http://mygovjob.blogspot.in/search/label/police-defence-recruitment-jobs">
<i class="fa fa-search"></i>  Police-Defence</a></th>      
</tr>
<tr>
    <th class="table-1"><a class="more" href="http://mygovjob.blogspot.in/search/label/btech-engineering-jobs">
<i class="fa fa-search"></i>  Btech-Engineering</a></th>  
    <th class="table-2"><a class="more" href="http://mygovjob.blogspot.in/search/label/it-jobs">
<i class="fa fa-search"></i>  IT</a></th>
    <th class="table-3"><a class="more" href="http://mygovjob.blogspot.in/search/label/technical-jobs">
<i class="fa fa-search"></i>  Technical</a></th>      
</tr>
<tr>
    <th class="table-1"><a class="more" href="http://mygovjob.blogspot.in/search/label/freshers-jobs">
<i class="fa fa-search"></i>  Freshers</a></th>  
    <th class="table-2"><a class="more" href="http://mygovjob.blogspot.in/search/label/walkins-jobs">
<i class="fa fa-search"></i>  Walkins</a></th>
    <th class="table-3"><a class="more" href="http://mygovjob.blogspot.in/search/label/teaching-jobs">
<i class="fa fa-search"></i>  Teaching</a></th>      
</tr>
<tr>
    <th class="table-1"><a class="more" href="http://mygovjob.blogspot.in/search/label/diploma-jobs">
<i class="fa fa-search"></i>  Diploma</a></th>  
    <th class="table-2"><a class="more" href="http://mygovjob.blogspot.in/search/label/accountant-jobs">
<i class="fa fa-search"></i>  Accountant</a></th>
    <th class="table-3"><a class="more" href="http://www.mygovjob.blogspot.com"><i class="fa fa-search">
</i>  Latest</a></th>      
</tr>
</tbody></table>
</div>

HTML

<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>
<style>
.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;
}
a.download:link, a.download:visited {
    display: block;
    font-weight: bold;
    background-color: #1d9d73;
    width: auto;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}
a.buy:link, a.buy:visited {
    margin-top: 5px;
    display: block;
    font-weight: bold;
    background-color: indianred;
    width: auto;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}
a.download:hover, a.download:active {background-color: #078F62;}
a.buy:hover, a.buy:active {background-color: #BF4A4A;}



a.related:link, a.related:visited {
    margin: 5px;
    font-weight: bold;
    background-color: #0099ff;
    width: 200px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}
.related-head{
    display: block;
    margin: 5px;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    background-color: #0099ff;
}

a.related:hover, a.related:active {background-color: #078F62;}
#width{
color: #ffffff
background-color: #0099ff;
width: 200px}
</style>

<!----------------------------------------------------------------------------------------------Table no 1-->
<img src="#"></img>

<table class="table ft">
<tbody>
<tr><th class="main-title wt bbd bbg ft17"><i class="fa fa-book"></i> More Information on this recruitment</th></tr>
<tr><th class="description ft15">
Rbi has invited applicants in a recruitment</th></tr>
<tr><th class="main-title wt bbd bbg ft16"><i class="fa fa-info-circle"></i> Information about this book</th></tr>
<!----------------------------------------------------------------------------------------------Table no 2-->
</tbody></table>
<table class="table-inner ft ft15">
<tbody>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Book Name</th>
    <th class="table-right">Head Firsrt Jquery</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Publisher</th>
    <th class="table-right">Eastern Wisley</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Author</th>
    <th class="table-right">I.E Irodov</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> ISBN</th>
    <th class="table-right">978-1-4493-9321-2</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Year</th>
    <th class="table-right">2015</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Pages</th>
    <th class="table-right">1025</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> Language</th>
    <th class="table-right">English</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> File size</th>
    <th class="table-right">10 MB</th>
</tr>
<tr>
    <th class="table-left"><i class="fa fa-check-circle"></i> File format</th>
    <th class="table-right"><i class="fa fa-file-pdf-o"></i> PDF</th>
</tr>
</tbody></table><br />
<a class="download ft wt ft17" href="#"><i class="fa fa-cloud-download"></i> Download this book</a>
<a class="buy ft wt ft17" href="#"><i class="fa fa-shopping-cart"></i> Buy this Book on <i class="fa fa-amazon"></i></a><br />

<p class="related-head ft wt"><i class="fa fa-cloud-download"></i> Other Books for you</p>
<p><span id = "span"><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i> C</a></span>
<span><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i> C</a></span></p>
<p><span><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i> C</a></span>
<span><a class="related ft wt ft15" href="#"><i class="fa fa-cloud-download"></i> C</a></span></p>
<span id="width">good</span>

BUTTON

<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(){
  $(".below-head-nav").click(function(){
    $($(this).nextAll(".below-head-nav-box")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.ff{font-family: arial}
.table-inner{border-collapse: collapse;width: 100%;}
.table-1, .table-2 .table-3{width:30%;}
a.more:link, a.more:visited {
display: block;
font-weight: bold;
color: #FFF;
background-color: #0099ff;
width: 99%;
text-align: left;
padding: 5px;
text-decoration: none;
border: 1px solid #fff;
}
a.more:hover, a.more:active {background-color: #375998;}
.below-head-nav
{
cursor: pointer;
text-align: center;
font-family: arial;
font-weight: 700;
background-color: #375998;
color: #FFF;
padding: 5px;
border-radius: 0px;
width: auto;}
.below-head-nav-box
{
border: 1px solid #375998;    
display:none;
}

</style>
</head>
<body>
<div class="below-head-nav">
<i class="fa fa-plus-circle"></i> Read Notification In Details </div>
<div class="below-head-nav-box">
<table class="table-inner ff ft15">
<tbody>
<tr>
    <th class="table-1"><a class = "more" href="#"><i class="fa fa-search"></i>  Government Jobs</a></th>  
    <th class="table-2"><a class = "more" href="#"><i class="fa fa-search"></i>  Banking Jobs</a></th>
    <th class="table-3"><a class = "more" href="#"><i class="fa fa-search"></i>  Railways Jobs</a></th>      
</tr><tr>
    <th class="table-1"><a class = "more" href="#"><i class="fa fa-search"></i>  Teaching Jobs</a></th>  
    <th class="table-2"><a class = "more" href="#"><i class="fa fa-search"></i>  Defence Jobs</a></th>
    <th class="table-3"><a class = "more" href="#"><i class="fa fa-search"></i>  Banking Jobs</a></th>      
</tr>
</table>
</div>
</body>
</html>

Blogger Links in table like with button designs

<!DOCTYPE html>
<html>
<head>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"></link>
<style>

a.togle-nav:link, a.togle-nav:visited {display: block;font-weight: bold;background-color: #1d9d73;color: #fff; width: auto;text-align: left;padding: 11px 1px;text-decoration: none;}
a.togle-nav:hover, a.togle-nav:active {background-color: #fff; color: #1d9c73;}
.tad-1, .tad-2, .tad-3 {border: none;}
.togle-nav-tab {width: 100%;text-align: left;word-wrap:break-word;table-layout: fixed;border-collapse: collapse;font-family: sans-serif; font-size: 15px; font-weight: bold;}
</style>
</head>
<body>
<!------------------------------ARE YOU SEARCHING FOR THE FOLLOWING JOBS------------------------------>

<table class="togle-nav-tab">
  <tbody>
<tr>
    <td class="tad-1"><a href="http://mygovjob.blogspot.in/search/label/10th-matriculation-jobs" class="togle-nav"><i class="fa fa-check-circle"></i> Indian Gov</a></td>
    <td class="tad-2"><a href="http://mygovjob.blogspot.in/search/label/12th-intermediate-jobs" class="togle-nav"><i class="fa fa-check-circle"></i> State Gov</td>
    <td class="tad-3"><a href="http://mygovjob.blogspot.in/search/label/graduate-jobs" class="togle-nav"><i class="fa fa-check-circle"> </i> Banking</td>
    <td class="tad-1"><a href="http://mygovjob.blogspot.in/search/label/10th-matriculation-jobs" class="togle-nav"><i class="fa fa-check-circle"></i> Banking</a></td>
    <td class="tad-2"><a href="http://mygovjob.blogspot.in/search/label/12th-intermediate-jobs" class="togle-nav"><i class="fa fa-check-circle"></i> SSC</td>
    <td class="tad-3"><a href="http://mygovjob.blogspot.in/search/label/graduate-jobs" class="togle-nav"><i class="fa fa-check-circle"> </i> Teaching </td>
    <td class="tad-1"><a href="http://mygovjob.blogspot.in/search/label/10th-matriculation-jobs" class="togle-nav"><i class="fa fa-check-circle"></i> IT</a></td>
    <td class="tad-2"><a href="http://mygovjob.blogspot.in/search/label/12th-intermediate-jobs" class="togle-nav"><i class="fa fa-check-circle"></i> Technical</td>
    <td class="tad-3"><a href="http://mygovjob.blogspot.in/search/label/graduate-jobs" class="togle-nav"><i class="fa fa-check-circle"> </i> Engineering</td>     <td class="tad-1"><a href="http://mygovjob.blogspot.in/search/label/10th-matriculation-jobs" class="togle-nav"><i class="fa fa-check-circle"></i></a></td>
</tr>
</tbody></table>

</body>
</html>

secondary sign up button or box - not so important

<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(){
  $(".details").click(function(){
    $($(this).nextAll(".sign-box")[0]).slideToggle("slow");
  });
});
  </script>
<style>
.sign-up-details {width: auto;}
.sign-box{display: block; border: 5px solid #E4E4E4; width: auto;padding: 5px; text-align: center; line-height: 25px; background-color: #E4E4E4; color: #1d9c73; font-family: sans-serif; font-size: 17px; display:none;margin-top: -18px;}
.subscribe{width: auto; background-color: #e4e4e4;padding: 10px;}
.enter-email {outline: none; border: 1px solid #1d9c73;font: 17px sans-serif; color: #1d9d73;width: auto;padding: 7px 7px;border-radius: 4px;}
.submit-email {width: auto; background: #1d9c73;font: 17px sans-serif; border: 1px solid #1d9c73; color: #fff; padding: 7px; margin-top: 10px;border-radius: 4px;}
.submit-email:hover {background: #2CCE99; border: 1px solid #2CCE99; color: #fff;cursor: pointer;}
.submit-email:active {background: #2CCE99;border: 1px solid #2CCE99;outline: none;}
.submit-email::-moz-focus-inner {border: 0;}
</style>
</head>
<body>
<!--sign-up form-->
<div class="sign-up-details">
<form class="subscribe">
<input class="enter-email" name="email" placeholder="Email address..." type="text">
<button class="submit-email" type="submit" >Subscribe Me&nbsp;&nbsp;<i class="fa fa-envelope"></i></button>
<input name="uri" type="hidden" value="IndianGovernmentJobs2015LatestRecruitmentNotificationsForJobsInVariousOtherSectors">
<input name="loc" type="hidden" value="en_US">
</form>
</div>
<div class="sign-box">
<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>
<!--sign-up form-->
</body>
</html>

Sign Up Box

<!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>