Vacancy for Landscape Architect job at Bangalore

 About Sponge Collaborative

Sponge Collaborative is a multi disciplinary design and planning firm that works on sustainable buildings, inclusive cities, resilient landscapes by integrating multiple systems and bridging disciplines. We consider the needs of various stakeholders to realize holistic and strategic solutions that serve multi-sectoral needs and generate co-benefits for all.

Qualifications Required : 

  • Strong concept design skills with understanding of construction details, ecology, planting, blue-green infrastructure, and integration with masterplan vision.
  • Strong skills in AutoCAD, Sketch up and Adobe Suite. ArcGIS proficiency and environmental analysis skill sets preferred.
  • Demonstrated experience in design development and construction drawings including planting plans, irrigation plans and waterfront open spaces.
  • Effective communication skills required and project management experience preferred.
  • Ability to work within interdisciplinary teams and coordinate with consultants and vendors.

If you are interested in joining a highly collaborative environment and learn from peers who are self-motivated, curious, and dedicated to the public good, send in your CV and portfolio to jobs@spongecollborative.com with the subject line “Application for Landscape Architect”.

/* Popup container – can be anything you want */
.popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* The actual popup */
.popup .popuptext {
visibility: hidden;
width: 300px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
content: “”;
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

/* Toggle this class – hide and show the popup */
.popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}

LINK to APPLY NOW

// When the user clicks on div, open the popup
function myFunction() {
var popup = document.getElementById(“myPopup”);
popup.classList.toggle(“show”);
}