Skip to content

Commit 5ba17ec

Browse files
[Main]: added poem, story, about us and other pages (#151)
2 parents 5ef100f + e30ba41 commit 5ba17ec

File tree

118 files changed

+2599
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+2599
-132
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules/*
4+
**/node_modules/*
55
/.astro/*
66

77
# testing

.vscode/dictionaries/project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ kmeans
4848
Kolkata
4949
letterpad
5050
linalg
51+
lintify
5152
lucide
5253
LXXX
5354
Madhyam

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
parixan.xyz
1+
abcdkbd.com

abcd.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"editor.inlayHints.enabled": "offUnlessPressed",
6565
"editor.insertSpaces": true,
6666
"editor.linkedEditing": true,
67-
"editor.minimap.enabled": false,
67+
"editor.minimap.enabled": true,
6868
"editor.minimap.renderCharacters": false,
6969
"editor.minimap.size": "fill",
7070
"editor.multiCursorModifier": "alt",

package-lock.json

Lines changed: 3 additions & 31 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recursivezero/abcd",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A website for our kids trial phase of abcdkbd.com",
55
"homepage": "https://parixan.xyz",
66
"displayName": "abcd",
@@ -120,8 +120,6 @@
120120
"clsx": "2.1.0",
121121
"dotenv": "16.4.5",
122122
"dotenv-expand": "11.0.6",
123-
"nanostores": "1.0.1",
124-
"tailwind-merge": "2.2.0",
125123
"typescript": "5.6.2",
126124
"zod": "3.25.67"
127125
},

public/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/assets/images/abcd.png

-136 KB
1.74 MB

0 commit comments

Comments
 (0)