-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
198 lines (192 loc) · 6.29 KB
/
index.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE
HTML
PUBLIC
"-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<!--
The markup for disconnect.me's homepage.
Copyright 2010, 2011 Disconnect, Inc.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>.
Authors (one per line):
Brian Kennish <[email protected]>
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Disconnect</title>
<link rel="stylesheet" href="house.css">
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="curvycorners.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<body>
<div id="content">
<br>
<div id="header">
<table>
<tr>
<td> </td>
<td>
<img src="disconnect.png" alt="Disconnect">
<br>
<span class="description">
Take control of your data
</span>
</td>
</tr>
</table>
<div id="tabs">
<table>
<tr>
<td>
<div class="tab" id="homepage">
<div class="tab-surface">
<div class="label">Disconnect</div>
</div>
</div>
</td>
<td> </td>
<td>
<div class="tab verbose inactive" id="facebook" tabindex="3">
<div class="tab-surface">
<div class="label">
Facebook<br>Disconnect
</div>
</div>
</div>
</td>
<td> </td>
<td>
<div class="tab inactive" id="db" tabindex="4">
<div class="tab-surface">
<div class="label">Privacy icons</div>
</div>
</div>
</td>
<td> </td>
</tr>
</table>
</div>
</div>
<br>
<table id="actions">
<tr>
<td id="preview">
<img
src="0.png"
alt="Toolbar button and popup bubble"
><img
src="1.png"
alt="Toolbar button and popup bubble"
><img
src="2.png"
alt="Toolbar button and popup bubble"
><img
src="3.png"
alt="Toolbar button and popup bubble"
><img
src="4.png"
alt="Toolbar button and popup bubble"
><img
src="5.png"
alt="Toolbar button and popup bubble"
>
</td>
<td id="installation">
<span class="name">Disconnect</span>
stops third parties and search engines from
<br>
tracking the webpages you go to and searches you do.
<br>
<br>
<br>
<div class="button inactive">
<div class="button-surface top"></div>
<div class="button-surface bottom"></div>
<div class="label">
Install
<span class="name">Disconnect</span>
</div>
</div>
<br>
<br>
<br>
<div id="features">
<div class="feature">
See how many tracking requests are blocked.
</div>
<div class="feature">
Find out what services are trying to track you.
</div>
<div class="feature">Unblock the services you want to use.</div>
</div>
</td>
</tr>
</table>
<table id="press">
<tr>
<td>
<a
href="http://www.cnn.com/2010/TECH/web/12/24/ex.google.employees/index.html"
><img src="cnn.png" alt="CNN"></a>
</td>
<td>
<a
href="http://online.wsj.com/article/SB10001424052748704281504576329441432995616.html"
><img src="wsj.png" alt="WSJ"></a>
</td>
<td>
<a
href="http://techcrunch.com/2010/12/13/former-googler-launches-disconnect-browser-extension-that-disables-third-party-data-tracking/"
><img src="tc.png" alt="TC"></a>
</td>
<td>
<a
href="http://www.engadget.com/2010/12/15/disconnect-browser-extension-keeps-pesky-cookies-in-check-block/"
><img src="engadget.png" alt="Engadget"></a>
</td>
<td>
<a
href="http://www.readwriteweb.com/archives/ex-googler_helps_users_disconnect_from_the_social.php"
><img src="readwriteweb.png" alt="ReadWriteWeb"></a>
</td>
<td>
<a
href="http://www.launch.is/blog/l009-launch-conference-winners-why-they-won.html"
><img src="launch.png" alt="Launch"></a>
</td>
<td>
<a href="press">More press</a>
</td>
</tr>
</table>
<div id="footer">
<a href="https://www.facebook.com/disconnectere">Facebook</a>
<a href="https://twitter.com/disconnectme">Twitter</a>
<a href="https://github.com/disconnectme">GitHub</a>
<a href="mailto:[email protected]">Email</a>
<a href="about">About</a>
<a href="jobs">Jobs</a>
<a href="privacy">Privacy</a>
<a href="terms">Terms</a>
<div id="copyright">© 2011 Disconnect, Inc. </div>
</div>
</div>
</body>
</html>