File manager - Edit - /home/familylifersmpc/htdocs/www.familylifersmpc.com/index_new_copy.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Family Lifers MPC, Ang gin kamunuan kang Family Lifers MPC Naghalin sa sangka simple lamang ka istorya"> <meta name="author" content="Family Lifers MPC"> <meta name="keywords" content="family lifers mpc, family lifers, flmpc, Multi-Purpose Cooperative"> <meta property="fb:app_id" content="1185550862857571" /> <meta property="og:url" content="https://familylifersmpc.com" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Family Lifers MPC" /> <meta property="og:image" content="https://familylifersmpc.com/logo.jpg" /> <meta property="og:image:secure_url" content="https://secure.familylifersmpc.com/logo.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:image:width" content="400" /> <meta property="og:image:height" content="300" /> <meta property="og:image:alt" content="Family Lifers MPC" /> <meta property="og:description" content="Family Lifers Multi-Purpose Cooperative" /> <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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico"> <title>Family Lifers MPC</title> <!-- Bootstrap core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Additional CSS Files --> <link rel="stylesheet" href="assets/css/fontawesome.css"> <link rel="stylesheet" href="assets/css/main.css"> <link rel="stylesheet" href="assets/css/animated.css"> <link rel="stylesheet" href="assets/css/owl.css"> </head> <body> <!-- ***** Header Area Start ***** --> <header class="header-area header-sticky wow slideInDown"> <div class="container"> <div class="row"> <div class="col-12"> <nav class="main-nav"> <!-- ***** Logo Start ***** --> <a href="https://familylifersmpc.com" class="logo"> <img src="assets/images/logo-v3.png" alt=""> </a> <!-- ***** Logo End ***** --> <!-- ***** Menu Start ***** --> <ul class="nav"> <li class="scroll-to-section"><a href="https://www.familylifersmpc.com/#top">Home</a></li> <li class="scroll-to-section"><a href="https://www.familylifersmpc.com/#portfolio">What's New</a></li> <li class="scroll-to-section"><a href="https://www.familylifersmpc.com/#services">What We Offer</a></li> <li class="scroll-to-section"><a href="https://www.familylifersmpc.com/#about">About</a></li> <li class="scroll-to-section"><a href="https://www.familylifersmpc.com/#contactUs">Contact</a></li> <li class="scroll-to-section"><div class="border-first-button"><a href="login"><strong>My Coop Account</strong></a></div></li> </ul> <a class='menu-trigger'> <span>Menu</span> </a> <!-- ***** Menu End ***** --> </nav> </div> </div> </div> </header> <!-- ***** Header Area End ***** --> <div class="main-banner wow fadeIn" id="top"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-content show-up header-text wow fadeInLeft"> <div class="row"> <div class="col-lg-12"> <h6>Family Lifers Multi-Purpose Cooperative</h6> <h2>My Coop Account</h2> <p>Our dear members, you can now view your current Savings and Loans Online. Login to your account by clicking the button below.</p> </div> <br><br> <div class="col-lg-12"> <div class="border-first-button scroll-to-section"> <a href="login">Login to My Coop Account</a> </div> </div> </div> </div> </div> <div class="col-lg-6"> <div class="right-image wow fadeInRight"> <img src="assets/images/logo.gif" alt="" style="max-width: 85%;"> </div> </div> </div> </div> </div> </div> <br><br> </div> <div id="free-quote" class="free-quote"> <div class="container"> <div class="row"> <div class="text-center"> <div class="section-heading wow fadeIn"> <h1 style="color: yellow;font-size: 35px;font-weight: 300;">My Coop Account</h1> <h2 style="color: white;font-size: 55px;font-weight: 700;">How to register?</h2> <div class="line-dec"></div> </div> </div> <div class="col-lg-12 text-center wow fadeIn"> <p style="color: white;font-size: 24px;font-weight: 700;">Registration is open to all members of our Cooperative. <br>To register, Simply go to our Office and Inquire<br> on how to register to My Coop Account. <br> <br></p><p style="color:white; font-size: 28px;font-weight: 300;">Our Staff will be delighted to assist you.</p> </div> </div> </div> </div> <div id="portfolio" class="our-portfolio section"> <div class="container"> <div class="row"> <div class="col-lg-3"> <div class="section-heading wow fadeInLeft"> <h6>What's New?</h6> <h4>See Our Recent <em>Offers</em></h4> <div class="line-dec"></div> </div> </div> <div class="col-lg-9 fadeIn"> <div id="carouselExampleControls" class="carousel slide" data-ride="carousel" style="top: -65px;"> <div class="carousel-inner" style="max-height:600px; width:100%;"> <?php $directory = "AdsImages"; $images = glob("$directory/*.{jpg,png,bmp,gif}", GLOB_BRACE); $imgCount = 0; $date=date_create(); foreach($images as $image) { ?> <?php if($imgCount == 0){?> <div class="carousel-item active"> <img class="d-block w-100" src= "<?php echo $image; ?>?dummy=<?php echo date_timestamp_get($date);?>" alt= "Ad_<?php echo $imgCount; ?>" style="border-radius: 10px; box-shadow: 0px 0px 15px rgba(0,0,0,0.1);"> </div> <?php } else { ?> <div class="carousel-item"> <img class="d-block w-100" src= "<?php echo $image; ?>?dummy=<?php echo date_timestamp_get($date);?>" alt= "Ad_<?php echo $imgCount; ?>" style="border-radius: 10px; box-shadow: 0px 0px 15px rgba(0,0,0,0.1);"> </div> <?php } ?> <?php $imgCount += 1; } ?> </div> </div> </div> </div> </div> </div> <div class="container-fluid wow "> <div class="row"> <div class="col-lg-12"> </div> </div> </div> </div> <div id="services" class="services section"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="section-heading wow fadeInDown"> <h6>Programs & Services</h6> <h4>Loans Offered </h4> <div class="line-dec"></div> </div> </div> <div class="col-lg-12"> <div class="naccs"> <div class="grid"> <div class="row"> <div class="col-lg-12"> <div class="menu"> <div class="first-thumb active"> <div class="thumb"> <span class="icon"><img src="assets/images/service-icon-03.png" alt=""></span> Regular Loan </div> </div> <div> <div class="thumb"> <span class="icon"><img src="assets/images/service-icon-03.png" alt=""></span> Special Loan </div> </div> <div> <div class="thumb"> <span class="icon"><img src="assets/images/service-icon-03.png" alt=""></span> Petty Cash </div> </div> <div> <div class="thumb"> <span class="icon"><img src="assets/images/service-icon-03.png" alt=""></span> Rice Loan </div> </div> </div> </div> <div class="col-lg-12"> <ul class="nacc"> <li class="active"> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <h3 style="font-weight: 700; color:navy;">Fixed Deposit / Regular Loan</h3> <br> <p style="font-size: 20px;color: black;font-weight: 700;">Qualifications:</p> <div class="ticks-list"> <span><i class="fa fa-check"></i> Must be paid of the minimum fixed deposit of 2,500.00</span> <span><i class="fa fa-check"></i> Attended the required Pre-Membership Education Seminar (PMES) </span> <br> <p style="font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;"><strong>Purpose: </strong>provident or productive use.</p> <br> <span></span><p style="margin-top:-60px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;">Loan amounts: P2,500 up to P200,000</p> <span></span><p style="margin-top:-60px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;">Loan term: 6-24 months</p> <span></span><p style="margin-top:-60px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;">Mode of Payment : Monthly</p> <p style="margin-top:-10px;font-size: 22px;font-weight: 500;"><strong>Availment:</strong></p> <p style="margin-top:-10px;font-size: 18px;color: black; font-weight: 500;"><strong>1st Loan</strong> - 100%</p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>2nd loan</strong> – 200% FD maximum</p> <p style="margin-top:-10px;font-size: 22px; font-weight: 500;"><strong>Criteria for 200% FD</strong></p> <span><i class="fa fa-check"></i> 40% monthly FD</span> <span><i class="fa fa-check"></i> 10% Ownership</span> <span><i class="fa fa-check"></i> 40% monthly repayment</span> <span><i class="fa fa-check"></i> 10% Participation</span> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Interest Rate:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>2% </strong>Per Month</p> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Penalty:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>2% </strong>Per Month</p> </div> </div> </div> <div class="col-lg-6 align-self-center"> <div class="left-text"> <img src="assets/images/8.png" alt=""> </div> </div> </div> </div> </div> </li> <li> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <h3 style="font-weight: 700; color:navy;">Special / Salary Loan</h3> <br> <p style="font-size: 20px;color: black;font-weight: 700;">Eligibility / Who can borrow?</p> <div class="ticks-list"> <span><i class="fa fa-check"></i> at least 12 months as a member, MIGS and total of all loans shall not exceed the maximum ceiling of P200,000</span> <span></span><p style="margin-top:-30px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;">In case of salary loans, resolution with MOA by the agency concerned designating authorized representatives.</p> <p style="margin-top:-10px;font-size: 22px;font-weight: 500;"><strong>Purpose:</strong></p> <p style="margin-top:-10px;font-size: 18px;color: black; font-weight: 500;"><strong>Productive use only </strong>(Special)</p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>Providential or Productive </strong>(Salary)</p> <p style="margin-top:22px;font-size: 22px;font-weight: 500;"><strong>Capital Requirement:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">With fixed deposit of not less than P10,000</p> <p style="margin-top:22px;font-size: 22px;font-weight: 500;"><strong>Availment:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">Accommodations shall be subject to availability of funds </p> <p style="margin-top:-10px;font-size: 18px;color: black; font-weight: 500;"><strong>Amount: <br></strong>-Special loan depends upon project cost. </p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">-Salary loan is up to 6x of the net take home pay. </p> <p style="margin-top:22px;font-size: 22px;font-weight: 500;"><strong>Interest Rate:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>3%</strong> Per Month </p> <p style="margin-top:22px;font-size: 22px;font-weight: 500;"><strong>Penalty:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>2%</strong> Per Month </p> <p style="margin-top:22px;font-size: 22px;font-weight: 500;"><strong>Mode of Payment:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">Monthly </p> </div> </div> </div> <div class="col-lg-6 align-self-center"> <div class="right-image"> <img src="assets/images/7.png" alt=""> </div> </div> </div> </div> </div> </li> <li> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <h3 style="font-weight: 700; color:navy;">Petty Cash Loan</h3> <br> <p style="font-size: 20px;color: black;font-weight: 700;">Who can borrow?</p> <div class="ticks-list"> <span><i class="fa fa-check"></i> paid of the minimum FD, MIGS.</span> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Purpose:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">Emergency providential use</p> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Amount:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>P5,000.00</strong>(below 10K Share Capital) </p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>P10,000.00</strong>(with SC of 10K and above) </p> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Interest & Penalty:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>2.5% </strong>interest with <strong>3% </strong>surcharge on every month default </p> <p style="margin-top:22px;font-size: 22px;font-weight: 500;"><strong>Term:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">Payable up to 10 months for P5,000.00 & up to 12 months for P10,000.00 </p> </div> </div> </div> <div class="col-lg-6 align-self-center"> <div class="right-image"> <img src="assets/images/6.png" alt=""> </div> </div> </div> </div> </div> </li> <li> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <h3 style="font-weight: 700; color:navy;">Rice Loan</h3> <br> <p style="font-size: 20px;color: black;font-weight: 700;">Who can Avail?</p> <div class="ticks-list"> <span><i class="fa fa-check"></i> paid of the minimum FD, MIGS.</span> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Amount:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">Maximum of <strong>P2,000.00</strong> </p> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Charges:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>2% </strong>Service Fee </p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>0% </strong>Interest if paid within one month. </p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>3% </strong>Interest if exceeds one month </p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;"><strong>2% </strong>Additional surcharge for over two months </p> </div> </div> </div> <div class="col-lg-6 align-self-center"> <div class="right-image"> <img src="assets/images/5.png" alt=""> </div> </div> </div> </div> </div> </li> </ul> <br><br> </div> </div> </div> </div> <br><br><br><br> <div> <div class="section-heading wow fadeInDown"> <h6>Programs & Services</h6> <h4>Savings & Time Deposit</h4> <div class="line-dec"></div> </div> </div> <div class="col-lg-12"> <div class="naccs"> <div class="grid"> <div class="row"> <div class="col-lg-12"> <ul class="nacc"> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <h1 style="font-weight: 700; color:navy;">Savings Deposit</h1> <br> <p style="font-size: 20px;color: black;font-weight: 700;">Features:</p> <div class="ticks-list"> <span><i class="fa fa-check"></i> High earning deposit account</span> <span><i class="fa fa-check"></i> Non- stop banking, from Mondays to Saturdays, 8am to 5pm</span> <span><i class="fa fa-check"></i> No long line cues, No Offline</span> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Opening Amount:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">P200.00 Only</p> <p style="margin-top:-10px;font-size: 22px;font-weight: 500;"><strong>ADB to Earn Interest:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">P1,000.00</p> </div> </div> </div> <div class="col-lg-6 align-self-center"> <div class="left-text"> <img src="assets/images/4.png" alt=""> </div> </div> </div> </div> </div> </ul> <br><br> </div> </div> </div> </div> <br> <div> <div class="naccs"> <div class="grid"> <div class="row"> <div> <ul class="nacc"> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="right-image"> <img src="assets/images/3.png" alt=""> </div> </div> <div class="col-lg-6 align-self-center"> <div class="left-text"> <br><br><br> <h1 style="font-weight: 700; color:navy;">Time Deposit</h1> <br> <p style="font-size: 20px;color: black;font-weight: 700;">Features:</p> <div class="ticks-list"> <span><i class="fa fa-check"></i> Ultra High Earning Deposit Account</span> <span><i class="fa fa-check"></i> Flexible Terms</span> <span><i class="fa fa-check"></i> Automatic Term Renewal</span> <p style="margin-top:20px;font-size: 22px;font-weight: 500;"><strong>Minimum Placement:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">P5,000</p> <p style="margin-top:-10px;font-size: 22px;font-weight: 500;"><strong>Interest Rate:</strong></p> <p style="margin-top:-30px;font-size: 18px;color: black; font-weight: 500;">Up to <storng>9% Per Annum,</storng> Depending upon Term & Amount</p> </div> </div> </div> </div> </div> </div> </ul> <br><br> </div> </div> </div> </div> <br><br><br><br> <div class="col-lg-12"> <div class="section-heading wow fadeInDown"> <h6>Programs & Services</h6> <h4>Social Programs</h4> <div class="line-dec"></div> </div> </div> <div class="col-lg-12"> <div class="naccs"> <div class="grid"> <div class="row"> <br><br><br><br> <div class="col-lg-12"> <ul class="nacc"> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <h3 style="font-weight: 700; color:navy;">Scholarship Program</h3> <br> <p style="font-size: 20px;color: black;font-weight: 700;">Program Mechanics:</p> <div class="ticks-list"> <span > <i class="fa fa-check"></i> Open to poor but deserving incoming high school pupils</span> <span><i class="fa fa-check"></i> Subsidy allowance of P1,000/ per school year</span> <br> <p style="font-size: 22px;font-weight: 500;"><strong>Selection Criteria: </strong></p> <span></span><p style="margin-top:-50px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;"><strong>1.</strong> Must have no grade lower than 85 in any subject.</p> <span></span><p style="margin-top:-60px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;"><strong>2.</strong> Parents must be in good record standing</p> <span></span><p style="margin-top:-60px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;"><strong>3.</strong> Must pass the interview & screening exam</p> <span></span><p style="margin-top:-60px;font-size: 18px;color: rgb(77, 75, 75);font-weight: 500;"><strong>4.</strong> Annual income of both parents must not exceed P100,000 per annum</p> </div> </div> </div> <div class="col-lg-6 align-self-center"> <div class="left-text"> <img src="assets/images/2.png" alt=""> </div> </div> </div> </div> </div> </ul> <br><br> </div> </div> </div> </div> <br><br><br><br> <div> <div class="section-heading wow fadeInDown"> <h6>Programs & Services</h6> <h4>Coop Insurance</h4> <div class="line-dec"></div> </div> </div> <div> <div class="naccs"> <div class="grid"> <div class="row"> <form id="contact1" action="" method="post"> <br><br> <div> <ul class="nacc"> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <p style="font-size: 38px;color:navy;font-weight: 700;">Features</p> <div class="ticks-list"> <span > <i class="fa fa-check"></i> <strong>Guaranteed security & peace of mind</strong></span> <span><i class="fa fa-check"></i> <strong>Affordable premium plans</strong></span> <span > <i class="fa fa-check"></i> <strong>Fast and instant release claim</strong></span> <br><br> <p style="font-size: 22px;font-weight: 500;"><strong>1. GROUP BASIC LIFE INSURANCE SECURITY </strong></p> <span><i class="fa fa-check"></i> Life insurance plus accident on annual renewal basis</span> <span><i class="fa fa-check"></i> Medical reimbursement</span> <span><i class="fa fa-check"></i> Burial benefits</span> <br><br> <p style="font-size: 22px;font-weight: 500;"><strong>2. PERSONAL ACCIDENT INSURANCE</strong></p> <span><i class="fa fa-check"></i> High benefits, low cost premium</span> <span><i class="fa fa-check"></i> Burial benefits</span> <br><br> <p style="font-size: 22px;font-weight: 500;"><strong>3. LOAN PAYMENT PROTECTION INSURANCE</strong></p> <p style="font-size: 22px;font-weight: 500;"><strong>4. CISP FAMILY PROTECTION INSURANCE</strong></p> </div> </div> </div> <div class="col-lg-6 align-self-center"> <div class="left-text"> <img src="assets/images/1.png" alt=""> </div> </div> </div> </div> </div> </ul> <br><br> </div> </form> </div> </div> </div> <br><br><br><br> <div class="col-lg-12 container"> <div class="section-heading wow fadeInDown"> <h6>Programs & Services</h6> <h4>Mortuary or Funeral</h4> <div class="line-dec"></div> </div> </div> <div class="col-lg-12" style="background-image: url(assets/images/services-left-dec.jpg); background-size: cover;"> <div class="naccs"> <div class="grid"> <div class="row"> <br><br> <div class="col-lg-12"> <ul class="nacc"> <div> <div class="thumb"> <div class="row"> <div class="col-lg-6 align-self-center"> <div class="left-text"> <img src="assets/images/fonus.jpg" alt=""> </div> </div> <div class="col-lg-6 align-self-center"> <div class="left-text"> <div class="ticks-list"> <p style="color: rgb(77, 75, 75);font-size: 28px;font-weight: 500;"> <i class="fa fa-check"></i> <strong>Death Assistance</strong></p> <p style="color: rgb(77, 75, 75);font-size: 28px;font-weight: 500;"><i class="fa fa-check"></i> <strong>Tie up with FONUS - ANTIQUE</strong></p> <p style="color: rgb(77, 75, 75);font-size: 28px;font-weight: 500;"> <i class="fa fa-check"></i> <strong>Complete Memorial Service Package</strong></p> <p style="color: rgb(77, 75, 75);font-size: 28px;font-weight: 500;"> <i class="fa fa-check"></i> <strong>Professional Funeral Service</strong></p> </div> </div> </div> </div> </div> </div> </ul> <br><br> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="about" class="about section"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="row"> <div class="col-lg-6"> <div class="about-left-image wow fadeInLeft"> <img src="assets/images/about-dec-v3.png" style="width: 92%;" alt=""> </div> </div> <div class="col-lg-6 align-self-center wow fadeInRight"> <div class="about-right-content"> <div class="section-heading"> <h6>About Us</h6> <h4>Family Lifers MPC <em>-FLMPC</em></h4> <div class="line-dec"></div> </div> <br> <p style="margin-top:-10px;font-size: 16px;color: black;font-weight: 500;">The leadership of Family Lifers MPC originated from a simple story, just like how ordinary people usually start their journey. </p> <p style="margin-top:-20px;font-size: 16px;color: black;font-weight: 500;"> In 1991, while we were conducting monthly reunions at Family Life Apostolates, we noticed that sometimes others were absent because they were too busy looking for something they could eat and use for their daily needs. We remember that if we just ignore each of our situations, we won't be able to hide, but if we combine our small capital, talent, and 100% service, we can move forward and help the needs of other members. </p> <p style="margin-top:-20px;font-size: 16px;color: black;font-weight: 500;"> We formed FLMPC with only 19 members, each contributing a total capital of P2,700.00. We registered with the CDA on December 26, 1991. </p> <p style="margin-top:-20px;font-size: 16px;color: black;font-weight: 500;"> We chose "Family Lifers Coop" as our name because, aside from the fact that the incorporators are members of Family Life Apostolates, we also believe that all people come from one family. We aim to protect and assist in improving the quality of life for everyone. </p> </div> </div> </div> </div> <div class="col-lg-12"> <div class="row"> <div class="col-lg-12 align-self-center wow fadeIn"> <div class="about-right-content"> <p style="margin-top:-10px;font-size: 16px;color: black;font-weight: 500;"> Establishing and running a cooperative is not just a simple task, as it requires the dedication of time from its officials. Sacrifice is necessary, and challenges are often abundant. However, everything becomes manageable because cooperation within FLMPC is genuinely strong. </p> <p style="margin-top:-10px;font-size: 16px;color: black;font-weight: 500;"> If there are ownership meetings, annual assemblies, and Family Day events, everyone attends because the raffle prizes are substantial. Snacks are free, too. That is why we are all happy in Family Lifers MPC. </p> <p style="margin-top:-10px;font-size: 16px;color: black;font-weight: 500;"> Our desire is to ensure that FLMPC continues to operate for more than 50 years. We have also envisioned it as a harmonious, prosperous community that fosters quality of life and a strong cooperative supporting the advancement of economic, social, and spiritual aspects of people's lives. </p> <h1 class="text-center" style="font-weight: 900;color: navy;">"We Care, We Share"</h1> <br><br><br> <div class="col-lg-12 align-self-center wow fadeIn "> <div class="row"> <div class="col-sm"> <h2 class="text-center" style="font-weight: 800;margin-top:-20px;">Our Vision</h2><br> <p class="text-center" style="color: navy;margin-top:-5px;font-size: 18px;font-weight: 700;">Family Lifers MPC...<br>Bigger,Better and<br>more accessible Coop</p> </div><div class="col-sm"> <h2 class="text-center" style="font-weight: 800;margin-top:-20px;">Our Mission</h2><br> <p class="text-center" style="color: navy;margin-top:-5px;font-size: 18px;font-weight: 700;">To provide members with holistic<br>programs and sustainable<br>development services</p> </div><div class="col-sm"> <h2 class="text-center" style="font-weight: 800;margin-top:-20px;">Our Goals</h2><br> <p class="text-center" style="color: navy;margin-top:-5px;font-size: 18px;font-weight: 700;">Increased Capital, Deposit<br>and Loan portfolios;<br>Diversified Products and Services</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="free-quote"> <div class="container"> <div class="row"> <div class="text-center"> <div class="section-heading wow fadeIn"> <h2 style="color: white;font-size: 55px;font-weight: 700;">Rights & Duties</h2> <div class="line-dec"></div> </div> </div> <div class="col-lg-6 left-text wow fadeIn"> <p style="margin-top:40px;color: white;font-size: 32px;font-weight: 700;">Rights of Membership</p> <p style="margin-top:30px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To vote.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To be vote upon.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To receive information and reports.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To recommend policies.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To receive interest in his/her capital<br>according to established policies.</p> </div> <div class="col-lg-6 left-text wow fadeIn"> <p style="margin-top:40px;color: white;font-size: 32px;font-weight: 700;">Duties of Membership</p> <p style="margin-top:30px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To provide capital. </p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To serve when elected.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To attend to his/her financial obligations.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To participate in decision making<br>through the General Assembly.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To attend meeting.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To participate in coop activities.</p> <p style="margin-top:10px;color: white;font-size: 22px;font-weight: 500;"><i class="fa fa-check"></i> To promote the organization.</p> </div> </div> </div> </div> <div id="contactUs" class="contact-us section"> <div class="container"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <div class="section-heading wow fadeIn"> <h6>Contact Us</h6> <h4>Get In Touch With Us <em>Now</em></h4> <div class="line-dec"></div> </div> </div> <div class="col-lg-12 wow fadeInUp"> <form id="contact" action="" method="post"> <div class="row"> <div class="col-lg-12"> <div class="contact-dec"> <img src="assets/images/contact-dec-v3.png" alt=""> </div> </div> <div class="col-lg-5"> <div id="map"> <iframe src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d980.034901313265!2d121.96383686752743!3d10.723713888413366!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sph!4v1717513807356!5m2!1sen!2sph" width="100%" height="636" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> <div class="col-lg-7"> <div><br><br><br><br><br> <div class="row"> <div class="col-lg-12"> <div class="info-post"> <div class="icon"> <img src="assets/images/lifers.png" style=" max-width: 424px;;" alt=""> <p><strong><i class="fa fa-phone"></i></strong> 0916 440 4701</p> <p><strong><i class="fa fa-envelope"></i></strong> coop.familylifers@gmail.com</p> <p><strong><i class="fa fa-address-card"></i></strong> Malandog, Hamtic, Antique, Philippines</p> </div> </div> </div> </div> </div> </div> </div> </form> </div> </div> </div> </div> <footer> <div class="container"> <div class="row"> <div class="col-lg-12"> <p style="font-size: 14px;color: white;font-weight: 300; ">Copyright © Family Lifers MPC </p> <p style="margin-top:-30px;font-size: 14px;color: white;font-weight: 500; ">All Rights Reserved.</p> </div> </div> </div> </footer> <!-- Scripts --> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/js/owl-carousel.js"></script> <script src="assets/js/animation.js"></script> <script src="assets/js/imagesloaded.js"></script> <script src="assets/js/custom.js"></script> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings