Skip to content

260611#3

Merged
Tynab merged 1 commit into
mainfrom
develop
Jun 11, 2026
Merged

260611#3
Tynab merged 1 commit into
mainfrom
develop

Conversation

@Tynab

@Tynab Tynab commented Jun 11, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings June 11, 2026 16:58
@Tynab Tynab merged commit 41f57cf into main Jun 11, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refreshes the HTML exercise pages and repository metadata by moving inline styling into embedded CSS, improving semantic structure, and expanding the README to better document the exercises and demo assets.

Changes:

  • Refactor HTML exercise pages to use semantic elements (main/section/nav/article), responsive layout, and cleaner CSS (replacing inline styles/legacy HTML attributes).
  • Update the tea menu content to be tea-specific (instead of duplicating coffee text) and improve table structure (thead/tbody, captions, scoped headers).
  • Improve repository documentation/configuration via README structure updates, funding config cleanup, and stronger text/EOL normalization in .gitattributes.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
README.md Rewrites README with summary, structure list, and a centered demo image.
exercise_1/index.html Refactors to semantic structure + embedded responsive CSS for the basic Coffee/Tea intro page.
exercise_2/index.html Refactors exercise_2 landing page with internal navigation, embedded CSS, and accessible images.
exercise_2/coffee/coffee.html Refactors coffee menu into semantic sections + CSS; modernizes pricing table markup.
exercise_2/tea/tea.html Refactors tea menu into semantic sections + CSS; corrects tea-specific content and table markup.
exercise_summary/index.html Refactors the summary exercise into a reusable panel layout with embedded CSS and better semantics.
.github/FUNDING.yml Simplifies funding config and converts custom to a YAML list.
.gitattributes Adds explicit LF normalization rules and documents intent alongside existing LFS image rules.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
## Hình ảnh demo

<p align="center">
<img src="pic/0.jpg" alt="Ảnh demo giao diện bài tập HTML" style="width: 100%; max-width: 720px; height: auto;">
<title>Bài Tập Tổng Hợp</title>

<style>
/* Page layout: centers the summary panel and keeps it readable on mobile. */
Comment thread exercise_2/index.html
Comment on lines +104 to +105
<a href="#coffee">Click để tìm hiểu về Coffee</a>
<a href="#tea">Click để tìm hiểu về Tea</a>
Comment on lines +181 to +182
<a href="../index.html">Click để về trang Index</a>
<a href="../tea/tea.html">Click để tới trang Tea</a>
Comment thread exercise_2/tea/tea.html
Comment on lines +166 to +167
<a href="../index.html">Click để về trang Index</a>
<a href="../coffee/coffee.html">Click để tới trang Coffee</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants