Skip to content

Commit 668c760

Browse files
committed
Home projects portfolio structure
1 parent f69dce9 commit 668c760

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

src/components/Home.vue

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,42 @@
2626
<!-- Banner End -->
2727

2828
<!-- Home Poject Section Start -->
29-
<section>
30-
<div>
31-
<p>lorem10</p>
29+
<section class="py-48">
30+
<div class="text-center">
31+
<p class="text-4xl font-semibold mb-3 text-gray-600">
32+
Projects Portfolio
33+
</p>
34+
<p class="text-lg text-gray-500">
35+
Some of the projects I have successfully completed
36+
</p>
37+
</div>
38+
<div class="w-full flex mt-12 gap-10">
39+
<div
40+
class="w-1/3 border border-indigo-500 rounded-xl shadow cursor-pointer"
41+
>
42+
<div class="bg-indigo-100 py-48">
43+
Prject Image
44+
</div>
45+
<div class="text-center px-4 py-4">
46+
Project Title
47+
</div>
48+
</div>
49+
<div class="w-1/3 rounded-xl shadow cursor-pointer">
50+
<div class="bg-indigo-100 py-48">
51+
Prject Image
52+
</div>
53+
<div class="text-center px-4 py-4">
54+
Project Title
55+
</div>
56+
</div>
57+
<div class="w-1/3 rounded-xl shadow cursor-pointer">
58+
<div class="bg-indigo-100 py-48">
59+
Prject Image
60+
</div>
61+
<div class="text-center px-4 py-4">
62+
Project Title
63+
</div>
64+
</div>
3265
</div>
3366
</section>
3467
<!-- Home Poject Section End -->

0 commit comments

Comments
 (0)