Untitled
unknown
plain_text
2 years ago
9.3 kB
3
Indexable
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <style> @media only screen and (max-width: 620px) { table[class=body] h1 { font-size: 28px !important; margin-bottom: 10px !important; } table[class=body] p, table[class=body] ul, table[class=body] ol, table[class=body] td, table[class=body] span, table[class=body] a { font-size: 16px !important; } table[class=body] .wrapper, table[class=body] .article { padding: 10px !important; } table[class=body] .content { padding: 0 !important; } table[class=body] .container { padding: 0 !important; width: 100% !important; } table[class=body] .main { border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important; } table[class=body] .btn table { width: 100% !important; } table[class=body] .btn a { width: 100% !important; } table[class=body] .img-responsive { height: auto !important; max-width: 100% !important; width: auto !important; } } @media all { .ExternalClass { width: 100%; } .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } .apple-link a { color: inherit !important; font-family: inherit !important; font-size: inherit !important; font-weight: inherit !important; line-height: inherit !important; text-decoration: none !important; } .btn-primary table td:hover { background-color: #d5075d !important; } .btn-primary a:hover { background-color: #d5075d !important; border-color: #d5075d !important; } } </style></head> <body class style="background-color: #eaebed; font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; background-color: #eaebed; width: 100%;" width="100%" bgcolor="#eaebed"> <tr> <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;" valign="top"> </td> <td class="container" style="font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; max-width: 580px; padding: 10px; width: 580px; Margin: 0 auto;" width="580" valign="top"> <div class="header" style="padding: 0px 0px; "> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; width: 100%; padding: 20px 0px; background-color: #fff;"> <tr> <td class="align-center" width="100%" style="font-family: sans-serif; font-size: 14px; vertical-align: top; text-align: center;" valign="top" align="center"> <a href="https://indonesiaretailsummit.com" style="color: #2e66b0; text-decoration: underline;"><img src="http://172.93.48.40/emailAssset/assetOnlineOffline/img/irs-transparant.png" height="55" alt="Indonesia Retail Summit" style="border: none; -ms-interpolation-mode: bicubic; max-width: 100%;"></a> </td> </tr> </table> </div> <div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 0px 0px; margin-top: 1px;"> <!-- START CENTERED WHITE CONTAINER --> {{-- <span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">This is preheader text. Some clients will show this text as a preview.</span> --}} <table role="presentation" class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; background: #ffffff; border-radius: 3px; width: 100%;" width="100%"> <!-- START MAIN CONTENT AREA --> <tr> <td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;" valign="top"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; width: 100%;" width="100%"> <tr> <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;" valign="top"> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Dear Mr/Mrs {{ $details['nama'] }},</p> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Thank you for registering your interest to attend the <b>Indonesia Retail Summit </b> taking place on <b>15-16 August 2022 (Monday-Tuesday)</b> at <b>Sarinah Building Jakarta, 4<sup>th</sup> & 5<sup>th</sup> Fl., Indonesia.</b></p> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Below is your QR Code</p> {{-- {{ \Storage::disk('public')->put('test.png',DNS2D::getBarcodePNGPath($details['private_reference_number'], "QRCODE")) }} --}} {{-- <img src="http://172.93.48.40/{{ $details['private_reference_number'] }}" height="200" style="border: none; -ms-interpolation-mode: bicubic; max-width: 100%; display: block; margin-left: auto; margin-right: auto; margin: auto;" alt="QR Code"> --}} <?php $private_reference_number = $details['private_reference_number']; $image = \QrCode::format('png') ->size(200)->errorCorrection('H') ->generate("$private_reference_number"); // $output_file = '/qrcode/img-' . time() . '.png'; $output_file = "$private_reference_number" . '.png'; Storage::disk('public')->put($output_file, $image); // echo $output_file; // storage/app/public/img/qr-code/img-1557309130.png ?> <img src="{{ asset('') }}storage/{{ $output_file }}" alt="img-qrcode" style="border: none; -ms-interpolation-mode: bicubic; max-width: 100%; display: block; margin-left: auto; margin-right: auto; margin: auto;" alt="QR Code" > <br> <br> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Please bring this QR Code upon your arrival at the venue and show it at the registration desk to get your conference badge.</p> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Do contact us at <a href="mailto:info@indonesiaretailsummit.com" style="color: #2e66b0; text-decoration: underline;">info@indonesiaretailsummit.com</a>, if you have any questions.</p> <br> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">Best regards, <br>Indonesia Retail Summit Team <br><a href="mailto:info@indonesiaretailsummit.com" style="color: #2e66b0; text-decoration: underline;">info@indonesiaretailsummit.com</a></p> </td> </tr> </table> </td> </tr> <!-- END MAIN CONTENT AREA --> </table> <!-- START FOOTER --> <div class="footer" style="clear: both; Margin-top: 10px; text-align: center; width: 100%;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; width: 100%;" width="100%"> <tr> <td class="content-block powered-by" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; color: #9a9ea6; font-size: 12px !important; text-align: center;" valign="top" align="center"> Powered by <a href="https://tixcorner.com" style="color: #9a9ea6; font-size: 12px !important; text-align: center; text-decoration: none;">Tixcorner</a>. </td> </tr> </table> </div> <!-- END FOOTER --> <!-- END CENTERED WHITE CONTAINER --> </div> </td> <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;" valign="top"> </td> </tr> </table> </body> </html>