feat: add initial frontend pages for course browsing, recommendations, and user dashboard.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 38s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 38s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
This commit is contained in:
parent
0588ad7acd
commit
01d249c19a
14 changed files with 570 additions and 267 deletions
|
|
@ -291,5 +291,16 @@
|
|||
"statusNotStarted": "Not Started",
|
||||
"alertIncomplete": "Please answer all questions",
|
||||
"yourAnswer": "Your Answer"
|
||||
},
|
||||
"footer": {
|
||||
"location": "LOCATION",
|
||||
"connectWithUs": "CONNECT WITH US",
|
||||
"broncoHorse": "Bronco Hourse",
|
||||
"address": "123 อาคารสยามทาวเวอร์ ชั้น 15 เขตปทุมวัน กรุงเทพฯ 10330",
|
||||
"emailLabel": "Email",
|
||||
"emailValue": "info{'@'}chamomind.com",
|
||||
"telLabel": "Tel",
|
||||
"telValue": "02-123-4567",
|
||||
"copyright": "© 2026 E-Learning Platform. All rights reserved."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@
|
|||
"myCourses": "คอร์สของฉัน",
|
||||
"browseCourses": "ค้นหาคอร์ส",
|
||||
"onlineCourses": "คอร์สออนไลน์",
|
||||
"recommendedCourses": "คอร์สเรียนออนไลน์แนะนำ",
|
||||
"recommendedCourses": "คอร์สเรียนแนะนำ",
|
||||
"announcements": "ข่าวประกาศ",
|
||||
"profile": "บัญชีผู้ใช้"
|
||||
},
|
||||
|
|
@ -107,7 +107,8 @@
|
|||
"backToCatalog": "กลับหน้ารายการคอร์ส",
|
||||
"selectable": "รายการที่เลือก",
|
||||
"foundTotal": "พบทั้งหมด",
|
||||
"items": "รายการ"
|
||||
"items": "รายการ",
|
||||
"subtitle": "เลือกเรียนรู้ทักษะใหม่ๆ จากหลักสูตรคุณภาพที่คัดสรรมาเพื่อคุณ"
|
||||
},
|
||||
"myCourses": {
|
||||
"filterAll": "ทั้งหมด",
|
||||
|
|
@ -291,5 +292,16 @@
|
|||
"statusNotStarted": "ยังไม่ทำ",
|
||||
"alertIncomplete": "กรุณาเลือกคำตอบให้ครบทุกข้อ",
|
||||
"yourAnswer": "คำตอบของคุณ"
|
||||
},
|
||||
"footer": {
|
||||
"location": "สถานที่ตั้ง",
|
||||
"connectWithUs": "ติดต่อเรา",
|
||||
"broncoHorse": "Bronco Hourse",
|
||||
"address": "123 อาคารสยามทาวเวอร์ ชั้น 15 เขตปทุมวัน กรุงเทพฯ 10330",
|
||||
"emailLabel": "อีเมล",
|
||||
"emailValue": "info{'@'}chamomind.com",
|
||||
"telLabel": "เบอร์โทรศัพท์",
|
||||
"telValue": "02-123-4567",
|
||||
"copyright": "© 2026 E-Learning Platform. All rights reserved."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue