index.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>PolitiScales - Index</title>
  7. <meta name="description" content="Welcome to the PolitiScale, the online political test. You will be confronted to a series of affirmations and for each of them you will have to click on the button which corresponds the most to your opinion." />
  8. <link rel="stylesheet" href="/style.css" type="text/css" media="screen" />
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  10. <meta name="twitter:card" content="summary" />
  11. <meta name="twitter:site" content="@PolitiScales" />
  12. <meta name="twitter:creator" content="@PolitiScales" />
  13. <meta property="og:url" content="https://dbhq.github.io/" />
  14. <meta property="og:title" content="PolitiScales" />
  15. <meta property="og:locale" content="en_US" />
  16. <meta property="og:description" content="Welcome to the PolitiScale, the online political test. You will be confronted to a series of affirmations and for each of them you will have to click on the button which corresponds the most to your opinion." />
  17. <meta property="og:image" content="/images/facebook-preview.png" />
  18. </head>
  19. <body>
  20. <header>
  21. <div id="header">
  22. <h1><a href="/">PolitiScales</a></h1>
  23. </div>
  24. </header>
  25. <div id="content">
  26. <div id="mainFrame">
  27. <h2>Instructions</h2>
  28. <p class="simpleText ltr">Welcome to the PolitiScale, the online political test. You will be confronted to a series of affirmations and for each of them you will have to click on the button which corresponds the most to your opinion.</p>
  29. <br/>
  30. <p class="simpleText ltr"><i class="fa fa-bell" aria-hidden="true"></i> The questions assume that your are a citizen of a multi-parti political system and a market economy.</p>
  31. <p class="simpleText ltr"><i class="fa fa-bell" aria-hidden="true"></i> You can always avoid answering a question. But if you do not understand the meaning of one of them, try to invert its meaning for a better understanding of what is implied.</p>
  32. <p class="simpleText ltr"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> This test tries to represent the wider set of ideas as possible and contains some phrases that can be shocking, notably concerning racism and homosexuality.</p>
  33. <div class="navButtons">
  34. <a class="button" href="/quiz">Start the test</a>
  35. </div>
  36. </div>
  37. </div>
  38. <div id="footer">
  39. <p>PolitiScale is an initiative of <a href="https://www.radicalisees-sur-internet.fr">“Radicalisé·e·s sur Internet”</a> which is freely inspired by <a href="https://8values.github.io/">8values</a>.</p>
  40. <p>Interested by translating PolitiScales? Please visit our <a href="https://crowdin.com/project/politiscales">Crowdin project</a>.</p>
  41. </div>
  42. </body>
  43. </html>