ok

Mini Shell

Direktori : /home/gainstransformin/www/
Upload File :
Current File : /home/gainstransformin/www/gains_ac_course_detail1.php

<!DOCTYPE html>
<html lang="en">
<?php
    // include("include/config.php");
?>
<head>
    <meta charset="utf-8">
    <title>GAINS - Transforming Lives</title>
    <meta content="width=device-width, initial-scale=1.0" name="viewport">
    <meta content="" name="keywords">
    <meta content="" name="description">

    <!-- Favicon -->
    <link href="img/favicon.ico" rel="icon">

    <!-- Google Web Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">

    <!-- Icon Font Stylesheet -->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">

    <!-- Libraries Stylesheet -->
    <link href="lib/animate/animate.min.css" rel="stylesheet">
    <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
    <link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">

    <!-- Customized Bootstrap Stylesheet -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- Template Stylesheet -->
    <link href="css/style.css" rel="stylesheet">
</head>

<body>
    <!-- Spinner Start -->
    <div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
        <div class="spinner-border position-relative text-primary" style="width: 6rem; height: 6rem;" role="status"></div>
        <i class="fa fa-laptop-code fa-2x text-primary position-absolute top-50 start-50 translate-middle"></i>
    </div>
    <!-- Spinner End -->

    <!-- Navbar Start -->
   <?php include "include/gains_ac_foun_header.php" ?>
    <!-- Navbar End -->

    <!-- Service Start -->
 
     
    <div class="container-xxl py-5">
        <div class="container">
            <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
                <h1 class="display-6 mb-4">AGRICLINICS & AGRIBUSINESS CENTRES</h1>
                <h5 class="text-primary">Better Farming by Every Farmer</h5>
            </div>
            <div class="row g-4" style="text-align: justify;">
                <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
                    <a class="service-item d-block rounded text-center h-100 p-4" href="">
                        <img  class="img-fluid rounded"  src="imgs/gains_ac_foundation/ACABC F.png"/>
                    </a>
                </div>
                <div class="col-lg-8 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
                    <p>The Ministry of Agriculture and farmers welfare, Government of India, in association with NABARD has launched a unique programme to take
                    better methods of farming to each and every farmer across the country.This programme aims to tap the expertise available in the large pool
                    of Agriculture Graduates. Irrespective of whether you are a fresh graduate or not, or whether you are currently employed or not, you can set
                    up your own AgriClinic or AgriBusiness Centre and offer professional extension services to innumerable farmers. Committed to this programme,
                    the Government is now also providing start-up training to graduates in Agriculture, or any subject allied to Agriculture like Horticulture, 
                    Sericulture, Veterinary Sciences, Forestry, Dairy, Poultry Farming, and Fisheries, etc. Those completing the training can apply for special
                    start-up loans for venture.</p>
                </div>
                <div class="col-lg-12 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
                    <h6 class="text-center text-primary">Earn money and prestige by becoming a consultant to farmers</h6>
                    <p>Agribusiness Centres would provide paid services for enhancement of agriculture production and income of farmers. Centres would need to advice
                    farmers on crop selection, best farm practices, post-harvest value-added options, key agricultural information (including perhaps even Internet-based
                    weather forecast), price trends, market news, risk mitigation and crop insurance, credit and input access, as well as critical sanitary and phyto-sanitary 
                    considerations, which the farmers have to keep in mind.</p>
                    <h6 class="text-center text-primary">Free Training to set up your Agriclinic or Agribusiness Centre</h6>
                    <p>As an integral part of this nationwide initiative, specialised training will be provided to Agriculture Graduates interested in setting up such a centre.
                    Being provided free of cost, 45 days training course will be offered by select institutes across the country. Initiated by SFAC, and co-ordinated by MANAGE,
                    the course comprises Entrepreneurship and Business Management, as well as skill improvement modules in your chosen areas of activity.</p>
                    <h6 class="text-center text-primary">Bank loans available for Agriclinics and Agribusiness Centres</h6>
                    <p>Ceiling of project cost for subsidy has been enhanced to Rs.20 lakhs for an individual project (25 lakhs in case of extremely successful individual 
                    projects) and to Rs.100 lakhs for a group project.Depending on the type of venture you want to set up, and with a moratorium of up to 2 years, Agriclinics
                    and Agribusiness Centre Loans can be repaid within 5 to 10 years as per easy installment plans. The rate of interest, margin and security on loans will be 
                    decided by the respective bank, as per RBI norms.Depending on your entitlement, you can even apply for margin money assistance</p>
                </div>
            </div>
        </div>
    </div>
    <!-- Service End -->

    <!-- Footer Start -->
    <?php include "include/gains_ac_foun_footer.php"; ?>
    <!-- Footer End -->


    <!-- Back to Top -->
    <a href="#" class="btn btn-lg btn-primary btn-lg-square rounded-circle back-to-top"><i class="bi bi-arrow-up"></i></a>


    <!-- JavaScript Libraries -->
    <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
    <script src="lib/wow/wow.min.js"></script>
    <script src="lib/easing/easing.min.js"></script>
    <script src="lib/waypoints/waypoints.min.js"></script>
    <script src="lib/counterup/counterup.min.js"></script>
    <script src="lib/owlcarousel/owl.carousel.min.js"></script>
    <script src="lib/lightbox/js/lightbox.min.js"></script>

    <!-- Template Javascript -->
    <script src="js/main.js"></script>
</body>

</html>

Zerion Mini Shell 1.0