Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

0123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470<!--Helper mixin, not used outside of this file-->
<!--Helper mixin for learner, not used outside of this file-->
<!--Helper mixin for enterprise admin, not used outside of this file-->
<!--Helper mixin, not used outside of this file-->
<!--Helper mixin, not used outside of this file-->
<!--Helper mixin, not used outside of this file-->
<!--Helper mixin, not used outside of this file-->
<!--Helper mixin, not used outside of this file-->
<!--Helper mixin, not used outside of this file-->
<!--URL MIXINS-->
<!--Helper mixin, not used outside of this file-->
<!--"style" argument should be a variable defined on a separate line and take one of the values:-->
<!--- {'type': 'button'}-->
<!--- {'type': 'image', 'imageUrl': '...', 'imageAlt': '...'}-->
<!--- {'type': 'imageOnLeft', 'imageUrl': '...', 'imageAlt': '...'}-->
<!--- {'type': 'imageWithPlay', 'imageUrl': '...', 'imageAlt': '...'}-->
<!--- {'type': 'inline', 'linkStyle': '...'}-->
<!--link to the s12n upgrade dashboard, where learner can choose to stay on-->
<!--current version or upgrade to new version-->
<!--Given a question, go to the page where you can unsubscribe-->
<!--item discussions are nested under items themselves-->
<!--item discussions are nested under items themselves-->
<!--item discussions are nested under items themselves-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <meta content="width=device-width" name="viewport"/>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:100,200,400,300,700" rel="stylesheet" type="text/css"/>
 </head>
 <body>
  <style type="text/css">
   /***** RESET STYLES ******/
body, #bodyTable, #bodyCell {
  height:100% !important;
  margin:0;
  padding:0;
  width:100% !important;
}
h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
}
p {
  margin: 1em 0;
}

/****** CLIENT-SPECIFIC STYLES ******/
/* Stops email clients resizing small text. */
* {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.ReadMsgBody {
  width:100%;
}
/* Forces Outlook.com to display emails full width. */
.ExternalClass {
  width:100%;
}
/* Fixes Outlook.com line height. */
.ExternalClass, .ExternalClass * {
  line-height:100%;
}
/* Stops Outlook from adding extra spacing to tables. */
table, td {
  mso-table-lspace:0pt;
  mso-table-rspace:0pt;
}
/* Fixes webkit padding issue. */
table {
  border-spacing:0 !important;
}
/* Fix for Yahoo mail table alignment bug. */
table {
  border-collapse: collapse;
  margin: 0 auto;
}
/* Remove spacing between tables in Outlook 2007 and up. */
#outlook a {
  padding:0;
}
/* Force Outlook 2007 and up to provide a "view in browser" message. */
img {
  -ms-interpolation-mode: bicubic;
}
/* Overrides styles added when Yahoo's auto-senses a link. */
.preheaderContent div a:link, .preheaderContent div a:visited, .preheaderContent div a .yshortcuts {
    color: #3b6e8f;
    font-weight:normal;
    text-decoration:underline;
}
.yshortcuts a {
  border-bottom: none !important;
}

/* Overrides blue, underlined link auto-detected by iOS Mail. */
/* Create a class for every link style needed; this template needs only one for the link in the footer. */
.appleBody a {
    color:#68440A;
    text-decoration: none;
}
.appleFooter a {
    color:#999999;
    text-decoration: none;
}

/* Overrides styles added images. */
img, a img {
  border:0 !important;
  outline:none !important;
  text-decoration:none !important;
}

/****** MOBILE STYLES ******/
/* Media Queries */
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {

  /* Overrides email-container's desktop width and forces it into a 100% fluid width. */
  .email-container {
    width: 100% !important;
  }

  /* Forces images to resize to the width of their container. */
  img[class="fluid"],
  img[class="fluid-centered"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: auto !important;
  }
  /* And center justify these ones. */
  img[class="fluid-centered"] {
    margin: auto !important;
  }

  /* Forces table cells into full-width rows. */
  td[class="stack-column"],
  td[class="stack-column-center"] {
    display: block !important;
    width: 100% !important;
    direction: ltr !important;
  }
  /* And center justify these ones. */
  td[class="stack-column-center"] {
    text-align: center !important;
  }
}
  </style>
  <center>
   <table border="0" cellpadding="0" cellspacing="0" height="100%" style='background-color: #F8F8F8; font-family:"Open Sans","Helvetica", Arial, sans-serif !important;mso-font-alt:"Arial";' width="100%">
    <tr>
     <td align="center" style="padding-top: 30px;" valign="top">
      <div class="preheaderContent" style="display: none; font-size: 1px; color: #3E3E3E; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all;">
       Welcome! 4 simple steps to set yourself up for success, and achieve your learning goals…
      </div>
      <!--Email Body-->
      <table cellpadding="0" cellspacing="0" class="email-container" style="border: 1px #F2F2F2 solid;" width="600">
       <tr>
        <td style="background-color: #FFFFFF; border: 1px solid #F2F2F2;" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" class="stack-column-center" valign="middle">
            <a target="_blank">
             <img alt="Ready to learn something new?" src="https://inboxflows.com/_/image/https%253A%252F%252Fd3njjcbhbojbot.cloudfront.net%252Fapi%252Futilities%252Fv1%252Fimageproxy%252Fhttps%253A%252F%252Fcoursera-misc.s3.amazonaws.com%252Femails%252Fcoursera_logo.png%253Fw%253D150%2526h%253D22%2526fit%253Dscale/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkM25qamNiaGJvaiJ9:1kXQAG:WcbRkawaaEdkrD1VwDBQrLCrKWGtTA7pTBMogLgrXek" style="padding:25px 20px 20px 15px;"/>
            </a>
           </td>
           <td align="right" class="stack-column-center" valign="middle">
            <a style="text-decoration: none; color: #787878; border-right: 1px gray solid; padding-right: 8px;" target="_blank">
             My Courses
            </a>
            <a style="text-decoration: none; color: #787878; padding-left: 8px; padding-right: 15px;" target="_blank">
             Course Catalog
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 25px 8px 15px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <h1 style="color: #B18767; font-weight: 400; line-height: 30px; font-size: 26px; text-align: left;">
             Start learning today with these 4 simple steps
            </h1>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             Hi User Flow,
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             Welcome to Coursera!
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             On Coursera, you can take hundreds of courses from the world’s best universities and instructors. Courses are open to anyone, and are available anytime, anywhere. Follow these 4 simple steps to start accomplishing your learning goals, and discover what you're capable of today.
             <br/>
             <br/>
             <span style="font-weight:bold; font-size: 18px; line-height: 120%;">
              #1: Find a course or Specialization you’ll love
             </span>
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             Explore hundreds of courses in our
             <a style="color:#2774D0; text-decoration:none;">
              catalog
             </a>
             - topics range from 21st-century career skills like
             <a style="color:#2774D0; text-decoration:none;">
              data science
             </a>
             ,
             <a style="color:#2774D0; text-decoration:none;">
              computer science
             </a>
             , and
             <a style="color:#2774D0; text-decoration:none;">
              business
             </a>
             , to timeless staples in the
             <a style="color:#2774D0; text-decoration:none;">
              arts and humanities
             </a>
             . To develop deep mastery in a particular subject area,
             <a style="color:#2774D0; text-decoration:none;">
              join a Specialization
             </a>
             - a series of rigorous courses culminating in a Capstone Project.
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr bgcolor="#FFFFFF" style="border: 0px none;">
        <td style="padding: 15px 15px 15px 15px;" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" style="float: left;" width="100%">
          <tr>
           <td align="left" class="stack-column" valign="middle">
            <a style="text-decoration: none; vertical-align: top; display: block;">
             <span style="font-size: 14px !important; line-height: 54px; display: inline-block; color: #FFFFFF; border-radius: 1px; text-align: center; padding: 0 30px 0 30px; background-color: #2774D0">
              FIND A COURSE
             </span>
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             <span style="font-weight:bold; font-size: 18px; line-height: 120%;">
              #2: Commit to success and earn a Certificate
             </span>
             <p>
              When you enroll in a course or Specialization, commit to mastering the material by paying for full access or applying for
              <a style="color:#2774D0; text-decoration:none;">
               Financial Aid
              </a>
              . Committing upfront makes it about 16 times more likely you’ll complete the course - and when you finish, you’ll earn a sharable Coursera Certificate to showcase your accomplishments.
             </p>
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             <span style="font-weight:bold; font-size: 18px; line-height: 120%;">
              #3: Complete your profile
             </span>
             <p>
              We want to get to know you, so we hope you’ll
              <a style="color:#2774D0; text-decoration:none;">
               tell us a little about yourself
              </a>
              ! Be sure to indicate your
              <a style="color:#2774D0; text-decoration:none;">
               preferred time zone and language
              </a>
              , too, so we can personalize your deadlines, course recommendations, and communications from Coursera.
             </p>
             <br/>
             <span style="font-weight:bold; font-size: 18px; line-height: 120%;">
              #4: Download the Coursera Apps
             </span>
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             Make learning convenient by carrying Coursera in your pocket. With our App for
             <a style="color:#2774D0; text-decoration:none;">
              iOS
             </a>
             or
             <a style="color:#2774D0; text-decoration:none;">
              Android
             </a>
             , you can join courses, stream or download videos, and complete quizzes on the go.
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr style="background-color: #FFFFFF; border-width: 0px 1px 0px 1px; border-style: solid; border-color: #F2F2F2;">
        <td style="padding: 10px 15px 10px 30px;" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" class="stack-column" valign="middle">
            <a>
             <img alt="coursera app for iphone" src="https://inboxflows.com/_/image/https%253A%252F%252Fd3njjcbhbojbot.cloudfront.net%252Fapi%252Futilities%252Fv1%252Fimageproxy%252Fhttps%253A%252F%252Fd2wvvaown1ul17.cloudfront.net%252Fsite-static%252Fimages%252Ficons%252Fdownload_from_apple.png%253Fw%253D120%2526h%253D40%2526fit%253Dscale/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkM25qamNiaGJvaiJ9:1kXQAG:WcbRkawaaEdkrD1VwDBQrLCrKWGtTA7pTBMogLgrXek"/>
            </a>
            <a>
             <img alt="coursera for android" src="https://inboxflows.com/_/image/https%253A%252F%252Fd3njjcbhbojbot.cloudfront.net%252Fapi%252Futilities%252Fv1%252Fimageproxy%252Fhttps%253A%252F%252Fd3njjcbhbojbot.cloudfront.net%252Fweb%252Ff9da1027fa76d939c8ff406822fe7ee79e787c72%252Fimages%252Ficons%252Fen_generic_rgb_wo_45.png%253Fw%253D120%2526h%253D40%2526fit%253Dscale/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkM25qamNiaGJvaiJ9:1kXQAG:WcbRkawaaEdkrD1VwDBQrLCrKWGtTA7pTBMogLgrXek" style="padding-left: 3%;"/>
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             Coursera envisions a world in which anyone, anywhere can transform their life through access to the best education. We’re here to help you reach your goals, and we can’t wait to see what you achieve!
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#FFFFFF" style="vertical-align: top; padding: 10px 8px 10px 8px;">
         <table style="border-collapse: collapse; float: left;">
          <tr>
           <td style="padding: 0 10px 0 10px;" valign="middle">
            <div style="color: #3E3E3E; font-weight: 400; line-height: 24px; font-size: 14px; text-align: left;">
             Keep learning,
             <br/>
             The Coursera Team
             <br/>
             <br/>
            </div>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td bgcolor="#F2F2F2" style="height: 1px;">
        </td>
       </tr>
       <tr style="background-color: #FFFFFF;">
        <td style="padding: 15px 15px 0px 15px;" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" class="stack-column" style="font-size: 14px;" valign="middle">
            <span style="color: #3E3E3E;">
             Download our App:
            </span>
            <a>
             iOS
            </a>
            <span style="color: #3E3E3E;">
             |
            </span>
            <a>
             Android
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr style="background-color: #FFFFFF;">
        <td style="padding: 5px 15px 15px 15px;" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" class="stack-column" style="font-size: 14px;" valign="middle">
            <a>
             Learner Help Center
            </a>
            <span style="color: #3E3E3E;">
             |  Please do not reply directly to this email
            </span>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr style="border-width: 1px; border-style: solid; border-color: #F8F8F8;">
        <td style="padding: 2px 15px 15px 15px;" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" class="stack-column" valign="middle">
            <span style="font-size: 12px; color: #3E3E3E;">
             Copyright © 2018, Coursera Inc. | 381 E. Evelyn Ave, Mountain View, CA 94041 USA
            </span>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
  </center>
  <img border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Feventing.coursera.org%252Fimg%252FhzDh3o18U_yJn1oFjMsQIi1ym5k3yuUM8cnDS9Q-4_ec-t7a2-0ogQQE6DyrPV7Ez7M1QphfDatUGbqB3XJREg.FmFdZ09AuJ_GvAX1W2ZNJQ.aVCalCO2kgAhbjJtwhRXyFfBjMj9GJ_8fYxNT_LQDhG5xPAw2Y5cUUad1VJWjaEjNci78IJrPIklMPNoyJjNScC2W6fxSrsZSipDC2_kr9OWb_NX0xEdWvTr7FFjFLplJHmyuCjzKoIrxTR14A-OIoIOl54YYcOC63isIP3nxh1gUuEHqxpYoOvaryCyAWKeBBaD3v_UIYjwtT41_1QzJ7ryQhmaMImzg1r2nlQFDpKQElGlwVaSxLxpI15hXC8RDm2qNNTlfU48KH2_4sBeiAIuJW4FkGG2hdfKp-r8t1s/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZldmVudGluZy5jbyJ9:1kXQAG:c_35BmMbf5nBUIeVLc-PRo41EcB4IMtOluZU7ZveE-I" width="1"/>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fclick.mail.coursera.org%252Fq%252FCvBIGjgR4SH9_Cc2Sam8Zw~~%252FAAAAAQA~%252FRgRclkizPlcIY291cnNlcmFYBAAAAABCCgAFs8OzWq5KTh9SEzM0YTkwYjBjQHVpZmVlZC5jb20~/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmNsaWNrLm1haWwuYyJ9:1kXQAG:pTJDYg3lpj44GYAK-944J60seAH4epj238Iw3yiiUG4" width="1"/>
 </body>
</html>