feat: Implement initial application layouts, global navigation, and course browsing pages with i18n support.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 41s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 4s
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 41s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 4s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
This commit is contained in:
parent
b56f604890
commit
3fa236cff5
15 changed files with 993 additions and 392 deletions
|
|
@ -41,6 +41,17 @@ const searchText = ref('')
|
|||
<span class="text-[10px] font-bold uppercase tracking-[0.2em] leading-none mt-1 text-slate-500 dark:text-slate-400">Platform</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Desktop Navigation -->
|
||||
<nav class="hidden md:flex items-center gap-6 ml-8 text-sm font-bold">
|
||||
<NuxtLink to="/browse" class="text-slate-600 hover:text-blue-600 transition-colors">
|
||||
{{ $t('sidebar.onlineCourses') }}
|
||||
</NuxtLink>
|
||||
<NuxtLink to="/browse/discovery" class="text-slate-600 hover:text-blue-600 transition-colors">
|
||||
{{ $t('sidebar.recommendedCourses') }}
|
||||
</NuxtLink>
|
||||
|
||||
</nav>
|
||||
|
||||
<q-space />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue