Skip to content

Commit 41cb1c3

Browse files
Merge upstream/main into feature/TZd-260015
2 parents de214b1 + f960580 commit 41cb1c3

87 files changed

Lines changed: 2674 additions & 993 deletions

Some content is hidden

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

.astro/content.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ declare module 'astro:content' {
177177
LiveContentConfig['collections'][C]['loader']
178178
>;
179179

180-
export type ContentConfig = typeof import("./../src/content.config.js");
180+
export type ContentConfig = typeof import("../src/content.config.js");
181181
export type LiveContentConfig = never;
182182
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ astro boilerplate
5757
- Redesign website; added font
5858
- update Astro version
5959

60+
## [1.3.0] - 2026-06-12
61+
62+
- Update lighthouse score
63+
-
64+
6065
### [Unreleased]
6166

6267
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

README.md

Lines changed: 87 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,90 @@
11
# RecursiveZero Private Limited
22

3-
- 👋 Hi
4-
- 👀 I’m interested in building technology
5-
- 🌱 I’m currently learning AI and mobile development
6-
- 💞️ I’m looking to collaborate on any project which is based on web technologies.
7-
- 📫 How to reach me mail me at <recursivezero@outlook.com>
3+
Welcome to the official website repository of **RecursiveZero Private Limited**.
84

9-
This is the page render as **recursivezero.com**
5+
This project powers **recursivezero.com** and showcases our products, services, engineering capabilities, technical blogs, and company information.
6+
7+
## About RecursiveZero
8+
9+
RecursiveZero is a technology-driven company focused on building scalable digital products, modern web applications, AI-powered solutions, and innovative software platforms.
10+
11+
## Features
12+
13+
- Modern Astro-based website
14+
- Responsive design for mobile, tablet, and desktop
15+
- Dark & Light theme support
16+
- Technical blogs and articles
17+
- Portfolio and project showcase
18+
- Privacy Policy and Terms & Conditions pages
19+
- Performance-optimized architecture
20+
21+
## Tech Stack
22+
23+
- Astro
24+
- TypeScript
25+
- Tailwind CSS
26+
- Markdown Content Collections
27+
28+
## Getting Started
29+
30+
### Install Dependencies
31+
32+
```bash
33+
npm install
34+
```
35+
36+
### Run Development Server
37+
38+
```bash
39+
npm run dev
40+
```
41+
42+
### Build for Production
43+
44+
```bash
45+
npm run build
46+
```
47+
48+
### Preview Production Build
49+
50+
```bash
51+
npm run preview
52+
```
53+
54+
55+
56+
## Screenshots
57+
58+
## Dark Mode
59+
![Home Page](./public/screenshots/darkmode/home.png)
60+
61+
![About Page](./public/screenshots/darkmode/about.png)
62+
63+
![Blogs Page](./public/screenshots/darkmode/blogs.png)
64+
65+
![Career Page](./public/screenshots/darkmode/Career.png)
66+
67+
![Work Page](./public/screenshots/darkmode/Work.png)
68+
69+
## LightMode
70+
71+
![Home Page](./public/screenshots/lightmode/home.png)
72+
73+
![About Page](./public/screenshots/lightmode/about.png)
74+
75+
![Blogs Page](./public/screenshots/lightmode/blogs.png)
76+
77+
![Career Page](./public/screenshots/lightmode/Career.png)
78+
79+
![Work Page](./public/screenshots/lightmode/Work.png)
80+
81+
82+
## Contact
83+
84+
📧 [recursivezero@outlook.com](mailto:recursivezero@outlook.com)
85+
86+
🌐 https://recursivezero.com
87+
88+
## License
89+
90+
Copyright © RecursiveZero Private Limited. All rights reserved.

0 commit comments

Comments
 (0)