|  | 
| 3 | 3 | <head> | 
| 4 | 4 | <meta name="viewport" content="width=device-width" /> | 
| 5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 
| 6 |  | -<title>CodeWizardsHQ Code Challenge Welcome Email</title> | 
|  | 6 | +<title>CodeWizardsHQ Code Challenge Daily Email</title> | 
| 7 | 7 | <style> | 
| 8 |  | -/* ------------------------------------- | 
|  | 8 | + /* ------------------------------------- | 
| 9 | 9 |  GLOBAL | 
| 10 | 10 |  A very basic CSS reset | 
| 11 | 11 | ------------------------------------- */ | 
|  | 
| 39 | 39 |  BODY & CONTAINER | 
| 40 | 40 | ------------------------------------- */ | 
| 41 | 41 | body { | 
| 42 |  | - background-color: #f6f6f6; | 
|  | 42 | + background-color: #353535; | 
| 43 | 43 | } | 
| 44 | 44 | 
 | 
| 45 | 45 | .body-wrap { | 
| 46 |  | - background-color: #f6f6f6; | 
|  | 46 | + background-color: #353535; | 
| 47 | 47 |  width: 100%; | 
| 48 | 48 | } | 
| 49 | 49 | 
 | 
|  | 
| 67 | 67 | ------------------------------------- */ | 
| 68 | 68 | .main { | 
| 69 | 69 |  background-color: #fff; | 
| 70 |  | - border: 1px solid #e9e9e9; | 
| 71 | 70 |  border-radius: 3px; | 
| 72 | 71 | } | 
| 73 | 72 | 
 | 
|  | 
| 83 | 82 |  width: 100%; | 
| 84 | 83 |  margin-bottom: 20px; | 
| 85 | 84 |  background-color: #353535; | 
| 86 |  | - padding: 60px 40px; | 
|  | 85 | + padding: 20px; | 
| 87 | 86 |  color: #fff; | 
| 88 | 87 | } | 
| 89 | 88 | 
 | 
|  | 
| 108 | 107 | h1, h2, h3 { | 
| 109 | 108 |  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | 
| 110 | 109 |  color: #000; | 
| 111 |  | - margin: 40px 0 0; | 
|  | 110 | + margin: 20px 0 0; | 
| 112 | 111 |  line-height: 1.2em; | 
| 113 | 112 |  font-weight: 600; | 
| 114 | 113 | } | 
|  | 
| 278 | 277 | <body itemscope itemtype="http://schema.org/EmailMessage"> | 
| 279 | 278 | 
 | 
| 280 | 279 | <table class="body-wrap"> | 
| 281 |  | -<tr> | 
| 282 |  | -<td></td> | 
| 283 |  | -<td class="container" width="800"> | 
| 284 |  | -<div class="content"> | 
| 285 |  | -<table class="main" width="100%" cellpadding="0" cellspacing="0"> | 
| 286 |  | -<tr> | 
| 287 |  | -<td class="header aligncenter"> | 
| 288 |  | -<img src="https://challenge.codewizardshq.com/images/logo-small.png"> | 
| 289 |  | -<h3>{{name}}, you've accepted the CodeWizardsHQ Code Challenge! </h3> | 
| 290 |  | -<br> | 
| 291 |  | -<a href="https://challenge.codewizardshq.com/login" class="btn-primary">SIGN IN</a> | 
| 292 |  | -</td> | 
| 293 |  | -</tr> | 
| 294 |  | -<tr> | 
| 295 |  | -<td class="content-wrap"> | 
| 296 |  | -<table width="100%" cellpadding="0" cellspacing="0"> | 
| 297 |  | -<tr> | 
| 298 |  | -<td class="content-block"> | 
| 299 |  | - | 
| 300 |  | -</td> | 
| 301 |  | -</tr> | 
| 302 |  | -<tr> | 
| 303 |  | -<td class="content-block"> | 
| 304 |  | -<p>Welcome {{name}},</p> | 
| 305 |  | -<br/> | 
| 306 |  | - | 
| 307 |  | -<p>Your mission is to defeat the evil dragon who has invaded CWHQ land. Only the bravest and brightest kid coders, like you, are prepared for this quest. </p> | 
| 308 |  | - | 
| 309 |  | -<h3>How to play The Dragon Quest? </h3> | 
| 310 |  | -<br/> | 
| 311 |  | - | 
| 312 |  | -<p>To prove yourself worthy, you must log in every day between March 1 and March 21 to answer the Code Challenge question. </p> | 
| 313 |  | - | 
| 314 |  | -<p>When you have answered the final question, you will take on the mighty dragon in the boss level by writing a piece of code in Python or JavaScript. If your answer unlocks the correct answer, you are worthy to be called Code Challenge champion and a chance to win a $100 cash prize!</p> | 
| 315 |  | - | 
| 316 |  | -<p>See the <a href="http://codewizardshq.com/challenge">full FAQ</a> for more answers.</p> | 
| 317 |  | - | 
| 318 |  | -<h3>Who will win the challenge?</h3> | 
| 319 |  | -<br/> | 
| 320 |  | - | 
| 321 |  | -<p>The final champions will be determined by public vote from March 23-29 so share the challenge with your family and friends.</p> | 
| 322 |  | - | 
| 323 |  | -<p>Visit the <a href="http://codewizardshq.com/challenge">Code Challenge</a> page for the latest details and updates.</p> | 
| 324 |  | -</td> | 
| 325 |  | -</tr> | 
| 326 |  | -<tr> | 
| 327 |  | -<td class="content-block"> | 
| 328 |  | -<p>Good luck and safe travels! </p> | 
| 329 |  | -</td> | 
| 330 |  | -</tr> | 
| 331 |  | -</table> | 
| 332 |  | -</td> | 
| 333 |  | -</tr> | 
| 334 |  | -<tr> | 
| 335 |  | -<td class="alert alert-warning"> | 
| 336 |  | -<a href="https://challenge.codewizardshq.com/login">Share With Friends</a> | 
| 337 |  | -<br/> | 
| 338 |  | -<img class="social" src="https://codewizardshq.com/wp-content/uploads/2020/01/challenge_icon_fb.jpg"> | 
| 339 |  | -<img class="social" src="https://codewizardshq.com/wp-content/uploads/2020/01/challenge_icon_twitter.jpg"> | 
| 340 |  | -<img class="social" src="https://codewizardshq.com/wp-content/uploads/2020/01/challenge_icon_email.jpg"> | 
| 341 |  | -</td> | 
| 342 |  | -</tr> | 
| 343 |  | -</table> | 
| 344 |  | -<div class="footer"> | 
| 345 |  | -<table width="100%"> | 
| 346 |  | -<tr> | 
| 347 |  | -<td class="aligncenter content-block"><a href="%unsubscribe_url%">Unsubscribe</a> from code challenge updates.</td> | 
| 348 |  | -</tr> | 
| 349 |  | -</table> | 
| 350 |  | -</div></div> | 
| 351 |  | -</td> | 
| 352 |  | -<td></td> | 
| 353 |  | -</tr> | 
|  | 280 | + <tr> | 
|  | 281 | + <td></td> | 
|  | 282 | + <td class="container" width="800"> | 
|  | 283 | + <div class="content"> | 
|  | 284 | + <table class="main alignleft" width="100%" cellpadding="0" cellspacing="0"> | 
|  | 285 | + <tr> | 
|  | 286 | + <td class="header aligncenter"> | 
|  | 287 | + <img src="https://challenge.codewizardshq.com/images/logo-small.png"> | 
|  | 288 | + </td> | 
|  | 289 | + </tr> | 
|  | 290 | + <tr> | 
|  | 291 | + <td class="content-wrap"> | 
|  | 292 | + <table width="100%" cellpadding="0" cellspacing="0"> | 
|  | 293 | + <tr> | 
|  | 294 | + <td class="content-block"> | 
|  | 295 | + <p><b>{{name}}, your account has been created.</b></p> | 
|  | 296 | + <br/> | 
|  | 297 | + <p>Login: {{username}}</p> | 
|  | 298 | + <p>Password: {{password}}</p> | 
|  | 299 | + <br/> | 
|  | 300 | + <p>Forgot your password? <a href="https://challenge.codewizardshq.com/forgot-password">Reset your password.</a></p> | 
|  | 301 | + </td> | 
|  | 302 | + </tr> | 
|  | 303 | + <tr> | 
|  | 304 | + <td> | 
|  | 305 | + <p><a href="https://challenge.codewizardshq.com/login">Sign in to play</a><br/> | 
|  | 306 | + <a href="http://codewizardshq.com/challenge">Challenge Details</a><br/> | 
|  | 307 | + <a href="http://codewizardshq.com/challenge">Prizes</a><br/> | 
|  | 308 | + <a href="http://codewizardshq.com/challenge">Frequently Asked Questions</a></p> | 
|  | 309 | + </td> | 
|  | 310 | + </tr> | 
|  | 311 | + </table> | 
|  | 312 | + </td> | 
|  | 313 | + </tr> | 
|  | 314 | + <tr> | 
|  | 315 | + <td class="alert alert-warning"> | 
|  | 316 | + <a href="https://challenge.codewizardshq.com/login">Share With Friends</a> | 
|  | 317 | + <br/> | 
|  | 318 | + <img class="social" src="https://codewizardshq.com/wp-content/uploads/2020/01/challenge_icon_fb.jpg"> | 
|  | 319 | + <img class="social" src="https://codewizardshq.com/wp-content/uploads/2020/01/challenge_icon_twitter.jpg"> | 
|  | 320 | + <img class="social" src="https://codewizardshq.com/wp-content/uploads/2020/01/challenge_icon_email.jpg"> | 
|  | 321 | + </td> | 
|  | 322 | + </tr> | 
|  | 323 | + </table> | 
|  | 324 | + <div class="footer"> | 
|  | 325 | + <table width="100%"> | 
|  | 326 | + <tr> | 
|  | 327 | + <td class="aligncenter content-block"><a href="%unsubscribe_url%">Unsubscribe</a> from code challenge updates.</td> | 
|  | 328 | + </tr> | 
|  | 329 | + </table> | 
|  | 330 | + </div></div> | 
|  | 331 | + </td> | 
|  | 332 | + <td></td> | 
|  | 333 | + </tr> | 
| 354 | 334 | </table> | 
| 355 | 335 | 
 | 
| 356 | 336 | </body> | 
|  | 
0 commit comments