diff --git a/admin.html b/admin.html deleted file mode 100644 index 2b354b2..0000000 --- a/admin.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - -IPv6 SUMMIT 2026 | Admin Console - - - - - - - - - - - -
- -
-
- -
-
-
-search - -
-
-
- -
-Admin Profile -
-
-
- -
- -
- -
-
-database -
-

Total Requests

-

1,284

-
-+12% vs last week -
-
- -
-

- - Pending Approval -

-

42

-
-Critical threshold: 50 -
-
- -
-

- - Confirmed -

-

856

-
-Capacity at 74% -
-
- -
-

Conversion Rate

-

67%

-
-
-
-
-
- -
-
-
- - -
-
- - -
-
- - -
-
- -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IDSubmit DateNameCompanyEmail / PhoneStatusActions
#V6-482124 OCT 2025 -
Elena Rodriguez
-
Network Architect
-
Cloudflare, Inc. -
e.rodriguez@cloudflare.com
-
+1 (555) 012-9988
-
- - - Approved - - -
- - -
-
#V6-481923 OCT 2025 -
Marcus Thorne
-
Senior Devops
-
Akamai Technologies -
m.thorne@akamai.io
-
+44 20 7946 0123
-
- - - Pending - - -
- - - -
-
#V6-479022 OCT 2025 -
Kenji Yamamoto
-
CTO
-
NTT Data Japan -
yamamoto@ntt.jp
-
+81 3 1234 5678
-
- - - Rejected - - -
- - -
-
-
- -
-

Showing 1 to 10 of 1,284 entries

-
- - - - - -
-
-
-
- - -
- -
-
- \ No newline at end of file diff --git a/feedback.html b/feedback.html deleted file mode 100644 index 00594d1..0000000 --- a/feedback.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - - - - - - -
-
-
-IPv6 SUMMIT 2026 -
- -
-
- -
-
-
- -
- -
-
- -
-

Event Feedback

-

- Your insights drive the future of IPv6 infrastructure. Help us shape the 2027 experience. -

-
- -
- -
-
-

1. GENERAL SATISFACTION

-
-
- -
-Poor -
- - - - - -
-Excellent -
-
-
- -
-Dissatisfied -
- - - - - -
-Very Satisfied -
-
-
- -
-
-

2. CONTENT EVALUATION

-
-
- - -
-
- -
-Needs Improvement -
- - - - - -
-Exceptional -
-
-
- -
-
-

3. Qualitative Feedback

-
-
- - -
-
- - -
-
- - -
-
-

4. INDUSTRY & TECHNICAL INSIGHTS

-
-
- -

Your organization's current IPv6 deployment level

-
-1 -
- - - - - -
-5 -
-
-
- -

What is the biggest challenge for your AI infrastructure?

- -
-
- -
-
-

5. NETWORKING & FUTURE COOPERATION

-
-
- -

Are there any specific speakers or companies you wish to be introduced to?

- -
-
- -

I am interested in:

-
- - - - -
-
-
- -
-
-

6. LOGISTICS FEEDBACK

-
-
- -

Venue Facilities & Location (Ho Chi Minh City)

-
-Poor -
- - - - - -
-Excellent -
-
-
- -

- Thank you for your valuable contribution to the IPv6 ecosystem. -

-
-
-
-
- - - \ No newline at end of file diff --git a/ke_hoach_ipv6.md b/ke_hoach_ipv6.md deleted file mode 100644 index 779348f..0000000 --- a/ke_hoach_ipv6.md +++ /dev/null @@ -1,290 +0,0 @@ -# Kế hoạch dự án IPV6 (Next.js App Router) — Tạo mới & Chuyển đổi từ HTML - -## 1) Mục tiêu & phạm vi - -- **Mục tiêu**: Tạo project frontend mới tên **IPV6** dựa trên “format sẵn” của codebase Next.js hiện tại, chuyển các trang HTML tĩnh sang Next.js (TypeScript/TSX), tách component, tách static data (JSON), và chuẩn hoá routing theo nghiệp vụ doanh nghiệp. -- **Phạm vi**: Frontend בלבד (chưa làm backend). Các API gọi ra ngoài/CMS (nếu có trong codebase cũ) sẽ **loại bỏ hoặc chuyển thành static JSON** cho đúng scope. -- **Yêu cầu chung**: - - **Ngôn ngữ UI mặc định**: English (có thể để song ngữ EN/VI như UI toggle, nhưng content/label phải chuẩn hoá). - - **Design system thống nhất**: màu sắc, font chữ, spacing, width/height chuẩn (không lệch giữa trang). - - **Responsive**: hiển thị tốt trên desktop/tablet/mobile, kiểm tra layout với các breakpoint phổ biến. - -## 2) Hiện trạng codebase (để bám “format sẵn”) - -- Đang dùng **Next.js App Router**: có thư mục `app/`. -- Có layout sẵn `app/layout.tsx` đang import CSS global và render `Header` + `Footer`. -- Có nhiều phần liên quan LAMS (metadata, service/api, pages/route cũ…). -- Các file HTML nguồn cho IPV6 đang nằm ở root: - - `test.html` (Trang chủ) - - `registration.html` (Form đăng ký) - - `feedback.html` (Form feedback) - - `sponsor.html` (Kêu gọi đóng góp) - - `admin.html` (Trang quản lý request — nội bộ coder) - -## 3) Outcome mong muốn (cấu trúc thư mục đề xuất) - -> Mục tiêu: rõ ràng, tách bạch component/page/data/styles; dễ maintain; đúng App Router. - -Đề xuất skeleton (có thể điều chỉnh theo format hiện tại): - -- `app/` - - `(site)/` - - `layout.tsx` (site shell: Header/Footer dùng cho public pages) - - `page.tsx` (**Home** từ `test.html`) - - `registration/page.tsx` - - `feedback/page.tsx` - - `sponsor/page.tsx` - - `(internal)/admin/` - - `page.tsx` (**Admin** từ `admin.html`, route group để tách nội bộ) - - `globals.css` (CSS global/tokens) - - `not-found.tsx` (tuỳ chọn) -- `app/components/` - - `layout/` (`Header`, `Footer`, `Container`, `Section`, `Nav`, …) - - `home/` (các section của home) - - `forms/` (shared form fields/validation UI) - - `ui/` (Button, Input, Card, Modal, Badge…) -- `app/data/` (static JSON) - - `site.json` (brand, links, footer) - - `home.json` (hero, agenda, speakers, stats, venue, …) - - `sponsor.json` - - `registration.json` (copy text, options) - - `feedback.json` - - `admin.json` (cột bảng, status mapping…) -- `public/` - - `assets/` (img/icons/fonts nếu có) - -## 4) Quy ước routing (đảm bảo nghiệp vụ doanh nghiệp) - -### 4.1 Public pages (khách truy cập) - -- `/` → **Home** (từ `test.html`) -- `/registration` → **Registration form** (từ `registration.html`) -- `/feedback` → **Feedback form** (từ `feedback.html`) -- `/sponsor` → **Sponsor/Donate** (từ `sponsor.html`) - -### 4.2 Internal pages (chỉ coder nội bộ) - -- `/(internal)/admin` → **Admin request management** (từ `admin.html`) - - Yêu cầu “chỉ nội bộ”: vì không có backend, sẽ dùng **cơ chế chặn tối thiểu** (xem mục 9). - -## 5) Chuyển đổi Component (HTML → TSX) - -### 5.1 Nguyên tắc tách component - -- Tách theo **layout shell** (Header/Footer) và theo **section** của từng page. -- Mỗi component: - - Props typed (TypeScript). - - Không hardcode text/data nếu có thể đưa vào JSON. - - Không nhúng ` - - - - - - -
-
- -
-
-
-IPv6 SUMMIT 2026 -
- -
- - - Register - -
-
-
-
-
-
- - - -
-

Summit Registration

-

Secure your presence at the forefront of IPv6 innovation for AI and Data Centres.

-
- -
- -
-
- -
-

Personal Info / Thông tin cá nhân

-
-
- - -
-
- - -
-
- - -
-
-
-
- -
-

Professional Info 

-
-
- - -
-
- - -
-
-
-
- -
-

Industry

-
- -
- -expand_more -
-
-
-
- -
-

Additional Details 

-
- - -
-
- -
- -

- BY REGISTERING, YOU AGREE TO OUR PRIVACY POLICY AND TERMS OF SERVICE. -

-
-
-
-
-
-
- - - - - \ No newline at end of file diff --git a/sponsor.html b/sponsor.html deleted file mode 100644 index e6f8ee6..0000000 --- a/sponsor.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - -Sponsorship | IPv6 Summit 2026 - - - - - - - - - -
-
-
IPv6 Summit 2026
- -
- - -
-
-
-
- -
-
-
-OPPORTUNITY AWAITS -

Become a Sponsor

-

IPv6 for AI & Data Centre Summit 2026 — 18 June 2026, Ho Chi Minh City

-

- Join industry leaders at the forefront of the technological evolution. We invite innovative companies to co-sponsor an elite gathering focusing on AI, IPv6, Cloud Computing, Cybersecurity, Blockchain, and Data Centres. Align your brand with the architects of tomorrow's infrastructure. -

-
- - -
-
-
- -
-
-
-

Sponsorship Packages & Benefits

- -
-
- -
-
-MOST PRESTIGIOUS -

DIAMOND SPONSOR

-
80,000,000 VND
-
-
    -
  • -check_circle -Logo prominent on all branding materials -
  • -
  • -check_circle -Logo on stage backdrop & LED screens -
  • -
  • -check_circle -Premium exhibition standee space -
  • -
  • -check_circle -1 dedicated speaking slot -
  • -
  • -check_circle -07 VIP Delegate tickets -
  • -
- -
- -
-
-

GOLD SPONSOR

-
50,000,000 VND
-
-
    -
  • -check_circle -Logo on stage backdrop & LED screens -
  • -
  • -check_circle -Exhibition standee placement -
  • -
  • -check_circle -05 VIP Delegate tickets -
  • -
- -
- -
-
-

SILVER SPONSOR

-
40,000,000 VND
-
-
    -
  • -check_circle -Logo on stage backdrop & LED screens -
  • -
  • -check_circle -Standard exhibition standee -
  • -
  • -check_circle -04 VIP Delegate tickets -
  • -
- -
- -
-
-

PARTNER SPONSOR

-
20,000,000 VND
-
-
    -
  • -check_circle -Logo on official website & event communications -
  • -
  • -check_circle -02 VIP Delegate tickets -
  • -
- -
-
-
-
- -
-
-
-

Item-Based Sponsorship

-

Targeted branding opportunities for specific summit pillars

-
-
-
-
-hotel -
-

Hotel Accommodation

-

Limited Space

-
-
-
-meeting_room -
-

Conference Hall

-

Sold Out

-
-
-
-groups -
-

Networking Zone

-

Available

-
-
-
-newsmode -
-

Media Partner

-

Apply Now

-
-
-
-
-
-

STANDARD BENEFIT

-

Logo on backdrop & LED screens

-
-branding_watermark -
-
-
-

ACCESS PACK

-

02 VIP Delegate tickets included

-
-confirmation_number -
-
-
-
- -
-
-
- -
-
-
-

Partner With Us

-

- Elevate your brand presence in the Indo-Pacific tech corridor. Our summit offers unparalleled access to decision-makers, researchers, and government officials driving the next generation of data center infrastructure and AI development. -

-
-
-
-call -
-
-

PHONE ENQUIRIES

-

+84 941 523 498

-
-
-
-
-mail -
-
-

DIRECT EMAIL

-

events@techvanguard.vn

-
-
-
- -
- -
-
-
-
-
- - - \ No newline at end of file diff --git a/test.html b/test.html deleted file mode 100644 index 1db1be4..0000000 --- a/test.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - -IPv6 SUMMIT 2026 | Infrastructure for AI - - - - - - - - -
-
-
- IPv6 SUMMIT 2026 -
- - -
- - - - -
-
- - -
- -
-
-
-
-
-
-
-calendar_today -June 2026 | Ho Chi Minh City, Vietnam -
-

- IPv6 for AI & Data Centre Summit 2026 -

-

- Unlocking the Potential of Next-Gen Infrastructure. Join global leaders in redefining ASEAN's digital connectivity for the age of AI. -

-
- - -
-
-
-
- -
-
-
-VISION & GOALS -

ASEAN's Digital Future

-
-

- Vietnam and the broader ASEAN region are at a critical juncture in digital transformation. The transition to IPv6 is the fundamental infrastructure for AI growth and massive data centre scaling. -

-

- Hành trình chuyển đổi số của Việt Nam đang bước vào giai đoạn then chốt, nơi IPv6 đóng vai trò là hạ tầng xương sống cho sự phát triển của AI và các trung tâm dữ liệu thế hệ mới. -

-
-
-
-
-hub -

Networking

-

Connect with 500+ C-level executives. Kết nối với hơn 500 lãnh đạo cao cấp.

-
-
-insights -

Tech Insights

-

Deep dives into AI workloads. Khám phá sâu về hạ tầng AI thế hệ mới.

-
-
-gavel -

Policy

-

National digital infrastructure standards. Thảo luận về hạ tầng số quốc gia.

-
-
-
-
- -
-
-
-
-
130+
-
-
Global Speakers
-
Diễn giả quốc tế
-
-
-
-
14
-
-
ASEAN Nations
-
Quốc gia khu vực
-
-
-
-
50+
-
-
Tech Partners
-
Đối tác công nghệ
-
-
-
-
-
- -
-
-
-SCHEDULE -

Event Agenda / Lịch trình

-
-

A strategic overview of the technical and strategic sessions.

-
-
- -
-
-01 -
-
-08:30 -
-

Opening Ceremony

-

Welcome address by MIC Vietnam and regional digital economy leaders.

-
-
- -
-
-02 -
-
-10:00 -
-

AI in Data Centres

-

How IPv6 enables hyperscale processing and low-latency fabric.

-
-
- -
-
-03 -
-
-14:00 -
-

Forum: Policy & Scale

-

Closed-door discussion for regulators and industry giants.

-
-
-
-
- -
-
-
-

Key Stakeholders

-

Bringing together the architects of the digital age.

-
-
-
-

Government & Regulators

-
-MIC Vietnam -
-
-
-

Cloud & AI Giants

-
-Huawei -AWS -
-
-
-

Telecom Operators

-
-Viettel -
-
-
-
-
- -
-
-
-

Reserve Your Seat

-

- Limited executive passes available. Registration is subject to confirmation by the organizing committee. -

-
-
-
-mail -
-
-
Email Inquiry
-
contact@ipv6summit2026.vn
-
-
-
-
-location_on -
-
-
Venue
-
District 1, Ho Chi Minh City
-
-
-
-
-
-
-
-
- - -
-
- - -
-
-
- - -
-
- - -
- -
-
-
-
- - - - \ No newline at end of file