0608.foundation Open in urlscan Pro
104.161.32.251  Public Scan

URL: http://0608.foundation/
Submission: On March 13 via api from BY — Scanned from DE

Form analysis 1 forms found in the DOM

POST payment.php

<form class="appointment" method="post" action="payment.php" role="form">
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <label for="name">Full Name</label>
        <div class="input-wrap">
          <div class="icon"><span class="fa fa-user"></span></div>
          <input type="text" class="form-control" placeholder="" name="fr_name" required="">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">SSC/Equivalent Board</label>
        <div class="form-field">
          <div class="select-wrap">
            <div class="icon"><span class="fa fa-chevron-down"></span></div>
            <select id="" class="form-control" name="ssc_board">
              <option value="" selected="">- Select Board -</option>
              <option value="1">Barisal</option>
              <option value="2">Chittagong</option>
              <option value="3">Comilla</option>
              <option value="4">Dhaka</option>
              <option value="5">Dinajpur</option>
              <option value="6">Jessore</option>
              <option value="7">Mymensingh</option>
              <option value="8">Rajshahi</option>
              <option value="9">Sylhet</option>
              <option value="10">Madrasah</option>
              <option value="11">Technical</option>
              <option value="12">DIBS(Dhaka)</option>
              <option value="13">Common</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Roll Number</label>
        <div class="input-wrap">
          <div class="icon"><span class="fa fa-play"></span></div>
          <input type="number" class="form-control" placeholder="" name="ssc_roll">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Registration Number</label>
        <div class="input-wrap">
          <div class="icon"><span class="fa fa-arrow-up"></span></div>
          <input type="number" class="form-control" placeholder="" name="ssc_reg_num">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Birth Date</label>
        <div class="input-wrap">
          <input type="date" class="form-control" placeholder="" max="1994-01-01" name="dob" required="">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Present Division</label>
        <div class="form-field">
          <div class="select-wrap">
            <div class="icon"><span class="fa fa-chevron-down"></span></div>
            <select id="pr_div" class="form-control" name="pr_div" required="">
              <option value="" selected="">- Select Division -</option>
              <option value="1">Chattagram</option>
              <option value="2">Rajshahi</option>
              <option value="3">Khulna</option>
              <option value="4">Barisal</option>
              <option value="5">Sylhet</option>
              <option value="6">Dhaka</option>
              <option value="7">Rangpur</option>
              <option value="8">Mymensingh</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Present District</label>
        <div class="form-field">
          <div class="select-wrap">
            <div class="icon"><span class="fa fa-chevron-down"></span></div>
            <select id="pr_district" class="form-control" name="pr_district" required="">
              <option value="" selected="">- Select District -</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Permanent Division</label>
        <div class="form-field">
          <div class="select-wrap">
            <div class="icon"><span class="fa fa-chevron-down"></span></div>
            <select id="parma_div" class="form-control" name="parma_div" required="">
              <option value="" selected="">- Select Division -</option>
              <option value="1">Chattagram</option>
              <option value="2">Rajshahi</option>
              <option value="3">Khulna</option>
              <option value="4">Barisal</option>
              <option value="5">Sylhet</option>
              <option value="6">Dhaka</option>
              <option value="7">Rangpur</option>
              <option value="8">Mymensingh</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Permanent District</label>
        <div class="form-field">
          <div class="select-wrap">
            <div class="icon"><span class="fa fa-chevron-down"></span></div>
            <select id="parma_district" class="form-control" name="parma_district" required="">
              <option value="" selected="">- Select District -</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="blood_group">Blood Group</label>
        <div class="input-wrap">
          <select name="blood_group" class="form-control" id="blood_group">
            <option value="">- Select Blood -</option>
            <option value="A(+ve)">A(+ve)</option>
            <option value="A(-ve)">A(-ve)</option>
            <option value="B(+ve)">B(+ve)</option>
            <option value="B(-ve)">B(-ve)</option>
            <option value="O(+ve)">O(+ve)</option>
            <option value="O(-ve)">O(-ve)</option>
            <option value="AB(+ve)">AB(+ve)</option>
            <option value="AB(-ve)">AB(-ve)</option>
          </select>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Mobile Number</label>
        <div class="input-wrap">
          <div class="icon"><span class="fa fa-phone"></span></div>
          <input type="number" class="form-control" placeholder="" name="mobile" id="mobile" required="">
          <span class="text-warning" id="mobile-error"></span>
        </div>
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group">
        <label for="name">Email Address</label>
        <div class="input-wrap">
          <div class="icon"><span class="fa fa-paper-plane"></span></div>
          <input type="text" class="form-control" placeholder="" name="email" id="email" required="">
          <span class="text-warning" id="email-error"></span>
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Password</label>
        <div class="input-wrap">
          <div class="icon"><span class="fa fa-anchor"></span></div>
          <input type="password" class="form-control" placeholder="" name="fr_password" required="">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="name">Re-type Password</label>
        <div class="input-wrap">
          <div class="icon"><span class="fa fa-android"></span></div>
          <input type="password" class="form-control" placeholder="" name="retype_password" required="">
        </div>
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group">
        <p style="text-align: center; color: white;">(Your personal data will not be disclosed to anywhere)</p>
      </div>
    </div>
    <div class="col-md-12">
      <div class="form-group">
        <input type="hidden" name="fr_member_type" value="member">
        <input type="hidden" name="reg_fee" value="1000">
        <input type="submit" value="Register as a Member" class="btn btn-secondary py-3 px-4" id="register-button" name="fr_registration">
      </div>
    </div>
  </div>
</form>

Text Content

09 638 200 608 info@0608.foundation

Facebook Twitter Instagram Youtube

0608 FOUNDATION Menu
 * Home
 * About
 * Committee
   * Founding Members
   * Executive Committee
   * Governing Body
   * Operation Team
 * Program/Activities
   
 * Blood Bank
 * Contact
 * Member Login


CRICKET TOURNAMENT 2020


A GROUP OF 2006 AND 2008 FRIENDS OF BANGLADESH

Donate to 0608 Foundation


Watch our video


RELIEF DISTRIBUTION 2019


HELP FLOOD EFFECTED PEOPLE AT KURIGRAM

Donate to 0608 Foundation


Watch our video


REGULAR BLOOD DONATION PROGRAM


BLOOD DONAR OF NOVEMBER 2020

Donate to 0608 Foundation


Watch our video

Click Here to see the Registration Process


VICTORY DAY 2020


CELEBRATING OUR VICTORY DAY

Donate to 0608 Foundation


Watch our video


CRICKET TOURNAMENT 2020


A GROUP OF 2006 AND 2008 FRIENDS OF BANGLADESH

Donate to 0608 Foundation


Watch our video


RELIEF DISTRIBUTION 2019


HELP FLOOD EFFECTED PEOPLE AT KURIGRAM

Donate to 0608 Foundation


Watch our video


REGULAR BLOOD DONATION PROGRAM


BLOOD DONAR OF NOVEMBER 2020

Donate to 0608 Foundation


Watch our video

Click Here to see the Registration Process


VICTORY DAY 2020


CELEBRATING OUR VICTORY DAY

Donate to 0608 Foundation


Watch our video


CRICKET TOURNAMENT 2020


A GROUP OF 2006 AND 2008 FRIENDS OF BANGLADESH

Donate to 0608 Foundation


Watch our video




BECOME A MEMBER OF
0608 FOUNDATION

Full Name

SSC/Equivalent Board

- Select Board -
BarisalChittagongComillaDhakaDinajpurJessoreMymensinghRajshahiSylhetMadrasahTechnicalDIBS(Dhaka)Common
Roll Number

Registration Number

Birth Date

Present Division

- Select Division - ChattagramRajshahiKhulnaBarisalSylhetDhakaRangpurMymensingh
Present District

- Select District -
Permanent Division

- Select Division - ChattagramRajshahiKhulnaBarisalSylhetDhakaRangpurMymensingh
Permanent District

- Select District -
Blood Group
- Select Blood - A(+ve) A(-ve) B(+ve) B(-ve) O(+ve) O(-ve) AB(+ve) AB(-ve)
Mobile Number

Email Address

Password

Re-type Password


(Your personal data will not be disclosed to anywhere)


Welcome to 0608 Foundation


WE ARE HERE TO HELP EVERYONE IN NEED

A group of friends, who had passed SSC/O-Level/Equivalent in 2006 and
HSC/A-Level/Equivalent in 2008 from Bangladesh, build a friends’ community that
gradually turns with various social welfare activities in a regular form. This
community then transforms to an established foundation named 0608 Foundation.

It is a non-government, non-profitable, non-political, voluntary and charitable
organization. All the objects will be implemented after obtaining necessary
permission from the Government and/or Concerned/Competent authority before
implementation of the objects and the objects contrary to the provision of
Section 20 of the Act shall be treated as ineffective.

0
Members
0
Trusted Funds


BECOME A
MEMBER

Come and Join with us in this Friendship community to build strong network




QUICK
FUNDRAISING

Need to collect enormous fund to do welfare and betterment of our country




FRIENDSHIP
ADDA

Moral Education, Training, Awareness, Socio-Economic prosperity etc.




GET
INVOLVED

Create a harmony among all people of 2006-2008 batch and strong unity




LATEST NEWS

 * PITHA AND FOLK SONG FESTIVAL 2020
   
   December 25, 2020

 * CRICKET TOURNAMENT 2020
   
   October 16, 2020

 * FOOD DISTRIBUTION TO COVID19 AFFECTED PEOPLE
   
   May 7, 2020

 * RALLY FOR INTERNATIONAL MOTHER LANGUAGE DAY
   
   February 21, 2020

 * DONATING WHEELCHAIR TO NATIONAL DIABETIC ASSOCIATION
   
   January 12, 2020

 * FREE MEDICAL CAMP AT DHAMRAI
   
   August 2, 2019


UPCOMING EVENT

Facebook Event Page







DONATE TO OUR SOCIAL WORK ACTIVITIES AROUND BANGLADESH


WINTER BLANKET

In this severe winter, we will distribute winter cloths and blanket to the
remote and poor people in North Bengal.

Collected 13,500/- BDT of 2,00,000/- BDT

6.75%

Donate Now


CLOTHS TO CHILDREN

In this sever winter season, we are planing to donate cloths around 100 children
to an Orphanage for better life.

Collected 22,450/- BDT of 1,00,000/- BDT

22.45%

Donate Now


MEDICAL CAMP

We are going to organize a free medical camp for the poor people. There will be
at least 7 Doctors and lots of volunteers to support.

Collected 72,500/- BDT of 5,00,000/- BDT

14.5%

Donate Now


FREE AMBULANCE

We are planning to purchase an Ambulance, that will give the foundation members
to take patient to any hospital free of costs.

Collected 3,50,000/- BDT of 20,00,000/- BDT

17.5%

Donate Now


0608 FRIENDS' FEEDBACKS

I believe that our beloved foundation will gain attention from around the globe
with their excellent Executive Team.

S M Tonmoy

This 0608 Foundation, which has started from a friendship gossip bench, now come
out with large scale activities across Country.

Shawlin Ferdaws

Far from hard-nut corporate life, this Foundation gives me immense pleasure to
work for the society in a friendliness way.

Mohammad Faysal

It is my pleasure to work with this team from the very beginning and still
pleased with their aim and working capability.

Minhaj Uddin

From my previous experience of working in Social Activities, I am also very much
excited to be a part of this Foundation.

Afroza Rupa

As a Rotaract, I can precisely claim that, this 0608 Foundation will be an
outstanding organization of Bangladesh.

Kamrul Hasan

I believe that our beloved foundation will gain attention from around the globe
with their excellent Executive Team.

S M Tonmoy

This 0608 Foundation, which has started from a friendship gossip bench, now come
out with large scale activities across Country.

Shawlin Ferdaws

Far from hard-nut corporate life, this Foundation gives me immense pleasure to
work for the society in a friendliness way.

Mohammad Faysal

It is my pleasure to work with this team from the very beginning and still
pleased with their aim and working capability.

Minhaj Uddin

From my previous experience of working in Social Activities, I am also very much
excited to be a part of this Foundation.

Afroza Rupa

As a Rotaract, I can precisely claim that, this 0608 Foundation will be an
outstanding organization of Bangladesh.

Kamrul Hasan



Our Blog


LATEST NEWS FROM OUR BLOG

S M Tonmoy
October 20, 2020


MY FAREWELL TO USA

It was indeed a beautiful and emotional moment while foundation gave me a warm
farewell while leaving Bangladesh...

Read more

Tabassum Laila
February 07, 2020


FOOD DISTRIBUTION TO ORPHANS

I was very much excited while I was around many orphan kids and saw them eating
the foods bought by us...

Read more

S M Foysal
August 24, 2019


RELIEF AMONG FLOOD VICTIMS

I am always ready to stand for people in any kind of natural disaster. This time
it was amazing to work for such organized foundation...

Read more

Rajib Debnath
August 05, 2020


FREE MEDICAL CAMP

Our country has always lack in support of medical facility, this time working
with 0608 Foundation in a free medical camp pleased me...

Read more


BEST WAY TO MAKE A DIFFERENCE IN THE LIVES OF OTHERS

Become A Member


0608 FOUNDATION

A non-government, non-profitable, non-political, voluntary and charitable
organization

 * 
 * 
 * 

Donate Now


LATEST NEWS


FOOD DISTRIBUTION TO COVID19 AFFECTED PEOPLE

May 7, 2020


BIJOY RALLY 2020

December 16, 2019


QUICK LINKS

 * Home
 * About
 * Executive Committee
 * New Campaigns
 * Blog
 * Contact


HAVE A QUESTIONS?

 * 69/C Green road, 1st floor (Behind NIET), Dhaka-1205, Bangladesh
 * 09 638 200 608
 * info@0608.foundation

Copyright © 2024 All rights reserved | Developed by IFTEKHAR ALAM (SSC-06,
HSC-08)