Viewing file: registration.blade.php (4.13 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!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><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><meta content="width=device-width, initial-scale=1" name="viewport"><title>PropTech Kenya Welcome Email</title><!-- Designed by https://github.com/kaytcat --><!-- Robot header image designed by Freepik.com --><style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Nunito);
/* Take care of image borders and formatting */
img {
max-width: 600px;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
html{
margin: 0;
padding:0;
}
a {
text-decoration: none;
border: 0;
outline: none;
color: #bbbbbb;
}
a img {
border: none;
}
/* General styling */
td, h1, h2, h3 {
font-family: Helvetica, Arial, sans-serif;
font-weight: 400;
}
td {
text-align: center;
}
body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:none;
width: 100%;
height: 100%;
color: #666;
background: #fff;
font-size: 16px;
height: 100vh;
width: 100%;
padding: 0px;
margin: 0px;
}
table {
border-collapse: collapse !important;
}
.headline {
color: #444;
font-size: 36px;
}
.force-full-width {
width: 100% !important;
}
</style><style media="screen" type="text/css">
@media screen {
td, h1, h2, h3 {
font-family: 'Nunito', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}
}
</style><style media="only screen and (max-width: 480px)" type="text/css">
/* Mobile styles */
@media only screen and (max-width: 480px) {
table[class="w320"] {
width: 320px !important;
}
}
</style>
<style type="text/css"></style>
</head>
<body bgcolor="#fff" class="body" style="padding:20px; margin:0; display:block; background:#ffffff; -webkit-text-size-adjust:none">
<table align="center" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tbody><tr>
<td align="center" bgcolor="#fff" class="" valign="top" width="100%">
<center class=""><table cellpadding="0" cellspacing="0" class="w320" style="margin: 0 auto;" width="600">
<tbody><tr>
<td align="center" class="" valign="top"><table cellpadding="0" cellspacing="0" style="margin: 0 auto;" width="100%">
</table>
<table bgcolor="#fff" cellpadding="0" cellspacing="0" class="" style="margin: 0 auto; width: 100%; margin-top: 100px;">
<tbody style="margin-top: 15px;">
<tr class="">
<td class="">
<img alt="{{config('settingConfig.config_store_name')}}" class="" height="155" src="{{url(config('constant.file_path.store'))}}/{{config('settingConfig.config_icon_image')}}" width="155">
</td>
</tr>
<tr class=""><td class="headline">Welcome to {{config("settingConfig.config_store_name")}}!</td></tr>
<tr>
<td>
<center class=""><table cellpadding="0" cellspacing="0" class="" style="margin: 0 auto;" width="75%"><tbody class=""><tr class="">
<td class="" style="color:#444; font-weight: 400;"><br><br>
Shopping amazing products only on {{config("settingConfig.config_store_name")}} and get discount on your first order<br><br>
You have successfully been registered to {{config("settingConfig.config_store_name")}}<br>
<br>
<br></td>
</tr>
</tbody></table></center>
</td>
</tr>
<tr>
<td class="">
<div class="">
</div>
<br>
</td>
</tr>
</tbody>
</table>
<table bgcolor="#fff" cellpadding="0" cellspacing="0" class="force-full-width" style="margin: 0 auto; margin-bottom: 5px:">
<tbody>
<tr>
<td class="" style="color:#444;
">
</td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></center>
</td>
</tr>
</tbody></table>
<hr style="border:none;border-top:1px solid #eee" />
<div style="float:right;padding:8px 0;color:#aaa;font-size:0.8em;line-height:1;font-weight:300">
<p>{{config('settingConfig.config_store_name')}} Inc</p>
<p>{{config('settingConfig.config_address')}}</p>
</div>
</body></html>
|