Skip to content

Commit 4adcf62

Browse files
committed
feat:remove additional details in course page
1 parent 1c2296d commit 4adcf62

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

resources/views/pages/about.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ class="link link-primary">partnerships@careerx.lk</a>
145145
<div>
146146
<h4 class="font-semibold mb-2">Address</h4>
147147
<p class="text-base-content/70">
148-
Career Guidance Unit<br>
149148
University of Moratuwa<br>
150149
Katubedda, Moratuwa 10400<br>
151150
Sri Lanka

resources/views/pages/courses/show.blade.php

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-primary/10 text-
4646
class="prose prose-lg prose-primary max-w-none bg-base-100 p-8 md:p-12 rounded-3xl border border-base-300 shadow-sm leading-relaxed">
4747
<h2 class="text-3xl font-black mb-10 text-base-content flex items-center gap-3">
4848
<x-icon name="o-document-text" class="w-8 h-8 text-primary" />
49-
Course Overview
49+
Course Video
5050
</h2>
5151

5252
@php
@@ -74,29 +74,7 @@ class="absolute top-0 left-0 w-full h-full" frameborder="0"
7474
</div>
7575

7676
{{-- Curriculum section --}}
77-
<div class="mt-16 pt-16 border-t border-base-200">
78-
<h2 class="text-3xl font-black mb-6 text-base-content flex items-center gap-3">
79-
<x-icon name="o-list-bullet" class="w-8 h-8 text-primary" />
80-
Curriculum Overview
81-
</h2>
8277

83-
<p class="text-base-content/70 mb-8 leading-relaxed">
84-
This course is structured into several comprehensive modules designed to take you from fundamentals
85-
to advanced real-world implementation.
86-
</p>
87-
88-
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
89-
@foreach(['Introduction & Fundamentals', 'Intermediate Concepts', 'Advanced Techniques', 'Real-world Project Implementation'] as $index => $module)
90-
<div class="flex items-center gap-4 p-4 rounded-2xl bg-base-200/50 border border-base-300">
91-
<div
92-
class="w-10 h-10 rounded-xl bg-primary text-primary-content flex items-center justify-center font-black shrink-0">
93-
{{ $index + 1 }}
94-
</div>
95-
<span class="font-bold text-base-content">{{ $module }}</span>
96-
</div>
97-
@endforeach
98-
</div>
99-
</div>
10078
</div>
10179
</div>
10280
</x-layouts.public>

0 commit comments

Comments
 (0)