afrifoodbank.com Open in urlscan Pro
162.253.126.154  Public Scan

URL: https://afrifoodbank.com/
Submission: On November 23 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 4 forms found in the DOM

POST #

<form action="#" method="post" class="form-inline my-2 my-lg-0 header-search">
  <input class="form-control" type="search" placeholder="Search here..." name="Search" required="">
  <button class="btn btn1 my-2 my-sm-0" type="submit"><i class="fas fa-search"></i></button>
</form>

POST nlogin

<form action="nlogin" method="post">
  <div class="form-group">
    <label class="mb-2">Phone Number</label>
    <input type="text" class="form-control" name="phoneNumber1" id="phoneNumber1">
    <small id="emailHelp" class="form-text text-muted">Kindly use your official mobile number here.</small>
  </div>
  <div class="form-group">
    <label class="mb-2">Password</label>
    <input type="password" class="form-control" name="password" id="password" placeholder="" required="">
  </div>
  <div class="form-check mb-2">
    <input type="checkbox" class="form-check-input" id="exampleCheck1">
    <div type="checkbox" name="stayLoggedIn" value="checked">Stay logged in</div>
  </div>
  <button type="submit" class="btn btn-primary submit mb-4">Sign In</button>
  <p class="text-center pb-4">
    <a href="register"> Don't have an account?</a>
  </p>
</form>

POST #

<form action="#" method="post">
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>First name</label>
        <input type="text" class="form-control" id="firstName1" placeholder="" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Last name</label>
        <input type="text" class="form-control" id="lastName1" placeholder="" required="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-7">
      <div class="form-group">
        <label>Email</label>
        <input type="email" class="form-control" id="email1" placeholder="" required=""><span id="spins"></span>
        <span><small id="emailsmg" style="display: none;"></small></span>
      </div>
    </div>
    <div class="col-md-5">
      <div class="form-group">
        <label>Phone Number</label>
        <input type="text" class="form-control" id="phoneNumber3" placeholder="" required="">
        <span><small id="phonesmg" style="display: none;"></small></span>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label class="mb-2">Password</label>
        <input type="password" class="form-control" id="password1" placeholder="" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Confirm Password</label>
        <input type="password" class="form-control" id="password2" placeholder="" required="">
        <span><small id="pwsdsmg" style="display: none;"></small></span>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <label>Registration Plan</label>
        <select class="form-control" name="regPlan" id="regPlan">
          <option selected="selected">Select item...</option>
          <option>Agric Loan --- 1000.00</option>
          <option>Business Loan --- 1000.00</option>
          <option>Personal Loan --- 1000.00</option>
          <option>Student Grants/Loan --- 1000.00</option>
          <option>Volunteer --- 1000.00</option>
          <option>Part-Time --- 1000.00</option>
          <option>Full-Time --- 1000.00</option>
          <option>Marketer/Distributors --- 1000.00</option>
          <option>Free Food --- 1000.00</option>
          <option>Food Mechants --- 1000.00</option>
          <option>Food Bank Agents --- 15000.00</option>
          <option>Free Skill Training --- 1000.00</option>
          <option>Dietitians --- 1000.00</option>
          <option>Nutritionist --- 1000.00</option>
          <option>Referral Agent --- 1000.00</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>Gender</label>
        <select class="form-control" name="sex6" id="sex6">
          <option selected="selected">Select here</option>
          <option>Male</option>
          <option>Female</option>
        </select>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Payment Method</label>
        &nbsp;<a href="#" data-toggle="tooltip" title="You can make direct transfer to this account: United Bank For Africa 1022221583 (EU MALIM MPCS)! once your payment is confirmed, a token will be sent to you via whatsapp number: (08068627169) to finalize your registration."><i class="fa fa-info"></i></a>
        <select class="form-control" name="mopay" id="mopay">
          <option selected="selected">Select item...</option>
          <option>Cash Payment</option>
          <option>Online Payment</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row" id="hideToken" style="display: none;">
    <div class="col-md-9">
      <div class="form-group">
        <label>Confirmation Token</label>
        <input type="text" class="form-control" id="confirmToken" placeholder="" required=""><span id="spins2"></span>
        <span><small id="tokensmg" style="display: none;">Please contact us via our whatsapp number: (08068627169) to get your confirmation token</small></span>
      </div>
    </div>
    <div class="col-md-3">
      <div class="form-group">
        <label>&nbsp;&nbsp;</label>
        <button type="button" class="btn btn-dark" id="verifyToken"> Verify Token </button>
        <span><small id="validsmg" style="display: none;"></small></span>
      </div>
    </div>
  </div>
  <button type="submit" class="btn btn-primary submit mb-4" id="checkOutWithPaystackBtn3" data-dismiss="modal" disabled="disabled">Register</button>
  <p class="text-center pb-4">
    <a href="#">By clicking Register, I agree to your terms</a>
  </p>
</form>

POST #

<form action="#" method="post" class="d-flex">
  <input class="form-control" type="email" placeholder="" name="email" required="">
  <input class="form-control" type="submit" value="Subscribe">
</form>

Text Content

 * info@afrifoodbank.com
 * 08139903243
 * Tuesday Nov 23, 2021 04:37:01

LEADING FOOD BANK IN AFRICA

CERTIFIED ORGANIZATION



 * 
 * 
 * 
 * 


 AFRICA FOOD BANK

Sign In Register
 * Home (current)
 * About
   
 * Donations
   Money Donation Donate Clothing Donate Vehicle Food and Non Food Items
   Non-food Partnership Food Sourcing Services Matching Gift Time Tribute or
   Honorary Wills and Legacy
 * Gallery
   
 * Contact


×

LOGIN NOW

Login to start your session

Phone Number Kindly use your official mobile number here.
Password
Stay logged in
Sign In

Don't have an account?

×

REGISTER NOW

First name
Last name
Email
Phone Number
Password
Confirm Password
Registration Plan Select item... Agric Loan --- 1000.00 Business Loan ---
1000.00 Personal Loan --- 1000.00 Student Grants/Loan --- 1000.00 Volunteer ---
1000.00 Part-Time --- 1000.00 Full-Time --- 1000.00 Marketer/Distributors ---
1000.00 Free Food --- 1000.00 Food Mechants --- 1000.00 Food Bank Agents ---
15000.00 Free Skill Training --- 1000.00 Dietitians --- 1000.00 Nutritionist ---
1000.00 Referral Agent --- 1000.00
Gender Select here Male Female
Payment Method   Select item... Cash Payment Online Payment
Confirmation Token Please contact us via our whatsapp number: (08068627169) to
get your confirmation token
   Verify Token
Register

By clicking Register, I agree to your terms

The right choice


TO REVOLUTIONIZE THE AGRICULTURAL MARKETS IN DEVELOPING NATIONS.

Contact

Ready to go


USING EXTENDED SHELF-LIFE FOODS AS OUR CORE ASSET. .

Contact

The right choice.


IMPROVING AGRICULTURE, IMPROVING LIVES.

Contact
 * 
 * 
 * 

YOU CAN REGISTER ON THIS SITE OR WITH OUR AGENTS CLOSER TO YOU OR ANY AFB
OFFICES WITHIN AND OUTSIDE NIGERIA.

HOW DO I REGISTER?

You can register in two ways.
1. click on the register link on this site. enter all required fields and
submit.
A confirmation message and your login details are sent to you via your email.
Go to the login link and enter your phone number and password.
On your dashboard section, click on my wallet to deposit any amount of your
choice.
Go to your investment link and enter the amount of your choice for investment.
2. Meet an AFB agent close to you to assist you to register.

FEATURES


WHAT WE OFFER

FOOD BANK AGENTS

To satisfy the emerging demand for food in Africa, various food bank stores and
agents are needed to occupy this position.

FREE FOOD DISTRIBUTION

Distribution of foods are given through our food vendors at little or no cost

SMALL SCALE BUSINESS SUPPORT

Small scale businesses who lack the basic finance to kick start their business
are provided with soft loans

FARM INPUTS / TRAINING

Training are essential to economic development in Africa. free training are
given to qualified applicants who are ready for growth.

645

PROJECTS DONE

563

SATISFIED CLIENTS




1145

AWARDS

1045

HAPPY CLIENTS


DON'T FORGET TO SIGN UP




ABOUT US

Africa Food bank has broad and instinctive appeal. It feeds people, empowering
them and reducing waste. It empowers through school feeding programs, jobs,
trainings, skills development, and nutrition education, financing agrobusinesses
and other food related value chain across Africa and beyond.

 * 
 * 
 * 
 * 


GET IN TOUCH

LOCATION :

KM 35 East West Road Akwa Ibom State Nigeria.

CONTACT :

Phone : +234 8139903243

Email : afrifoodbank6@gmail.com


QUICK LINKS

 * Home
 * About
 * Gallery
 * Services
 * Contact Us

 * Features
 * Support
   



© 2020 Africa Food Bank. All Rights Reserved | Design by Digiworld system
technologies

To Top