File: //home/thisisthesentinel.co.uk/public_html/content/index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB"><!-- InstanceBegin template="/Templates/main.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Landlord Accreditation London</title>
<link rel="canonical" href="https://thisisthesentinel.co.uk//content/index.html" />
<meta name="keywords" content="Landlord Accreditation London, Stoke on Trent landlord accreditation, Newcastle Under Lyme landlord accreditation, Stafford landlord accreditation, London landlord acreditation, landlords stoke, private rented properties, stoke on trent city council, north staffordshire landlord association, private rented houses, private landlords, stoke rented accommodation, stoke student accommodation, renting property in stoke, property accreditation"/>
<meta name="description" content="Welcome to the Landlord Accreditation Scheme London"/>
<meta name="copyright" content="2011 London, Stoke-on-Trent, Newcastle Under Lyme, Stafford Landlord Accreditation Scheme"/>
<meta name="author" content="Re Developed by Amicreative.co.uk"/>
<meta name="robots" content="index,follow"/>
<meta name="robots" content="noodp"/>
<meta name="revisit-after" content="10 days"/>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>
<script src="../ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<link href="//fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:700" rel="stylesheet" type="text/css">
<!-- ******************************************************************************************************************************
* Additional Website Development as of 04/06/2013 by Amicreative.co.uk (Rob) - Base HTML remains untouched *
****************************************************************************************************************************** -->
<link rel="stylesheet" href="../content/las.css" type="text/css" title="Landlord Accreditation Graphics Style"/><link rel="alternate stylesheet" href="../content/las-text.css" type="text/css" title="Text Only"/>
<script type="text/javascript" src="../content/styleswitcher.js"></script>
</head>
<body>
<div id="container">
<div id="logo">
<a href="../content/index.html">
<img src="../content/images/topBanner.gif" class="left" alt="Landlord Accreditation - London"/>
</a>
<img id="topright" src="../content/images/top-right.png" class="right" alt="London Landlord Accreditation Scheme Logo"/>
</div>
<div id="tabnav">
<ul>
<li class="csshide"><a href="#content" accesskey="S">Skip to Content<span class="hidekey"> S</span></a></li>
<li id="current"><a href="../content/index.html" accesskey="1">Home<span class="hidekey"> 1</span></a></li>
<li><a href="../content/landlord.html">Landlord Info</a></li>
<li><a href="../content/tenants.html">Tenants Info</a></li>
<li><a href="../content/downloads.html">Downloads</a></li>
<li><a href="../content/property.html">Property Shop</a></li>
<li><a href="../content/links.html">Links</a></li>
<li><a href="../content/contact.html">Contact</a></li>
<li class="style-switcher">
<a href="../content/index_style-text.html" id="textonlylink" onclick="setActiveStyleSheet('Text Only'); return false;" rel="nofollow">Text Only</a>
</li>
<li class="csshide">
<a href="../content/index_style-graphics.html" class="csshide" onclick="setActiveStyleSheet('Landlord Accreditation Graphics Style'); return false;" rel="nofollow">Graphics Style</a>
</li>
</ul>
</div>
<div id="picbar"></div>
<div id="breadtrail">
<div class="left">
current location >
<a href="../content/index.html">Home</a>
</div>
<div class="clearfix"></div>
</div>
<div id="mainsection">
<div id="contentouter">
<div id="content" style="width:535px">
<img src="../pictures/folderstanley.JPG" alt="Landlord Accreditation London Property" align="right" style="padding:5px;"/>
<h1 class="light-blue">Welcome to the Sentinel Landlord Scheme London</h1>
<p>The aim of the scheme is to improve the physical and management standards in the private rented sector.
This will be achieved by providing encouragement, support and incentives to members. We will also work
with accredited landlords and publicly recognise that they are willing to achieve and adhere to good property
standards.</p>
<div class="clear"></div>
<p class="light-blue faux-heading">The Scheme is run as a partnership between the Scheme Operators, which include:</p>
<ul>
<li>Hammersmith City Council</li>
<li>East Barnet Borough Council</li>
<!-- <li>Staffordshire Landlords Association</li> -->
</ul>
<p>Browse the site for more information and download applications.</p>
<p>You can also view properties and list wanted accommodation in the accredited <a class="light-blue" href="../content/property.html">property shop.</a></p>
<!--<p>Landlord Accreditation Team on on <span class="light-blue">(01782) 232271</span> or email us at <a class="light-blue" href="mailto:mail@landlordaccreditation.co.uk">mail@landlordaccreditation.co.uk</a></p>-->
<p>Please contact the Sentinel Landlord Scheme Team on <span class="light-blue">01277 445445</span> or email us at <a href="mailto:mail@landlordaccreditation.co.uk">mail@thisisthesentinel.co.uk</a> if you require any further information</p>
<div class="clear"></div>
</div>
<div id="right">
<div style="font-size:10px;">
<img src="../content/images/latest-tweet.jpg" alt="latest news" style="margin-bottom: 5px;"/>
<script type="text/javascript">
$(document).ready(function() {
function url2Links(text) {
var exp = "/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~<em>|!:,.;]*[-A-Z0-9+&@#\/%=~</em>|])/ig";
return text.replace(exp,"<a href='$1' rel=\"nofollow\">$1</a>");
}
function relativeTime(dateString) {
var rightNow = new Date();
var then = new Date(dateString);
var diff = rightNow - then;
var second = 1000,
minute = second * 60,
hour = minute * 60,
day = hour * 24,
week = day * 7;
if (isNaN(diff) || diff < 0) {
return ""; // return blank string if unknown
}
if (diff < second * 2) {
// within 2 seconds
return "right now";
}
if (diff < minute) {
return Math.floor(diff / second) + " seconds ago";
}
if (diff < minute * 2) {
return "about 1 minute ago";
}
if (diff < hour) {
return Math.floor(diff / minute) + " minutes ago";
}
if (diff < hour * 2) {
return "about 1 hour ago";
}
if (diff < day) {
return Math.floor(diff / hour) + " hours ago";
}
if (diff > day && diff < day * 2) {
return "yesterday";
}
if (diff < day * 365) {
return Math.floor(diff / day) + " days ago";
}
else {
return "over a year ago";
}
}
var tweets = 1;
var tweet = $('#twitter');
$.ajax({
//url: "http://api.twitter.com/1/statuses/user_timeline/LandlordAc.json?&count=1&callback=?",
//url: "http://twitter.com/statuses/user_timeline/LandlordAc.json?&count=1&callback=?",
url: "/",
//dataType: "json",
timeout: 15000,
beforeSend: function() {
tweet.html('<img src="../images/ajax-loader.gif" alt="loading" style="text-align:center;" />');
},
success: function(data) {
tweet.html('');
tweet.html(data);
//for (i=0; i<data.length; i++) {
// tweet.append( url2Links(data[i].text) );
// tweet.append("<span><a href=\"http://twitter.com/LandlordAc/status/\""+data[i].id+" rel=\"nofollow\">" + relativeTime(data[i].created_at) +"</a></span>");
//}
},
error: function() {
alert("Twitter is having issues at moment!");
}
});
});
</script>
<div id="twitter"></div>
</div>
<br/><br/>
<img src="../content/images/latest-news.jpg" alt="latest news" style="margin-bottom: 10px;"/>
<br/>
<div class="latest-news-right">
<div>
<h3><a href="../content/newsdetails_ID-212.html">We have a new on-line training platform!</a></h3>
We are pleased to announce that Sentinel Landlord Scheme: London now has an on-lin ... <a class="more" href="../content/newsdetails_ID-212.html">more</a>
</div>
<div>
<h3><a href="../content/newsdetails_ID-211.html">Winter 2021 Landlord Newsletter</a></h3>
The Winter 2021 Edition of the Sentinel Landlord Scheme Newsletter is now available. Please log in and ... <a class="more" href="../content/newsdetails_ID-211.html">more</a>
</div>
<div>
<h3><a href="../content/newsdetails_ID-210.html">Damp & Mould leaflet</a></h3>
Members, dont forget our handy Damp, Condensation and Mould Leaflet is available for you to download ... <a class="more" href="../content/newsdetails_ID-210.html">more</a>
</div>
<div>
<h3><a href="../content/newsdetails_ID-208.html">Changes to Notice periods</a></h3>
Changes to notice periods in England from 1 October ... <a class="more" href="../content/newsdetails_ID-208.html">more</a>
</div>
</div>
</div>
</div>
<div id="left">
<div class="grey-header">Quick Links</div>
<div id="quicklinks">
<ul class="lasbullet">
<li class="reset">
<a href="http://www.twitter.com/LandlordAC" title="Follow Landlord Accreditation on Twitter" target="_blank">
<img src="../images/icons/twitter.jpg" style="padding:0px 5px 0px 0px; position: relative; top: 2px;" height="15px" width="15px" alt="Follow us on twitter"/>Follow Us</a>
</li>
<li class="reset">
<a href="http://www.facebook.com/pages/Landlord-Accreditation-Scheme/173303436064101" title="Become a Landlord Accreditation Facebook Friend" target="_blank">
<img src="../images/icons/facebook.jpg" height="15px" width="15px" alt="Become a Landlord Accreditation Facebook Friend" style="padding:0px 5px 0px 0px; position: relative; top: 2px;"/>Become a Friend</a>
</li>
<li><a href="../urdu/urduindex.html"><img src="../urdu/images/UrduSite.gif" alt="Urdu Site" border="0"/></a></li>
<li><a href="../content/memberslist.html">Members List</a></li>
<li><a href="../content/news.html">News</a></li>
<li><a href="../content/companies.html">Participating Companies</a></li>
<li><a href="../content/downloads.html">Downloads</a></li>
<li><a href="../content/events.html">Events Diary</a></li>
<!-- <li><a href="company_details_login.asp">Manage Your Company</a></li> -->
<!-- <li><a href="/content/companies.asp">Companies</a></li> -->
<li><a href="../content/sitemap.html">Site Map<span class="hidekey"> 3</span></a></li>
<li><a href="http://www.adobe.co.uk/products/acrobat/readstep2.html" target="_blank" title="Opens in a new window">Adobe Reader</a></li>
</ul>
</div>
<div class="login-box">
<h2>Members Login</h2>
<form action="/" method="post" style="margin:0;padding:0;">
<input type="hidden" name="returnurl" value="index.asp"/>
<label for="username" style="float:none;">Username</label>
<input type="text" name="username" id="username" size="15"/>
<label for="password" style="float:none;">Password</label>
<input type="password" name="password" id="password" size="15"/><br/>
<input type="submit" value="Login" id="login"/>
</form>
<p>
<a href="../content/forgottenpassword.html" style="text-decoartion: none;">Forgot Password</a>
</p>
</div>
<!--
<img src="images/stokeLogos1.gif" alt="Logos of the participating organisations: Stoke-on-Trent City Council, Staffs Moorlands District Council, Stafford Borough Council, Newcastle-under-Lyme Borough Council and North Staffs Landlord Association" height="358" width="140" />
-->
</div>
</div>
<div class="clear"></div>
<div id="footer-logos">
<img src="../content/images/footer-logos.jpg" alt="logos"/>
</div>
<div id="footlinks">
<ul>
<li class="first"><a href="../content/index.html">Home<span class="hidekey"> 1</span></a></li>
<li><a href="../content/landlord.html">Landlord Info</a></li>
<li><a href="../content/tenants.html">Tenants Info</a></li>
<li><a href="../content/downloads.html">Downloads</a></li>
<li><a href="../content/property.html">Property Shop</a></li>
<li><a href="../content/links.html">Links</a></li>
<li><a href="../content/contact.html">Contact</a></li>
<li><a href="../content/accessibility.html" accesskey="0">Accessiblity<span class="hidekey"> 0</span></a></li>
<li><a href="../content/sitemap.html" accesskey="3">Site Map<span class="hidekey"> 3</span></a></li>
</ul>
<p>All Rights Reserved. Copyright © 2022 Sentinel Landlord Scheme: London</p>
<p></p>
<div class="clear"></div>
</div>
</div>
<!--
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-996268-7";urchinTracker();</script>
-->
</body>
</html>