9.0 - Intro module

Intro module used on homepage, app splash screen and on the email confirmation page. Note:: In example markup mee-purple-faded-bg wrapper is not required and only used because the text of module is white so it cannot be used on white backgorund. It also is aligned in the middle vertically. The inline style is only to make sure the module fits in properly in style guide as space is limited.

Default styling

<div class="mee-purple-faded-bg">
  <div class="mee-intro">
    <h1>Get Macmillan</h1>
    <h2>Education Everywhere</h2>
    <div class="mee-intro-actions">
      <div class="mee-half">
        <a ui-sref="register" href="#/register">Register</a><br>
        <a ui-sref="register" href="#/register">
          Create your account to access your Macmillan digital resources - anytime, anywhere!
        </a>
      </div>
      <div class="mee-half">
        <a ui-sref="login" href="#/login">Log in</a><br>
        <a ui-sref="login" href="#/login">
          Already registered? Log in here
        </a>
      </div>
    </div>
  </div>
</div>