Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VCCI-News
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Văn Hoàng
VCCI-News
Commits
4cbdc7ca
Commit
4cbdc7ca
authored
Nov 18, 2025
by
Phạm Quang Bảo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update/create link for member page and video page
parent
136fa78f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
18 deletions
+17
-18
page.tsx
src/app/(main)/(home)/page.tsx
+3
-18
page.tsx
src/app/(main)/danh-ba-hoi-vien/page.tsx
+7
-0
page.tsx
src/app/(main)/video/page.tsx
+7
-0
No files found.
src/app/(main)/(home)/page.tsx
View file @
4cbdc7ca
...
...
@@ -312,9 +312,6 @@ const Page = () => {
<
h2
className=
"text-[18px] sm:text-[20px] font-semibold uppercase text-[#063e8e]"
>
Liên kết nhanh
</
h2
>
<
a
href=
"#"
className=
"text-[#063e8e] text-sm sm:text-base"
>
<
ChevronsRight
/>
</
a
>
</
div
>
<
hr
className=
"border-[#063e8e] mb-4"
/>
<
div
className=
"space-y-2 text-[#063e8e] text-sm md:text-base pb-10"
>
...
...
@@ -539,7 +536,7 @@ const Page = () => {
Hội viên tiêu biểu
</
h2
>
<
a
href=
"
#
"
href=
"
/danh-ba-hoi-vien
"
className=
"text-[#063e8e] hover:underline text-sm font-medium"
>
<
ChevronsRight
/>
...
...
@@ -576,17 +573,11 @@ const Page = () => {
</
aside
>
{
/* right */
}
<
aside
className=
"w-full lg:w-[30%] py-5"
>
<
aside
className=
"w-full lg:w-[30%] py-5"
>
<
div
className=
"flex justify-between items-center mb-3"
>
<
h2
className=
"text-xl font-bold uppercase text-[#063e8e]"
>
Kết nối hội viên
</
h2
>
<
a
href=
"#"
className=
"text-[#063e8e] hover:underline text-sm font-medium"
>
<
ChevronsRight
/>
</
a
>
</
div
>
<
hr
className=
"border-[#063e8e] mb-5"
/>
<
div
className=
"pb-10"
>
...
...
@@ -628,7 +619,7 @@ const Page = () => {
Video
</
h2
>
<
a
href=
"
#
"
href=
"
/video
"
className=
"text-[#063e8e] hover:underline text-sm font-medium"
>
<
ChevronsRight
/>
...
...
@@ -672,12 +663,6 @@ const Page = () => {
<
h2
className=
"text-xl font-bold uppercase text-[#063e8e]"
>
Đối tác
</
h2
>
<
a
href=
"#"
className=
"text-[#063e8e] hover:underline text-sm font-medium"
>
<
ChevronsRight
/>
</
a
>
</
div
>
<
hr
className=
"border-[#063e8e] mb-5"
/>
<
div
className=
"pb-10"
>
...
...
src/app/(main)/danh-ba-hoi-vien/page.tsx
0 → 100644
View file @
4cbdc7ca
export
default
function
Page
()
{
return
(
<
div
className=
"container flex justify-center items-center h-full py-20"
>
Danh bạ hội viên đang được xây dựng
</
div
>
);
}
\ No newline at end of file
src/app/(main)/video/page.tsx
0 → 100644
View file @
4cbdc7ca
export
default
function
Page
()
{
return
(
<
div
className=
"container flex justify-center items-center h-full py-20"
>
Trang video đang được xây dựng
</
div
>
);
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment