From 195756b89220f5d60320c8d70ec5e45b12839c33 Mon Sep 17 00:00:00 2001 From: Suvodip Date: Tue, 29 Oct 2024 18:45:48 +0530 Subject: [PATCH] CI --- src/pages/guided-tracing/0.astro | 14 +- src/pages/guided-tracing/4.astro | 9 - src/pages/guided-tracing/5.astro | 2 +- src/pages/guided-tracing/A.astro | 332 ++++++++++++++++------------- src/pages/guided-tracing/B.astro | 338 ++++++++++++++++-------------- src/pages/guided-tracing/C.astro | 329 ++++++++++++++++------------- src/pages/guided-tracing/D.astro | 346 +++++++++++++++++-------------- src/pages/guided-tracing/E.astro | 323 ++++++++++++++++------------- src/pages/guided-tracing/F.astro | 340 ++++++++++++++++-------------- src/pages/guided-tracing/G.astro | 336 +++++++++++++++++------------- src/pages/guided-tracing/H.astro | 340 ++++++++++++++++-------------- src/pages/guided-tracing/I.astro | 328 ++++++++++++++++------------- src/pages/guided-tracing/b.astro | 324 ++++++++++++++++------------- src/pages/guided-tracing/c.astro | 332 +++++++++++++++-------------- src/pages/guided-tracing/d.astro | 330 ++++++++++++++++------------- src/pages/guided-tracing/e.astro | 340 ++++++++++++++++-------------- src/pages/guided-tracing/f.astro | 334 +++++++++++++++-------------- src/pages/guided-tracing/g.astro | 332 +++++++++++++++-------------- src/pages/guided-tracing/h.astro | 332 +++++++++++++++-------------- src/pages/guided-tracing/i.astro | 339 ++++++++++++++++-------------- 20 files changed, 3124 insertions(+), 2576 deletions(-) diff --git a/src/pages/guided-tracing/0.astro b/src/pages/guided-tracing/0.astro index f5e2b0d..e21431f 100644 --- a/src/pages/guided-tracing/0.astro +++ b/src/pages/guided-tracing/0.astro @@ -116,7 +116,7 @@ import Layout from "../../layouts/Layout.astro"; var assetsList = {} var snapshotButton; let submitButton; - let demoButtonButton; + let demoButton; let shortUniqueID; let noticeWidth; let noticeHeight; @@ -158,12 +158,12 @@ import Layout from "../../layouts/Layout.astro"; noticeWidth = window.innerWidth * 0.5 - 100; noticeHeight = window.innerHeight * 0.38; }else if(isTab){ - // topLogoWidth = 4.5; - // muteIconWidth = 1.6; - // resetIconWidth = 1.43; - // tickIconWidth = 1.29; - // cancelIconWidth = 1.18; - // galleryIconWidth = 1.81; + topLogoWidth = 4.5; + muteIconWidth = 1.6; + resetIconWidth = 1.43; + tickIconWidth = 1.29; + cancelIconWidth = 1.18; + galleryIconWidth = 1.81; }else{ topLogoWidth = 6; muteIconWidth = 1.3; diff --git a/src/pages/guided-tracing/4.astro b/src/pages/guided-tracing/4.astro index 97eb9c9..90d303b 100644 --- a/src/pages/guided-tracing/4.astro +++ b/src/pages/guided-tracing/4.astro @@ -201,14 +201,6 @@ import Layout from "../../layouts/Layout.astro"; this.load.svg('succesImage', '/assets/svg/tick.svg'); this.load.svg('hintImage', '/assets/svg/hint.svg'); this.load.svg('handPointer', '/assets/svg/hand.svg'); - this.load.image('backgroundImage', '/assets/bg6.png'); - this.load.image('cloud', '/assets/cloud.png'); - this.load.image('canvas', '/assets/canvas4.png'); - - - this.load.image('sun', '/assets/sun.png'); - this.load.image('bgMobile', '/assets/bgMobile.png'); - this.load.image('canvasStand', '/assets/stand2.png'); this.load.image("tickIcon", '/assets/svg/tick2.svg'); this.load.image("muteIcon", '/assets/svg/mute.svg'); @@ -268,7 +260,6 @@ import Layout from "../../layouts/Layout.astro"; } }); - let responsiveFontSize = isMobile ? 16 : 32; this.add.text(window.innerWidth / 2, 80, 'Number: 4', {fill: '#60C6CB', font: `900 ${responsiveFontSize}px quicksand`}).setOrigin(0.5); const descrptText = this.add.text(window.innerWidth/2, 125, 'Let`s learn how to write number : 4', { font: `900 ${responsiveFontSize}px quicksand`, fill: '#7c4c23', fontWeight : 'bold'}).setOrigin(0.5); diff --git a/src/pages/guided-tracing/5.astro b/src/pages/guided-tracing/5.astro index 1e43d76..79aba00 100644 --- a/src/pages/guided-tracing/5.astro +++ b/src/pages/guided-tracing/5.astro @@ -210,7 +210,7 @@ import Layout from "../../layouts/Layout.astro"; } function create() { - this.add.image(customWidth / topLogoWidth, 30, "topLogo"); + this.add.image(customWidth / topLogoWidth, 30, "topLogo"); muteIcon = this.add.image(customWidth / muteIconWidth, 30, "muteIcon"); retryButton = this.add.image(customWidth / resetIconWidth, 30, "resetIcon"); submitButton = this.add.image(customWidth / tickIconWidth, 30, "tickIcon"); diff --git a/src/pages/guided-tracing/A.astro b/src/pages/guided-tracing/A.astro index 079e0c7..fbb55a9 100644 --- a/src/pages/guided-tracing/A.astro +++ b/src/pages/guided-tracing/A.astro @@ -2,27 +2,90 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/B.astro b/src/pages/guided-tracing/B.astro index 852f2b0..1e0bc37 100644 --- a/src/pages/guided-tracing/B.astro +++ b/src/pages/guided-tracing/B.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/C.astro b/src/pages/guided-tracing/C.astro index 6fca3e8..3356859 100644 --- a/src/pages/guided-tracing/C.astro +++ b/src/pages/guided-tracing/C.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/D.astro b/src/pages/guided-tracing/D.astro index abf253c..0a28fe4 100644 --- a/src/pages/guided-tracing/D.astro +++ b/src/pages/guided-tracing/D.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/E.astro b/src/pages/guided-tracing/E.astro index 8c37969..6de9e27 100644 --- a/src/pages/guided-tracing/E.astro +++ b/src/pages/guided-tracing/E.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/F.astro b/src/pages/guided-tracing/F.astro index 31da6d9..f383e8a 100644 --- a/src/pages/guided-tracing/F.astro +++ b/src/pages/guided-tracing/F.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/G.astro b/src/pages/guided-tracing/G.astro index 1631fa6..fbc5137 100644 --- a/src/pages/guided-tracing/G.astro +++ b/src/pages/guided-tracing/G.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/H.astro b/src/pages/guided-tracing/H.astro index e65da05..eedef3d 100644 --- a/src/pages/guided-tracing/H.astro +++ b/src/pages/guided-tracing/H.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/I.astro b/src/pages/guided-tracing/I.astro index a8f024c..1c16ce3 100644 --- a/src/pages/guided-tracing/I.astro +++ b/src/pages/guided-tracing/I.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/b.astro b/src/pages/guided-tracing/b.astro index 23c2c88..c88e7eb 100644 --- a/src/pages/guided-tracing/b.astro +++ b/src/pages/guided-tracing/b.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/c.astro b/src/pages/guided-tracing/c.astro index 647147a..3e287fc 100644 --- a/src/pages/guided-tracing/c.astro +++ b/src/pages/guided-tracing/c.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/d.astro b/src/pages/guided-tracing/d.astro index fcacc70..9c74f65 100644 --- a/src/pages/guided-tracing/d.astro +++ b/src/pages/guided-tracing/d.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/e.astro b/src/pages/guided-tracing/e.astro index b4c3eb0..708b327 100644 --- a/src/pages/guided-tracing/e.astro +++ b/src/pages/guided-tracing/e.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/f.astro b/src/pages/guided-tracing/f.astro index a572811..bc09bc0 100644 --- a/src/pages/guided-tracing/f.astro +++ b/src/pages/guided-tracing/f.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/g.astro b/src/pages/guided-tracing/g.astro index 17beacd..1b2c4d3 100644 --- a/src/pages/guided-tracing/g.astro +++ b/src/pages/guided-tracing/g.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/h.astro b/src/pages/guided-tracing/h.astro index 574b945..e7e3a9f 100644 --- a/src/pages/guided-tracing/h.astro +++ b/src/pages/guided-tracing/h.astro @@ -2,15 +2,78 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
+
+
+
+ +
+
+ + +
- + \ No newline at end of file + + \ No newline at end of file diff --git a/src/pages/guided-tracing/i.astro b/src/pages/guided-tracing/i.astro index fe48e47..d4bee33 100644 --- a/src/pages/guided-tracing/i.astro +++ b/src/pages/guided-tracing/i.astro @@ -2,15 +2,77 @@ import Layout from "../../layouts/Layout.astro"; --- -
-
-
- -
-
- +
+
+
+ +
+
+ + +
+ \ No newline at end of file + + \ No newline at end of file