@@ -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);
|
||||
|
||||
@@ -19,6 +19,16 @@
|
||||
<div class="primary-investment">
|
||||
|
||||
<div class="container-fluid">
|
||||
|
||||
<h2 class="page-heading">Primary Investment Opportunities</h2>
|
||||
<p class="page-desc">
|
||||
<i>
|
||||
Invest in Individual Funds and Exotic <br> Strategies. Personalized way of finding the <br> right
|
||||
investments for
|
||||
you.
|
||||
</i>
|
||||
</p>
|
||||
<!--<d
|
||||
<div class="opportunities w-100 mx-auto">
|
||||
<div class="primary-tabs explore-assets">
|
||||
<p class="sub-heading mb-2">Asset type</p>
|
||||
@@ -45,16 +55,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="primary-cards display-products">
|
||||
<h2 class="page-heading">Primary Investment Opportunities</h2>
|
||||
<p class="page-desc">
|
||||
<i>
|
||||
Invest in Individual Funds and Exotic <br> Strategies. Personalized way of finding the <br> right
|
||||
investments for
|
||||
you.
|
||||
</i>
|
||||
</p>
|
||||
<!--<div class="parimay-card mt-4 mb-5 display-products">-->
|
||||
<div class="primary-cards display-products">iv class="parimay-card mt-4 mb-5 display-products">-->
|
||||
@include('Frontend.Pages.handpicked-investment.pagination')
|
||||
|
||||
<!--</div>-->
|
||||
@@ -208,6 +209,14 @@
|
||||
<div class="primary-investment">
|
||||
|
||||
<div class="container-fluid">
|
||||
<h2 class="page-heading">Primary Investment Opportunities</h2>
|
||||
<p class="page-desc">
|
||||
<i>
|
||||
Invest in Individual Funds and Exotic <br> Strategies. Personalized way of finding the <br> right
|
||||
investments for
|
||||
you.
|
||||
</i>
|
||||
</p>
|
||||
<div class="opportunities w-100 mx-auto">
|
||||
<div class="primary-tabs explore-assets">
|
||||
<p class="sub-heading mb-2">Asset type</p>
|
||||
@@ -235,14 +244,6 @@
|
||||
|
||||
</div>
|
||||
<div class="primary-cards display-products">
|
||||
<h2 class="page-heading">Primary Investment Opportunities</h2>
|
||||
<p class="page-desc">
|
||||
<i>
|
||||
Invest in Individual Funds and Exotic <br> Strategies. Personalized way of finding the <br> right
|
||||
investments for
|
||||
you.
|
||||
</i>
|
||||
</p>
|
||||
<!--<div class="parimay-card mt-4 mb-5 display-products">-->
|
||||
@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 +
|
||||
|
||||
Reference in New Issue
Block a user