-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
37 lines (34 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Mechanic on the way</title>
<link rel="stylesheet" href="about-style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<a href="index.html"><img alt="Mech"src="logo-pro.png" width="100px" height="100px" style="float:right; margin-right:5em;"></a>
<section>
<div style="margin-left:2em; font-size:25px;">
<h2><u>ABOUT US</u> </h2>
<p>
Mechanic on the way is a unique online website for people struggling with automobile problems in the suburbs as well as in the downtown.
</p>
<p>
STUCK in the middle of the road? We can provide you mechanic on an urgent basis.
</p>
<p>
Our website, also provide general services - you can appoint a mechanic and can enjoy the services, or if you think you can do it youself head on to our our autombile parts and ship some for your motorcar.
</p>
<p>
<br><br><br><br><br>
Made by - Team Phoenix
</p>
</div>
</section>
<div style="margin: 50px 0; display: flex; align-items: center; justify-content: center; width: 100%; font-size:36px;">
<a style="display: block; text-align: center; color: #555; text-decoration: none; margin-right: 15px; " href="index.html" ><i class="fas fa-home" style="color: #1da1f2; margin-right: 5px;"></i>Get back to our home page</a>
</div>
<!-- partial -->
</body>
</html>