Skip to main content

City of Northampton Housing Partnership, Legal Resources for Tenants and Landlords

Citation
City of Northampton Housing Partnership, Legal Resources for Tenants and Landlords
Source
Official source

Related Parts of This Source

Full Text

1,626 chars
Action buttons will be dynamically added here

Skip to Main Content

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
.alertText .customAlert {
color: #EAEAEA;
display: inline-block;
font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
font-weight: bold;
height: 27px;
left: 57px;
line-height: 27px;
overflow: hidden;
position: absolute;
top: 15px;
white-space: nowrap;
width: 268px;
}

Alert

Mandatory State Regulated Watering Ban in Effect
Read On...

Begin Signed Out Bar

Create a Website Account - Manage notification subscriptions, save form progress and more.

Website Sign In

$(document).ready(function () {
$('#signedOutToolbarCreateProfileButton').click(function (event) {
event.preventDefault();
window.location.href = '/MyAccount/ProfileCreate?from=url&url=/&dn=' + window.location.origin;
});

$('#loggedOutToolbarSignInButton').click(function (event) {
event.preventDefault();
window.location.href = '/MyAccount/?from=url&url=' + encodeURIComponent(window.location.href.replace(window.location.origin, '')) + '&dn=' + window.location.host;
});

if ('False' == 'True') {
$('#loggedOutToolbarSignInButton').hide();
}
})

End Signed Out Bar

Header Container

Government

Our City

Services

Business

How Do I?

(function () {
function setupMenu() {
const menuID = 'mainNavMenu';
const menuType = MAIN_MENU;

//setup menu manager properties for main menu
if (!menuManager.mobileMainNav && true)
menuManager.adjustMainItemsWidth('#' + menuID);
menuManager.isMainMenuEditable = false;
menuManager.mainMenuMaxSubMenuLevels = 4;
menuManager.setMOMMode(2, menuType);