-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.34 KB
/
Copy pathindex.html
File metadata and controls
37 lines (32 loc) · 1.34 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
Moe's Mowing Company Inc.
</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
h2{
color: #EDF5E1;
}
</style>
</head>
<body>
<div class="fixedheader">
<h1> Moe's Mowing Company</h1>
<ul><li><a href="index.html">Home</a></li><li><a href="services.html">Services</a></li><li><a href="contact.html">Contact</a></li></ul>
</div>
<div class="text-body">
<h2>Do you care about your lawn? I do! </h2>
<p> <img src="mower.jpg" alt="Cool Mower"> Hi my name is Moe and I've been mowing lawns, yards and landscapes since I remember taking a push mower to a patch of dandilions. It takes time and effort to properly manage a yard and here at Moe's Mowing we bring decades of experience to the outdoor grass arena. </p>
</div>
<div class="text-body">
<h2 class="altstyle">Great Care, Great Team, Great Yard</h2>
<p> <img src="cut_grass.jpg" alt="cut grass">We know you're going to have a great experience with our team of proffesional lawn artists. Please visit our <a href="services.html">Services Page</a> to see what services we can offer, and then don't hesitate to contact us by visiting our <a href ="contact.html">Contact Page.</a> </p>
</div>
<div class ="footer">
Copyright Moe 2345
</div>
</body>
</html>