BBnepal-Accounts/application/views/email-applicationfee.php
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

92 lines
6.5 KiB
PHP

<!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;border-bottom: 2px solid #032da1;">
<img src="<?= $baseurl; ?>common_assets/<?= $school_info['color_logo']; ?>" style="width: 115px;">
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="padding: 20px 0; font-weight: 500;"> Dear <?php echo $student_data['student_name'] ?>,</td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="3" style="text-align: center;padding: 30px 10px 10px;">
<img src="<?= $baseurl; ?>assets_student/images/email-tem-1.png" style="width: 230px;">
<h3 style="font-size: 22px;color: #424242;font-weight: 700;margin-bottom: 0;line-height: 28px;">Your Application is <br> Submitted Successfully</h3>
<p style="margin-top: 6px;font-size: 16px;font-weight: 500;">Our team is reviewing your profile, and will share the update shortly</p>
</td>
</tr>
<tr>
<td colspan="3">
<table style="width: 100%;border: 2px solid #032da1;border-radius: 10px;padding: 10px;">
<tr>
<td>
<h5 style="color: #032DA1;margin: 0 10px;font-size: 18px;">Application Details</h5>
<ul style="list-style-type: none;padding: 0 10px;">
<li style="margin-bottom: 3px;font-size: 14px;"><label style="font-weight: 500;margin-right: 25px;">Student Name :</label><?php echo $student_data['student_name'] ?></li>
<li style="margin-bottom: 3px;font-size: 14px;"><label style="font-weight: 500;margin-right: 25px;">Course Name : </label><?php echo $student_data['course_name'] ?></li>
<li style="margin-bottom: 3px;font-size: 14px;"><label style="font-weight: 500;margin-right: 25px;">Application id : </label><?php echo $student_data['student_id'] ?></li>
<li style="margin-bottom: 3px;font-size: 14px;"><label style="font-weight: 500;margin-right: 33px;">Amount Paid : </label><?php echo $school_info['currency_symbol'] .' - '. $student_data['amount'] ?></li>
</ul>
</td>
<td style="vertical-align: top;text-align: right;font-size: 15px;">Date: <span><?php echo date('d-m-Y', strtotime($student_data['date'])) ?></span></td>
</tr>
</table>
</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="<?php echo $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;"><?php echo $school_info['website_link'] ?></a>
</li>
<li style="margin-bottom: 4px;">
<a href="mailto:<?php echo $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;"><?php echo $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="<?php echo $school_info['facebook'];?>"><img src="<?= $baseurl; ?>assets_student/images/email-fb.png"></a></li>
<li style="display: inline-block;margin: 0 3px;"><a href="<?php echo $school_info['instagram'];?>"><img src="<?= $baseurl; ?>assets_student/images/email-insta.png"></a></li>
<li style="display: inline-block;margin: 0 3px;"><a href="<?php echo $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>