This repository was archived by the owner on Dec 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +36
-38
lines changed
Expand file tree Collapse file tree 5 files changed +36
-38
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,3 @@ export default {
2323 }
2424};
2525 </script >
26-
27- <style lang="scss" scoped>
28- .voting-main {
29- background : white ;
30- }
31- </style >
Original file line number Diff line number Diff line change 11<template >
2- <div >
2+ <div class = " ballot-wrapper " >
33 <div class =" image first pb-9" >
44 <v-container >
55 <v-row class =" content" >
1212
1313 <div style =" max-width :600px ; margin : auto ;" >
1414 <h2 >
15- Vote For The Winner of The Dragon Quest
15+ Vote For The Top 10 Challengers
1616 </h2 >
1717 <div >
18- Congratulations to all {{ totalEntries }} finalists, kid coders
19- who have correctly solved 21 levels of coding questions! Each
20- challenger below has also correctly answered our boss question
21- correctly and qualified for the grand prize.
18+ Congratulations to all of our finalists! Each challenger below
19+ has correctly answered our boss question and qualified for the
20+ grand prize. Vote for your favorite hero below. The challengers
21+ with the top 10 total votes will have their code graded by the
22+ Galactic Wizard Panel (a team of CodeWizardsHQ instructors) to
23+ win the $100 grand prize. Voting takes place May 3 - 7.
2224 </div >
2325 </div >
2426 </v-col >
@@ -293,6 +295,10 @@ export default {
293295 </script >
294296
295297<style lang="scss" scoped>
298+ .ballot-wrapper {
299+ background-color : white ;
300+ }
301+
296302h2 {
297303 text-align : center ;
298304 color : #0d1d41 ;
310316 $height : 550px ;
311317 background-size : cover ;
312318 min-height : $height ;
313- background-image : url (" https://codewizardshq.com/wp-content/uploads/2020/01/landing-bg.jpg " );
319+ background-image : url (" /images/website-banner-challenge-2021.png " );
314320 & :after {
315321 content : " " ;
316322 display : block ;
Original file line number Diff line number Diff line change 11<template >
2- <div class =" vote-woah-container" >
3- <v-container >
4- <v-row >
5- <v-col class =" inside-div" >
6- <h2 class =" ballot-header" >
7- Woah, voting has not started yet!
8- </h2 >
9- <p >
10- Our challengers are hard at work. Come back on May 3 to vote for the
11- winner.
12- </p >
13- </v-col >
14- </v-row >
15- </v-container >
16- </div >
2+ <v-container >
3+ <v-row >
4+ <v-col class =" inside-div" >
5+ <h2 class =" ballot-header" >
6+ Woah, voting has not started yet!
7+ </h2 >
8+ <p >
9+ Our challengers are hard at work. Come back on May 3 to vote for the
10+ winner.
11+ </p >
12+ </v-col >
13+ </v-row >
14+ </v-container >
1715</template >
1816
1917<script >
18+ // TODO: this and VotingOver should be a single component with props
2019export default {
2120 name: " VotingWoah"
2221};
2322 </script >
2423
2524<style lang="scss" scoped>
26- .vote-woah-container {
27- height : 100% ;
28- width : 100% ;
29- background : url (" /images/space-background.jpg" );
30- }
31-
3225.inside-div {
3326 background : gray ;
3427}
Original file line number Diff line number Diff line change 11<template >
22 <v-container >
33 <v-row >
4- <v-col >
4+ <v-col class = " inside-div " >
55 <h2 class =" ballot-header" >
66 Voting is over!
77 </h2 >
1414</template >
1515
1616<script >
17+ // TODO: this and VoteWoah should be a single component with props
1718export default {
18- name: ' VotingWoah' ,
19+ name: " VotingWoah"
1920};
2021 </script >
2122
2223<style lang="scss" scoped>
24+ .inside-div {
25+ background : gray ;
26+ }
27+
2328h2 {
2429 text-align : center ;
2530 color : #0d1d41 ;
26- font-family : ' Barlow' , sans-serif ;
31+ font-family : " Barlow" , sans-serif ;
2732 font-weight : bold ;
2833 margin-bottom : 12px ;
2934}
3035
3136p {
3237 text-align : center ;
3338 color : #0d1d41 ;
34- font-family : ' Barlow' , sans-serif ;
39+ font-family : " Barlow" , sans-serif ;
3540}
3641 </style >
You can’t perform that action at this time.
0 commit comments