feat: Implement initial e-learning platform frontend including landing page, course discovery, dashboard, and foundational UI components with i18n.

This commit is contained in:
supalerk-ar66 2026-02-26 15:20:44 +07:00
parent 5b9cf72046
commit 3a9da1007b
17 changed files with 1631 additions and 1524 deletions

View file

@ -113,9 +113,9 @@ body {
background-attachment: fixed;
}
a {
/* a {
text-decoration: none;
color: #3b82f6;
color: #2563eb;
transition: color 0.2s;
}
@ -129,7 +129,7 @@ a:hover {
.dark a:hover {
color: #93c5fd;
}
} */
ul {
list-style: none;
@ -645,9 +645,9 @@ ul {
.rounded {
border-radius: var(--radius-md);
}
.border-b {
/* .border-b {
border-bottom: 1px solid var(--border-color);
}
} */
.load-more-wrap {
display: flex;
justify-content: center;