From 4ecdf57c02ac75a9f800ac137edb554a95532e7e Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Fri, 17 May 2024 13:25:43 +0530 Subject: [PATCH 1/2] card bug fixing --- public/assets/css/FrontendCss/style.css | 3 +- .../Pages/handpicked-investment.blade.php | 39 ++++++++++--------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 945f37f..ffb49e5 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -348,7 +348,7 @@ h4.inner-title { .explore-assets { /*background-color:#f8f4ec;*/ /*box-shadow: -1px 1px 5px #c7c4c4;*/ - padding: 11rem 0; + padding: 1rem 0; } .dropdown-tooltip a.btn { @@ -4708,6 +4708,7 @@ h3.primary-no-data { grid-template-columns: repeat(2, 2fr); } } + @media (max-width: 1080px) { .opportunities .parimay-card { grid-template-columns: repeat(2, 2fr); diff --git a/resources/views/Frontend/Pages/handpicked-investment.blade.php b/resources/views/Frontend/Pages/handpicked-investment.blade.php index 8ed139c..086dd22 100644 --- a/resources/views/Frontend/Pages/handpicked-investment.blade.php +++ b/resources/views/Frontend/Pages/handpicked-investment.blade.php @@ -19,6 +19,16 @@
+ +

Primary Investment Opportunities

+

+ + Invest in Individual Funds and Exotic
Strategies. Personalized way of finding the
right + investments for + you. +
+

+ +
iv class="parimay-card mt-4 mb-5 display-products">--> @include('Frontend.Pages.handpicked-investment.pagination') @@ -208,6 +209,14 @@
+

Primary Investment Opportunities

+

+ + Invest in Individual Funds and Exotic
Strategies. Personalized way of finding the
right + investments for + you. +
+

Asset type

@@ -235,14 +244,6 @@
-

Primary Investment Opportunities

-

- - Invest in Individual Funds and Exotic
Strategies. Personalized way of finding the
right - investments for - you. -
-

@include('Frontend.Pages.handpicked-investment.pagination') @@ -336,7 +337,7 @@ function fetch_data(page, query, categories, assetType, geographicFocus) { $.ajax({ type: 'get', - url: "/primary-investment/fetch_data?page=" + + url: "http://localhost/my-freeu/primary-investment/fetch_data?page=" + page + "&query=" + query + "&categories=" + categories + "&assetType=" + assetType + From 2520b339c80544d7351e71ed565a892ea74b934e Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Fri, 17 May 2024 13:37:36 +0530 Subject: [PATCH 2/2] fixing changes --- resources/views/Frontend/Pages/handpicked-investment.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/Frontend/Pages/handpicked-investment.blade.php b/resources/views/Frontend/Pages/handpicked-investment.blade.php index 086dd22..9257415 100644 --- a/resources/views/Frontend/Pages/handpicked-investment.blade.php +++ b/resources/views/Frontend/Pages/handpicked-investment.blade.php @@ -337,7 +337,7 @@ function fetch_data(page, query, categories, assetType, geographicFocus) { $.ajax({ type: 'get', - url: "http://localhost/my-freeu/primary-investment/fetch_data?page=" + + url: "/primary-investment/fetch_data?page=" + page + "&query=" + query + "&categories=" + categories + "&assetType=" + assetType +