Skip to content

Commit e8c3635

Browse files
Develop: fixed issues (#153)
2 parents 8d3a864 + 15df876 commit e8c3635

27 files changed

+267
-163
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ Created Repo from template
2929
## [3.2.0] - 2025-07-20
3030

3131
- Added Poem section
32-
- update CNAME
32+
33+
34+
## [3.2.2] - 2025-07-21
35+
36+
- Update Storey page images issues
37+
- Mobile view fixed for pages
38+
- FAQs updated
3339

3440
### [Unreleased]
3541

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recursivezero/abcd",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "A website for our kids trial phase of abcdkbd.com",
55
"homepage": "https://abcdkbd.com",
66
"displayName": "abcd",

src/assets/icons/close.svg

Lines changed: 3 additions & 3 deletions
Loading

src/assets/icons/confetti.svg

Lines changed: 16 additions & 0 deletions
Loading

src/assets/icons/floral.svg

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/assets/styles/bubble.css

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
position: relative;
1414
}
1515

16-
.slot {
17-
height: 100%;
18-
border-radius: 4px;
19-
z-index: 10;
20-
width: 100%;
21-
display: flex;
22-
box-sizing: border-box;
23-
flex-direction: column;
24-
justify-content: space-evenly;
25-
align-items: center;
16+
.slot , .context{
17+
border-radius: inherit;
18+
position: absolute;
19+
z-index: 10;
20+
width: 100%;
21+
height: 100%;
22+
display: flex;
23+
box-sizing: border-box;
24+
flex-direction: column;
25+
justify-content: space-evenly;
26+
align-items: center;
2627
}
2728

2829
.slot > div {
@@ -78,7 +79,6 @@
7879
animation-delay: 0s;
7980
}
8081

81-
/* copy code from here */
8282
.bubble_square li:nth-child(2) {
8383
left: 10%;
8484
width: 20px;
@@ -183,8 +183,6 @@
183183
animation-duration: 11s;
184184
}
185185

186-
/* copy code till here */
187-
188186
@keyframes animate {
189187
0% {
190188
transform: translateY(0) rotate(0deg);

src/assets/styles/cards/stack.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@charset "UTF-8";
2+
23
:root {
34
--t: 0.8s;
45
--ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -90,10 +91,9 @@
9091
display: flex;
9192
flex-direction: column;
9293
align-items: center;
93-
justify-content: center;
94+
justify-content: start;
9495
flex: 1;
9596
width: 100%;
96-
max-width: 800px;
9797
}
9898

9999
.image-container {
@@ -334,7 +334,6 @@
334334
@media (max-width: 768px) {
335335
.alphabet-wrapper {
336336
padding: 1.5rem 1rem;
337-
margin-top: 10rem;
338337
justify-content: flex-start;
339338
}
340339

src/assets/styles/confetti.css

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
#confetti rect {
2+
opacity: 0;
3+
}
4+
5+
#confetti rect:nth-child(1) {
6+
transform-origin: 45px 5px;
7+
transform: rotate(-145deg);
8+
animation: blast 631ms 88ms infinite ease-out;
9+
}
10+
11+
#confetti rect:nth-child(2) {
12+
transform-origin: 87px 5px;
13+
transform: rotate(164deg);
14+
animation: blast 442ms 131ms infinite ease-out;
15+
}
16+
17+
#confetti rect:nth-child(3) {
18+
transform-origin: 128px 6px;
19+
transform: rotate(4deg);
20+
animation: blast 662ms 92ms infinite ease-out;
21+
}
22+
23+
#confetti rect:nth-child(4) {
24+
transform-origin: 170px 6px;
25+
transform: rotate(-175deg);
26+
animation: blast 593ms 17ms infinite ease-out;
27+
}
28+
29+
#confetti rect:nth-child(5) {
30+
transform-origin: 213px 5px;
31+
transform: rotate(-97deg);
32+
animation: blast 476ms 122ms infinite ease-out;
33+
}
34+
35+
#confetti rect:nth-child(6) {
36+
transform-origin: 255px 6px;
37+
transform: rotate(57deg);
38+
animation: blast 381ms 271ms infinite ease-out;
39+
}
40+
41+
#confetti rect:nth-child(7) {
42+
transform-origin: 297px 5px;
43+
transform: rotate(-46deg);
44+
animation: blast 619ms 131ms infinite ease-out;
45+
}
46+
47+
#confetti rect:nth-child(8) {
48+
transform-origin: 338px 6px;
49+
transform: rotate(-65deg);
50+
animation: blast 668ms 85ms infinite ease-out;
51+
}
52+
53+
#confetti rect:nth-child(9) {
54+
transform-origin: 380px 6px;
55+
transform: rotate(13deg);
56+
animation: blast 377ms 128ms infinite ease-out;
57+
}
58+
59+
#confetti rect:nth-child(10) {
60+
transform-origin: 423px 5px;
61+
transform: rotate(176deg);
62+
animation: blast 508ms 311ms infinite ease-out;
63+
}
64+
65+
#confetti rect:nth-child(11) {
66+
transform-origin: 465px 5px;
67+
transform: rotate(108deg);
68+
animation: blast 595ms 108ms infinite ease-out;
69+
}
70+
71+
#confetti rect:nth-child(12) {
72+
transform-origin: 506px 6px;
73+
transform: rotate(62deg);
74+
animation: blast 375ms 105ms infinite ease-out;
75+
}
76+
77+
#confetti rect:nth-child(13) {
78+
transform-origin: 549px 5px;
79+
transform: rotate(16deg);
80+
animation: blast 491ms 149ms infinite ease-out;
81+
}
82+
83+
/* pattern-based styling */
84+
#confetti rect:nth-child(odd) {
85+
fill: #65bb5c;
86+
}
87+
88+
#confetti rect:nth-child(even) {
89+
fill: #33aaff;
90+
}
91+
92+
#confetti rect:nth-child(4n) {
93+
fill: #f23b14;
94+
animation-duration: 1400ms !important;
95+
}
96+
97+
#confetti rect:nth-child(3n) {
98+
animation-duration: 1750ms !important;
99+
animation-delay: 700ms !important;
100+
}
101+
102+
#confetti rect:nth-child(4n-7) {
103+
fill: #2a2f6a;
104+
}
105+
106+
#confetti rect:nth-child(6n) {
107+
fill: #fbba23;
108+
}
109+
110+
@keyframes blast {
111+
from {
112+
opacity: 0;
113+
}
114+
115+
20% {
116+
opacity: 1;
117+
}
118+
119+
to {
120+
transform: translateY(90px);
121+
}
122+
}

src/assets/styles/contact.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
& span {
3636
display: inline;
3737
margin-inline: 0.5rem;
38-
color: #f19292;
38+
letter-spacing: 1px;
39+
font-style: italic;
40+
color: #4e0a0a;
41+
3942
}
4043

4144
.social {

0 commit comments

Comments
 (0)