pull/5/head
parent
58b0779a9b
commit
401b4c8e39
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
|
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
|
@ -151,9 +151,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(true);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
font: '900 24px Quicksand',
|
font: '900 24px Quicksand',
|
||||||
fill: '#05b3a4',
|
fill: '#05b3a4',
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -153,9 +153,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -154,9 +154,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -91,8 +91,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -151,9 +151,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -85,8 +85,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -144,9 +144,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -84,8 +84,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
// let hideButton;
|
// let hideButton;
|
||||||
|
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -144,9 +144,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -85,8 +85,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -150,9 +150,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -144,9 +144,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -152,9 +152,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -144,9 +144,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -144,9 +144,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -150,9 +150,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -91,8 +91,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -151,9 +151,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -85,8 +85,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
}
|
}
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
|
@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
submitWidth = customWidth / 2 - 100;
|
submitWidth = customWidth / 2 - 100;
|
||||||
submitHeight = customHeight / 1.1;
|
submitHeight = customHeight / 1.1;
|
||||||
noticeWidth = window.innerWidth * 0.5 - 100;
|
noticeWidth = window.innerWidth * 0.5 - 100;
|
||||||
noticeHeight = window.innerHeight * 0.85 - 0;
|
noticeHeight = window.innerHeight * 0.38;
|
||||||
} else{
|
} else{
|
||||||
cloudeSize = 500;
|
cloudeSize = 500;
|
||||||
cloudHeight = 250;
|
cloudHeight = 250;
|
||||||
|
@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
startButtonWidth = customWidth / 1.32;
|
startButtonWidth = customWidth / 1.32;
|
||||||
submitWidth = customWidth / 1.32;
|
submitWidth = customWidth / 1.32;
|
||||||
submitHeight = customHeight / 2 - 20;
|
submitHeight = customHeight / 2 - 20;
|
||||||
noticeWidth = 0;
|
noticeWidth = window.innerWidth * 0.5 - 120;
|
||||||
noticeHeight = 0;
|
noticeHeight = window.innerHeight * 0.32;
|
||||||
};
|
};
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
currentDate = new Date();
|
currentDate = new Date();
|
||||||
|
@ -153,9 +153,9 @@ import Layout from "../../layouts/Layout.astro";
|
||||||
console.error('An error occured', error)
|
console.error('An error occured', error)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', {
|
const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', {
|
||||||
font: '600 20px Quicksand',
|
font: '600 20px Quicksand',
|
||||||
fill: 'blue'
|
fill: '#05b3a4'
|
||||||
}).setDepth(1);
|
}).setDepth(1);
|
||||||
submitNotic.setVisible(false);
|
submitNotic.setVisible(false);
|
||||||
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
submitButton = this.add.text(submitWidth, submitHeight, "Submit", {
|
||||||
|
|
Loading…
Reference in New Issue