-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (52 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
53 lines (52 loc) · 1.63 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<style>
p1 {
font-size: 20px;
margin-left: 10px;
text-align: left;
display: flex;
width: 500px;
line-height: 1.5;
border: dashed;
padding: 10px;
}
</style>
<title> College Cleaners </title>
</head>
<nav>
<A HREF="index.html"> Home</A>
<A HREF="contact.html"> Contact Us</A>
<A HREF="services.html"> Services</A>
</nav>
<body>
<center>
<h1>
College Cleaners
</h1>
</center>
<h2 style="margin-left: 10">
Our Mission
</h2>
<img src="gutters.jpg" alt="gutter" width="450" height="300" align="right" ><p1 style="text-indent :2em;">
Our mission is to provide the best cleaning services while also focusing our work force to colleged students.
We want to provide a good job environment which pays well to college students who are struggling to pay for their college tuition.
With all our employees receiving a rigorous course on how to properly execute each of our services allows us to guarantee that
we clean your products to the highest standard.
Providing jobs in order to help future generations is what we strive to do and if you have any disatisfaction with out service feel
free to contact us describing the issue so we can try to remedy it as soon as possible.
</p1>
</body>
<footer>
<p>
<nav>
<A HREF="index.html"> Home</A>
<A HREF="contact.html"> Contact Us</A>
<A HREF="services.html"> Services</A>
</nav>
Copyright Max Robakiewicz 2020
</p>
</footer>
</html>