Skip to content

Commit 84ed26f

Browse files
committed
feat: update project details for Nintrea Website and add media assets
1 parent a9e0989 commit 84ed26f

15 files changed

Lines changed: 110 additions & 5 deletions

File tree

content/projects/ebook-sophat/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "eBook of Sophat (Assignment Y1)"
33
slug: "ebook-sophat"
44
description: "A modern multi-page eLibrary web application with book catalog browsing, author profiles, advanced search, and responsive dark/light themed UI."
55
image: "/assets/projects/ebook.sophat.top/light-1.webp"
6-
tags: ["Library", "Education", "Frontend"]
6+
tags: ["Library", "Education"]
77
languages: ["JavaScript", "Webpack", "TailwindCSS"]
88
source:
99
-
@@ -17,7 +17,7 @@ source:
1717

1818
authors:
1919
-
20-
name: "Sophat Leat"
20+
name: "PPhat Dev"
2121
profile: "https://github.com/pphatdev.png"
2222
url: "https://github.com/pphatdev"
2323

content/projects/elibrary-of-nintrea/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ authors:
1717
profile: "https://github.com/pphatdev.png"
1818
url: "https://github.com/pphatdev"
1919
-
20-
name: "holbundit"
21-
profile: "https://github.com/holbundit.png"
22-
url: "https://github.com/holbundit"
20+
name: "SVA-bundittt"
21+
profile: "https://github.com/SVA-bundittt.png"
22+
url: "https://github.com/SVA-bundittt"
2323

2424
published: true
2525
createdAt: "2026-03-16T10:12:15.648Z"
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
title: "Nintrea Website"
3+
slug: "nintrea-top"
4+
description: "A knowledge-sharing website built for publishing articles, tags, author profiles, and searchable learning content for students and web learners."
5+
image: "/assets/projects/nintrea.top/dark-1.webp"
6+
tags: ["Blog", "Knowledge Sharing"]
7+
languages: ["Next.js", "TailwindCSS", "JavaScript"]
8+
source:
9+
-
10+
name: "source"
11+
type: "source"
12+
url: "https://github.com/nintrealab/nintrea.website"
13+
-
14+
name: "demo"
15+
type: "demo"
16+
url: "https://nintrea.top"
17+
18+
authors:
19+
-
20+
name: "PPhat Dev"
21+
profile: "https://github.com/pphatdev.png"
22+
url: "https://github.com/pphatdev"
23+
-
24+
name: "HOL Bundit"
25+
profile: "https://github.com/SVA-bundittt.png"
26+
url: "https://github.com/SVA-bundittt"
27+
-
28+
name: "CHHEM Sithuch"
29+
profile: "https://github.com/sithuch.png"
30+
url: "https://github.com/sithuch"
31+
-
32+
name: "MEAN Navy"
33+
profile: "https://github.com/vyniivaa-dev.png"
34+
url: "https://github.com/vyniivaa-dev"
35+
36+
published: true
37+
createdAt: "2026-03-16T10:12:15.648Z"
38+
---
39+
40+
<div class="blog-gallery" data-layout="snap" data-captions="true">
41+
<img src="/assets/projects/nintrea.top/dark-1.webp" alt="Home page dark mode" className=""/>
42+
<img src="/assets/projects/nintrea.top/light-1.webp" alt="Home page light mode" className=""/>
43+
<img src="/assets/projects/nintrea.top/dark-2.webp" alt="Blog listing dark mode" className=""/>
44+
<img src="/assets/projects/nintrea.top/light-2.webp" alt="Blog listing light mode" className=""/>
45+
<img src="/assets/projects/nintrea.top/dark-3.webp" alt="Tags page dark mode" className=""/>
46+
<img src="/assets/projects/nintrea.top/light-3.webp" alt="Tags page light mode" className=""/>
47+
<img src="/assets/projects/nintrea.top/dark-4.webp" alt="Authors page dark mode" className=""/>
48+
<img src="/assets/projects/nintrea.top/light-4.webp" alt="Authors page light mode" className=""/>
49+
<img src="/assets/projects/nintrea.top/dark-5.webp" alt="Author profile dark mode" className=""/>
50+
<img src="/assets/projects/nintrea.top/light-5.webp" alt="Author profile light mode" className=""/>
51+
</div>
52+
53+
<br/>
54+
55+
# **About Project**
56+
57+
nintrea.top is a content-driven web platform built to share knowledge, learning resources, and author-written articles in a structured and searchable format.
58+
The project combines blog-style publishing, tag exploration, author profile pages, and interactive UI patterns into a modern reading experience.
59+
It is designed to support students and curious readers with organized content discovery, reusable components, and a polished responsive interface.
60+
61+
# 🛠️ **Project Tech Stack**
62+
63+
- **Core:**
64+
- Next.js
65+
- React
66+
- JavaScript
67+
- HTML5
68+
69+
- **UI & Styling:**
70+
- TailwindCSS
71+
- Radix UI components
72+
- Headless UI
73+
- Framer Motion
74+
- next-themes
75+
76+
- **Architecture:**
77+
- App Router structure
78+
- Multi-page content experience
79+
- Reusable component library
80+
- Author and tag-based navigation
81+
82+
- **Features & Utilities:**
83+
- Command palette search interface
84+
- Tag browsing and tag detail pages
85+
- Author pages and social profile links
86+
- Blog card layouts and rich post rendering
87+
- Theme switching and animated UI accents
88+
89+
# 🌈 **Project Features**
90+
91+
- Home page with highlighted knowledge-sharing content
92+
- Blog listing and article card experience
93+
- Tag pages and tag detail exploration
94+
- Author directory and profile pages
95+
- Search-oriented content discovery workflow
96+
- Dark mode and light mode support
97+
- Responsive layout across desktop and mobile
98+
99+
100+
# 💻 **Preview**
101+
102+
Here is the screenshot preview:
103+
104+
![nintrea-dark](/assets/projects/nintrea.top/dark-full.webp)
105+
![nintrea-light](/assets/projects/nintrea.top/light-full.webp)
38.9 KB
Loading
19.3 KB
Loading
54.9 KB
Loading
82.2 KB
Loading
140 KB
Loading
246 KB
Loading
41.7 KB
Loading

0 commit comments

Comments
 (0)