templates/landing_page/landing_page_faq.html.twig line 1

Open in your IDE?
  1. <div class="container d-flex flex-row gap-3 faq-container">
  2.     
  3.     <div class="faq-image" data-aos="fade-up" style="background-image: url('{{ asset('images/faqImage.webp') }}'); width:25%; background-size:cover; border-radius: 8px;">
  4.         <div class="faq-over" style="width: 100%; height:100%; background: linear-gradient(rgba(0, 109, 119, .8),rgba(0, 109, 119, .5)); border-radius: 8px;"></div>
  5.     </div>
  6.     <div class="accordion" data-aos="fade-up">
  7.         <div class="accordion-content">
  8.             <header class="mt-2 mb-2">
  9.                 <span class="title">How to apply a loan in GAINPF?</span>
  10.                 <i class="bi bi-plus"></i>
  11.             </header>
  12.             <div class="description">
  13.                 1. First Login as a Beneficiary.<br>
  14.                 2. There are three loan types.<br/><strong>TA(Temporary
  15.                     Advance)</strong><br/><strong>NRA(Non Refundable Advance)</strong><br/><strong>TA to
  16.                     NRA Conversion.</strong><br>
  17.                 3. These links are available in BENEFICIARY's Home Page
  18.             </div>
  19.         </div>
  20.         <div class="accordion-content">
  21.             <header class="mt-2 mb-2">
  22.                 <span class="title">What is the time gap required to take another loan?</span>
  23.                 <i class="bi bi-plus"></i>
  24.             </header>
  25.             <div class="description">
  26.                 1. Beneficiary who has taken a TA - For another TA - 6 months<br>
  27.                 2. Beneficiary who has taken a TA - For another NRA - 4 months<br>
  28.                 3. Beneficiary who has taken an NRA - For another NRA - 4 months<br>
  29.                 4. Beneficiary who has taken an NRA - For another TA - 4 months<br>
  30.             </div>
  31.         </div>
  32.         <div class="accordion-content">
  33.             <header class="mt-2 mb-2">
  34.                 <span class="title">How can I view the loan I have applied for?</span>
  35.                 <i class="bi bi-plus"></i>
  36.             </header>
  37.             <div class="description">
  38.                 1. Each beneficiary has the privilege to view their loan details.<br>
  39.                 2. On the Beneficiary Home Page, the 'View Loan Status' option can be used to access this information.<br>
  40.             </div>
  41.         </div>
  42.         <div class="accordion-content">
  43.             <header class="mt-2 mb-2">
  44.                 <span class="title">How to apply for a closure?</span>
  45.                 <i class="bi bi-plus"></i>
  46.             </header>
  47.             <div class="description">
  48.                 1. The beneficiary can apply for closure online.<br>
  49.                 2. An online closure link is available on the Beneficiary Home Page.<br>
  50.                 3. For death closures, the HM, Principal, or Authorized Officer of the institution can apply for PF closure on behalf of the deceased employee.
  51.             </div>
  52.         </div>
  53.     </div>
  54. </div>