Change titles and messages

Change "Privacy Quiz" to "Stairway Quiz".
This commit is contained in:
luca0N! 2021-06-02 19:30:53 -03:00
parent 4379bbd6e5
commit d3b2da856e
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
2 changed files with 9 additions and 40 deletions

View File

@ -24,7 +24,7 @@
<html>
<head>
<meta charset="UTF-8"/>
<title>Privacy Rating</title>
<title>Stairway Quiz</title>
<link rel="stylesheet" type="text/css" href="res/Stairway-js.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
@ -56,11 +56,10 @@
</head>
<body>
<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>
<h1>Stairway Quiz</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>Stairway Quiz results range 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>This service does not track you, and your answers are not sent to our servers. You can also self-host Stairway.js.</p>
<p>Once you are ready to start, click on the button below.</p>
<button onclick="document.location = 'session.html'">Start!</button>
<hr/>

View File

@ -24,7 +24,7 @@
<html>
<head>
<meta charset="UTF-8"/>
<title>Privacy Rating</title>
<title>Stairway Quiz</title>
<link rel="stylesheet" type="text/css" href="res/Stairway-js.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -37,14 +37,14 @@
</head>
<body>
<div class="content">
<h1>Privacy Rating</h1><hr/>
<h1>Stairway Quiz</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 class="warning" id="warning">Loading quiz...</p>
<h2 id="quiz-title">Unknown quiz</h2>
<p id="quiz-author">Unknown author</p>
<div id="results">
<center><p>Your privacy grade is:</p>
<center><p>Your grade is:</p>
<span id="badge-s" class="badge grade-s">Grade S</span>
<span id="badge-a" class="badge grade-a">Grade A</span>
<span id="badge-b" class="badge grade-b">Grade B</span>
@ -56,43 +56,13 @@
</center><br/>
<div id="grade-message"></div>
<h2>Your Privacy Report</h2>
<h2>Your Report</h2>
<i>The good, bad and ugly</i>
<div id="reports">
</div>
<!--<div class="section-report">
<p class="report"><span title="This is a good report" class="report-class report-good">Good</span> This is a good report</p>
<p>This is the report description.</p>
</div>
<div class="section-report">
<p class="report"><span title="This report requires attention" class="report-class report-warning">Warning</span> This is a warning report</p>
<p>This is the report description.</p>
<p>Advisory: this is the report advisory.</p>
</div>
<div class="section-report">
<p class="report"><span title="This is a bad report" class="report-class report-bad">Bad</span> This is a bad report</p>
<p>This is the report description.</p>
<p>Advisory: this is the report advisory.</p>
</div>
<div class="section-report">
<p class="report"><span title="This is a very bad report" class="report-class report-critical">Critical</span> This is a critical report</p>
<p>This is the report description.</p>
<p>Advisory: this is the report advisory.</p>
</div>-->
</div>
<div id="quiz"></div>
<!--<p>The challenge has begun! In order to find out your privacy grade, you must answer the questions in this form based on your technology use. You may skip questions if you deem necessary.</p>
<p>Please wait - loading questions...</p>
<div class="section-question">
<p class="question">Q: What operating system is installed on your main computer?</p>
<input type="radio">Windows</input>
<input type="radio">macOS</input>
<input type="radio">Linux</input>
<input type="radio">BSD</input>
<input type="radio">Windows</input>
</div>-->
<hr/>
<p>Stairway.js is <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>
<p>luca0N! does not endorse all quizzes created for Stairway.js and may not own copyrights on the current quiz.</p>