feat: introduce core e-learning frontend pages and components for dashboard, profile, classroom, and layout.
This commit is contained in:
parent
3f93dc8ab5
commit
eb248f7ca2
12 changed files with 137 additions and 135 deletions
|
|
@ -68,7 +68,7 @@ useHead({
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="container mx-auto max-w-7xl px-4 py-8">
|
||||
<div class="page-container">
|
||||
|
||||
|
||||
<div v-if="course" class="grid grid-cols-1 lg:grid-cols-12 gap-8">
|
||||
|
|
@ -80,7 +80,7 @@ useHead({
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h1 class="text-3xl md:text-4xl font-bold text-slate-900 dark:text-white mb-4 leading-tight">{{ getLocalizedText(course.title) }}</h1>
|
||||
<h1 class="text-3xl md:text-4xl font-black text-slate-900 dark:text-white mb-6 leading-tight">{{ getLocalizedText(course.title) }}</h1>
|
||||
|
||||
<div class="prose prose-slate dark:prose-invert max-w-none mb-10 text-slate-600 dark:text-slate-300">
|
||||
<p class="text-lg leading-relaxed">{{ getLocalizedText(course.description) }}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue