Skip to content

Commit 1de5efc

Browse files
committed
Blog: README: Add Screenshots
1 parent 7569e4b commit 1de5efc

11 files changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ This repository hosts a Next.js-based blog website with content management capab
66

77
The website is deployed and accessible at [https://gauravblog.vercel.app/](https://gauravblog.vercel.app/).
88

9+
## Screenshots
10+
11+
### UI/UX
12+
13+
| Dark Mode | Light Mode |
14+
|---------------------------------------------------------------------|---------------------------------------------------------------------|
15+
| ![Dark Home](visuals/ss/Home-dark.png) | ![Light Home](visuals/ss/Home-light.png) |
16+
| **Home:** Landing page of the blog website. | **Home:** Landing page of the blog website. |
17+
| ![Dark Post 1](visuals/ss/Post-1-dark.png) | ![Light Post 1](visuals/ss/Post-1-light.png) |
18+
| **Post 1:** Example blog post with content. | **Post 1:** Example blog post with content. |
19+
| ![Dark Post 2](visuals/ss/Post-2-dark.png) | ![Light Post 2](visuals/ss/Post-2-light.png) |
20+
| **Post 2:** Another blog post showcasing different content. | **Post 2:** Another blog post showcasing different content. |
21+
| ![Dark Footer](visuals/ss/Footer-dark.png) | ![Light Footer](visuals/ss/Footer-light.png) |
22+
| **Footer:** Footer section of the blog website. | **Footer:** Footer section of the blog website. |
23+
24+
### Notion CMS
25+
26+
#### Home
27+
![Home](visuals/ss/NotionCMS.png)
28+
29+
#### Blog
30+
![Blog](visuals/ss/NotionCMS-Blog.png)
31+
932
## Features
1033

1134
- **Dynamic Content**: Fetches content dynamically from Notion, enabling real-time updates without redeploying.

visuals/ss/Footer-dark.png

83.6 KB
Loading

visuals/ss/Footer-light.png

83.5 KB
Loading

visuals/ss/Home-dark.png

430 KB
Loading

visuals/ss/Home-light.png

427 KB
Loading

visuals/ss/NotionCMS-Blog.png

108 KB
Loading

visuals/ss/NotionCMS.png

73.3 KB
Loading

visuals/ss/Post-1-dark.png

737 KB
Loading

visuals/ss/Post-1-light.png

735 KB
Loading

visuals/ss/Post-2-dark.png

88.1 KB
Loading

visuals/ss/Post-2-light.png

87.7 KB
Loading

0 commit comments

Comments
 (0)