delfifoundation.org Open in urlscan Pro
172.67.130.143  Public Scan

Submitted URL: https://delfiinitiatives.org.delfiinitiatives.com/
Effective URL: https://delfifoundation.org/
Submission: On July 18 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

POST get_involved.php

<form action="get_involved.php" class="contact-form get-involved needs-validation" method="post" novalidate="">
  <div class="form-row">
    <!-- Create fields for the honeypot -->
    <input name="firstname" type="text" id="firstname" class="d-none">
    <!-- honeypot fields end -->
    <div class="form-group col-md-6">
      <label for="first_name">Name *</label>
      <input type="text" id="first_name" name="first_name" class="form-control" placeholder="" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> First Name Required. </div>
    </div>
    <div class="form-group col-md-6">
      <label for="last_name">Surname *</label>
      <input id="last_name" type="text" name="last_name" class="form-control" placeholder="" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Last Name Required. </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-md-6">
      <label for="email">Email *</label>
      <input type="email" id="email" name="email" class="form-control" placeholder="" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Insert a valid email. </div>
    </div>
    <div class="form-group col-md-6">
      <label for="company">Company</label>
      <input type="text" id="company" name="company" class="form-control" placeholder="">
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-md-8">
      <label for="inputAddress">Address</label>
      <input type="text" name="address" class="form-control" id="inputAddress" placeholder="1234 Main St">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Insert a valid email. </div>
    </div>
    <div class="form-group col-md-4">
      <label for="phone">Phone Number *</label>
      <input type="text" name="tel" onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" class="form-control" id="phone" placeholder="(e.g. 0035722000060)" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Insert a valid phone number. </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-md-6">
      <label for="inputCity">City</label>
      <input type="text" name="city" class="form-control" id="inputCity">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Insert City </div>
    </div>
    <div class="form-group col-md-4">
      <label for="inputCountry">Country</label>
      <input type="text" name="country" class="form-control" id="inputCountry">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Insert Country. </div>
    </div>
    <div class="form-group col-md-2">
      <label for="inputZip">Postal Code</label>
      <input type="text" name="postal_code" class="form-control" id="inputZip">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Insert Postal Code. </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col">
      <label for="initiatives">Initiatives *</label>
      <select name="initiative" id="initiatives" class="form-control wide" required="" style="display: none;">
        <option data-display="Select" value="">Select the initiative you would like to donate at</option>
        <option value="Scholarships &amp; Grants">Scholarships &amp; Grants</option>
        <option value="Renovation of houses/ apartments of less privileged families">Renovation of houses/ apartments of less privileged families</option>
        <option value="Furnishing homes of low-income families and individuals">Furnishing homes of low-income families and individuals</option>
      </select>
      <div class="nice-select form-control wide" tabindex="0"><span class="current">Select</span>
        <ul class="list">
          <li data-value="" data-display="Select" class="option selected">Select the initiative you would like to donate at</li>
          <li data-value="Scholarships &amp; Grants" class="option">Scholarships &amp; Grants</li>
          <li data-value="Renovation of houses/ apartments of less privileged families" class="option">Renovation of houses/ apartments of less privileged families</li>
          <li data-value="Furnishing homes of low-income families and individuals" class="option">Furnishing homes of low-income families and individuals</li>
        </ul>
      </div>
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Choose where you wish to donate. </div>
    </div>
  </div>
  <div class="form-group">
    <div class="form-check">
      <input class="form-check-input" type="checkbox" id="gridCheck" required="">
      <label class="form-check-label" for="gridCheck"> I agree to the <a href="#">terms and conditions</a>
      </label>
      <div class="invalid-feedback"> You must agree before submitting. </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <button type="submit" class="btn btn-primary btn-md">Submit</button>
    </div>
  </div>
</form>

POST contact.php

<form action="contact.php" class="contact-form needs-validation" method="post" novalidate="">
  <div class="section-title text-center mb-5">
    <h2 class="title text-primary">Contact Us</h2>
  </div>
  <div class="form-row">
    <!-- Create fields for the honeypot -->
    <input name="name" type="text" id="name" class="d-none">
    <!-- honeypot fields end -->
    <div class="form-group col-md-6">
      <label for="first_name_c">First name *</label>
      <input type="text" id="first_name_c" name="first_name_c" class="form-control" placeholder="" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> First Name Required. </div>
    </div>
    <div class="form-group col-md-6">
      <label for="last_name_c">Last Name *</label>
      <input id="last_name_c" type="text" name="last_name_c" class="form-control" placeholder="" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Last Name Required. </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-md-6">
      <label for="email_c">Email *</label>
      <input type="email" id="email_c" name="email_c" class="form-control" placeholder="" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Email Required. </div>
    </div>
    <div class="form-group col-md-6">
      <label for="phone_c">Contact Number *</label>
      <input type="text" name="phone_c" onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" class="form-control" id="phone_c" placeholder="(e.g. 0035722000060)" required="">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Contact Number Required. </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-md-12">
      <label for="inputAddress_c">Address</label>
      <input type="text" name="inputAddress_c" class="form-control" id="inputAddress_c" placeholder="1234 Main St">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Address Required. </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-md-6">
      <label for="inputCity_c">City</label>
      <input type="text" name="inputCity_c" class="form-control" id="inputCity_c">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> City Required. </div>
    </div>
    <div class="form-group col-md-4">
      <label for="inputCountry_c">Country</label>
      <input type="text" name="inputCountry_c" class="form-control" id="inputCountry_c">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Country Required. </div>
    </div>
    <div class="form-group col-md-2">
      <label for="inputZip_c">Postal Code</label>
      <input type="text" name="inputZip_c" class="form-control" id="inputZip_c">
      <div class="valid-feedback">
      </div>
      <div class="invalid-feedback"> Postal Code Required. </div>
    </div>
  </div>
  <div class="form-group">
    <label for="message_text">Message</label>
    <textarea class="form-control" name="message_c" id="message_text" rows="3"></textarea>
    <div class="valid-feedback">
    </div>
    <div class="invalid-feedback"> Message Required. </div>
  </div>
  <div class="form-group">
    <div class="form-check">
      <input class="form-check-input" type="checkbox" id="gridCheck_c">
      <label class="form-check-label" for="gridCheck_c"> I agree to the <a href="#">terms and conditions</a>
      </label>
      <div class="invalid-feedback"> You must agree before submitting. </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <button type="submit" class="btn btn-primary btn-md">Submit</button>
    </div>
  </div>
</form>

Text Content

 * Home
 * Who We Are
 * Our Goals
 * Our Initiatives
 * Contact


DELFI FOUNDATION

Our Goals Our Initiatives


WHO WE ARE & WHAT WE DO

The Delfi Foundation is a non-profit organisation with a mission to support
individuals and families to improve their lives focusing in education, housing
and entrepreneurship in Greece and Cyprus. Its Board of Directors & Advisors
consists of individuals with backgrounds in business, charity and civil society.

Our funding is exclusively project-driven and composed of projects funded by
private corporations and individuals and international private & public bodies.
This diversified funding base forms a key principle to ensure DI’s independence
and transparency.

We try to build partnerships that bring together resources, expertise, and
vision while working with various impactful organisations, aiming to drive
change.


SCHOLARSHIP

Best student scholarship award...

Learn more


DONATIONS

Our initiative relies heavily on the generosity of individuals, companies and
community service groups...

Learn more


ENTREPRENEURSHIP

The Entrepreneur Challenge/ Competition will support student entrepreneurs by
providing...

Learn more


AFFORDABLE HOUSING

With our Partners we are working on building a multifamily, sustainable housing
solution for the less privileged...

Learn more

Message from the Chairman, Board


WE ARE FOCUSED ON PRACTICAL AND IMPLEMENTABLE RESULTS

“We believe in equal opportunities for everyone when it comes to access to
education, entrepreneurship and housing. For this reason, as there are still
socio-economic barriers which prevent this access to many future leaders, we
have decided to start this Initiative to create opportunities for the less
privileged.

We are committed to support areas such as education, housing and
entrepreneurship. We hope that our contribution will be a steppingstone to make
a meaningful change.

We are focused on practical and implementable results. Those that can be
measured in ways beyond numbers.

Yours Sincerely,
Dr. George Mountis
Chairman, Board"


OUR GOALS


SCHOLARSHIPS & GRANTS

We are committed in helping those less privileged and/ or from low income
families pursue their academic goals by awarding grants for graduate studies
related to Real Estate, Finance and Banking/ Investments and also reward
undergraduate students for their commitment to academic excellence.

>> Scholarships & Grants application pre-requisites and application process
Learn More


HOUSING AND MANAGEMENT/ RENOVATION OF EXISTING HOUSES

We are committed to provide free of charge consultation on housing solutions to
families and individuals.

Provide pro bono advise on how to enhance real estate experience in less
privileged areas and/ or less privileged individuals.

Renovate existing housing and construct housing for underprivileged families.

If you are seeking an advice, please fill out the enquiry form below.

Learn More


ENTREPRENEURSHIP

Initiate, establish and participate in collaborative advocacy and other
activities with likeminded organizations in and outside Greece and Cyprus.

Support your entrepreneurs to steer and start-up their business by providing
financial and technical support.

Learn More


GET INVOLVED GET AN INITIATIVE

If you are aligned with our initiatives and want to contribute, please fill out
the enquiry form
Name *

First Name Required.
Surname *

Last Name Required.
Email *

Insert a valid email.
Company
Address

Insert a valid email.
Phone Number *

Insert a valid phone number.
City

Insert City
Country

Insert Country.
Postal Code

Insert Postal Code.
Initiatives * Select the initiative you would like to donate at Scholarships &
Grants Renovation of houses/ apartments of less privileged families Furnishing
homes of low-income families and individuals
Select
 * Select the initiative you would like to donate at
 * Scholarships & Grants
 * Renovation of houses/ apartments of less privileged families
 * Furnishing homes of low-income families and individuals


Choose where you wish to donate.
I agree to the terms and conditions
You must agree before submitting.
Submit


OUR INITIATIVES

Graduation


SCHOLARSHIP

We offer scholarships to students with outstanding performance who want to
pursue Real Estate Management related studies at an accredited University in
Greece or in Cyprus. We also give grants to exceptionally performing students
who applied for a master’s degree in Real Estate, at an accredited University in
Greece or Cyprus.

environment1


DONATIONS

Our foundation relies heavily on the generosity of individuals, companies and
community service groups. It helps restore hope, dignity, and stability in our
community by recycling donated furniture and housewares, for free, to people in
need. Our secondary goal is to keep these items out of the waste stream. We
expect to furnish the homes of 10 low income families every year with furniture
or furniture in good working condition saved from being disposed.


ENTREPRENEURSHIP

The Entrepreneur Challenge/Competition will support student who aspire to become
entrepreneurs by providing them with advice and tools to successfully create
and/ or grow their businesses. This includes bringing in distinguished guest
speakers for events, hosting workshops and other activities which will encourage
entrepreneurial real estate ventures.


AFFORDABLE HOUSING PROJECT

With our Partners we are working on building a multifamily, sustainable housing
solution for the less privileged. In essence we are focused on creating a
building structure, which less privileged families can purchase or rent at an
affordable price. We strongly believe that everyone has the right to feel the
safety of a roof. We are here to make this a reality.


SCHOLARSHIPS & GRANTS APPLICATION PRE-REQUISITES

 * The applicant needs to be accepted at a graduate program in Real Estate or
   related field at an accredited University in Greece or in Cyprus.
 * A previous undergraduate degree from an accredited University in Greece or in
   Cyprus is required
 * Knowledge of English language


HOW TO APPLY

The applicant needs to supply copies of the following to
info@delfiinitiatives.com

 * Letter of intent
 * Graduate program admission letter required
 * Previous academic transcripts with minimum GPA 8.5/10 or “Very good”
   depending on the grading scale each University implements
 * GCE O' Level in English, TOEFL or equivalent

The applications deadline will be announced. An interview will follow with the
shortlisted candidates. The successful grantee will be announced on Delfi
Initiatives website.


CONTACT US

First name *

First Name Required.
Last Name *

Last Name Required.
Email *

Email Required.
Contact Number *

Contact Number Required.
Address

Address Required.
City

City Required.
Country

Country Required.
Postal Code

Postal Code Required.
Message

Message Required.
I agree to the terms and conditions
You must agree before submitting.
Submit

The Delfi Foundation is a non-profit organisation with a mission to support
individuals and families to improve their lives focusing in education, housing
and entrepreneurship in Greece and Cyprus.


NAVIGATION

 * Home
 * What We Do
 * About Us


CONTACT US

 * Greece
 * Cyprus

 * 7, Stadiou Str., 10562, Athens, Greece
 * info@delfipartners.com
 * +30 216 900 90 20

 * 1st & 2nd Floor 20 Katsoni Str. & Kyriakou Matsi Ave., 1082, Nicosia, Cyprus
 * info@delfipartners.com
 * +357 22 000060

Copyright ©2024 All rights reserved