ns2.thecurryleaf.in Open in urlscan Pro
68.178.162.12  Public Scan

URL: https://ns2.thecurryleaf.in/
Submission: On December 28 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

<form class="form-horizontal">
  <fieldset>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Name <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="name-2" name="name" placeholder="name" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Email Address <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="email-2" name="email" placeholder="email" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">City</label>
      <div class="col-md-8">
        <input id="city-2" name="city" placeholder="city" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">State</label>
      <div class="col-md-8">
        <input id="state-2" name="state" placeholder="state" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Textarea -->
    <div class="form-group">
      <label class="col-md-4 control-label">Tell us about yourself <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <textarea class="form-control" id="text-6" name="text">...</textarea>
      </div>
    </div>
  </fieldset>
  <div class="controls pull-right">
    <button id="submitbtn-4" class="field button btn btn-tertiary" value="send message" type="submit"> Submit</button>
  </div>
</form>

<form class="form-horizontal">
  <fieldset>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Name <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="name-3" name="name" placeholder="name" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Email Address <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="email-3" name="email" placeholder="email" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">City <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="city-3" name="city" placeholder="city" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">State <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="state-3" name="state" placeholder="state" class="form-control input-md" required="" type="text">
      </div>
    </div>
    <!-- Select Basic -->
    <div class="form-group">
      <label class="col-md-4 control-label">Time of Day <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <select id="selectbasic" name="selectbasic" class="form-control">
          <option value="1">Morning</option>
          <option value="2">Afternoon</option>
          <option value="3">Evening</option>
        </select>
      </div>
    </div>
    <!-- Datepicker -->
    <div class="form-group">
      <label class="col-md-4 control-label">Requested Date <span class="text-tertiary">*</span>
      </label>
      <div class=" col-md-8">
        <div class="input-group date" id="datetimepicker2">
          <input type="text" class="form-control">
          <span class="input-group-addon"><span class="fa fa-calendar glyphicon glyphicon-calendar"></span></span>
        </div>
      </div>
    </div>
    <!-- Textarea -->
    <div class="form-group">
      <label class="col-md-4 control-label">Tell us about your event <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <textarea class="form-control" id="text-2" name="text">...</textarea>
      </div>
    </div>
  </fieldset>
  <div class="controls pull-right">
    <button id="submitbtn-5" class="field button btn btn-tertiary" value="send message" type="submit"> Submit</button>
  </div>
</form>

POST

<form class="form-horizontal" onsubmit="javascript:validate_member_form(); return false;" action="" method="post">
  <fieldset>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Full Name <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="name" name="name" placeholder="Enter Your Name" class="form-control input-md" type="text">
      </div>
    </div>
    <!-- Multiple Radios (inline) -->
    <div class="form-group">
      <label class="col-md-4 control-label">Gender <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-4">
        <label class="radio-inline">
          <input name="radios" class="gender" value="Male" checked="checked" type="radio"> Male </label>
        <label class="radio-inline">
          <input name="radios" class="gender" value="Female" type="radio"> Female </label>
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Father's Name </label>
      <div class="col-md-8">
        <input id="father_name" name="father_name" placeholder="Enter Father's Name" class="form-control input-md" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Spouse Name </label>
      <div class="col-md-8">
        <input id="spouse_name" name="spouse_name" placeholder="Enter Spouse Name" class="form-control input-md" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Nos. of Members in Family <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input onkeypress="return isNumberKey(event)" maxlength="2" id="no_of_member" name="no_of_member" placeholder="Enter Nos. of Members in Family" class="form-control input-md" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Qualification</label>
      <div class="col-md-8">
        <input id="qualification" name="qualification" placeholder="Enter your Qualification" class="form-control input-md" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Profession</label>
      <div class="col-md-8">
        <input id="profession" name="profession" placeholder="Enter your Profession" class="form-control input-md" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">Email <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="email" name="email" placeholder="Enter your email" class="form-control input-md" type="text">
      </div>
    </div>
    <!-- Text input-->
    <div class="form-group">
      <label class="col-md-4 control-label">phone <span class="text-tertiary">*</span>
      </label>
      <div class="col-md-8">
        <input id="phone" name="phone" maxlength="10" onkeypress="return isNumberKey(event)" placeholder="Enter your contact number" class="form-control input-md" type="text">
      </div>
    </div>
  </fieldset>
  <div class="controls pull-right">
    <span id="member-loader"><img alt="" src="img/20-1.gif" border="0"></span><span class="invalid-member-message"></span>
    <input class="field button btn btn-tertiary condenced-font" value="Submit" type="submit">
  </div>
</form>

Name: contact_formPOST

<form action="" method="post" onsubmit="validate_contact_form(); return false;" name="contact_form">
  <div class="form-group">
    <div class="controls">
      <label class="control-label">Name <span class="transparent-50">*</span>
      </label>
      <input type="text" id="c_name" name="c_name" class="field text form-control input-border" placeholder="Enter your name">
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <label class="control-label">Email <span class="transparent-50">*</span>
      </label>
      <input type="text" id="c_email" name="c_email" class="field text form-control input-border" placeholder="Enter your Email">
    </div>
  </div>
  <div class="form-group ">
    <div class="controls">
      <label class="control-label">Phone <span class="transparent-50">*</span>
      </label>
      <input onkeypress="return isNumberKey(event)" maxlength="10" type="text" id="c_phone" name="c_phone" class="field textbig form-control input-border" placeholder="Enter your contact number">
    </div>
  </div>
  <div class="form-group ">
    <div class="controls">
      <label class="control-label">Message <span class="transparent-50">*</span>
      </label>
      <textarea id="c_message" name="c_message" class="field form-control input-border" rows="5" placeholder="Enter your message here"></textarea>
    </div>
  </div>
  <div class="controls" align="center">
    <input type="submit" value="SUBMIT" class="btn btn-black btn-lg btn-rounded-edge become-partner-btn">
    <span id="contact-loader"><img alt="" src="img/20-0.gif" border="0"></span><span class="invalid-contact-message"></span>
  </div>
</form>

<form class="footer-subsribe">
  <div class="input-group">
    <input type="text" class="form-control" placeholder="Email Address">
    <span class="input-group-btn">
      <button class="btn btn-primary" type="button">Subscribe</button>
    </span>
  </div>
</form>

Text Content

 * 
 * Donate

   
 * About
 * Events
 * Executive Committee
 * Temple Fund Committee
 * Photo Gallery
 * Contact
 * 
 * 

Donate Now
×Close


REQUEST FOR DONATION

We heartily request you to block your calenders and get yourself vaccinated
ahead of time; so that you can enjoy the good times with the Banga Bharti family
during the Durga Puja 2022. Also, we would urge you to extend your donations and
contributions online, using the above UPI QR Code, and please share the donation
receipt with us on +91-9922420541.


TRANS ENGINEERS

www.transengineers.com

Turnkey Solutions, Equipments, Structure, Utility And Process Piping, Mechanical
Erection of Rotary.


EXCELLENT ELECTRICAL CORPORATION

www.excellentelectrical.net

Small, Medium and Large Capacity A.C. motors (L.T./H.T.), DC Motors, Alternators
/ Generators.

Sponsored Ads


STAR AUTO INDUSTRIES PVT. LTD.

www.sainds.com

Specialist in roll forming (automotive / non automotive ) components and higher
assembly.


SHIVANI LOCKS PVT. LTD.

www.shivanilocks.com

Manual Side Door Latches, Power Side Door Latches, Hood Latches, Trunk Latches,
Fuel LTD Latches, Openers, Strikers, Door Handles, Jacks, Cab Locks, Window
Regulators

Sponsored Ads


UNIQUE PRESSINGS

Click for more details

Manufacturing & Supply of Sheet Metal, Tubular Components and weld assemblies.


SSD PROMOTERS AND BUILDERS

Click for more details

Construction Service, Developer Estate, Estate Developer, Property Developer

Sponsored Ads


FINOLEX

finolex.com

Total Electrical Solutions.

 www.facebook.com/FinolexOnline


KALPATARU PATTERNS

www.kalpatarupatterns.com

Manufacturers of Foundry Tooling Patterns, Dies, Fixtures, Tools for Exothermic
Sleeves through CAD/CAM route.

Sponsored Ads


PUNE INDUSTRIAL DISTRIBUTORS PVT. LTD.

www.pidpl.com

Revolving Lights, Switch Gears, Transformers, Circuit Breakers, Hand Lamps,
Potentiometers, Power Supplies (SMPS) and electromechanical components.


ADITYA BIRLA MEMORIAL HOSPITAL

www.adityabirlahospital.com

Multi-speciality hospital

Sponsored Ads


SWITCH BUILD ENGINEERS INDIA PVT. LTD.

switchbuild.tradeindia.com

Circuit Breakers Control Panel LT/HT, Current Transformer, Potential
Transformer, Isolator & RMU, Vacuum Contactor Panel, Earthing Switch & Truck,
Control Relay Panel & Outdoor Circuit Braker.


SAI FOOD

A leading manufacurer of bakery items, having brands like MODREN, ST. MICHAEL,
OVEN FRESH, WINNER & NATURES OWN

Tel - 9021925508 Email - saifoodspune@rediffmail.com

Sponsored Ads


LIVE STREAMING

Watch Live happenings in Durgotsav

Coming Soon

Registration No. F 1395(Pune)

Download Constitution

Scan & Book your slot here OR Click Here to book your slot




UPCOMING EVENT


DURGA PUJA 19TH OCT, 2023 - 24TH OCT, 2023


50

YEARS OF ESTABLISHMENT


38

YEARS OF DURGA PUJA


500+

LIFE MEMBERS


Become Member


ABOUT BANGA BHARATI





Banga Bharati is a socio-cultural organisation founded in the year 1974 by
Bengalis residing in twin city of Pimpri- Chinchwad , Pune. The aim of this
organisation to promote particularly Bengali culture, literary, etc. First
activity of this organisation started with Kali Puja which was flagged off by
Late Anna Saheb Magar (1st Mayor of Pimpri- Chinchwad Municipal Corporation).

In the long journey of Banga Bharati (50yrs), we shall always remember some of
stalwarts founder members to name few Shri Nepal Chandra Mukherjee, Shri B. N.
Bhadury, Shri Suresh Sengupta, Shri Ram Kamal Sarkar, Smti A. Bhadury, Shri A.
C. Biswas, Shri D.K. Dasgupta, Shri Biswanath Dutta who have left for heavenly
abode. Few founder members are left behind are still very active and leads the
organisational activities.

Banga Bharati apart from cultural activities, arranges celebration of National
Events, sports, picnic, Swaraswati Puja, felicitation of prominent citizen, etc.
Other activities are managed by different committees such as:

Trustee Committee: Setting organisational objectives, long & short term policy,
various welfare to members such as group insurance, financial assistance for
major illness, discount facility of different hospitals/ diagnostic centres,
etc.

Durga Puja & Kali Puja Committee: Arranges Durga Puja & Kali Puja in a grand way
and also keeps in mind to save some revenue to assist other Banga Bharati
activities.

Kali Mandir Committee: Manages different religious activities of Mandir
including daily/special occasions, providing purohit services, etc.




EVENTS LIST 2023 - 2024


Oct 20

DURGA SHASHTHI

11:00 AM Onwards Details

Program Timings Shashthi Puja From 11:00 AM Pushpanjali From 12:30 PM Debi
Amantran and Adhibas At 07:30 PM Inauguration of Durga Puja At 07:45 PM Cultural
Program After Puja Inaugration GET DIRECTION

Oct 21

MAHA SAPTAMI

09:30 AM Onwards Details

Program Timings Saptami Puja From 09:30 AM Pushpanjali From 12:00 PM Bhog Prasad
Distribution From 01:00 PM to 03:00 PM Arati From 06:30 PM Cultural Program From
07:30 PM Onwards GET DIRECTION

Oct 22

MAHA ASHTAMI

08:00 AM Onwards Details

Program Timings Mahashtami Puja From 08:00 AM Pushpanjali From 11:30 AM Bhog
Distribution From 01:00 PM to 03:00 PM Sandhi Puja From 04:54 PM Balidan From
05:18 PM Deep Lighting & Pushpanjali From 05:35 PM Sandhi Puja Ends At 05:42 PM
Arati From 06:30 PM Cultural Program From 07:30 PM GET DIRECTION

Oct 23

MAHA NAVAMI

09:00 AM Onwards Details

Program Timings Maha Navami Puja From 09:00 AM Pushpanjali From 11:30 AM Balidan
From 12:30 PM Bhog Prasad Distribution From 01:15 PM to 03:00 PM Arati From
06:30 PM Cultural Program From 07:30 PM GET DIRECTION

Oct 24

DASHAMI

08:00 AM Onwards Details

Program Timings Dashami Puja 08:00 AM Onwards Naba Patrika Immersion Within
09:30 AM Sindoor Utsav From 12:30 PM to 03:00 PM Immersion Procession From 04:00
PM Bijoya Sammela From 09:00 PM GET DIRECTION

Nov 12

KALI PUJA

08:30 PM Onwards Details

Program Timings Kali Puja From 08:30 PM Balidan At 10:30 PM Havan From 11:30 PM
Pushpanjali (13.11.2023) From 12:00 AM Bhog Prasad Distribution (13.11.2023)
From 12:30 AM





BANGA BHARATI EXECUTIVE COMMITTEE




2023 - 2024

As a guide to show you the way, as a torch bearer to light the dark path, and as
a follower to be there you need – there is a leader to make you believe in
yourself, stay united and win big. Likewise, our leadership team has been to our
organisation, showing us the direction and reaching us to our goal.


RABINDRANATH ROOJ

PRESIDENT


B. C. BHAUMIK

VICE PRESIDENT


SOSAN KUNDU

GEN. SECRETARY


KALYAN CHAKRABORTY

JT. SECRETARY


PRABHAT GHOSH

TREASURER


SAMIR BHATTACHARYA

CULTURAL SECRETARY


CHANDAN ADHIKARI

GAME SECRETARY


ROHIT PAUL

COMMUNICATION & PUBLIC RELATION


N. D. KUNDU

MEMBER


RAJKUMAR DAS

MEMBER


AMIT KUMAR MONDAL

MEMBER


ANIKET PAL

MEMBER


SIDDHARTH GHOSH

MEMBER


TANMOY KAR

MEMBER


BIPLAB BISWAS

MEMBER


SWAPAN BOSE

INTERNAL AUDITOR

(COMMON FOR ALL COMMITTEES)


TRUSTEE COMMITTEE




2023 - 2024


SHANKAR CHAKRABORTY

MEMBER


P. K. BHATTACHARYA

MEMBER


N. C. DUTTA

MEMBER


GOKUL KAR

MEMBER


A. K. BARDHAN

MEMBER


B. K. CHATTERJEE

MEMBER




TEMPLE FUND COMMITTEE




2023 - 2024


N. D. KUNDU

CHAIRMAN


ASHUTOSH PAL

TREASURER


RANJIT PAL

MEMBER


KRIPASINDHU BISWAS

MEMBER


AMBARJIT MITRA

MEMBER


RAHUL BHATTACHARYA

MEMBER


SANJAY DAS

MEMBER


SOSAN KUNDU

EX-OFFICIO


SWAPAN BOSE

INTERNAL AUDITOR

(COMMON FOR ALL COMMITTEES)


DURGA PUJA COMMITTEE




2023


P. K. BHATTACHARYA

PRESIDENT

MOBILE:- +91-9922420541


N. C. DUTTA

GEN. SECRETARY

MOBILE:- +91-9850625257


NIRMAL ADHIKARI

CHIEF ADVISOR


PHOTO GALLERY


All
Khunti Puja - 2017
Saraswati Puja - 2017
Durga Puja - 2016


   
 * 
 * 
 * 
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   
   
 * 
   

1
2








OUR FACILITIES




BECOME A MEMBER TO AVAIL BENEFITS FROM THE MENTIONED BELOW


VALUE ADDED SERVICES

Job placements, match making, Councelling, technical consultancy
(IT/Engineering)


CULTURAL ACTIVITIES

Theatre workshop, music, drama and literary activities


CLUB HOUSE & SPORTS

Carrom and other indoor games. Outdoor sports like cricket, football and
cultural picnics


TEMPLE & RELIGIOUS

Daily puja is held at pimpri kali mata temple. Purohit(priest) and puja service

Become Member
×Close


DONATE

COMING SOON
×Close


BE AN AMBASSADOR

Mauris orci ante, sodales ut lorem sed, semper aliquam diam. Suspendisse
scelerisque dolor felis, a consequat est eleifend vitae. Aliquam adipiscing,
metus sit amet vehicula egestas, justo dolor ultricies mauris, vel porttitor
augue nisi vitae metus. Ut et faucibus lorem. Vestibulum sit amet tellus velit.

Name *

Email Address *

City

State

Tell us about yourself *
...
Submit
Close
×Close


HOST AN EVENT

Mauris orci ante, sodales ut lorem sed, semper aliquam diam. Suspendisse
scelerisque dolor felis, a consequat est eleifend vitae. Aliquam adipiscing,
metus sit amet vehicula egestas, justo dolor ultricies mauris, vel porttitor
augue nisi vitae metus. Ut et faucibus lorem. Vestibulum sit amet tellus velit.

Name *

Email Address *

City *

State *

Time of Day *
Morning Afternoon Evening
Requested Date *

Tell us about your event *
...
Submit
Close
×Close


BECOME MEMBER

Become a member to avail benefits like cashless admission to some of the best
hospitals in Pune and insurance policies to name a few.

Below are some of the facilities that members can avail:

 * Matrimonial services
 * Job placements
 * Theatre activities
 * Participation in cultural programmes organised at least once a year
 * Indoor games
 * Library of educational and religious literature


Please fill in the form below and we would guide you on mail about the
procedures.

Full Name *

Gender *
Male Female
Father's Name

Spouse Name

Nos. of Members in Family *

Qualification

Profession

Email *

phone *






REQUEST FOR DONATION

We heartily request you to block your calenders and get yourself vaccinated
ahead of time; so that you can enjoy the good times with the Banga Bharti family
during the Durga Puja 2022. Also, we would urge you to extend your donations and
contributions online, using the above UPI QR Code, and please share the donation
receipt with us on +91-9922420541.




DIRECTION TO REACH DURGA PUJA LOCATION





CONTACT US

Name *
Email *
Phone *
Message *


 


SEND US A MESSAGE

COMPANY INFO

Banga Bharati is a socio-cultural organisation founded in the year 1974 by
Bengalis residing in twin city of Pimpri- Chinchwad , Pune.

JOIN OUR MAILING LIST

Subscribe to get our weekly newsletter delivered directly to your inbox

Subscribe

NAVIGATION

 * About
 * Events
 * Executive Committee
 * Temple Fund Committee
 * Photo Gallery



CONTACT US

Club Address
1, Mohol Market, Ashok Cinema Compound,
Pimpri, Pune - 411 017
India

Rabindranath Rooj:- +91-9970179471

bangabharati@gmail.com



© 2023 Banga Bharati. All Rights Reserved.

 * ‹December
   2023›SuMoTuWeThFrSa262728293012345678910111213141516171819202122232425262728293031123456
   
   ‹2023›JanFebMarAprMayJunJulAugSepOctNovDec
   
   ‹2020-2029›201920202021202220232024202520262027202820292030

 * 

 * 05 :04 AM
   
   010203040506070809101112
   
   000510152025303540455055