index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bradford Home Services | Local Home & Yard Services</title>
<meta name="description" content="Bradford Home Services offers plumbing, yard work, pressure washing, tree removal, and general home maintenance. Reliable local service." />
<meta name="keywords" content="home services, plumbing repair, yard work, pressure washing, tree removal, handyman services" />
<style>
* {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
body {
margin: 0;
background: #f4f4f4;
color: #222;
}
header {
background: #1f2933;
color: #fff;
padding: 1.5rem;
text-align: center;
}
header h1 {
margin: 0;
font-size: 1.8rem;
}
header p {
margin-top: 0.5rem;
opacity: 0.9;
}
.cta {
margin-top: 1rem;
}
.cta a {
display: inline-block;
background: #16a34a;
color: #fff;
padding: 0.75rem 1.2rem;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
}
main {
max-width: 900px;
margin: auto;
padding: 1.5rem;
}
section {
background: #fff;
padding: 1.5rem;
margin-bottom: 1.5rem;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
h2 {
margin-top: 0;
color: #1f2933;
}
ul {
padding-left: 1.2rem;
}
form {
display: grid;
gap: 0.8rem;
}
input, textarea, button {
padding: 0.75rem;
font-size: 1rem;
border-radius: 4px;
border: 1px solid #ccc;
}
textarea {
min-height: 120px;
}
button {
background: #2563eb;
color: #fff;
border: none;
font-weight: bold;
cursor: pointer;
}
button:hover {
background: #1e40af;
}
footer {
text-align: center;
padding: 1rem;
font-size: 0.9rem;
color: #555;
}
</style>
</head>
<body>
<header>
<h1>Bradford Home Services</h1>
<p>No job too small • Honest • Reliable</p>
<div class="cta">
<a href="tel:16786166232">📞 Call Now: (678) 616-6232</a>
</div>
</header>
<main>
<section>
<h2>Our Services</h2>
<ul>
<li>Plumbing repairs & leaks</li>
<li>Yard work & leaf cleanup</li>
<li>Pressure washing</li>
<li>Tree & debris removal</li>
<li>General home maintenance</li>
</ul>
</section>
<section>
<h2>Request Service</h2>
<form action="https://formspree.io/f/mqedaewb" method="POST">
<!-- spam honeypot -->
<input type="text" name="_gotcha" style="display:none">
<!-- redirect after submit -->
<input type="hidden" name="_redirect" value="/thanks.html">
<input type="hidden" name="_subject" value="New Service Request">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<input type="tel" name="phone" placeholder="Your Phone Number">
<textarea name="message" placeholder="Tell us what you need help with" required></textarea>
<button type="submit">Send Request</button>
</form>
</section>
</main>
<footer>
© <span id="year"></span> Bradford Home Services
</footer>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
</body>
</html>
Download the app here: https://t.ly/AzdZJ