-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·463 lines (388 loc) · 17.2 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en">
<head>
<title>Free My Data | Download and archive social media data</title>
<meta charset="utf-8">
<meta name="description" content="Download and archive your social media data"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/main_responsive.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/simple-expand.js"></script>
<script type="text/javascript">
$(function () {
$('.expander').simpleexpand();
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-56223245-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function (url) {
ga('send', 'event', 'outbound', 'click', 'export', {
'hitCallback': function () {
document.location = url;
}
});
}
</script>
</head>
<body>
<header>
<div class="wrapper">
<img src="img/logo.png" alt="Save my data" class="logo">
<!--<ul class="social">
<li><a class="fb" href="#"></a></li>
<li><a class="twitter" href="https://twitter.com/freemydataco"></a></li>
<li><a class="gplus" href="#"></a></li>
</ul>-->
</div>
</header>
<!-- End Header -->
<section class="billboard">
<div class="wrapper">
<div class="caption">
<p>Social networks don't last forever.</p>
<p>Don't let your content get lost.</p>
</div>
</div>
</section>
<!-- End Billboard -->
<section class="cta">
<h3>Download and save your social media data.</h3>
<p>You publish content, photos, thoughts, and memories online every day. Don't throw it all away. </p>
<p>We created this directory so that you have an easy reference when you want to archive and backup your digital
life.</p>
<p>The information below will help you export your data directly from the social network or website.</p>
<!-- <span><br></span>
<img src="img/downloading.png" alt="download" width="64" height="64">-->
</section>
<!-- End cta -->
<section class="features">
<div class="wrapper">
<div class="feature">
<div class="ficon">
<img src="img/twitter.png" alt="Twitter">
</div>
<div class="details_exp">
<h3>Twitter</h3>
<p>Twitter will let you download an archive of all of your tweets, retweets, and Twitter images.</p>
<a id="expander1" class="expander" href="#">Twitter instructions</a>
<div class="content">
<p>Log into your Twitter account.
Navigate to <strong>Settings</strong> <span>→</span> <strong>Account</strong> <span>→</span> <strong>Content</strong>.
</p>
<p>Next, click <strong>"Request your archive"</strong>. You will be emailed by Twitter when the download is
ready.</p>
<!--<img src="img/tw-screen.png" alt="tw-screen" alt="Twitter export your data">-->
</div>
</div>
<div class="cta">
<a href="https://twitter.com/settings/account" class="cta_btn"
onclick="trackOutboundLink('https://twitter.com/settings/account'); return false;">Export Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/facebook.png" alt="Facebook">
</div>
<div class="details_exp">
<h3>Facebook</h3>
<p>Facebook will let you download a copy of your posts, photos, videos, messages, and more.</p>
<a id="expander1" class="expander" href="#">Facebook instructions</a>
<div class="content">
<p>Log into your Facebook account.
Navigate to <strong>Settings</strong> <span>→</span> <strong>General Account Settings</strong>.</p>
<p>At the bottom of the page is a link to "Download a copy of your Facebook data".</p>
</div>
</div>
<div class="cta">
<a href="https://www.facebook.com/settings" class="cta_btn"
onclick="trackOutboundLink('https://www.facebook.com/settings'); return false;">Export Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/instagram.png" alt="Instagram">
</div>
<div class="details_exp">
<h3>Instagram</h3>
<p>Instagram doesn't currently provide a way to download an archive of your photos and your account data.</p>
<br>
</div>
<div class="cta">
<a href="#" class="cta_btn_no">Sorry :-(</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/linkedin.png" alt="LinkedIn">
</div>
<div class="details_exp">
<h3>LinkedIn</h3>
<p>LinkedIn will let you download a data archive with your account history, activity, and more.</p>
<a id="expander1" class="expander" href="#">LinkedIn instructions</a>
<div class="content">
<p>Log into your LinkedIn account.
Navigate to <strong>Privacy & Settings</strong> and then choose the <strong>Account</strong> tab.</p>
<p>Next click "Request an archive of your data" under the <strong>Helpful Links</strong> header.</p>
</div>
</div>
<div class="cta">
<a href="https://www.linkedin.com/settings/data-export-page" class="cta_btn"
onclick="trackOutboundLink('https://www.linkedin.com/settings/data-export-page'); return false;">Export
Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/foursquare.png" alt="Foursquare">
</div>
<div class="details_exp">
<h3>Foursquare</h3>
<p>Foursquare makes feeds available for importing your check-in history into other platforms.</p>
<a id="expander1" class="expander" href="#">Foursquare instructions</a>
<div class="content">
<p>Log into your Foursquare account, and navigate to the <a href="https://foursquare.com/feeds/">feeds
page</a>.</p>
<p>Choosing the ICS or GCAL formats will let you import your full check-in history into your calendar.</p>
<p>Choosing the RSS or KML formats will let you use the data with widgets and applications like
Wordpress.</p>
</div>
</div>
<div class="cta">
<a href="https://foursquare.com/feeds/" class="cta_btn"
onclick="trackOutboundLink('https://foursquare.com/feeds/'); return false;">Export Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/flickr.png" alt="Flickr">
</div>
<div class="details_exp">
<h3>Flickr</h3>
<p>Flickr doesn't provide a way to download your photos. You may be able to use a <a
href="https://www.flickr.com/services/">third-party app</a>.</p>
<br>
</div>
<div class="cta">
<a href="#" class="cta_btn_no">Sorry :-(</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/tumblr.png" alt="Tumblr">
</div>
<div class="details_exp">
<h3>Tumblr</h3>
<p>Tumblr doesn't currently a way to download an archive of your posts and account data. </p>
<br>
</div>
<div class="cta">
<a href="#" class="cta_btn_no">Sorry :-(</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/evernote.png" alt="Evernote">
</div>
<div class="details_exp">
<h3>Evernote</h3>
<p>With the desktop application for Evernote, you can download your Notes and Notebooks.</p>
<a id="expander1" class="expander" href="#">Evernote instructions</a>
<div class="content">
<p>At this time, Evernote does not allow you to export your data from the web client.</p>
<p><strong>On Mac:</strong></p>
<p>Export a Note by selecting the note and choosing <strong>File <span>→</span> Export Note</strong>. Then
select the format, either Evernote XML Format or HTML.</p>
<p>Export all notes in notebooks by selecting Notebook and choosing <strong>File <span>→</span> Export All
Notebooks</strong>. Then select the format, either Evernote XML Format or HTML.</p>
<p><strong>On Windows:</strong></p>
<p>Export a Note by selecting the note and choosing <strong>File <span>→</span> Export Note</strong>. Then
select the format, either Evernote XML Format or HTML.</p>
<p>Export a notebook by right-clicking on a Notebook and choosing <strong>File <span>→</span> Export
Notebook</strong>. Then select the format, either Evernote XML Format or HTML.</p>
</div>
</div>
<div class="cta">
<a href="https://evernote.com/contact/support/kb/#!/article/28607737" class="cta_btn"
onclick="trackOutboundLink('https://evernote.com/contact/support/kb/#!/article/28607737'); return false;">Export
Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/pinterest.png" alt="Pinterest">
</div>
<div class="details_exp">
<h3>Pinterest</h3>
<p>Pinterest doesn't currently provide a way to download an archive of your pins and account data.</p>
<br>
</div>
<div class="cta">
<a href="#" class="cta_btn_no">Sorry :-(</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/appnet.png" alt="App.net">
</div>
<div class="details_exp">
<h3>App.net</h3>
<p>App.net will let you export all of your data, including posts, channels, messages, and your profile.</p>
<a id="expander1" class="expander" href="#">App.net instructions</a>
<div class="content">
<p>Log into your App.net account and navigate to <strong>Settings</strong> and then select <strong>Your
Content</strong>.</p>
<p>Next click "Data Export." You will receive an email with your archive when it's ready.</p>
</div>
</div>
<div class="cta">
<a href="https://account.app.net/settings/content/" class="cta_btn"
onclick="trackOutboundLink('https://account.app.net/settings/content/'); return false;">Export Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/google-plus.png" alt="Google Plus">
</div>
<div class="details_exp">
<h3>Google+</h3>
<p>Google will allow you to export Google+ information like your profile, stream, +1s, and circles.</p>
<a id="expander1" class="expander" href="#">Google+ instructions</a>
<div class="content">
<p><strong>Google Takeout</strong> provides exports of many Google services, including data associated with
Google+. Once you're logged into your Google account and navigated to Takeout, you'll see that all
products have been selected for download.</p>
<p>If you just want to download data associated with your Google+ account, select Profile, Hangouts, Google+
Circles, Google+ Stream, +1s, and Google Photos.</p>
<p>Select "Next" and then choose the file type and the delivery method (either email or to your Drive).</p>
</div>
</div>
<div class="cta">
<a href="https://www.google.com/settings/takeout" class="cta_btn"
onclick="trackOutboundLink('https://www.google.com/settings/takeout'); return false;">Export Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/ello.png" alt="Ello">
</div>
<div class="details_exp">
<h3>Ello</h3>
<p>Ello doesn't currently provide a way to download an archive of your posts and profile.</p>
<br>
</div>
<div class="cta">
<a href="#" class="cta_btn_no">Sorry :-(</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/known.png" alt="Known">
</div>
<div class="details_exp">
<h3>Known</h3>
<p>Known will let you export all of your data, including posts, pictures, updates, and more.</p>
<a id="expander1" class="expander" href="#">Known instructions</a>
<div class="content">
<p>Log into your Known website and go to <strong>Configure Your Site</strong> and then select <strong>Export
Data</strong>.</p>
<p>Next click the "Start Exporting Your Data" link. When the export is done generating, the page will
update, and you'll be able to download the link to all of your content.</p>
</div>
</div>
<div class="cta">
<a href="http://withknown.com" class="cta_btn"
onclick="trackOutboundLink('http://withknown.com'); return false;">Export Data</a>
</div>
</div>
<div class="feature">
<div class="ficon">
<img src="img/medium.png" alt="Medium">
</div>
<div class="details_exp">
<h3>Medium</h3>
<p>Medium will allow you to export all of your posts.</p>
<br>
<br>
<a id="expander1" class="expander" href="#">Medium instructions</a>
<div class="content">
<p>Log into your Medium account. From the left bar, navigate to <strong>Settings</strong>.</p>
<p>Scroll down the page and select "Export content." You will be able to download a .zip file with your
content.</p>
</div>
</div>
<div class="cta">
<a href="https://medium.com/me/settings" class="cta_btn"
onclick="trackOutboundLink('https://medium.com/me/settings'); return false;">Export Data</a>
</div>
</div>
</div>
</section>
<!-- End Features -->
<section class="info">
<!--<div class="info_pic">
</div>-->
<div class="info_details">
<h1>Free my data</h1>
<h3>Export your data and keep a copy of your memories safe.</h3>
<p>You have profiles, memories, and priceless information stored online, but websites, social networks, and
other applications don’t last forever. Don’t lose your digital memories. </p>
<p>Maybe you’re downloading your data and preparing to delete your account on a social network. Perhaps you just
want to grab a copy of your digital life and keep it in a safe space offline. We created this directory so
that you have an easy resource to turn to when you want to export your data from the different sites that
you use.</p>
<p>We’ll continue to update the site with new services and details as they become available. To stay up to date,
follow us on <a href="http://twitter.com/freemydataco">Twitter</a> or check out our <a
href="http://stream.freemydata.co">blog</a>. If you want to report an issue or an update, find us on
<a href="https://github.com/idno/FreeMyData">Github</a>.</p>
<h3>Get the latest updates</h3>
<form action="http://withknown.com/subscribe/freemydata/" method="post" novalidate="" id="subscribeform">
<input id="email" class="subscription-signup" type="email" style="" name="email"
placeholder="Your email address" value="">
<br>
<input class="btn " type="submit" style="font-size: 14px; padding: 10px" value="Subscribe">
</form>
<form action="" id="thankyouform" style="display:none">
<p>
Thank you!
</p>
</form>
</div>
</section>
<!-- End Info -->
<footer>
<a href="http://withknown.com"><img src="img/known_logo.png" alt="Known"></a>
<p class="rights">Brought to you by <a href="http://withknown.com">Known</a>.</p>
<p class="rights">If you'd like to get in touch, please <a href="mailto:hello@withknown.com">contact us</a>.</p>
</footer>
<!-- End Footer -->
<script>
$('#subscribeform').submit(function(e) {
e.preventDefault();
$.ajax({
type: "POST",
url: "https://withknown.com/subscribe/freemydata/",
data: $('#subscribeform').serialize(),
success: function() {
$('#subscribeform').hide();
$('#thankyouform').show();
}
});
})
</script>
</body>
</html>