BBnepal-Accounts/application/views/email-reject.php

61 lines
4.5 KiB
PHP
Raw Normal View History

2024-07-10 12:43:19 +00:00
<!doctype html>
<body style="background-color:#e2e1e0;font-family: Open Sans, sans-serif;font-size:100%;font-weight:400;line-height:1.4;color:#000;">
<table style=" max-width: 670px;margin:50px auto 10px;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); line-height: 25px;">
<tr>
<td colspan="3">
<table style="padding:20px 30px;">
<thead>
<tr>
<th colspan="3" style="padding: 20px;">
<img src="<?= $baseurl; ?>common_assets/<?= $school_info['color_logo']; ?>" style="width: 115px;">
</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="3" style="text-align: center;padding: 10px 10px 40px">
<img src="<?= $baseurl; ?>assets_student/images/email-tem-3.png" style="width: 385px;">
<p style="width: 84%;text-align: left;margin: 30px auto 0;font-weight: 700;">Dear <?= $studname; ?>,</p>
<p style="margin-top: 6px;font-size: 16px;font-weight: 500;width: 84%;text-align: left;margin: auto;">We have carefully reviewed your application, and we are sorry to inform your application is not shortlisted at this time.</p>
<p style="width: 84%;text-align: left;margin: auto;font-weight: 700;">We wish you best future, Thank you</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="3">
<table style="width: 100%;background: #032da1;margin-top: 20px;color: #fff;padding:10px 20px">
<tr>
<td colspan="2">
<ul style="list-style-type: none;padding: 0;">
<li style="margin-bottom: 4px;">
<a href="<?= (!empty($school_info['website_link'])) ? $school_info['website_link']:''; ?>" style="color: #fff;text-decoration: none;font-size: 14px;">
<img src="<?= $baseurl; ?>assets_student/images/email-web.png" style="width: 20px;margin-right: 10px;vertical-align: middle;"><?= (!empty($school_info['website_link'])) ? $school_info['website_link']:''; ?></a>
</li>
<li style="margin-bottom: 4px;">
<a href="mailto:<?= (!empty($school_info['email'])) ? $school_info['email']:''; ?>" style="color: #fff;text-decoration: none;font-size: 14px;">
<img src="<?= $baseurl; ?>assets_student/images/email-email.png" style="width: 20px;margin-right: 10px;vertical-align: middle;"><?= (!empty($school_info['email'])) ? $school_info['email']:''; ?></a>
</li>
</ul>
</td>
<td style="text-align: center;">
<h5 style="margin: 10px 0 0;">Follow us on</h5>
<ul style="padding: 0;list-style-type: none;">
<li style="display: inline-block;margin: 0 3px;"><a href="<?= (!empty($school_info['facebook'])) ? $school_info['facebook']:''; ?>"><img src="<?= $baseurl; ?>assets_student/images/email-fb.png"></a></li>
<li style="display: inline-block;margin: 0 3px;"><a href="<?= (!empty($school_info['instagram'])) ? $school_info['instagram']:''; ?>"><img src="<?= $baseurl; ?>assets_student/images/email-insta.png"></a></li>
<li style="display: inline-block;margin: 0 3px;"><a href="<?= (!empty($school_info['twitter'])) ? $school_info['twitter']:''; ?>"><img src="<?= $baseurl; ?>assets_student/images/email-tw.png"></a></li>
</ul>
</td>
</tr>
<tr style="text-align:center;">
<td style="color: #fff;text-decoration: none;font-size: 12px;"> Powered By : <?php echo $school_info['school_name'] ?></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>