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-11-27 00:01:32 +00:00
< link rel = "stylesheet" href = "donate-modal.css" >
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/loadabout.js' > < / script >
< script defer src = '/shared/misc.js' > < / script >
< script defer src = '/private/js/console.js' > < / script >
2019-11-27 00:01:32 +00:00
< script defer src = 'donate.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 >
2019-11-07 00:03:38 +00:00
< p > If you are using random bind IPs (default in non dev mode), Onionr will have a different URL next time.
< / p >
2019-10-07 05:51:30 +00:00
< / 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-11-27 00:01:32 +00:00
< div class = "modal donateModal" >
< div class = "modal-background" > < / div >
< div class = "modal-card" >
< header class = "modal-card-head" >
< button class = "closeAboutModal delete" aria-label = "close" > < / button >
< / header >
< section class = "modal-card-body donateBody" >
Loading... < i class = "fas fa-spinner fa-spin" > < / i >
< / section >
< / div >
< / div >
2019-10-08 21:14:30 +00:00
< div class = "onboarding" >
2019-11-27 00:01:32 +00:00
< noscript > < h1 > Unfortunately, this requires JavaScript. Don't worry, all scripts are open source and locally loaded.< / h1 > < / noscript >
2019-10-08 21:14:30 +00:00
< p > Welcome. There are just a few questions for you to answer before you get started.< / p >
< br >
2019-10-17 10:00:24 +00:00
< form method = 'post' id = "onboardingForm" >
2019-10-08 21:14:30 +00:00
< div class = "field" >
< div >
2019-10-17 10:00:24 +00:00
I am concerned about the following targeting me...
2019-10-07 05:51:30 +00:00
< / div >
2019-10-17 10:00:24 +00:00
< i class = "icon fas fa-eye" > < / i > < input type = "checkbox" name = "state" checked > < label for = "state" > Government (mass surveillance)< / label >
2019-10-08 21:14:30 +00:00
< br >
< i class = "icon fas fa-university" > < / i > < input type = "checkbox" name = "stateTarget" > < label for = "stateTarget" > Government (direct target)< / label >
< br >
2019-10-16 06:30:44 +00:00
< i class = "icon fas fa-binoculars" > < / i > < input type = "checkbox" name = "local" > < label for = "local" > Nearby threat< / label >
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< 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-11 09:28:43 +00:00
< br >
< i class = "icon fas fa-dollar-sign" > < / i > < input type = "checkbox" name = "donate" > < label for = "donate" > Donating the price of a coffee to fund development< / label >
2019-10-07 05:51:30 +00:00
< / div >
2019-10-08 21:14:30 +00:00
< div class = "field" >
< div >
2019-10-11 09:28:43 +00:00
I want to...
2019-10-07 05:51:30 +00:00
< / div >
2019-11-27 00:01:32 +00:00
< i class = "icon fas fa-user" > < / i > < input type = "checkbox" name = "useDeterministic" > < label for = "useDeterministic" > Use a seed to re(generate) a user ID< / label >
2019-10-16 06:30:44 +00:00
< br >
2019-10-17 10:00:24 +00:00
< i class = "icon fas fa-envelope" > < / i > < input type = "checkbox" name = "useMail" checked > < label for = "useMail" > Use OnionrMail< / label >
2019-10-16 06:30:44 +00:00
< br >
2019-10-17 10:00:24 +00:00
< i class = "icon fas fa-comments" > < / i > < input type = "checkbox" name = "useCircles" checked > < label for = "useMail" > Use Circles (message board system)< / label >
2019-11-27 00:01:32 +00:00
< br >
< i class = "icon fas fa-palette" > < / i > < input type = "checkbox" name = "useDarkTheme" checked > < label for = "useDark" > Use Dark Theme< / label >
2019-10-16 06:30:44 +00:00
< br >
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" >
2019-10-17 10:00:24 +00:00
< br > < br >
2019-10-08 21:14:30 +00:00
< / 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 >