|
| 1 | +<mjml> |
| 2 | + <mj-head> |
| 3 | + <mj-include path="_style.mjml"/> |
| 4 | + <mj-preview> |
| 5 | + Password reset |
| 6 | + </mj-preview> |
| 7 | + </mj-head> |
| 8 | + <mj-body background-color="#fafafa"> |
| 9 | + <mj-include path="_header.mjml"/> |
| 10 | + |
| 11 | + <mj-section background-color="#ffffff"> |
| 12 | + <mj-column> |
| 13 | + <mj-text> |
| 14 | + <h1>Welcome, {{username}}</h1> |
| 15 | + <p>you just joined FAF, how great is that! We're a rather small community so every new member is precious to |
| 16 | + us. |
| 17 | + </p> |
| 18 | + <p>This email contains the next steps to get you started.</p> |
| 19 | + </mj-text> |
| 20 | + |
| 21 | + <mj-divider border-width="2px" border-color="lightgrey" padding-bottom="0px"/> |
| 22 | + </mj-column> |
| 23 | + </mj-section> |
| 24 | + |
| 25 | + <mj-section background-color="#ffffff" padding-top="0px"> |
| 26 | + <mj-column> |
| 27 | + <mj-text> |
| 28 | + <h2>Link your account to Steam</h2> |
| 29 | + <p>Before you can play games, we need to verify that you own the game. Please login to our website and link |
| 30 | + your account to Steam. Make sure your Steam profile and game list are public (you can follow <a |
| 31 | + href="https://imgur.com/a/enuUlAb">this guide</a>). |
| 32 | + </p> |
| 33 | + </mj-text> |
| 34 | + <mj-button href="https://www.faforever.com/account/link"> |
| 35 | + Link to Steam |
| 36 | + </mj-button> |
| 37 | + <mj-divider border-width="2px" border-color="lightgrey" padding-bottom="0px"/> |
| 38 | + </mj-column> |
| 39 | + </mj-section> |
| 40 | + |
| 41 | + <mj-section background-color="#ffffff" padding-top="0px"> |
| 42 | + <mj-column> |
| 43 | + <mj-text> |
| 44 | + <h2>Download our Client</h2> |
| 45 | + <p>You will need to install our client to chat with other player launch games, download maps & mods.. |
| 46 | + </p> |
| 47 | + </mj-text> |
| 48 | + <mj-button href="https://www.faforever.com/client"> |
| 49 | + Download FAF client |
| 50 | + </mj-button> |
| 51 | + <mj-divider border-width="2px" border-color="lightgrey" padding-bottom="0px"/> |
| 52 | + </mj-column> |
| 53 | + </mj-section> |
| 54 | + |
| 55 | + <mj-section background-color="#ffffff" padding-top="0px"> |
| 56 | + <mj-column> |
| 57 | + <mj-text> |
| 58 | + <h2>Get help</h2> |
| 59 | + <p>Don't be afraid to ask for help. FAF isn't always straightforward. But we have plenty of resources to help you out.</p> |
| 60 | + </mj-text> |
| 61 | + </mj-column> |
| 62 | + </mj-section> |
| 63 | + |
| 64 | + <mj-section background-color="#ffffff" padding-top="0px"> |
| 65 | + <mj-column> |
| 66 | + <mj-button href="https://forum.faforever.com/category/18/frequently-asked-questions"> |
| 67 | + Open FAQ |
| 68 | + </mj-button> |
| 69 | + </mj-column> |
| 70 | + <mj-column> |
| 71 | + <mj-button href="https://wiki.faforever.com"> |
| 72 | + Open Wiki |
| 73 | + </mj-button> |
| 74 | + </mj-column> |
| 75 | + <mj-column> |
| 76 | + <mj-button href="https://forum.faforever.com"> |
| 77 | + Open Forum |
| 78 | + </mj-button> |
| 79 | + </mj-column> |
| 80 | + </mj-section> |
| 81 | + |
| 82 | + <mj-section background-color="#ffffff" padding-top="0px"> |
| 83 | + <mj-column> |
| 84 | + <mj-divider border-width="2px" border-color="lightgrey" padding-top="0px"/> |
| 85 | + <mj-text> |
| 86 | + <p>We hope this gives you a head start. See you on the battlefield!</p> |
| 87 | + <p>-- The FAForever team</p> |
| 88 | + </mj-text> |
| 89 | + </mj-column> |
| 90 | + </mj-section> |
| 91 | + |
| 92 | + <mj-section background-color="gray" padding="0"> |
| 93 | + <mj-column> |
| 94 | + <mj-text color="#d3d3d3"> |
| 95 | + <p>Should you ever want to delete your account, please send an email with your request to |
| 96 | + admin@faforever.com. |
| 97 | + </p> |
| 98 | + </mj-text> |
| 99 | + </mj-column> |
| 100 | + </mj-section> |
| 101 | + |
| 102 | + <mj-include path="_footer.mjml"/> |
| 103 | + </mj-body> |
| 104 | +</mjml> |
0 commit comments