-
Notifications
You must be signed in to change notification settings - Fork 0
/
landlords.html
70 lines (55 loc) · 2.71 KB
/
landlords.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>London Hack House · Landlords</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/justifiednav.css" rel="stylesheet">
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="../assets/ico/favicon.png">
</head>
<body>
<div class="container">
<div class="masthead">
<span><img class='logo' src="/img/london_hackhouse_logo.png" width='100px'class="img-rounded"></span>
<span><h1>Landlord or property manager?</h1></span>
</div>
<hr>
<!-- Example row of columns -->
<div class="row-fluid">
<div class="span12">
<p>Throw a fact in: Lots of empty properties that are hard to rent or sell</p>
<ul>
<li>We can help you put yours to use.</li>
<li>What we can do for you!</li>
<li>Why you should do this!</li>
</ul>
</div>
</div>
<hr>
<div class="footer">
<span><div><a href="https://twitter.com/londonhackhouse" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @londonhackhouse</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div><div>© London Hack House 2013</div>
</span></div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery1.8.2.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>