From 401b4c8e39cd2e924e756f590bb0a904058ebbbb Mon Sep 17 00:00:00 2001 From: dev sp Date: Wed, 6 Dec 2023 13:49:30 +0000 Subject: [PATCH] c --- src/pages/guided-tracing/0.astro | 6 +++--- src/pages/guided-tracing/1.astro | 10 +++++----- src/pages/guided-tracing/2.astro | 10 +++++----- src/pages/guided-tracing/3.astro | 10 +++++----- src/pages/guided-tracing/4.astro | 10 +++++----- src/pages/guided-tracing/5.astro | 10 +++++----- src/pages/guided-tracing/6.astro | 10 +++++----- src/pages/guided-tracing/7.astro | 10 +++++----- src/pages/guided-tracing/8.astro | 10 +++++----- src/pages/guided-tracing/9.astro | 10 +++++----- src/pages/guided-tracing/A.astro | 10 +++++----- src/pages/guided-tracing/B.astro | 10 +++++----- src/pages/guided-tracing/C.astro | 10 +++++----- src/pages/guided-tracing/D.astro | 10 +++++----- src/pages/guided-tracing/E.astro | 10 +++++----- src/pages/guided-tracing/F.astro | 10 +++++----- src/pages/guided-tracing/G.astro | 10 +++++----- src/pages/guided-tracing/H.astro | 10 +++++----- src/pages/guided-tracing/I.astro | 10 +++++----- src/pages/guided-tracing/J.astro | 10 +++++----- src/pages/guided-tracing/K.astro | 14 +++++++------- src/pages/guided-tracing/L.astro | 14 +++++++------- src/pages/guided-tracing/M.astro | 14 +++++++------- src/pages/guided-tracing/N.astro | 14 +++++++------- src/pages/guided-tracing/O.astro | 14 +++++++------- src/pages/guided-tracing/P.astro | 14 +++++++------- src/pages/guided-tracing/Q.astro | 14 +++++++------- src/pages/guided-tracing/R.astro | 14 +++++++------- src/pages/guided-tracing/S.astro | 14 +++++++------- src/pages/guided-tracing/T.astro | 14 +++++++------- src/pages/guided-tracing/U.astro | 14 +++++++------- src/pages/guided-tracing/V.astro | 14 +++++++------- src/pages/guided-tracing/W.astro | 14 +++++++------- src/pages/guided-tracing/X.astro | 14 +++++++------- src/pages/guided-tracing/Y.astro | 14 +++++++------- src/pages/guided-tracing/Z.astro | 14 +++++++------- src/pages/guided-tracing/a.astro | 10 +++++----- src/pages/guided-tracing/b.astro | 10 +++++----- src/pages/guided-tracing/c.astro | 10 +++++----- src/pages/guided-tracing/d.astro | 10 +++++----- src/pages/guided-tracing/e.astro | 10 +++++----- src/pages/guided-tracing/f.astro | 10 +++++----- src/pages/guided-tracing/g.astro | 10 +++++----- src/pages/guided-tracing/h.astro | 10 +++++----- src/pages/guided-tracing/i.astro | 10 +++++----- src/pages/guided-tracing/j.astro | 10 +++++----- src/pages/guided-tracing/k.astro | 10 +++++----- src/pages/guided-tracing/l.astro | 14 +++++++------- src/pages/guided-tracing/m.astro | 14 +++++++------- src/pages/guided-tracing/n.astro | 14 +++++++------- src/pages/guided-tracing/o.astro | 14 +++++++------- src/pages/guided-tracing/p.astro | 14 +++++++------- src/pages/guided-tracing/q.astro | 14 +++++++------- src/pages/guided-tracing/r.astro | 14 +++++++------- src/pages/guided-tracing/s.astro | 14 +++++++------- src/pages/guided-tracing/t.astro | 14 +++++++------- src/pages/guided-tracing/u.astro | 14 +++++++------- src/pages/guided-tracing/v.astro | 14 +++++++------- src/pages/guided-tracing/w.astro | 14 +++++++------- src/pages/guided-tracing/x.astro | 14 +++++++------- src/pages/guided-tracing/y.astro | 14 +++++++------- src/pages/guided-tracing/z.astro | 14 +++++++------- 62 files changed, 370 insertions(+), 370 deletions(-) diff --git a/src/pages/guided-tracing/0.astro b/src/pages/guided-tracing/0.astro index 7a8c71f..b36d583 100644 --- a/src/pages/guided-tracing/0.astro +++ b/src/pages/guided-tracing/0.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; @@ -151,9 +151,9 @@ import Layout from "../../layouts/Layout.astro"; }; const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { font: '600 20px Quicksand', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); - submitNotic.setVisible(true); + submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', fill: '#05b3a4', diff --git a/src/pages/guided-tracing/1.astro b/src/pages/guided-tracing/1.astro index 32d88fc..cb63154 100644 --- a/src/pages/guided-tracing/1.astro +++ b/src/pages/guided-tracing/1.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/2.astro b/src/pages/guided-tracing/2.astro index 410acdf..4703764 100644 --- a/src/pages/guided-tracing/2.astro +++ b/src/pages/guided-tracing/2.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/3.astro b/src/pages/guided-tracing/3.astro index ca823a1..8c6a82d 100644 --- a/src/pages/guided-tracing/3.astro +++ b/src/pages/guided-tracing/3.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/4.astro b/src/pages/guided-tracing/4.astro index 20b3266..748b289 100644 --- a/src/pages/guided-tracing/4.astro +++ b/src/pages/guided-tracing/4.astro @@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -153,9 +153,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/5.astro b/src/pages/guided-tracing/5.astro index 15844f1..a25e0e6 100644 --- a/src/pages/guided-tracing/5.astro +++ b/src/pages/guided-tracing/5.astro @@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -154,9 +154,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/6.astro b/src/pages/guided-tracing/6.astro index af28909..0bda863 100644 --- a/src/pages/guided-tracing/6.astro +++ b/src/pages/guided-tracing/6.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/7.astro b/src/pages/guided-tracing/7.astro index fb8ce64..d800f19 100644 --- a/src/pages/guided-tracing/7.astro +++ b/src/pages/guided-tracing/7.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/8.astro b/src/pages/guided-tracing/8.astro index abea737..a5344cf 100644 --- a/src/pages/guided-tracing/8.astro +++ b/src/pages/guided-tracing/8.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/9.astro b/src/pages/guided-tracing/9.astro index 5e88aa5..86f4e88 100644 --- a/src/pages/guided-tracing/9.astro +++ b/src/pages/guided-tracing/9.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/A.astro b/src/pages/guided-tracing/A.astro index 15ec93a..cbad918 100644 --- a/src/pages/guided-tracing/A.astro +++ b/src/pages/guided-tracing/A.astro @@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -91,8 +91,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -151,9 +151,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/B.astro b/src/pages/guided-tracing/B.astro index 607a031..8669f44 100644 --- a/src/pages/guided-tracing/B.astro +++ b/src/pages/guided-tracing/B.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/C.astro b/src/pages/guided-tracing/C.astro index 13d231e..15905a1 100644 --- a/src/pages/guided-tracing/C.astro +++ b/src/pages/guided-tracing/C.astro @@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -85,8 +85,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -144,9 +144,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/D.astro b/src/pages/guided-tracing/D.astro index 89301c9..445bd72 100644 --- a/src/pages/guided-tracing/D.astro +++ b/src/pages/guided-tracing/D.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -146,9 +146,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/E.astro b/src/pages/guided-tracing/E.astro index e14d2db..eebe2e3 100644 --- a/src/pages/guided-tracing/E.astro +++ b/src/pages/guided-tracing/E.astro @@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -84,8 +84,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/F.astro b/src/pages/guided-tracing/F.astro index 8e84412..41f2bb2 100644 --- a/src/pages/guided-tracing/F.astro +++ b/src/pages/guided-tracing/F.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/G.astro b/src/pages/guided-tracing/G.astro index 3fc897b..219226e 100644 --- a/src/pages/guided-tracing/G.astro +++ b/src/pages/guided-tracing/G.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } // let hideButton; @@ -145,9 +145,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/H.astro b/src/pages/guided-tracing/H.astro index c05e6fe..eb7e75b 100644 --- a/src/pages/guided-tracing/H.astro +++ b/src/pages/guided-tracing/H.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/I.astro b/src/pages/guided-tracing/I.astro index e5b91d8..117428b 100644 --- a/src/pages/guided-tracing/I.astro +++ b/src/pages/guided-tracing/I.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/J.astro b/src/pages/guided-tracing/J.astro index fbc728d..d1a8f27 100644 --- a/src/pages/guided-tracing/J.astro +++ b/src/pages/guided-tracing/J.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -144,9 +144,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/K.astro b/src/pages/guided-tracing/K.astro index 933149b..b6dceae 100644 --- a/src/pages/guided-tracing/K.astro +++ b/src/pages/guided-tracing/K.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -149,10 +149,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/L.astro b/src/pages/guided-tracing/L.astro index 0324213..7026dc6 100644 --- a/src/pages/guided-tracing/L.astro +++ b/src/pages/guided-tracing/L.astro @@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -85,8 +85,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -145,10 +145,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/M.astro b/src/pages/guided-tracing/M.astro index 6af1a23..68655e3 100644 --- a/src/pages/guided-tracing/M.astro +++ b/src/pages/guided-tracing/M.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -146,10 +146,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/N.astro b/src/pages/guided-tracing/N.astro index a94cbee..edb4f31 100644 --- a/src/pages/guided-tracing/N.astro +++ b/src/pages/guided-tracing/N.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -150,10 +150,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/O.astro b/src/pages/guided-tracing/O.astro index 0716e8d..392b7e1 100644 --- a/src/pages/guided-tracing/O.astro +++ b/src/pages/guided-tracing/O.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -144,10 +144,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/P.astro b/src/pages/guided-tracing/P.astro index dbf38d7..d40d14d 100644 --- a/src/pages/guided-tracing/P.astro +++ b/src/pages/guided-tracing/P.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -146,10 +146,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/Q.astro b/src/pages/guided-tracing/Q.astro index 09bbd05..15bc42c 100644 --- a/src/pages/guided-tracing/Q.astro +++ b/src/pages/guided-tracing/Q.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -146,10 +146,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/R.astro b/src/pages/guided-tracing/R.astro index 59f465e..5373b0f 100644 --- a/src/pages/guided-tracing/R.astro +++ b/src/pages/guided-tracing/R.astro @@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -152,10 +152,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/S.astro b/src/pages/guided-tracing/S.astro index 793f57b..11c2d4b 100644 --- a/src/pages/guided-tracing/S.astro +++ b/src/pages/guided-tracing/S.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -144,10 +144,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/T.astro b/src/pages/guided-tracing/T.astro index 7277c51..a8b8517 100644 --- a/src/pages/guided-tracing/T.astro +++ b/src/pages/guided-tracing/T.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -146,10 +146,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/U.astro b/src/pages/guided-tracing/U.astro index 579ceed..edf13db 100644 --- a/src/pages/guided-tracing/U.astro +++ b/src/pages/guided-tracing/U.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -144,10 +144,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/V.astro b/src/pages/guided-tracing/V.astro index 23429e3..ab3283b 100644 --- a/src/pages/guided-tracing/V.astro +++ b/src/pages/guided-tracing/V.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -145,10 +145,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/W.astro b/src/pages/guided-tracing/W.astro index 231f12c..c318dd6 100644 --- a/src/pages/guided-tracing/W.astro +++ b/src/pages/guided-tracing/W.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -145,10 +145,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/X.astro b/src/pages/guided-tracing/X.astro index 6b90c9e..d3f0a4d 100644 --- a/src/pages/guided-tracing/X.astro +++ b/src/pages/guided-tracing/X.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -146,10 +146,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/Y.astro b/src/pages/guided-tracing/Y.astro index b2fda62..5c36194 100644 --- a/src/pages/guided-tracing/Y.astro +++ b/src/pages/guided-tracing/Y.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -150,10 +150,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/Z.astro b/src/pages/guided-tracing/Z.astro index 8c838e9..c77f009 100644 --- a/src/pages/guided-tracing/Z.astro +++ b/src/pages/guided-tracing/Z.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -149,10 +149,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/a.astro b/src/pages/guided-tracing/a.astro index 16fea75..dbc5485 100644 --- a/src/pages/guided-tracing/a.astro +++ b/src/pages/guided-tracing/a.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/b.astro b/src/pages/guided-tracing/b.astro index f78abc2..929712a 100644 --- a/src/pages/guided-tracing/b.astro +++ b/src/pages/guided-tracing/b.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/c.astro b/src/pages/guided-tracing/c.astro index 54dec73..bf709f7 100644 --- a/src/pages/guided-tracing/c.astro +++ b/src/pages/guided-tracing/c.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/d.astro b/src/pages/guided-tracing/d.astro index b7fe0dd..c5042ea 100644 --- a/src/pages/guided-tracing/d.astro +++ b/src/pages/guided-tracing/d.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/e.astro b/src/pages/guided-tracing/e.astro index 7ed0100..0ae83a4 100644 --- a/src/pages/guided-tracing/e.astro +++ b/src/pages/guided-tracing/e.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/f.astro b/src/pages/guided-tracing/f.astro index 72d86c0..c3f2bbe 100644 --- a/src/pages/guided-tracing/f.astro +++ b/src/pages/guided-tracing/f.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -147,9 +147,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/g.astro b/src/pages/guided-tracing/g.astro index 60bf18e..c781be1 100644 --- a/src/pages/guided-tracing/g.astro +++ b/src/pages/guided-tracing/g.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/h.astro b/src/pages/guided-tracing/h.astro index 16a7b06..fa07f73 100644 --- a/src/pages/guided-tracing/h.astro +++ b/src/pages/guided-tracing/h.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/i.astro b/src/pages/guided-tracing/i.astro index 03edbb5..f8355ba 100644 --- a/src/pages/guided-tracing/i.astro +++ b/src/pages/guided-tracing/i.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -149,9 +149,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/j.astro b/src/pages/guided-tracing/j.astro index 1589b01..8d96c21 100644 --- a/src/pages/guided-tracing/j.astro +++ b/src/pages/guided-tracing/j.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -148,9 +148,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/k.astro b/src/pages/guided-tracing/k.astro index 2177d36..5d45328 100644 --- a/src/pages/guided-tracing/k.astro +++ b/src/pages/guided-tracing/k.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -91,8 +91,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -151,9 +151,9 @@ import Layout from "../../layouts/Layout.astro"; 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', - fill: 'blue' + fill: '#05b3a4' }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { diff --git a/src/pages/guided-tracing/l.astro b/src/pages/guided-tracing/l.astro index 9e06dfa..eb2d065 100644 --- a/src/pages/guided-tracing/l.astro +++ b/src/pages/guided-tracing/l.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -146,10 +146,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/m.astro b/src/pages/guided-tracing/m.astro index cb92986..bb429a9 100644 --- a/src/pages/guided-tracing/m.astro +++ b/src/pages/guided-tracing/m.astro @@ -68,7 +68,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -90,8 +90,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -149,10 +149,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/n.astro b/src/pages/guided-tracing/n.astro index 12d63e3..4014111 100644 --- a/src/pages/guided-tracing/n.astro +++ b/src/pages/guided-tracing/n.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -148,10 +148,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/o.astro b/src/pages/guided-tracing/o.astro index e5dd74c..d51b6f2 100644 --- a/src/pages/guided-tracing/o.astro +++ b/src/pages/guided-tracing/o.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -86,8 +86,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -145,10 +145,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/p.astro b/src/pages/guided-tracing/p.astro index 46568dd..2559026 100644 --- a/src/pages/guided-tracing/p.astro +++ b/src/pages/guided-tracing/p.astro @@ -63,7 +63,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -85,8 +85,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; } window.onload = function() { currentDate = new Date(); @@ -145,10 +145,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/q.astro b/src/pages/guided-tracing/q.astro index 342f1d1..7e192d7 100644 --- a/src/pages/guided-tracing/q.astro +++ b/src/pages/guided-tracing/q.astro @@ -64,7 +64,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -87,8 +87,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -147,10 +147,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/r.astro b/src/pages/guided-tracing/r.astro index 19f286f..43930aa 100644 --- a/src/pages/guided-tracing/r.astro +++ b/src/pages/guided-tracing/r.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -149,10 +149,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/s.astro b/src/pages/guided-tracing/s.astro index e8ae1a1..0269557 100644 --- a/src/pages/guided-tracing/s.astro +++ b/src/pages/guided-tracing/s.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -145,10 +145,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/t.astro b/src/pages/guided-tracing/t.astro index 8124ea0..a6f6ad1 100644 --- a/src/pages/guided-tracing/t.astro +++ b/src/pages/guided-tracing/t.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -149,10 +149,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/u.astro b/src/pages/guided-tracing/u.astro index 1f08a0a..7e42040 100644 --- a/src/pages/guided-tracing/u.astro +++ b/src/pages/guided-tracing/u.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -149,10 +149,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/v.astro b/src/pages/guided-tracing/v.astro index 304c46b..d8d53b0 100644 --- a/src/pages/guided-tracing/v.astro +++ b/src/pages/guided-tracing/v.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -148,10 +148,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/w.astro b/src/pages/guided-tracing/w.astro index 25f9388..c22395e 100644 --- a/src/pages/guided-tracing/w.astro +++ b/src/pages/guided-tracing/w.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -148,10 +148,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/x.astro b/src/pages/guided-tracing/x.astro index 803914d..5317b8a 100644 --- a/src/pages/guided-tracing/x.astro +++ b/src/pages/guided-tracing/x.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -149,10 +149,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/y.astro b/src/pages/guided-tracing/y.astro index fd80405..dbdec80 100644 --- a/src/pages/guided-tracing/y.astro +++ b/src/pages/guided-tracing/y.astro @@ -65,7 +65,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -88,8 +88,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -148,10 +148,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand', diff --git a/src/pages/guided-tracing/z.astro b/src/pages/guided-tracing/z.astro index ba05d4d..e96e7df 100644 --- a/src/pages/guided-tracing/z.astro +++ b/src/pages/guided-tracing/z.astro @@ -69,7 +69,7 @@ import Layout from "../../layouts/Layout.astro"; submitWidth = customWidth / 2 - 100; submitHeight = customHeight / 1.1; noticeWidth = window.innerWidth * 0.5 - 100; - noticeHeight = window.innerHeight * 0.85 - 0; + noticeHeight = window.innerHeight * 0.38; } else{ cloudeSize = 500; cloudHeight = 250; @@ -92,8 +92,8 @@ import Layout from "../../layouts/Layout.astro"; startButtonWidth = customWidth / 1.32; submitWidth = customWidth / 1.32; submitHeight = customHeight / 2 - 20; - noticeWidth = 0; - noticeHeight = 0; + noticeWidth = window.innerWidth * 0.5 - 120; + noticeHeight = window.innerHeight * 0.32; }; window.onload = function() { currentDate = new Date(); @@ -153,10 +153,10 @@ import Layout from "../../layouts/Layout.astro"; console.error('An error occured', error) }); }; - const submitNotic = this.add.text(window.innerWidth * 0.5 - noticeWidth, window.innerHeight * 0.85 - noticeHeight, 'Submitted Successfully', { - font: '600 20px Quicksand', - fill: 'blue' - }).setDepth(1); + const submitNotic = this.add.text(noticeWidth, noticeHeight, 'Submitted Successfully', { + font: '600 20px Quicksand', + fill: '#05b3a4' + }).setDepth(1); submitNotic.setVisible(false); submitButton = this.add.text(submitWidth, submitHeight, "Submit", { font: '900 24px Quicksand',