WordPress

Coming Soon

revealability
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Certificate</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style type="text/css"> * { -ms-text-size-adjust:100%; -webkit-text-size-adjust:none; -webkit-text-resize:100%; text-resize:100%; } a{ outline:none; color:#40aceb; text-decoration:underline; } a:hover{text-decoration:none !important;} .nav a:hover{text-decoration:underline !important;} .title a:hover{text-decoration:underline !important;} .title-2 a:hover{text-decoration:underline !important;} .btn:hover{opacity:0.8;} .btn a:hover{text-decoration:none !important;} .btn{ -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; } table td {border-collapse: collapse !important;} .ExternalClass, .ExternalClass a, .ExternalClass span, .ExternalClass b, .ExternalClass br, .ExternalClass p, .ExternalClass div{line-height:inherit;} @media only screen and (max-width:500px) { table[class="flexible"]{width:100% !important;} table[class="center"]{ float:none !important; margin:0 auto !important; } *[class="hide"]{ display:none !important; width:0 !important; height:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; } td[class="img-flex"] img{ width:100% !important; height:auto !important; } td[class="aligncenter"]{text-align:center !important;} th[class="flex"]{ display:block !important; width:100% !important; } td[class="wrapper"]{padding:0 !important;} td[class="holder"]{padding:30px 15px 20px !important;} td[class="nav"]{ padding:20px 0 0 !important; text-align:center !important; } td[class="h-auto"]{height:auto !important;} td[class="description"]{padding:30px 20px !important;} td[class="i-120"] img{ width:120px !important; height:auto !important; } td[class="footer"]{padding:5px 20px 20px !important;} td[class="footer"] td[class="aligncenter"]{ line-height:25px !important; padding:20px 0 0 !important; } tr[class="table-holder"]{ display:table !important; width:100% !important; } th[class="thead"]{display:table-header-group !important; width:100% !important;} th[class="tfoot"]{display:table-footer-group !important; width:100% !important;} } </style> </head> <body style="margin:0; padding:0;" bgcolor="#eaeced"> <table style="min-width:320px;" width="100%" cellspacing="0" cellpadding="0" bgcolor="#eaeced"> <tr> <td class="hide"> <table width="600" cellpadding="0" cellspacing="0" style="width:600px !important;"> <tr> <td style="min-width:600px; font-size:0; line-height:0;">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td class="wrapper" style="padding:0 10px;"> <table data-module="module-2" width="100%" cellpadding="0" cellspacing="0"> <tr> <td data-bgcolor="bg-module" bgcolor="#eaeced"> <table class="flexible" width="600" style="margin:0 auto;" cellpadding="0" cellspacing="0"> <tr> <td data-bgcolor="bg-block" class="holder" style="padding:15px 60px 0;" bgcolor="#FFFFFF"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td data-bgcolor="bg-module"> <table class="flexible" width="600" align="center" style="margin:0 auto;" cellpadding="0" cellspacing="0"> <tr> <td style="padding:29px 0 30px;"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <th class="flex" width="113" align="left" style="padding:0;"> <table class="center" cellpadding="0" cellspacing="0"> <tr> <td style="line-height:0;"> </td> </tr> </table> </th> <th class="flex" width="113" align="right" style="padding:0;"> <table class="center" cellpadding="0" cellspacing="0"> <tr> <td style="line-height:0;text-align:right"> <table class="center" align="right" cellpadding="0" cellspacing="0"> <tr> <td style="font:bold 16px/25px Arial, Helvetica, sans-serif; color:#888; padding:25px 0 0;"><?= date("D, j F Y")?></td> </tr> </table> </td> </tr> </table> </th> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td class="title" style="font:25px/38px Arial, Helvetica, sans-serif; color:#292c34; padding:0;"> <hr style="border: 1px solid #F7F7F7;margin: 5px 0;"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table data-module="module-2" width="100%" cellpadding="0" cellspacing="0"> <tr> <td data-bgcolor="bg-module" bgcolor="#eaeced"> <table class="flexible" width="600" style="margin:0 auto;" cellpadding="0" cellspacing="0"> <tr> <td data-bgcolor="bg-block" class="holder" style="padding:15px 60px 52px;" bgcolor="#FFFFFF"> <table class="flexible" width="600" align="center" style="margin:0 auto;" cellpadding="0" cellspacing="0"> <h1 align="center">Certificate</h1> <h3><?php echo e($fetch->learner_name); ?></h3> <p>Thank you For Joining IIMT</p> <br> <br> <strong>Course:</strong> <?php echo e($fetch->learner_course); ?><br> <strong>Duration of Course:</strong> <?php echo e($fetch->course_duration); ?><br> <strong>Passout Year:</strong> <?php echo e($fetch->year); ?><br> </table> </td> </tr> <tr><td height="28"></td></tr> </table> </td> </tr> </table> </td> </tr> <tr> <td style="line-height:0;"><div style="display:none; white-space:nowrap; font:15px/1px courier;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div></td> </tr> </table> <!-- Footer --> </body> <?php /**PATH C:\xampp\htdocs\center\resources\views/User/certificate.blade.php ENDPATH**/ ?>