www.developmentaid.org
Open in
urlscan Pro
95.170.71.10
Public Scan
Submitted URL: https://www.developmentaid.org/
Effective URL: https://www.developmentaid.org/
Submission: On December 06 via api from IE — Scanned from NL
Effective URL: https://www.developmentaid.org/
Submission: On December 06 via api from IE — Scanned from NL
Form analysis
4 forms found in the DOMName: 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" style="position: relative;">
<spinner request-name="auth_login" class="ng-isolate-scope">
<div class="spinner" ng-class="{'cover-content' : vm.hideContent, 'active' : vm.showSpinner}">
<div>
<img alt="LOADING..." ng-src="img/ajax-loader.gif" src="img/ajax-loader.gif">
</div>
</div>
</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.isRequired -->
</div>
</div>
</div>
</text-field>
</div>
<button type="submit" class="jobs-search-button ng-binding"> Search in jobs </button>
</form>
Name: form —
<form novalidate="" name="form" autocomplete="Off" class="ng-untouched ng-pristine ng-invalid">
<div class="subscribe-input-container"><da-text-field name="name" formcontrolname="name" label="Name" inputid="name" iconbefore="expert" 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-expert"></div><!----><input placeholder=" " type="text" 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=""></span><!----><!----></div>
</div>
</da-text-field></div>
<div class="subscribe-input-container"><da-email-field 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"></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=""></span><!----><!----></div>
</div>
</da-email-field></div>
<div class="btn-capcha-container"><button type="submit" class="button button-giant button-primary-blue">Subscribe</button>
<recaptcha></recaptcha>
</div>
</form>
Text Content
Warning! Your browser seems to have cookies disabled. Make sure cookies are enabled or try opening a new browser window. 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 * Membership * Individual consultants * Organizations * Funding agencies * Tenderwell * 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 * Recruitment Solutions * Sanctioned Individuals * Organizations * Organizations * Sanctioned Organizations * Awards * Register Organization * Funding * Tenders * Grants * Publish * Donors * Funding Agencies * Country Eligibility * Procurement Guidelines * Register as donor * Recruitment Solutions * Smart Acquisition * Membership * Individual consultants * Organizations * Funding agencies * News Stream * News * Editorials * Events * Reports * Subscribe * Legal Terms * Terms & Conditions * Privacy Policy * Cookie Policy 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 534 Jobs * 86 559 Individual consultants * 216 668 Organizations * 657 312 Funding opportunities * 242 113 Awards * 13 228 Funding agencies 7 534 Jobs 86 559 Individual consultants 216 668 Organizations 657 312 Funding opportunities 242 113 Awards 13 228 Funding agencies Africa 1 512 View all Asia 1 410 View all EU 27 797 View all Europe Non EU 27 857 View all Northern America 2 508 View all Latin America and the Caribbean 454 View all Oceania 200 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 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 Nature Based Solutions: Tools for Europe and Central Asia | Virtual 06 December 2021 CDC Group expands footprint across Asia, changes its name to British International Investment 06 December 2021 Failure to vaccinate the world created perfect breeding ground for omicron 06 December 2021 UN office, Canada launches new project to counter migrant smuggling 06 December 2021 Gavi board approves malaria vaccine programme funding, COVAX 2022 strategic approach and measures to maintain routine immunisation 06 December 2021 Afghans lodge 72 % more asylum applications in the EU+ 06 December 2021 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 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 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 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 Connect * Twitter * Facebook * Linkedin * Youtube * RSS -------------------------------------------------------------------------------- © 2007 - 2021 DEVAID LIMITED. All Rights Reserved. © 2007 - 2021 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.