File tree Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Original file line number Diff line number Diff line change 26
26
<!-- Banner End -->
27
27
28
28
<!-- 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 >
32
65
</div >
33
66
</section >
34
67
<!-- Home Poject Section End -->
You can’t perform that action at this time.
0 commit comments