Contact Us We're ready and waiting for your questions
Address:
EveryDesign.org, Ebbw Vale, Blaenau Gwent, NP23 5FN
Email:
info@everydesign.org
Phone:
+44 (0) 7816 164683
$(function () {
setNavigation();
});
function setNavigation() {
var path = window.location.pathname;
path = path.replace(/\/$/, "");
path = decodeURIComponent(path);
$(".nav a").each(function () {
var href = $(this).attr('href');
if (path.substring(0, href.length) === href) {
$(this).closest('li').addClass('active');
}
});
}
Address:
EveryDesign.org, Ebbw Vale, Blaenau Gwent, NP23 5FN
Email:
info@everydesign.org
Phone:
+44 (0) 7816 164683