Blame view
resources/views/emails/activation.blade.php
1.75 KB
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
<table style="background: #eee" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td> <table width="400" border="0" cellpadding="0" cellspacing="0" align="center" style="font-size: 18px; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; color: #333;"> <tbody> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="text-align:center; padding-top: 30px"> <a href="https://footyroom.com"><img src="https://cdn.footyroom.com/pics/logo.png" height="33" width="290"></a> </td> </tr> </tbody> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td> <br> <p>Hey there, thanks for signing up with us. Now you can truly call yourself a FootyRoom fan.</p> <p> We need you to verify your email before you can use your new account. Please click on the link bellow: <br><br> <a href="https://footyroom.com/signup/confirm?key={{ $activationKey }}&userId={{ $userId }}">https://footyroom.com/signup/confirm.php?key={{ $activationKey }}&userId={{ $userId }}</a> </p> <p> Once you are verified, go ahead and explore <a href="https://footyroom.com/forum/">Forums</a>, maybe share something interesting with everyone. Don't forget to check out <a href="https://footyroom.com/talk/">Live Scores</a> page where people meet up to chat about ongoing games. </p> <p> <br> Have Fun! <br> FootyRoom Team </p> </td> </tr> </tbody> </table> </tbody> </table> </td> </tr> </tbody> </table> |