Skip to content

Instantly share code, notes, and snippets.

@hrickards
Created July 22, 2011 17:43
Show Gist options
  • Save hrickards/1099951 to your computer and use it in GitHub Desktop.
Save hrickards/1099951 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.image_box {
color: #696969;
}
.image_box .left {
text-align: left;
}
.image_box .right {
text-align: right;
}
#container {
width: 605px;
margin-left: auto;
margin-right: auto;
}
body {
font-family: sans-serif;
}
.button[class] {
background-image: url("http://www.homeflow.co.uk/global/images/patterns/button_shade.png");
background-position: bottom;
background-position-x: 50%;
background-position-y: 100%;
}
.button {
width: 160px;
display: block;
font-family: "trebuchet ms", arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
color: white;
text-align: center;
position: relative;
background: #FFAE00;
padding: 5px;
cursor: pointer;
}
div#contact_container {
margin: auto;
width: 160px;
}
</style>
</head>
<body>
<div id="container">
<div class="image_box">
<h2 class="left">Get yourself a Facebook search page...</h2>
<img src="http://editor.homeflow.co.uk/images/designs_header.jpg" alt="Sample designs" width="50%" />
<h2 class="right">...a social media strategy in a box.</h2>
</div>
<p>
Increasing numbers of people are using Facebook as an essential communications channel.
Younger househunters, especially lettings applicants are sharing their views and finding
agents and properties via their friends.
</p>
<p>
Maybe you already have an active Facebook page and you post updates to your "wall". This
application takes you further, and exposes all your properties in a list or map based search
engine, on your own Facebook page.
</p>
<p>Or maybe you've been to the conferences and been told your agency needs a social media
strategy. You've seen the well funded larger agency groups building their own Facebook
presence. But you don't quite know how to start, it's just one more thing to do, when you
are already too busy. Let us take the strain out of getting you sorted.
</p>
<p>The application allows Facebook users to discover you, search your properties, even to
"like" or follow your agency and your properties, and spread the word. And all of this helps
build essential buzz as well as supporting your Search Engine Optimisation. And you can use
it to win an edge when taking on your next instruction. Tell the vendor or landlord that you
will promote their property in Facebook.
</p>
<p>Interested to learn more? We can have you up and running in days.</p>
<div id="contact_container">
<a href="http://www.homeflow.co.uk/contact" class="button" title="Contact us">Contact us</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment