File: first-run.html

package info (click to toggle)
lightbeam 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,344 kB
  • sloc: makefile: 18; sh: 6
file content (44 lines) | stat: -rw-r--r-- 2,147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Welcome to Lightbeam!</title>
    <link rel="stylesheet" href="css/first-run.css" />
    <link rel="stylesheet" href="css/OpenSans.css" />
  </head>
  <body>

    <div id="header">
      <img src="images/lightbeam_logo-wordmark_300x150.png" class="center" id="lightbeam-logo" />
      <h1 class="center">Thanks for downloading Lightbeam!</h1>
    </div>

    <ol id="steps">
      <li>
        <strong>Open the Lightbeam tab</strong> by clicking the <span class="platform-dependent"
          id="icon-placement"><img src="images/lightbeam_logo-only_16x16.png" /> logo in the browser
          toolbar</span><br>or by using the 'Get Started' below.
      </li>
      <li>
        <ul>
          <li>Lightbeam starts recording connections as soon as it's installed. If you open it now, you'll see a blank screen because nothing's been recorded yet.</li>
          <li><strong>To start visualizing your online interactions</strong>, open a new tab, navigate to a site, and then check back to the Lightbeam tab.</li>
        </ul>
      </li>
      <li>
        <ul id="contact">
          <!-- TODO: update Mozilla's Lightbeam page -->
          <!-- <li>Learn more about Mozilla's Lightbeam for Firefox on our <a href="https://mozilla.org/lightbeam">project page</a></li> -->
          <li>Lightbeam is under development. If you find a bug that is not already listed as an <a href="https://github.com/mozilla/lightbeam-we/issues/" target="_blank">issue</a>, please <a href="https://github.com/mozilla/lightbeam-we/issues/new" target="_blank">report it!</a></li>
          <li><a href="mailto:lightbeam-feedback@mozilla.org">Give us feedback!</a></li>
          <!-- TODO: update link to Lightbeam browser extension page on addons.mozilla.org -->
          <!-- <li>Don't forget to <a href="https://addons.mozilla.org/en-US/firefox/addon/lightbeam/reviews/add" target="_blank">leave a review</a> on our Mozilla Addons page!</li> -->
        </ul>
      </li>
    </ol>
    <div id="start">
      <a class="center" href="index.html">Get Started</a>
    </div>

  </body>
</html>