2019-10-07 05:51:30 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = 'utf-8' >
<!-- Mobile responsive -->
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title >
Onionr
< / title >
< link rel = 'shortcut icon' type = 'image/ico' href = '/shared/images/favicon.ico' >
< link rel = "stylesheet" href = "/private/main.css" >
< link rel = "stylesheet" href = "/shared/fontawesome-free-5.10.2/css/all.min.css" >
< link rel = "stylesheet" href = "/gettheme" >
2019-10-08 21:14:30 +00:00
< link rel = "stylesheet" href = "onboarding.css" >
2019-10-07 05:51:30 +00:00
< script defer src = '/shared/navbar.js' > < / script >
< script defer src = '/shared/loadabout.js' > < / script >
< script defer src = '/shared/misc.js' > < / script >
< script defer src = '/shared/main/stats.js' > < / script >
< script defer src = '/shared/panel.js' > < / script >
< script defer src = '/shared/configeditor.js' > < / script >
< script defer src = '/shared/sites.js' > < / script >
< script defer src = '/private/js/console.js' > < / script >
2019-10-08 21:14:30 +00:00
< script defer src = 'onboarding.js' > < / script >
2019-10-07 05:51:30 +00:00
< script > alert ( "Content security policy appears to not be working. Your browser security is weak!" ) < / script >
< / head >
< body >
< div id = "shutdownNotice" class = 'overlay' >
< div >
< p > Your node will shutdown. Thank you for using Onionr.< / p >
< / div >
< / div >
<!-- Hero (Dark Bar) -->
< section class = "hero is-small is-dark" >
< div class = "hero-body" >
< div class = "container" >
< div class = "columns" >
< div class = "column" >
< h1 class = "title" >
Onionr
< / h1 >
< h2 class = "subtitle" >
Private Decentralized Communication
< / h2 >
< / div >
< div class = "column is-7" >
2019-10-08 21:14:30 +00:00
< div class = "field is-grouped is-pulled-right" >
2019-10-07 05:51:30 +00:00
< p class = "control" >
< a class = "button is-danger is-outlined" id = 'shutdownNode' >
Shutdown
< / a >
< / p >
< p class = "control" >
< a class = "button is-warning is-outlined" id = 'restartNode' >
Restart
< / a >
< / p >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / section >
< br >
2019-10-08 21:14:30 +00:00
< div class = "onboarding" >
< p > Welcome. There are just a few questions for you to answer before you get started.< / p >
< br >
< form method = 'post' >
< div class = "field" >
< div >
I am worried about the following targeting me...
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< i class = "icon fas fa-laptop-code" > < / i > < input type = "checkbox" name = "hackers" > < label for = "state" > Cyber criminals< / label >
< br >
< i class = "icon fas fa-eye" > < / i > < input type = "checkbox" name = "state" > < label for = "state" > Government (mass surveillance)< / label >
< br >
< i class = "icon fas fa-university" > < / i > < input type = "checkbox" name = "stateTarget" > < label for = "stateTarget" > Government (direct target)< / label >
< br >
< i class = "icon fas fa-binoculars" > < / i > < input type = "checkbox" name = "local" > < label for = "local" > Local area threat (LAN or physical)< / label >
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< br >
< div class = "field" >
< div >
I want to contribute to Onionr by...
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< i class = "icon fas fa-network-wired" > < / i > < input checked type = "checkbox" name = "networkContribution" > < label for = "networkContribution" > Participating in data storage & sharing< / label >
< br >
< i class = "icon fas fa-book-open" > < / i > < input checked type = "checkbox" name = "networkContributionPlain" > < label for = "networkContributionPlain" > Storing plaintext data< / label >
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< div class = "field" >
< div >
I prefer these words...
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< select name = "userIDWords" >
< option value = "" > < / option >
< / select >
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< br >
< input type = "submit" value = "Get Started" class = "button is-primary" >
< / form >
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< / body >
2019-10-07 05:51:30 +00:00
< / html >