-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
42 lines (40 loc) · 1.75 KB
/
About.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="contact.css">
<style>
p{
color: fuchsia;
font-size: 30px;
font-weight: bolder;
text-decoration: double;
background-color: blue;
}
h1{
background-color: red;
font-size: 50px;
font-style: italic;
text-align: right;
border: 1px solid yellow;
}
</style>
</head>
<body style="background-color: white">
<ul>
<li><a href="homepage.html">Home Page</a></li>
<li><a href="About.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="services.html">Services</a></li>
</ul>
<img src="IMG-20210125-WA0013.jpg" alt="">
<h1>ABOUT US</h1>
<P>We are a company that is passionate about making a positive impact in the real estate industry as well as the tech industry. This, we have achieved by engaging qualified hands that are passionate about what they do mostly adding value, satisfying and meeting customer's needs.</P>
<p><strong>VISION STATEMENT:</strong>We are a people of integrity, wired with excellence in delivering professional services andd value</p>
<p><strong>MISION STATEMENT:</strong>To empower our work force with innovative and creating capacities to proffer prompt and professional services with integrity to the satisfaction of our stakeholders</p>
<h2>the match is ending in a penalty shoot out tonight</h2>
</body>
</html>