Skip to content

Commit

Permalink
fixed the file structure and fixed question 8 to stop asking about ba…
Browse files Browse the repository at this point in the history
…llads
  • Loading branch information
eliza-an committed Feb 14, 2023
1 parent b088e4c commit f0c28e9
Show file tree
Hide file tree
Showing 22 changed files with 14 additions and 383 deletions.
30 changes: 0 additions & 30 deletions assets/api-test-2.js

This file was deleted.

60 changes: 0 additions & 60 deletions assets/api-test.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

body {
background: url("./images/Pokemon-questions-bg.png");
background: url("../images/Pokemon-questions-bg.png");
background-repeat: no-repeat;
background-size: cover;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/results-style.css → assets/css/results-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://fonts.google.com/share?selection.family=DotGothic16|Luckiest+Guy|Russo+O


body {
background: url("./images/pokebig.png");
background: url("../images/pokebig.png");
background-repeat: no-repeat;
background-size: cover;
font-family: Arial, Helvetica, sans-serif;
Expand Down
8 changes: 4 additions & 4 deletions assets/startpage.css → assets/css/startpage.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background: url(images/pokequiz-bottom-layer.png);
background: url(../images/pokequiz-bottom-layer.png);
background-size: cover;
background-repeat: no-repeat;
background-position: 0 50%;
Expand All @@ -9,7 +9,7 @@ body {

.jumbotron {
padding-top: 50px;
background: url(images/borders/pokemondialogue-trnspt-4-1.png);
background: url(../images/pokemondialogue_transparent.png);
max-width: 100%;
height: auto;
background-size: cover;
Expand Down Expand Up @@ -115,7 +115,7 @@ footer p {
@media only screen and (min-width: 1100px) and (max-width: 1550px) {
.jumbotron {
padding-top: 50px;
background: url(images/borders/pokemondialogue_transparent-3-1.png);
background: url(../images/borders/pokemondialogue_transparent-3-1.png);
width: 100%;
height: auto;
background-size: cover;
Expand All @@ -126,7 +126,7 @@ footer p {
@media only screen and (min-width: 1000px) and (max-width: 1100px){
.jumbotron {
padding-top: 50px;
background: url(images/borders/pokemondialogue_transparent.png);
background: url(../images/borders/pokemondialogue_transparent.png);
width: 100%;
height: auto;
background-size: cover;
Expand Down
2 changes: 1 addition & 1 deletion assets/style.css → assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

body {
background: url("./images/pokebig.png");
background: url("../images/pokebig.png");
background-repeat: no-repeat;
background-size: cover;
}
Expand Down
4 changes: 2 additions & 2 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ const questions = [
value: 0,
dataIndex: "Pikachu",
},
{ text: "The class clown/detention magnet", value: 0, dataIndex: "Charmander" },
{ text: "On every sports team!", value: 0, dataIndex: "Charmander" },
{
text: "Ballads!",
text: "The class clown/detention magnet",
value: 0,
dataIndex: "Squirtle",
},
Expand Down
2 changes: 1 addition & 1 deletion final.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>PokéQuiz</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/style.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="./assets/style.css" /> -->
<link rel="stylesheet" href="./assets/startpage.css" />
<link rel="stylesheet" href="./assets/css/startpage.css" />
</head>

<body>
Expand Down
17 changes: 0 additions & 17 deletions prevresults

This file was deleted.

2 changes: 1 addition & 1 deletion questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/question-style.css" />
<link rel="stylesheet" href="./assets/css/question-style.css" />
</head>
<body>
<div id="questions" class="hide">
Expand Down
29 changes: 0 additions & 29 deletions questions/q1.html

This file was deleted.

29 changes: 0 additions & 29 deletions questions/q2.html

This file was deleted.

29 changes: 0 additions & 29 deletions questions/q3.html

This file was deleted.

30 changes: 0 additions & 30 deletions questions/q4.html

This file was deleted.

29 changes: 0 additions & 29 deletions questions/q5.html

This file was deleted.

29 changes: 0 additions & 29 deletions questions/q6.html

This file was deleted.

Loading

0 comments on commit f0c28e9

Please sign in to comment.