Skip to content

Commit 4715239

Browse files
committed
[RZA-250143]: markdown lint fix
1 parent 91e31c9 commit 4715239

File tree

6 files changed

+9
-14
lines changed

6 files changed

+9
-14
lines changed

.github/actions/md-lint/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ runs:
99
--config './.markdownlint.json' \
1010
--ignore '.github/CONTRIBUTING.md' \
1111
--ignore '.github/CODE_OF_CONDUCT.md'\
12-
--ignore 'CHANGELOG.md'
12+
--ignore 'CHANGELOG.md'\
13+
--ignore 'docs/README.md'

docs/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ npm run preview
120120

121121
## Home Page
122122

123-
### Description
123+
> Description
124124
125125
The landing page for abcdkbd, introducing the platform and its key features for interactive learning.
126126

127-
### Screenshots
127+
> Screenshots
128128
129129
- **Light Mode:** ![Home Light](/public/assets/images/screenshots/light/home.png)
130130
- **Dark Mode:** ![Home Dark](/public/assets/images/screenshots/dark/home.png)
@@ -133,21 +133,15 @@ The landing page for abcdkbd, introducing the platform and its key features for
133133

134134
## About Page
135135

136-
### Description
137-
138136
This page introduces the mission, team, and values behind abcdkbd. It provides an overview of the platform's goals, core values, and contact information for contributors and educators.
139137

140-
### Screenshots
141-
142138
- **Light Mode:** ![About Light](/public/assets/images/screenshots/light/about.png)
143139
- **Dark Mode:** ![About Dark](/public/assets/images/screenshots/dark/about.png)
144140

145141
---
146142

147143
## Varnmala Page
148144

149-
### Description
150-
151145
Explore the vowels and consonants of different Indian languages. Compare scripts and sounds across regions in a simple, visual way.
152146

153147
### Screenshots

src/content/blog/suresh-chelani.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ I joined this program to tackle real-world problems, learn to work effectively i
1616

1717
A significant portion of my internship was dedicated to the frontend, where I primarily worked on an interactive [India Map page](https://abcdkbd.com/map). My goal was to create a highly engaging and performant user experience.
1818

19-
### Key Accomplishments
19+
### Frontend: Key Accomplishments
2020

2121
- **Interactive Maps:** I built interactive maps of India and its states using SVGs, bringing a visual and dynamic element to the application.
2222
- **Performance Optimization:** I focused heavily on optimizing load times. By leveraging efficient DOM manipulation, asynchronous programming, and making the interface fully responsive, I significantly improved the user experience.
@@ -38,7 +38,7 @@ Astro's architecture, which supports integrating multiple frameworks and using s
3838

3939
I also had the opportunity to work on the backend for another project called "threadzip." This is where I dove into building robust and secure server-side applications.
4040

41-
### Key Accomplishments
41+
### Backend: Key Accomplishments
4242

4343
- **API and Model Development:** I designed and implemented the `UserModel` and `SubscriptionModel`, complete with full CRUD (Create, Read, Update, Delete) operations.
4444
This included endpoints for user management, follow/unfollow functionality and more.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Privacy Policy
22

3-
_Last Updated: July 16,2025_
3+
**Last Updated: July 16,2025**
44

55
Welcome to **abcdkbd.com**! Your child’s privacy and safety are our highest priority.
66
This Privacy Policy outlines how we handle personal data in compliance with the **Digital Personal Data Protection Act, 2023 (India)** and international child privacy standards.

src/content/terms-and-conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Terms & Conditions
22

3-
_Last Updated: July 16,2025_
3+
**Last Updated: July 16,2025**
44

55
Welcome to [**abcdkbd.com**](https://abcdkbd.com). By accessing or using our platform, you agree to comply with and be bound by the following Terms and Conditions.
66

src/pages/privacy.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import { Content } from "@/content/PRIVACY.md";
2+
import { Content } from "@/content/privacy.md";
33
import BaseLayout from "@/layouts/Base";
44
55
const meta = {

0 commit comments

Comments
 (0)