File: /home/uaktdz7o5l3q/www/stonehouse/stage/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="Description" content="Enter your description here" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;700&display=swap"
rel="stylesheet"
/>
<title>Stonehouse Capital</title>
<style>
body {
background-image: url("assets/images/background.jpg");
font-family: "Montserrat";
background-size: cover;
}
@media (min-width: 1400px) {
.container {
max-width: 1340px;
}
}
h1.top-heading {
font-size: 6rem;
line-height: 5.25rem;
color: #fff;
font-weight: 700;
}
.white-box {
background-color: #fff;
border-radius: 10px;
padding: 25px 30px;
margin-bottom: 20px;
}
h2 {
color: #004c98;
font-weight: 200;
font-size: 2rem;
padding-bottom: 20px;
}
h3 {
color: #004c98;
font-weight: 200;
font-size: 1.3rem;
padding-bottom: 20px;
padding-top: 20px;
}
p {
color: #6a6a6a;
font-weight: 300;
font-size: 1rem;
}
p.transactions {
font-size: 0.8rem;
margin-top: 10px;
}
p.copyright {
color: #b4b4b4;
font-size: 0.7em;
}
p.address {
color: #6a6a6a;
margin-bottom: 3px;
}
img {
max-width: 100%;
}
img.logo {
margin-top: 10px;
}
@media (max-width: 600px) {
h1.top-heading {
font-size: 4rem;
line-height: 3.25rem;
color: #fff;
font-weight: 700;
}
.white-box {
margin-left: 10px;
margin-right: 10px;
}
}
.tagline {
margin-top: 20px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<img
class="logo"
src="assets/images/stonehouse logo.svg"
alt="Stonehouse Capital"
title="Stonehouse Capital"
/>
</div>
</div>
</div>
<div class="container tagline">
<div class="row">
<div class="col-md-12 text-right">
<h1 class="top-heading">WEBSITE<br />COMING<br />SOON</h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 white-box">
<h2>
Experts in arranging senior, mezzanine debt, and joint venture
equity in the UK real estate sector
</h2>
<p>
Established in 2007, we arrange debt on all real estate classes in
the UK, focusing on long-term relationships with our lenders, and
borrowers.
</p>
<h3 class="text-center">RECENT TRANSACTIONS</h3>
<div class="row">
<div class="col-md-6">
<img src="assets/images/recent-transactions-1.jpg" />
<p class="transactions">
Refinanced development loan during build period in Camden,
London.
</p>
</div>
<div class="col-md-6">
<img src="assets/images/recent-transactions-2.jpg" />
<p class="transactions">
Investment loan with refurbishment element on mixed use office
and residential freehold block in London.
</p>
</div>
<div class="col-md-6">
<img src="assets/images/recent-transactions-3.jpg" />
<p class="transactions">
Development finance arranged for the construction of 20 houses
in Salisbury.
</p>
</div>
<div class="col-md-6">
<img src="assets/images/recent-transactions-4.jpg" />
<p class="transactions">
Investment loan with provision for refurbishment of mixed-use
office and residential freehold block in London.
</p>
</div>
<div class="col-md-6">
<img src="assets/images/recent-transactions-5.jpg" />
<p class="transactions">
Arranged senior debt investment loan on four-star London hotel.
</p>
</div>
<div class="col-md-6">
<img src="assets/images/recent-transactions-6.jpg" />
<p class="transactions">
Arranged senior debt loan on a portfolio of 15 residential units
in Greater Manchester.
</p>
</div>
</div>
</div>
<div class="col-md-6" style="min-height: 180px">
<div style="position: absolute; bottom: 0">
<p class="address">
Stonehouse Capital<br />5 Merchant Square, London, W2 1AY
</p>
<p class="copyright">
Stonehouse Capital is the trading name of Stonehouse Finance LTD.
Registered in England & Wales under Company No. 05150131.
Authorised and Regulated by the Financial Conduct Authority with
credit broking permission (Registration No. 727611).
</p>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>