Skip to content

Commit 3d18352

Browse files
authored
Merge pull request #21 from recursivezero/feature/TZD-260020
[TZD-260020] Add Brand Page and Update README
2 parents 3504144 + 0f27e4c commit 3d18352

61 files changed

Lines changed: 2082 additions & 401 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
}

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,33 @@ npm run build
5151
npm run preview
5252
```
5353

54-
## Screenshots
54+
5555

5656
## Screenshots
5757

58-
![Home Page](./public/screenshots/home-page.png)
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)
5976

60-
![About Page](./public/screenshots/about-page.png)
77+
![Career Page](./public/screenshots/lightmode/Career.png)
6178

62-
![Blogs Page](./public/screenshots/blogs-page.png)
79+
![Work Page](./public/screenshots/lightmode/Work.png)
6380

64-
![Mobile View](./public/screenshots/mobile-view.png)
6581

6682
## Contact
6783

-2.25 MB
Loading
-2.4 MB
Binary file not shown.
-108 KB
Loading
-2.07 MB
Loading
-2.43 MB
Loading
-2.34 MB
Loading
-3.73 MB
Binary file not shown.
-83.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)