<!--</section>-->
<!-- ********************************* SECTION 3 QUESTION 2 **********************************-->
+<!---->
+<!--<div id="background" class="backgroundQuestion" >-->
+<!-- <div id="projector">-->
+<!---->
+<!-- </div>-->
+<!--</div>-->
+<!--<section class=" questions">-->
+<!-- <h4 id="questionNumber">Question 2/10</h4>-->
+<!---->
+<!-- <h4 id="questionAsk">Which photo is the Austrian Chancellor's Office, Vienna, where-->
+<!-- we had the opportunity to bring out the beauty in the floor?</h4>-->
+<!-- <ul class="circleContainer">-->
+<!-- <span>-->
+<!-- <li class="questionsCircle " style="background-image: url('images/1-min.jpg')">-->
+<!-- <div class="questionsCircle__container">-->
+<!-- <span class="questionsCircle__container--letter">A</span>-->
+<!-- </div>-->
+<!-- </li>-->
+<!---->
+<!-- <li class="questionsCircle " style="background-image: url('images/2-min.jpg')">-->
+<!-- <div class="questionsCircle__container">-->
+<!-- <span class="questionsCircle__container--letter">B</span>-->
+<!-- </div>-->
+<!-- </li>-->
+<!-- </span>-->
+<!-- <span>-->
+<!-- <li class="questionsCircle " style="background-image: url('images/3-min.jpg')">-->
+<!-- <div class="questionsCircle__container">-->
+<!-- <span class="questionsCircle__container--letter">C</span>-->
+<!-- </div>-->
+<!-- </li>-->
+<!---->
+<!-- <li class="questionsCircle " style="background-image: url('images/4-min.jpg')">-->
+<!-- <div class="questionsCircle__container">-->
+<!-- <span class="questionsCircle__container--letter">D</span>-->
+<!-- </div>-->
+<!-- </li>-->
+<!-- </span>-->
+<!-- </ul>-->
+<!---->
+<!-- <div class="progressbar"></div>-->
+<!--</section>-->
+
+<!-- ************************* SECTION 4 QUESTION 2 REPONSE *****************************-->
+<!---->
+<!--<div id="background" class="backgroundQuestion" >-->
+<!-- <div id="projector">-->
+<!---->
+<!-- </div>-->
+<!--</div>-->
+<!--<section class=" questions">-->
+<!-- <h4 id="questionNumber">Question 2/10</h4>-->
+<!---->
+<!-- <h4 id="questionAsk">Which photo is the Austrian Chancellor's Office, Vienna, where-->
+<!-- we had the opportunity to bring out the beauty in the floor?</h4>-->
+<!---->
+<!-- <span class="correctInfo">Correct answer : </span>-->
+<!---->
+<!-- <ul class="circleContainer">-->
+<!-- <span>-->
+<!-- <li class="questionsCircle answerCircle" style="background-image: url('images/4-min.jpg')">-->
+<!-- <div class="questionsCircle__container">-->
+<!-- <span class="questionsCircle__container--letter">D</span>-->
+<!-- </div>-->
+<!-- </li>-->
+<!-- </span>-->
+<!-- </ul>-->
+<!-- <a href="#" class="button next">Next</a>-->
+<!-- <div class="progressbar"></div>-->
+<!--</section>-->
+
+<!-- *************************************** SECTION 5 RESULTS **********************************-->
<div id="background" class="backgroundQuestion" >
<div id="projector">
</div>
</div>
<section class=" questions">
- <h4 id="questionNumber">Question 2/10</h4>
+ <h2 id="Results">Congrats</h2>
+
+ <h4 id="ResultsDesc">you completed the quiz.</h4>
- <h4 id="questionAsk">Which photo is the Austrian Chancellor's Office, Vienna, where
- we had the opportunity to bring out the beauty in the floor?</h4>
- <ul class="roundedQuestions">
- <div>
- <li class="questions__roundedList">
- </li>
- <li class="questions__roundedList">
- </li>
- </div>
- <div>
- <li class="questions__roundedList">
- </li>
- <li class="questions__roundedList">
- </li>
- </div>
+ <h4 class="ResultsInfo">Your score</h4>
- </ul>
+ <div class="score">
+ <span>7/10</span>
+ </div>
- <div class="progressbar"></div>
+ <a href="#" class="button next">Try again</a>
</section>
+
</body>
</html>
\ No newline at end of file
+++ /dev/null
-@mobile: ~"only screen and (max-width: 529px)";
-
-* {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
-
- font-weight: 300;
-}
-
-
-html, body {
- font-family: 'Roboto', sans-serif;
- height: 100%;
- max-height: 100%;
-}
-
-body {
- background-color: #0a246e;
- color: #fff;
- overflow: hidden;
- width: 100%;
- max-width: 100%;
- opacity: 0;
- transition: opacity 500ms;
- &.loaded{
- opacity: 1;
- }
-}
-
-section {
- z-index: 1;
- position: relative;
- max-width: 1200px;
- padding: 0 2em;
- margin: 0 auto;
- font-size: 10px;
-
- &.home {
-
- text-align: center;
-
- h1 {
- font-size: 9em;
- }
-
- h2 {
- font-size: 6em;
- }
-
- h3 {
- font-size: 3.7em;
- margin-top: 1.62em;
- line-height: 1.5em;
- }
-
- a.button {
- display: inline-block;
- font-size: 5.6em;
- color: #fff;
- background-color: #669933;
- border-radius: 1.25em;
- border: 0;
- padding: 0.54em 1.96em;
- margin-top: 2.14em;
- cursor: pointer;
- text-decoration: none;
- }
-
- .logo {
- display: block;
- width: 26em;
- text-align: center;
- margin: 0 auto;
- margin-top: 10em;
- }
- }
-}
-
-#background {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-
- #projector {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 100%;
- left: 0;
- background-image: url("../images/projector.svg");
- background-repeat: no-repeat;
- background-position: 50% 100%;
- background-size: auto 100%;
- opacity: 0.5;
- @media @mobile {
- background-size: 150% auto;
- }
- }
-
- &[data-section="home"] {
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);;
- }
-}
-