1<!--
2Copyright (c) 2014 The Chromium Authors. All rights reserved.
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5-->
6<section>
7
8  <h2 i18n-content="MODE_IT2ME"></h2>
9
10  <div id="it2me-first-run">
11    <div>
12      <p class="infographic-description"
13         i18n-content="IT2ME_FIRST_RUN"></p>
14      <button id="get-started-it2me"
15              i18n-content="GET_STARTED"
16              disabled></button>
17    </div>
18    <div class="infographic">
19      <img src="infographic_remote_assistance.webp">
20    </div>
21  </div>
22
23  <div id="it2me-content">
24    <p id="webapp-description"
25       i18n-content="DESCRIPTION_HOME"
26       i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_blank'>chrome.google.com/remotedesktop</a>"></p>
27    <div>
28      <div class="section-row">
29        <div class="box-spacer">
30          <div i18n-content="HOME_SHARE_DESCRIPTION"></div>
31          <div id="chrome-os-no-share"
32               i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS"
33               class="small-print"></div>
34        </div>
35        <div>
36          <button id="share-button"
37                  i18n-content="HOME_SHARE_BUTTON"
38                  class="kd-button-share"
39                  type="button">
40          </button>
41        </div>
42      </div>
43    </div>
44    <div class="section-row">
45      <div i18n-content="HOME_ACCESS_DESCRIPTION"
46           class="box-spacer"></div>
47      <div>
48        <button id="access-mode-button"
49                i18n-content="HOME_ACCESS_BUTTON"
50                type="button">
51        </button>
52      </div>
53    </div>
54  </div> <!-- it2me-content -->
55
56</section> <!-- Remote Assistance -->
57