www.developmentaid.org Open in urlscan Pro
95.170.71.10  Public Scan

URL: https://www.developmentaid.org/
Submission: On October 05 via api from IE — Scanned from NL

Form analysis 5 forms found in the DOM

Name: headerLoginForm

<form autocomplete="off" ng-submit="login(headerLoginForm.$valid)" name="headerLoginForm" ng-if="register === false" test-id="mobileLogin" class="ng-pristine ng-scope ng-valid-email ng-invalid ng-invalid-required" novalidate="novalidate">
  <div class="title">Sign in <br> <span class="subtitle">or <a ng-click="toggleRegistrationForm()">register for free</a></span></div>
  <div class="field no-icon">
    <div class="placeholder" data-placeholder="Email" ng-class="{'show':headerLoginForm.username.$viewValue.length}">
      <input email="" name="username" ng-model="form.username" placeholder="Email" required="" type="email" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
      <da-show-errors field="username" class="ng-isolate-scope">
        <div class="show-errors">
          <!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
        </div>
      </da-show-errors>
    </div>
  </div>
  <div class="field no-icon">
    <div class="placeholder" data-placeholder="Password" ng-class="{'show':headerLoginForm.password.$viewValue.length}">
      <da-password type="signIn" password="form.password" name="password" class="ng-isolate-scope"><!-- ngIf: vm.type == 'signIn' -->
        <div ng-if="vm.type == 'signIn'" class="ng-scope">
          <input name="password" id="" ng-class="vm.class" ng-model="vm.password" placeholder="Password" type="password" ng-keypress="vm.keypressEvent($event)" ng-keydown="vm.keydownEvent($event)" ng-blur="vm.messageDisplay = false"
            ng-focus="vm.messageDisplay = true" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
          <da-show-errors field="password" class="ng-isolate-scope">
            <div class="show-errors">
              <!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
            </div>
          </da-show-errors>
          <!-- ngIf: vm.showMessage() -->
        </div><!-- end ngIf: vm.type == 'signIn' -->
        <!-- ngIf: vm.type == 'register' -->
        <!-- ngIf: vm.type == 'confirmPassword' -->
      </da-password>
    </div>
  </div>
  <div class="row">
    <div class="col-ns-12 col-xs-6 col-sm-6" style="margin-bottom:10px">
      <input id="remember-head" name="rememberMe" ng-model="form.rememberMe" type="checkbox" value="true" class="ng-pristine ng-untouched ng-valid ng-empty">
      <label class="checkbox-label da-unchecked checkbox-empty" for="remember-head" ng-class="form.rememberMe? 'da-checked checkbox-full':'da-unchecked checkbox-empty'">
        <span class="checkbox-name font-small">Remember me</span>
      </label>
    </div>
    <div class="col-ns-12 col-xs-6 col-sm-6">
      <button class="btn big sky-blue shadow triple pull-right widthFull" type="submit">Sign in</button>
    </div>
    <div class="col-ns-12 col-xs-12 col-sm-12">
      <a class="pull-left forgot-password" href="/authentication/recover" ng-click="switchMobilePopUp($event, false)" type="button">
                                                Forgot password?
                                            </a>
    </div>
  </div>
</form>

Name: headerLoginForm

<form autocomplete="off" ng-submit="login(headerLoginForm.$valid)" name="headerLoginForm" test-id="headerLogin" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required" novalidate="novalidate">
  <da-spinner [loading]="loading" _nghost-yoq-c62="" ng-version="13.2.7">
    <div _ngcontent-yoq-c62="" class="da-spinner hidden"><img _ngcontent-yoq-c62="" alt="LOADING..." src="img/ajax-loader.gif"></div>
  </da-spinner>
  <div class="field no-icon popup-form widthFull">
    <div class="placeholder widthFull" data-placeholder="Email" ng-class="{'show':headerLoginForm.username.$viewValue.length}">
      <input email="" name="username" ng-model="form.username" placeholder="Email" required="" type="email" id="headerEmail" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
      <da-show-errors field="username" class="ng-isolate-scope">
        <div class="show-errors">
          <!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
        </div>
      </da-show-errors>
    </div>
  </div>
  <div class="field no-icon popup-form widthFull">
    <div class="placeholder widthFull" data-placeholder="Password" ng-class="{'show':headerLoginForm.password.$viewValue.length}">
      <da-password type="signIn" password="form.password" id="headerPassword" name="password" class="ng-isolate-scope"><!-- ngIf: vm.type == 'signIn' -->
        <div ng-if="vm.type == 'signIn'" class="ng-scope">
          <input name="password" id="headerPassword" ng-class="vm.class" ng-model="vm.password" placeholder="Password" type="password" ng-keypress="vm.keypressEvent($event)" ng-keydown="vm.keydownEvent($event)" ng-blur="vm.messageDisplay = false"
            ng-focus="vm.messageDisplay = true" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
          <da-show-errors field="password" class="ng-isolate-scope">
            <div class="show-errors">
              <!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
            </div>
          </da-show-errors>
          <!-- ngIf: vm.showMessage() -->
        </div><!-- end ngIf: vm.type == 'signIn' -->
        <!-- ngIf: vm.type == 'register' -->
        <!-- ngIf: vm.type == 'confirmPassword' -->
      </da-password>
    </div>
  </div>
  <div class="rememberMe col-sm-12  col-md-12 col-lg-12">
    <input id="remember-head-1" name="rememberMe" ng-model="form.rememberMe" type="checkbox" value="true" class="ng-pristine ng-untouched ng-valid ng-empty">
    <label class="checkbox-label da-unchecked checkbox-empty" for="remember-head-1" ng-class="form.rememberMe? 'da-checked checkbox-full':'da-unchecked checkbox-empty'">
      <span class="checkbox-name font-small">Remember me</span>
    </label>
  </div>
  <div class="row widthFull no-margin">
    <div class="col-sm-9 col-md-9 col-lg-9 no-padding">
      <a class="font-15px forgot-password text-padding" href="/authentication/recover" ng-click="switchPopUp(false)" type="button">Forgot password?</a>
    </div>
    <div class="col-sm-3 col-md-3 col-lg-3 no-padding">
      <button class="btn medium sky-blue shadow" id="popupSignInButton" type="submit">Sign in</button>
    </div>
  </div>
</form>

Name: searchInByKeywords

<form name="searchInByKeywords" ng-submit="searchByKeywords(currentStatisticsTab)" class="search-jobs-container ng-pristine ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid ng-valid-required" novalidate="novalidate">
  <div class="jobs-input-container">
    <text-field type="text" name="keyword" ng-model="searchParam.keyword" placeholder="What are you looking for?" id="keyword" icon="da-search" min-length="2" is-required="false" class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty">
      <div class="field no-icon bordered form-field-group ">
        <div class="form-field-group__icon svg-icon da-search"></div>
        <div class="form-field-group__input chosen-field">
          <div class="placeholder form-field-group__input__placeholder" data-placeholder="What are you looking for?" ng-class="{'show': vm.showElements()}">
            <!-- ngIf: vm.type == 'text' --><input ng-if="vm.type == 'text'" type="text" name="keyword" ng-model="vm.ngModel"
              class="new-text-input ng-pristine ng-untouched ng-scope ng-empty ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid ng-valid-required" placeholder="What are you looking for?" id="keyword" ng-minlength="2"
              ng-required="vm.isRequired" ng-attr-autofocus="vm.hasAutofocus" ng-disabled="vm.disabled" autofocus="autofocus"><!-- end ngIf: vm.type == 'text' -->
            <!-- ngIf: vm.type == 'email' -->
            <!-- ngIf: vm.type == 'url' -->
            <!-- ngIf: !vm.type -->
            <!-- ngIf: vm.showErrors() --><da-show-errors ng-if="vm.showErrors()" field="keyword" class="ng-scope ng-isolate-scope">
              <div class="show-errors">
                <!-- ngIf: ctrl[field].$dirty || ctrl.$submitted -->
              </div>
            </da-show-errors><!-- end ngIf: vm.showErrors() -->
          </div>
        </div>
      </div>
    </text-field>
  </div>
  <button type="submit" class="jobs-search-button ng-binding"> Search in jobs </button>
</form>

Name: form

<form _ngcontent-yoq-c53="" novalidate="" name="form" autocomplete="Off" class="ng-untouched ng-pristine ng-invalid">
  <div _ngcontent-yoq-c53="" class="subscribe-input-container"><da-text-field _ngcontent-yoq-c53="" name="name" formcontrolname="name" label="Name" inputid="name" iconbefore="user" class="ng-untouched ng-pristine ng-invalid">
      <div class="outlined-field-container">
        <div class="outlined-field">
          <div class="outlined-field__icon-before svg-icon da-user ng-star-inserted"></div><!----><input placeholder=" " type="text" autocomplete="off" class="outlined-field__content" id="name" name="name"><!----><label class="outlined-field__label"
            for="name"> Name </label><span class="outlined-field__label-line" style="width: 44px;"></span>
        </div>
        <div class="outlined-field__helper-line"><span title="" class="ng-star-inserted"></span><!----><!----></div>
      </div>
    </da-text-field></div>
  <div _ngcontent-yoq-c53="" class="subscribe-input-container"><da-email-field _ngcontent-yoq-c53="" name="email" formcontrolname="email" label="Email" inputid="email" iconbefore="email" class="ng-untouched ng-pristine ng-invalid">
      <div class="outlined-field-container">
        <div class="outlined-field">
          <div class="outlined-field__icon-before svg-icon da-email ng-star-inserted"></div><!----><input placeholder=" " type="email" class="outlined-field__content" id="email" name="email"><label class="outlined-field__label" for="email"> Email
          </label><span class="outlined-field__label-line" style="width: 41px;"></span>
        </div>
        <div class="outlined-field__helper-line"><span title="" class="ng-star-inserted"></span><!----><!----></div>
      </div>
    </da-email-field></div>
  <div _ngcontent-yoq-c53="" class="btn-capcha-container"><button _ngcontent-yoq-c53="" type="submit" class="button button-large button-primary-blue">Subscribe</button><da-recaptcha _ngcontent-yoq-c53=""></da-recaptcha></div><da-recaptcha-rules
    _ngcontent-yoq-c53="" _nghost-yoq-c52="">
    <p _ngcontent-yoq-c52="" class="recaptcha-rules"> This site is protected by reCAPTCHA and the Google <a _ngcontent-yoq-c52="" href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a> and
      <a _ngcontent-yoq-c52="" href="https://policies.google.com/terms" target="_blank">Terms of Service</a> apply. </p>
  </da-recaptcha-rules>
</form>

Name: form

<form _ngcontent-yoq-c53="" novalidate="" name="form" autocomplete="Off" class="ng-untouched ng-pristine ng-invalid">
  <div _ngcontent-yoq-c53="" class="subscribe-input-container"><da-text-field _ngcontent-yoq-c53="" name="name" formcontrolname="name" label="Name" inputid="name" iconbefore="user" class="ng-untouched ng-pristine ng-invalid">
      <div class="outlined-field-container">
        <div class="outlined-field">
          <div class="outlined-field__icon-before svg-icon da-user ng-star-inserted"></div><!----><input placeholder=" " type="text" autocomplete="off" class="outlined-field__content" id="name" name="name"><!----><label class="outlined-field__label"
            for="name"> Name </label><span class="outlined-field__label-line" style="width: 44px;"></span>
        </div>
        <div class="outlined-field__helper-line"><span title="" class="ng-star-inserted"></span><!----><!----></div>
      </div>
    </da-text-field></div>
  <div _ngcontent-yoq-c53="" class="subscribe-input-container"><da-email-field _ngcontent-yoq-c53="" name="email" formcontrolname="email" label="Email" inputid="email" iconbefore="email" class="ng-untouched ng-pristine ng-invalid">
      <div class="outlined-field-container">
        <div class="outlined-field">
          <div class="outlined-field__icon-before svg-icon da-email ng-star-inserted"></div><!----><input placeholder=" " type="email" class="outlined-field__content" id="email" name="email"><label class="outlined-field__label" for="email"> Email
          </label><span class="outlined-field__label-line" style="width: 41px;"></span>
        </div>
        <div class="outlined-field__helper-line"><span title="" class="ng-star-inserted"></span><!----><!----></div>
      </div>
    </da-email-field></div>
  <div _ngcontent-yoq-c53="" class="btn-capcha-container"><button _ngcontent-yoq-c53="" type="submit" class="button button-large button-primary-blue">Subscribe</button><da-recaptcha _ngcontent-yoq-c53=""></da-recaptcha></div><da-recaptcha-rules
    _ngcontent-yoq-c53="" _nghost-yoq-c52="">
    <p _ngcontent-yoq-c52="" class="recaptcha-rules"> This site is protected by reCAPTCHA and the Google <a _ngcontent-yoq-c52="" href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a> and
      <a _ngcontent-yoq-c52="" href="https://policies.google.com/terms" target="_blank">Terms of Service</a> apply. </p>
  </da-recaptcha-rules>
</form>

Text Content

Warning! Your browser seems to have cookies disabled. Make sure cookies are
enabled or try opening a new browser window.


Close menu
 * Home
   * Main page
   * About Us
   * Tutorials
   * Contact Us
     
 * Jobs
   * Job Board
   * Publish
   * Broadcast a CV
   * CV Tailoring
   * Job Newsletter
     
 * Experts
   * Default Database
   * Advanced Database
   * Expert fees
   * Sanctioned Individuals
     
 * Organizations
   * Organizations
   * Calls4Partners
   * Sanctioned Organizations
   * Awards
   * Register Organization
     
 * Funding
   * Tenders
   * Grants
   * Publish
     
 * Donors
   * Funding Agencies
   * Country Eligibility
   * Procurement Guidelines
   * Register as donor
     
   
   
 * Services
 * Membership
   * Individual consultants
   * Organizations
   * Funding agencies
   
   
   
   
 * News Stream
   * News
   * Editorials
   * Events
   * Reports
   * Subscribe
     
   * Forum
 * Legal Terms
   * Terms & Conditions
   * Privacy Policy
   * Cookie Policy
     

Sign in
or register for free


Remember me
Sign in
Forgot password?
Sign in Sign in Register
Remember me
Forgot password?
Sign in

 * Jobs
 * Experts
 * Organizations
 * Funding
 * Donors
 * News
 * Services
 * Membership
    * Individual consultants
    * Organizations
    * Funding agencies

 * 

Business Intelligence for Development Our platform provides information about
tenders and grants, potential partner organizations, short- and long-term
projects for individual consultants, tender shortlisting and awards. Learn more
about us
Register for free
― as ―
Expert
Organization
Funding Agency
Already have an account? Please Sign in
Geographical distribution of information
   
 * 7 092
   Jobs
   
 * 90 651
   Individual consultants
   
 * 248 835
   Organizations
   
 * 766 648
   Funding opportunities
   
 * 287 163
   Awards
   
 * 16 151
   Funding agencies
   

7 092
Jobs
90 651
Individual consultants
248 835
Organizations
766 648
Funding opportunities
287 163
Awards
16 151
Funding agencies
Africa
1 548
View all
Asia
1 298
View all
EU 27
653
View all
Europe Non EU 27
933
View all
Northern America
2 415
View all
Latin America and the Caribbean
543
View all
Oceania
232
View all
Whether you are looking for consortia partners or high-quality CVs for your
projects or if you are looking for a permanent job position or project – search
our database by entering the keyword.

Search in jobs
Services
At DevelopmentAid we are familiar with the challenges you encounter in the
development sector. Whether you’re searching for funding opportunities, partners
and experts or interested in securing a job in the sector, we are ready to
provide you with the most innovative business intelligence and career aid tools
to assist you at every step of your way.
Individual Consultant
To be a competitive expert requires to have it all under control. Finding the
most relevant opportunities with no delay. Earning prospective employers’
attention. Applying on time for open procurement notices. Whether you are
looking to work with consulting companies or directly with donors,
DevelopmentAid’s career aid tools will help you improve your search and secure
more opportunities at once.
Discover jobs Become a member
Very smart system, enabling consultants to pro-actively approach shortlisted
companies for relevant tenders and pick the winner. I’m really impressed with
the service you are providing and pro-activeness in following up and giving me
advice. Henrik Bjorn DevAid member
Subscribe to our weekly job newsletter
Comprehensive list of 300 of the latest short/long term projects and permanent
vacancies.

Name


Email

Subscribe

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.

Organizations
To be a successful company means to always be on time. Meet deadlines. Have your
due diligence done. Sign with the best partners. Employ the most experienced
experts. In short, have outstanding performance in the sector. At
DevelopmentAid, we value your time, therefore we offer innovative business
intelligence tools to help you make better decisions along the biding process.
Discover opportunities Become a member
Our experience with DevelopmentAid so far has been satisfactory - we're mostly
using the tender alerts. When a tender is published, I very much appreciate the
fact that all available documents are usually attached. Gradian Health Systems
DevAid member

Funding agencies
The largest and most varied network of funding and implementing agencies
consisting of development banks, finance institutions, multilateral and
bilateral donors, government bodies, foundations and NGOs. We'll help you to
stay up-to-date with donors' strategy plans and enable you to diversify and
secure your portfolio of funding sources through loans, tenders and grants.
Discover donors Become a member
We had been using the services of Development Aid for quite a few years already.
After shopping around, we noticed that DevelopmentAid had the greatest potential
in finding the profiles we needed in our searches for international technical
assistance. LuxDev DevAid member
Latest development News & Events
We cover more than 150 news sources daily, keeping up with the top headlines
from major multilateral and bilateral financial institutions as well as UN and
EC agencies.
   
 * News
   
 * Editorials
   
 * Events
   
 * Reports
   

Innovative Climate Finance: Emission reductions for national targets | Virtual
05 October 2022
Amidst insecurity in Haiti, new cholera upsurge puts 1.2 million children at
risk
05 October 2022
Pakistan: To avert ‘second wave of death’, UN raises funding appeal to $816
million
05 October 2022
Preserving Amazon rainforest turns into thriving business in Brazil – a success
story
05 October 2022
🔴 LIVE UPDATES | Humanitarian response to Ukraine crisis
04 October 2022
IOM delivers critical aid to newly accessible areas in Ukraine
04 October 2022
View all news
Subscribe to our news digest
Stay up-to-date with the latest news and events from the international
development aid sector.

Name


Email

Subscribe

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.

Get in touch
Interested in learning more about our services? Get in touch and discover what
DevelopmentAid can do to improve your performance in the sector.
Contact us

Company


 * About Us
 * Contact Us
 * Knowledge Base
 * Tutorials
 * Terms and Conditions
 * Cookie Policy
 * Privacy Policy
 * Careers

Browse


 * Membership
 * Jobs
 * Experts
 * Organizations
 * Funding
 * Awards
 * Donors
 * News
 * Forum

Connect


 * Twitter
 * Facebook
 * Linkedin
 * Youtube
 * RSS

--------------------------------------------------------------------------------

© 2007 - 2022 DEVAID LIMITED. All Rights Reserved.

© 2007 - 2022 DEVAID LIMITED. All Rights Reserved.

 * 
 * 
 * 
 * 

Our website uses cookies to enable essential features and to analyze site
traffic. By choosing I Accept, you agree to our use of cookies and other
tracking technologies. Learn more about our cookie policy here
I Accept


FOR FULL FUNCTIONALITY OF THIS SITE IT IS NECESSARY TO ENABLE JAVASCRIPT. HERE
ARE THE INSTRUCTIONS HOW TO ENABLE JAVASCRIPT IN YOUR WEB BROWSER.