index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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, DBHQ Edition</title>
  7. <meta
  8. name="description"
  9. 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."
  10. />
  11. <link rel="stylesheet" href="/style.css" type="text/css" media="screen" />
  12. <link rel="shortcut icon" href="/images/favicon.ico" />
  13. <meta property="og:url" content="https://dbhq.github.io/" />
  14. <meta property="og:title" content="PolitiScales, DBHQ Edition" />
  15. <meta property="og:locale" content="en_US" />
  16. <meta
  17. property="og:description"
  18. 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."
  19. />
  20. <meta property="og:image" content="/images/facebook-preview.jpg" />
  21. </head>
  22. <body>
  23. <header>
  24. <div id="header">
  25. <h1><a href="/">PolitiScales</a></h1>
  26. </div>
  27. </header>
  28. <div id="content">
  29. <div id="mainFrame">
  30. <h2>Instructions</h2>
  31. <p class="simpleText">
  32. Welcome to the PolitiScale, the online political test. You will be
  33. confronted to a series of affirmations and for each of them you will
  34. have to click on the button which corresponds the most to your
  35. opinion.
  36. </p>
  37. <br />
  38. <p class="simpleText">
  39. <svg
  40. width="24"
  41. height="24"
  42. viewBox="0 0 24 24"
  43. xmlns="http://www.w3.org/2000/svg"
  44. >
  45. <path
  46. d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"
  47. />
  48. </svg>
  49. The questions assume that you are a citizen of a multi-party
  50. political system and a market economy.
  51. </p>
  52. <p class="simpleText">
  53. <svg
  54. width="24"
  55. height="24"
  56. viewBox="0 0 24 24"
  57. xmlns="http://www.w3.org/2000/svg"
  58. >
  59. <path
  60. d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"
  61. />
  62. </svg>
  63. You can always avoid answering a question. But if you do not
  64. understand the meaning of one of them, try to invert its meaning for a
  65. better understanding of what is implied.
  66. </p>
  67. <p class="simpleText">
  68. <svg
  69. xmlns="http://www.w3.org/2000/svg"
  70. width="24"
  71. height="24"
  72. viewBox="0 0 24 24"
  73. >
  74. <path d="M0 0h24v24H0z" fill="none" />
  75. <path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" />
  76. </svg>
  77. This test tries to represent the wider set of ideas as possible and
  78. contains some phrases that can be shocking, notably concerning racism
  79. and homosexuality.
  80. </p>
  81. <div class="navButtons">
  82. <a class="button" href="/quiz">Start the test</a>
  83. </div>
  84. </div>
  85. </div>
  86. <div id="footer">
  87. <p>
  88. This quiz is a slightly modified version of
  89. <a href="https://www.politiscales.net/">PolitiScales</a>, which is based
  90. on <a href="https://8values.github.io/">8values</a>.
  91. </p>
  92. </div>
  93. </body>
  94. </html>