fix ui
This commit is contained in:
parent
d2ac14a48f
commit
dc641a48c9
@ -8,11 +8,11 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<div class="res-control d-flex align-items-center justify-content-between">
|
<div class="res-control d-flex align-items-center justify-content-between">
|
||||||
<div class="section-title mb-0">
|
<div class="section-title mb-0">
|
||||||
<span class="title-head mb-10 builder-editable" builder-identity="1">{{ get_phrase("Blog Kami") }}</span>
|
<span class="title-head mb-10 builder-editable" builder-identity="1">{{ get_phrase("Our Blog") }}</span>
|
||||||
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Lihat berita kami") }}</h2>
|
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Check out our news") }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<span class="blog-view-all-button">
|
<span class="blog-view-all-button">
|
||||||
<a href="{{ route('blogs') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("Lihat Semua Blog") }}</a>
|
<a href="{{ route('blogs') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("View All Blogs") }}</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -28,12 +28,12 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<div class="res-control d-flex align-items-center justify-content-between">
|
<div class="res-control d-flex align-items-center justify-content-between">
|
||||||
<div class="section-title mb-0">
|
<div class="section-title mb-0">
|
||||||
<span class="title-head builder-editable" builder-identity="1">{{ get_phrase("Kursus") }}</span>
|
<span class="title-head builder-editable" builder-identity="1">{{ get_phrase("Courses") }}</span>
|
||||||
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Kursus Unggulan") }}
|
<h2 class="title builder-editable" builder-identity="2">{{ get_phrase("Featured Courses") }}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<span class="featured-course-all-button">
|
<span class="featured-course-all-button">
|
||||||
<a href="{{ route('courses') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("Lihat Semua Kursus") }}</a>
|
<a href="{{ route('courses') }}" class="eBtn gradient builder-editable" builder-identity="3">{{ get_phrase("View All Courses") }}</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user