-
Notifications
You must be signed in to change notification settings - Fork 0
/
first-run.html
40 lines (37 loc) · 1.67 KB
/
first-run.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Welcome to Brightbeam!</title>
<link rel="stylesheet" href="css/first-run.css" />
<link rel="stylesheet" href="css/OpenSans.css" />
</head>
<body>
<div id="header">
<img src="images/brightbeam_logo-wordmark_300x150.png" class="center" id="brightbeam-logo" />
<h1 class="center">Thanks for downloading Brightbeam!</h1>
</div>
<ol id="steps">
<li>
<strong>Open the Brightbeam tab</strong> by clicking the <span class="platform-dependent"
id="icon-placement"><img src="images/brightbeam_logo-only_16x16.png" /> logo in the browser
toolbar</span><br>or by using the 'Get Started' below.
</li>
<li>
<ul>
<li>Brightbeam 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 Brightbeam tab.</li>
</ul>
</li>
<li>
<ul id="contact">
<li>Brightbeam is under development. If you find a bug that is not already listed as an <a href="https://github.com/digitalmethodsinitiative/brightbeam/issues/" target="_blank">issue</a>, please <a href="https://github.com/digitalmethodsinitiative/brightbeam/issues/new" target="_blank">report it!</a></li>
<li><a href="mailto:[email protected]">Give us feedback!</a></li>
</ul>
</li>
</ol>
<div id="start">
<a class="center" href="index.html">Get Started</a>
</div>
</body>
</html>