Reinstatement of various roads damaged due to laying of converting LT overhead lines to underground system at Mard01, Mangeshi, Veling in Mardol section office in Priol Constituency
Overview
Reinstatement of various roads damaged due to laying of converting LT overhead lines to underground system at Mard01, Mangeshi, Veling in Mardol section office in Priol Constituency
Project
Reinstatement of various roads damaged due to laying of
converting LT overhead lines to underground system at Mard01, Mangeshi, Veling in Mardol section office in Priol Constituency
Department
Executive Engineer
Division XVIII®, PWD
Ponda-Goa
Value
7.90(Amount in crore)
document.addEventListener("DOMContentLoaded", function(){
var elements = document.querySelectorAll(".reveal");
function revealOnScroll() {
var windowHeight = window.innerHeight;
for (var i = 0; i < elements.length; i++) {
var elementTop = elements[i].getBoundingClientRect().top;
if (elementTop < windowHeight - 80) {
elements[i].classList.add("active");
}
}
}
window.addEventListener("scroll", revealOnScroll);
revealOnScroll();
/* NAVBAR SHRINK */
var header = document.querySelector(".site-header");
window.addEventListener("scroll", function(){
if (window.scrollY > 80) {
header.classList.add("shrink");
} else {
header.classList.remove("shrink");
}
});
});