Updated style
This commit is contained in:
parent
fd377ba8c0
commit
e253939fb0
4 changed files with 105 additions and 67 deletions
20
index.html
20
index.html
|
@ -55,14 +55,16 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Privacy Rating</h1><hr/>
|
||||
<p class="warning" id="javascript-warning">It looks like your browser is configured to block JavaScript. We're sorry, but this page requires JavaScript in order to function.</p>
|
||||
<p>Privacy Rating displays a form containing a few questions which are used to show a privacy grade based on your technology tasks, ranging from excellent (<span class="badge-small grade-s">Grade S</span>) to very bad (<span class="badge-small grade-f">Grade F</span>).</p>
|
||||
<p>Privacy Rating attemps to warn you about bad software, services and practices in order to protect your privacy online.</p>
|
||||
<p>This service does not track you, and your answers are not sent to our servers. If you don't want to trust this instance, you can self-host it yourself.</p>
|
||||
<p>Once you are ready to start, click on the button below.</p>
|
||||
<button onclick="document.location = 'session.html'">Start!</button>
|
||||
<hr/>
|
||||
<p><a href="https://labs.luca0n.com/projects/stairway-js" target="_blank">Released</a> under the <a href="https://git.luca0n.com/Stairway-js.git/tree/LICENSE" target="_blank">GNU General Public License version 3 or later</a>, by <a href="https://www.luca0n.com" target="_blank">luca0N!</a></p>
|
||||
<div class="content">
|
||||
<h1>Privacy Rating</h1><hr/>
|
||||
<p class="warning" id="javascript-warning">It looks like your browser is configured to block JavaScript. We're sorry, but this page requires JavaScript in order to function.</p>
|
||||
<p>Privacy Rating displays a form containing a few questions which are used to show a privacy grade based on your technology tasks, ranging from excellent (<span class="badge-small grade-s">Grade S</span>) to very bad (<span class="badge-small grade-f">Grade F</span>).</p>
|
||||
<p>Privacy Rating attemps to warn you about bad software, services and practices in order to protect your privacy online.</p>
|
||||
<p>This service does not track you, and your answers are not sent to our servers. If you don't want to trust this instance, you can self-host it yourself.</p>
|
||||
<p>Once you are ready to start, click on the button below.</p>
|
||||
<button onclick="document.location = 'session.html'">Start!</button>
|
||||
<hr/>
|
||||
<p><a href="https://labs.luca0n.com/projects/stairway-js" target="_blank">Released</a> under the <a href="https://git.luca0n.com/Stairway-js.git/tree/LICENSE" target="_blank">GNU General Public License version 3 or later</a>, by <a href="https://www.luca0n.com" target="_blank">luca0N!</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue