generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'FrontEnd-Integration' into front-end-laura
- Loading branch information
Showing
8 changed files
with
122 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.menuButton { | ||
width: 40%; | ||
height: 45px; | ||
background: darkblue; | ||
border: none; | ||
outline: none; | ||
border-radius: 40px; | ||
box-shadow: 0 0 10px black; | ||
cursor:pointer; | ||
font-size: 16px; | ||
color: white; | ||
font-weight: 700; | ||
margin: 0.5em; | ||
text-align: center; | ||
} | ||
|
||
.countdown { | ||
font-weight: 500; | ||
margin: 3em; | ||
} | ||
|
||
.topPanel{ | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
} | ||
.divMenu { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: center; | ||
height: 100vh; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# messages_en.properties | ||
navbar.title = Know and Win! | ||
button.language = Español | ||
instructionsTitle=WIQ Instructions | ||
objective=Objective: | ||
objectiveDescription=The objective of the game is to answer as many questions correctly as possible. | ||
howToPlay=How to Play: | ||
howToPlayDescription1=The game consists of a series of questions. | ||
howToPlayDescription2=Read each question carefully. | ||
howToPlayDescription3=Choose the correct answer from the options provided. | ||
howToPlayDescription4=Click or tap on your selected answer to submit it. | ||
scoring=Scoring: | ||
scoringDescription1=Each correct answer earns you x points. | ||
scoringDescription2=Incorrect answers do not deduct points. | ||
timeLimit=Time Limit: | ||
timeLimitDescription=Some game modes may have a time limit for answering each question. Be quick and accurate to maximize your score. | ||
haveFun=Have Fun!: | ||
haveFunDescription=Enjoy the game and test your knowledge. Good luck! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters