Add Vietnamese ISO 14001 training site with 13 modules#28
Add Vietnamese ISO 14001 training site with 13 modules#28
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 83aa2b5bdd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,41 @@ | |||
| <section class="training-module" id="m1_tong_quan_iso14001" aria-labelledby="m1_tong_quan_iso14001-title"> | |||
There was a problem hiding this comment.
Publish modules as complete HTML documents
Clicking any Mở mô-đun link in training/index.html navigates to files like this one that contain only a <section> fragment, not a full HTML page. Since all layout/styles and metadata are defined in the landing page document, each module opens without the intended responsive styling and without its own document metadata (including charset), which can degrade or break module rendering when served independently. Either wrap each module in a full HTML shell or load these fragments into index.html instead of linking to them directly.
Useful? React with 👍 / 👎.
Motivation
Description
training/index.htmlwith responsive layout, styles, sidebar navigation, and links to module pages.training/modules/(m1_tong_quan_iso14001.htmlthroughm13_doi_ung_co_quan_ben_lien_quan.html) each containing lecture content, scenario, failure cases, quick-practice, and a major nonconformance alert.Testing
Codex Task