<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<section>

  <h2 i18n-content="MODE_IT2ME"></h2>

  <div id="it2me-first-run">
    <div>
      <p class="infographic-description"
         i18n-content="IT2ME_FIRST_RUN"></p>
      <button id="get-started-it2me"
              i18n-content="GET_STARTED"
              disabled></button>
    </div>
    <div class="infographic">
      <img src="infographic_remote_assistance.webp">
    </div>
  </div>

  <div id="it2me-content">
    <p id="webapp-description"
       i18n-content="DESCRIPTION_HOME"
       i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_blank'>chrome.google.com/remotedesktop</a>"></p>
    <div>
      <div class="section-row">
        <div class="box-spacer">
          <div i18n-content="HOME_SHARE_DESCRIPTION"></div>
          <div id="chrome-os-no-share"
               i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS"
               class="small-print"></div>
        </div>
        <div>
          <button id="share-button"
                  i18n-content="HOME_SHARE_BUTTON"
                  class="kd-button-share"
                  type="button">
          </button>
        </div>
      </div>
    </div>
    <div class="section-row">
      <div i18n-content="HOME_ACCESS_DESCRIPTION"
           class="box-spacer"></div>
      <div>
        <button id="access-mode-button"
                i18n-content="HOME_ACCESS_BUTTON"
                type="button">
        </button>
      </div>
    </div>
  </div> <!-- it2me-content -->

</section> <!-- Remote Assistance -->