Log In Dialog Stable

A modal welcome screen to introduce the application without access.

Welcome to UI MarCom Platform

This documentation shows designers and developers how we understand brand and interactive design, and helps implement our visual identity consistently.

<div class="splash-screen">
<div class="splash-screen__container">
  <div class="splash-screen__body">
    <h3>Welcome to UI MarCom Platform</h3>
    <p>This documentation shows designers and developers how we understand brand and interactive design, and helps implement our visual identity consistently.</p>
    <div class="button-group">
      <button class="button button--primary">View documentation</button>
      <button class="button">Close</button>
    </div>
  </div>
  <div class="splash-screen__image">
    <div class="aspect-ratio-4x3 aspect-ratio-md-3x4 aspect-ratio--cover">
      <img src="/ui-marcom/version/2.3//assets/img/keyvisuals/login-dialog.jpg">
    </div>
  </div>
</div>
</div>