2014-06-29 22:15:27 +00:00
<!DOCTYPE html>
2014-01-10 07:48:05 +00:00
< html >
< head >
2015-11-03 03:19:30 +00:00
< title > Signal< / title >
2014-10-14 07:41:18 +00:00
< meta charset = "utf-8" >
2014-11-10 20:23:53 +00:00
< link rel = "stylesheet" href = "stylesheets/options.css" >
2015-05-07 23:54:01 +00:00
< link href = '/images/icon_128.png' rel = 'shortcut icon' >
2014-01-10 07:48:05 +00:00
< / head >
2015-01-14 21:21:54 +00:00
< body >
2015-11-03 03:19:30 +00:00
< div id = 'install' class = 'main' >
< div id = 'step1' class = 'step' >
< img id = 'signal-icon' src = '/images/icon_250.png' / >
< div class = 'nav' >
< h1 > Welcome to Signal for Chrome< / h1 >
< p > Privacy is possible. Signal makes it easy.< / p >
< div > < a class = 'button step2' > Get started< / a > < / div >
< span class = 'dot step1 selected' > < / span >
< span class = 'dot step2' > < / span >
< span class = 'dot step3' > < / span >
2015-03-06 19:43:53 +00:00
< / div >
2015-11-03 03:19:30 +00:00
< / div >
< div id = 'step2' class = 'step' >
< img id = 'signal-phone' src = '/images/signal-phone.png' >
< div class = 'nav' >
< p > First, install < a class = 'link' href = 'https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms' target = '_blank' > Signal< / a > on your Android phone.< br / > We'll link your devices and keep your messages in sync.< / p >
< div > < a class = 'button step3' > I have Signal for Android< / a > < / div >
< p >
2015-11-09 16:35:24 +00:00
< a class = 'link' href = 'https://twitter.com/whispersystems' target = '_blank' > Follow us< / a >
2015-11-03 03:19:30 +00:00
for updates about multi-device support for iOS.
< / p >
< span class = 'dot step1' > < / span >
< span class = 'dot step2 selected' > < / span >
< span class = 'dot step3' > < / span >
2014-10-14 07:41:18 +00:00
< / div >
2015-11-03 03:19:30 +00:00
< / div >
< div id = 'step3' class = 'step' >
< div id = "qr" > < / div >
2015-11-20 22:03:02 +00:00
< p > Open Signal on your phone and navigate to Settings > Devices. Tap the
button to add a new device, then scan the code above.< / p >
2015-11-03 03:19:30 +00:00
< div class = 'nav' >
< span class = 'dot step1' > < / span >
< span class = 'dot step2' > < / span >
< span class = 'dot step3 selected' > < / span >
2014-10-14 07:41:18 +00:00
< / div >
2015-11-03 03:19:30 +00:00
< / div >
< div id = 'step4' class = 'step' >
2015-11-08 05:33:01 +00:00
< p > Linking with< / p >
< h2 class = 'number' > < / h2 >
< img id = 'signal-computer' src = '/images/signal-laptop.png' >
< p > This computer's name will be< / p >
2015-11-03 03:19:30 +00:00
< div >
< input type = 'text' id = 'device-name' spellcheck = 'false' > < / input >
2014-10-14 07:41:18 +00:00
< / div >
2015-11-03 03:19:30 +00:00
< div class = 'nav' >
2015-11-08 05:33:01 +00:00
< div > < a class = 'button' id = 'sync' > Looking good< / a > < / div >
2014-10-14 07:41:18 +00:00
< / div >
< / div >
2015-11-03 03:19:30 +00:00
< div id = 'step5' class = 'step' >
< img id = 'signal-icon' src = '/images/icon_250.png' / >
< div class = 'progress-dialog' >
< p class = 'status' > < / p >
< div class = 'bar-container' > < div class = 'bar progress-bar' > < / div > < / div >
2014-11-10 21:34:10 +00:00
< / div >
2015-11-03 03:19:30 +00:00
< div class = 'nav' >
2015-03-17 22:06:21 +00:00
< / div >
2014-10-14 07:41:18 +00:00
< / div >
2015-11-03 03:19:30 +00:00
< div id = 'stepTooManyDevices' class = 'step' >
< div class = 'error-dialog clearfix' >
2015-06-18 18:00:58 +00:00
< div class = 'panel' >
2015-11-03 03:19:30 +00:00
Sorry, you have too many devices registered already.
Try removing some.
2015-06-18 18:00:58 +00:00
< / div >
2015-11-03 03:19:30 +00:00
< div class = 'nav' >
< button class = 'ok step3' > Ok< / button >
2015-06-18 18:00:58 +00:00
< / div >
2015-06-19 23:40:33 +00:00
< / div >
2015-03-26 22:19:46 +00:00
< / div >
2015-11-03 03:19:30 +00:00
2015-03-26 22:19:46 +00:00
< / div >
2015-11-03 03:19:30 +00:00
2014-10-30 23:53:08 +00:00
< script type = "text/javascript" src = "js/components.js" > < / script >
2015-04-08 19:20:34 +00:00
< script type = "text/javascript" src = "js/database.js" > < / script >
2015-01-14 00:09:32 +00:00
< script type = "text/javascript" src = "js/libphonenumber-util.js" > < / script >
2014-10-14 07:41:18 +00:00
< script type = "text/javascript" src = "js/models/messages.js" > < / script >
2014-11-13 22:35:37 +00:00
< script type = "text/javascript" src = "js/models/conversations.js" > < / script >
2014-06-03 16:39:29 +00:00
2014-10-14 07:41:18 +00:00
< script type = "text/javascript" src = "js/chromium.js" > < / script >
2015-03-05 23:25:49 +00:00
< script type = "text/javascript" src = "js/views/whisper_view.js" > < / script >
2015-01-14 23:59:40 +00:00
< script type = "text/javascript" src = "js/views/phone-input-view.js" > < / script >
2015-11-03 03:19:30 +00:00
< script type = "text/javascript" src = "js/views/install_view.js" > < / script >
2014-10-14 07:41:18 +00:00
< script type = "text/javascript" src = "js/options.js" > < / script >
2014-01-10 07:48:05 +00:00
< / body >
< / html >