Skip to content

Commit 93cef98

Browse files
committed
Home load more button and title
1 parent f75a2e5 commit 93cef98

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/components/Home.vue

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
<section class="pt-12 sm:pt-40">
3737
<div class="text-center">
3838
<p
39-
class="text-2xl sm:text-4xl font-semibold mb-3 text-gray-600"
39+
class="text-2xl sm:text-5xl font-semibold mb-3 text-gray-600"
4040
>
4141
Projects Portfolio
4242
</p>
43-
<p class="text-md sm:text-lg text-gray-500">
43+
<p class="text-md sm:text-xl text-gray-500">
4444
Some of the projects I have successfully completed
4545
</p>
4646
</div>
4747

48-
<div class="sm:grid sm:grid-cols-3 mt-10 sm:gap-10">
48+
<div class="grid grid-cols-1 sm:grid-cols-3 mt-16 sm:gap-10">
4949
<a
5050
href="#"
5151
class="rounded-3xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0"
@@ -163,6 +163,14 @@
163163
</div>
164164
</a>
165165
</div>
166+
<div class="mt-20 flex justify-center">
167+
<button
168+
class="flex items-center px-6 py-3 rounded-xl shadow-sm bg-indigo-500 hover:bg-indigo-600 text-white text-xl font-medium"
169+
>
170+
<i data-feather="refresh-cw" class="w-5 mr-3"></i>
171+
<span>Load More</span>
172+
</button>
173+
</div>
166174
</section>
167175
<!-- Home Poject Section End -->
168176

0 commit comments

Comments
 (0)