|
|
|
@ -1,15 +1,47 @@ |
|
|
|
<tr width="680"> |
|
|
|
<tr width="680"> |
|
|
|
<td width="680" style="width: 680px;"> |
|
|
|
<table style="padding-bottom: 50px; padding-top: 50px; width: 680px; font-family:Arial, Helvetica, sans-serif; font-size:22px; color: #00044A; border-top: 2px solid rgba(41, 45, 51, 0.08); border-bottom: 2px solid rgba(41, 45, 51, 0.08);"> |
|
|
|
<table |
|
|
|
style="padding-bottom: 50px; padding-top: 50px; width: 680px; font-family:Arial, Helvetica, sans-serif; font-size:22px; color: #00044A; border-top: 2px solid rgba(41, 45, 51, 0.08); border-bottom: 2px solid rgba(41, 45, 51, 0.08);"> |
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<h1 style="margin-top: 0; font-size: 30px;"> {{model.title}} </h1> |
|
|
|
<p style="line-height: 37px; color: #6B7E92;"> {{model.description}} </p> |
|
|
|
<h1 style="margin-top: 0; font-size: 30px;"> Thank you for registration to the event ... |
|
|
|
</h1> |
|
|
|
<p style="line-height: 37px; color: #6B7E92;"> Lorem ipsum dolor sit amet, consectetur |
|
|
|
adipiscing elit. Aliquam varius tellus mollis tellus pellentesque, sit amet iaculis sem |
|
|
|
porttitor.</p> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<a href="{{app_url}}/events/{{model.url}}" style="display: inline-block; border-radius: 10px; padding:12px 20px; background-color: #E8345D; text-decoration: none; color: #fff;" target="_blank">Details</a> |
|
|
|
<table> |
|
|
|
<tr style="vertical-align: top;"> |
|
|
|
<td style="width:232px;" width="232"><img src="/src/EventHub.Web/wwwroot/assets/eh-organization.png" style="width: 232px; border-radius: 10px;"></td> |
|
|
|
<td style="padding-left: 15px;"> |
|
|
|
<h4 style="margin-top:0; margin-bottom: 10px;">DevTernity 2022 – The main developer conference</h4> |
|
|
|
<span style="color: #6F32E2; font-size: 16px;">31 Mar 2022 - 02 Apr 2022 | Istanbul, Turkey</span> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<p style="line-height: 37px; color: #6B7E92;"> |
|
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam varius tellus mollis |
|
|
|
tellus pellentesque, sit amet iaculis sem.</p> |
|
|
|
<p style="line-height: 37px; color: #6B7E92;"> |
|
|
|
Maecenas nec urna sem. Nulla vulputate consectetur blandit. Duis lacus lacus, |
|
|
|
ullamcorper elementum aliquam id, rutrum sit amet est. Nunc tincidunt sapien et |
|
|
|
hendrerit posuere. |
|
|
|
</p> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td> |
|
|
|
<a href="" |
|
|
|
style="display: inline-block; border-radius: 10px; padding:12px 20px; background-color: #E8345D; text-decoration: none; color: #fff;">E-Mail |
|
|
|
Button</a> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
|